Sindbad~EG File Manager
Current Path : /var/www/product/ |
|
Current File : //var/www/product/backup.sql |
-- MySQL dump 10.13 Distrib 5.7.42, for Linux (x86_64)
--
-- Host: localhost Database: product
-- ------------------------------------------------------
-- Server version 5.7.42-0ubuntu0.18.04.1
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `wp_ahm_download_stats`
--
DROP TABLE IF EXISTS `wp_ahm_download_stats`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_ahm_download_stats` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`pid` int(11) NOT NULL,
`uid` int(11) NOT NULL,
`oid` varchar(100) COLLATE utf8_unicode_ci NOT NULL,
`year` int(4) NOT NULL,
`month` int(2) NOT NULL,
`day` int(2) NOT NULL,
`timestamp` int(11) NOT NULL,
`ip` varchar(20) COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_ahm_download_stats`
--
LOCK TABLES `wp_ahm_download_stats` WRITE;
/*!40000 ALTER TABLE `wp_ahm_download_stats` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_ahm_download_stats` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_ahm_emails`
--
DROP TABLE IF EXISTS `wp_ahm_emails`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_ahm_emails` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`email` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`pid` int(11) NOT NULL,
`date` int(11) NOT NULL,
`custom_data` text COLLATE utf8_unicode_ci NOT NULL,
`request_status` int(1) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_ahm_emails`
--
LOCK TABLES `wp_ahm_emails` WRITE;
/*!40000 ALTER TABLE `wp_ahm_emails` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_ahm_emails` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_commentmeta`
--
DROP TABLE IF EXISTS `wp_commentmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_commentmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`meta_id`),
KEY `comment_id` (`comment_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_commentmeta`
--
LOCK TABLES `wp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_comments`
--
DROP TABLE IF EXISTS `wp_comments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_comments` (
`comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
`comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`comment_karma` int(11) NOT NULL DEFAULT '0',
`comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1',
`comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`comment_ID`),
KEY `comment_post_ID` (`comment_post_ID`),
KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
KEY `comment_date_gmt` (`comment_date_gmt`),
KEY `comment_parent` (`comment_parent`),
KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_comments`
--
LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_fo_elements`
--
DROP TABLE IF EXISTS `wp_fo_elements`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_fo_elements` (
`id` mediumint(9) NOT NULL AUTO_INCREMENT,
`font_id` mediumint(9) NOT NULL,
`font_weight` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`important` int(1) DEFAULT '0',
`custom_elements` text COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_fo_elements`
--
LOCK TABLES `wp_fo_elements` WRITE;
/*!40000 ALTER TABLE `wp_fo_elements` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_fo_elements` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_fo_usable_fonts`
--
DROP TABLE IF EXISTS `wp_fo_usable_fonts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_fo_usable_fonts` (
`id` mediumint(9) NOT NULL AUTO_INCREMENT,
`name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`url` text COLLATE utf8mb4_unicode_520_ci,
`custom` int(1) DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_fo_usable_fonts`
--
LOCK TABLES `wp_fo_usable_fonts` WRITE;
/*!40000 ALTER TABLE `wp_fo_usable_fonts` DISABLE KEYS */;
INSERT INTO `wp_fo_usable_fonts` VALUES (1,'proxima nova regular','regular;/wp-content/uploads/font-organizer/3134F1_2_0.ttf',1),(2,'proximanova semibold','regular;/wp-content/uploads/font-organizer/3134F1_5_0.ttf',1);
/*!40000 ALTER TABLE `wp_fo_usable_fonts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_links`
--
DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_links` (
`link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y',
`link_owner` bigint(20) unsigned NOT NULL DEFAULT '1',
`link_rating` int(11) NOT NULL DEFAULT '0',
`link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
PRIMARY KEY (`link_id`),
KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_links`
--
LOCK TABLES `wp_links` WRITE;
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_options`
--
DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_options` (
`option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes',
PRIMARY KEY (`option_id`),
UNIQUE KEY `option_name` (`option_name`)
) ENGINE=InnoDB AUTO_INCREMENT=16374 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_options`
--
LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,'siteurl','https://product.quickscrum.com','yes'),(2,'home','https://guide.quickscrum.com/product','yes'),(3,'blogname','Quickscrum','yes'),(4,'blogdescription','Best Scrum Software Tools, Agile Project Management Tools Free Online | QuickScrum','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','rut2prajapati@gmail.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','closed','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','1000','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','1','yes'),(27,'moderation_notify','','yes'),(28,'permalink_structure','/%postname%/','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:15:{i:0;s:19:\"bbpress/bbpress.php\";i:1;s:33:\"classic-editor/classic-editor.php\";i:3;s:33:\"duplicate-post/duplicate-post.php\";i:4;s:33:\"font-organizer/font-organizer.php\";i:5;s:23:\"freshchat/freshchat.php\";i:6;s:39:\"js_composer_new_12_2017/js_composer.php\";i:7;s:43:\"list-category-posts/list-category-posts.php\";i:8;s:37:\"post-types-order/post-types-order.php\";i:9;s:45:\"taxonomy-terms-order/taxonomy-terms-order.php\";i:10;s:37:\"tinymce-advanced/tinymce-advanced.php\";i:11;s:14:\"types/wpcf.php\";i:12;s:53:\"velvet-blues-update-urls/velvet-blues-update-urls.php\";i:13;s:41:\"wordpress-importer/wordpress-importer.php\";i:14;s:41:\"wp-database-backup/wp-database-backup.php\";i:15;s:31:\"wp-statistics/wp-statistics.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','5.5','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:5:{i:0;s:59:\"/var/www/product/wp-content/themes/flatbase-child/style.css\";i:2;s:70:\"/var/www/product/wp-content/themes/flatbase-child/archive-solution.php\";i:3;s:69:\"/var/www/product/wp-content/themes/flatbase-child/archive-feature.php\";i:4;s:79:\"/var/www/product/wp-content/themes/flatbase-child/content-single-case-study.php\";i:5;s:77:\"/var/www/product/wp-content/themes/flatbase-child/template-scrum-solution.php\";}','no'),(40,'template','flatbase','yes'),(41,'stylesheet','flatbase-child','yes'),(42,'comment_whitelist','1','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','38590','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','0','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:3:{i:1;a:0:{}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:92:\"<a class=\"footer-btn\" href=\"https://www.quickscrum.com/Home/RequestADemo\">Request a demo</a>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:2:{s:33:\"font-organizer/font-organizer.php\";s:12:\"fo_uninstall\";s:34:\"freshchat/widget-settings/main.php\";s:19:\"Freshchat_uninstall\";}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','6195','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','3319','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'wp_page_for_privacy_policy','3','yes'),(92,'show_comments_cookies_opt_in','','yes'),(93,'initial_db_version','38590','yes'),(94,'wp_user_roles','a:10:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:98:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:12:\"manage_fonts\";b:1;s:31:\"vc_access_rules_post_types/post\";b:1;s:31:\"vc_access_rules_post_types/page\";b:1;s:26:\"vc_access_rules_post_types\";s:6:\"custom\";s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:24:\"vc_access_rules_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:25:\"vc_access_rules_dragndrop\";b:1;s:26:\"wpcf_custom_post_type_view\";b:1;s:26:\"wpcf_custom_post_type_edit\";b:1;s:33:\"wpcf_custom_post_type_edit_others\";b:1;s:25:\"wpcf_custom_taxonomy_view\";b:1;s:25:\"wpcf_custom_taxonomy_edit\";b:1;s:32:\"wpcf_custom_taxonomy_edit_others\";b:1;s:22:\"wpcf_custom_field_view\";b:1;s:22:\"wpcf_custom_field_edit\";b:1;s:29:\"wpcf_custom_field_edit_others\";b:1;s:25:\"wpcf_user_meta_field_view\";b:1;s:25:\"wpcf_user_meta_field_edit\";b:1;s:32:\"wpcf_user_meta_field_edit_others\";b:1;s:10:\"copy_posts\";b:1;s:32:\"vc_access_rules_post_types/forum\";b:1;s:32:\"vc_access_rules_post_types/topic\";b:1;s:32:\"vc_access_rules_post_types/reply\";b:1;s:32:\"vc_access_rules_post_types/ebook\";b:1;s:37:\"vc_access_rules_post_types/case-study\";b:1;s:30:\"vc_access_rules_post_types/faq\";b:1;s:34:\"vc_access_rules_post_types/article\";b:1;s:34:\"vc_access_rules_post_types/feature\";b:1;s:41:\"vc_access_rules_post_types/scrum-solution\";b:1;s:35:\"vc_access_rules_post_types/solution\";b:1;s:21:\"access_server_browser\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:50:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:26:\"vc_access_rules_post_types\";s:6:\"custom\";s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:25:\"vc_access_rules_dragndrop\";b:1;s:10:\"copy_posts\";b:1;s:31:\"vc_access_rules_post_types/post\";b:1;s:31:\"vc_access_rules_post_types/page\";b:1;s:30:\"vc_access_rules_post_types/faq\";b:1;s:34:\"vc_access_rules_post_types/article\";b:1;s:34:\"vc_access_rules_post_types/feature\";b:1;s:35:\"vc_access_rules_post_types/solution\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:19:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:26:\"vc_access_rules_post_types\";b:1;s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:25:\"vc_access_rules_dragndrop\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:14:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:26:\"vc_access_rules_post_types\";b:1;s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:25:\"vc_access_rules_dragndrop\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:13:\"bbp_keymaster\";a:2:{s:4:\"name\";s:9:\"Keymaster\";s:12:\"capabilities\";a:29:{s:9:\"keep_gate\";b:1;s:8:\"spectate\";b:1;s:11:\"participate\";b:1;s:8:\"moderate\";b:1;s:8:\"throttle\";b:1;s:10:\"view_trash\";b:1;s:14:\"publish_forums\";b:1;s:11:\"edit_forums\";b:1;s:18:\"edit_others_forums\";b:1;s:13:\"delete_forums\";b:1;s:20:\"delete_others_forums\";b:1;s:19:\"read_private_forums\";b:1;s:18:\"read_hidden_forums\";b:1;s:14:\"publish_topics\";b:1;s:11:\"edit_topics\";b:1;s:18:\"edit_others_topics\";b:1;s:13:\"delete_topics\";b:1;s:20:\"delete_others_topics\";b:1;s:19:\"read_private_topics\";b:1;s:15:\"publish_replies\";b:1;s:12:\"edit_replies\";b:1;s:19:\"edit_others_replies\";b:1;s:14:\"delete_replies\";b:1;s:21:\"delete_others_replies\";b:1;s:20:\"read_private_replies\";b:1;s:17:\"manage_topic_tags\";b:1;s:15:\"edit_topic_tags\";b:1;s:17:\"delete_topic_tags\";b:1;s:17:\"assign_topic_tags\";b:1;}}s:13:\"bbp_spectator\";a:2:{s:4:\"name\";s:9:\"Spectator\";s:12:\"capabilities\";a:1:{s:8:\"spectate\";b:1;}}s:11:\"bbp_blocked\";a:2:{s:4:\"name\";s:7:\"Blocked\";s:12:\"capabilities\";a:28:{s:8:\"spectate\";b:0;s:11:\"participate\";b:0;s:8:\"moderate\";b:0;s:8:\"throttle\";b:0;s:10:\"view_trash\";b:0;s:14:\"publish_forums\";b:0;s:11:\"edit_forums\";b:0;s:18:\"edit_others_forums\";b:0;s:13:\"delete_forums\";b:0;s:20:\"delete_others_forums\";b:0;s:19:\"read_private_forums\";b:0;s:18:\"read_hidden_forums\";b:0;s:14:\"publish_topics\";b:0;s:11:\"edit_topics\";b:0;s:18:\"edit_others_topics\";b:0;s:13:\"delete_topics\";b:0;s:20:\"delete_others_topics\";b:0;s:19:\"read_private_topics\";b:0;s:15:\"publish_replies\";b:0;s:12:\"edit_replies\";b:0;s:19:\"edit_others_replies\";b:0;s:14:\"delete_replies\";b:0;s:21:\"delete_others_replies\";b:0;s:20:\"read_private_replies\";b:0;s:17:\"manage_topic_tags\";b:0;s:15:\"edit_topic_tags\";b:0;s:17:\"delete_topic_tags\";b:0;s:17:\"assign_topic_tags\";b:0;}}s:13:\"bbp_moderator\";a:2:{s:4:\"name\";s:9:\"Moderator\";s:12:\"capabilities\";a:25:{s:8:\"spectate\";b:1;s:11:\"participate\";b:1;s:8:\"moderate\";b:1;s:8:\"throttle\";b:1;s:10:\"view_trash\";b:1;s:14:\"publish_forums\";b:1;s:11:\"edit_forums\";b:1;s:19:\"read_private_forums\";b:1;s:18:\"read_hidden_forums\";b:1;s:14:\"publish_topics\";b:1;s:11:\"edit_topics\";b:1;s:18:\"edit_others_topics\";b:1;s:13:\"delete_topics\";b:1;s:20:\"delete_others_topics\";b:1;s:19:\"read_private_topics\";b:1;s:15:\"publish_replies\";b:1;s:12:\"edit_replies\";b:1;s:19:\"edit_others_replies\";b:1;s:14:\"delete_replies\";b:1;s:21:\"delete_others_replies\";b:1;s:20:\"read_private_replies\";b:1;s:17:\"manage_topic_tags\";b:1;s:15:\"edit_topic_tags\";b:1;s:17:\"delete_topic_tags\";b:1;s:17:\"assign_topic_tags\";b:1;}}s:15:\"bbp_participant\";a:2:{s:4:\"name\";s:11:\"Participant\";s:12:\"capabilities\";a:8:{s:8:\"spectate\";b:1;s:11:\"participate\";b:1;s:19:\"read_private_forums\";b:1;s:14:\"publish_topics\";b:1;s:11:\"edit_topics\";b:1;s:15:\"publish_replies\";b:1;s:12:\"edit_replies\";b:1;s:17:\"assign_topic_tags\";b:1;}}}','yes'),(95,'fresh_site','0','yes'),(96,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_recent-comments','a:3:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}i:3;a:2:{s:5:\"title\";s:15:\"Recent Comments\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(101,'sidebars_widgets','a:16:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:20:\"bbp_replies_widget-1\";i:1;s:19:\"bbp_search_widget-2\";}s:7:\"primary\";a:8:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";i:6;s:13:\"nice_social-2\";i:7;s:14:\"nice_twitter-2\";}s:4:\"page\";a:3:{i:0;s:14:\"nice_twitter-3\";i:1;s:13:\"nice_social-3\";i:2;s:17:\"recent-comments-3\";}s:3:\"faq\";a:1:{i:0;s:25:\"nice_article_categories-2\";}s:13:\"knowledgebase\";a:3:{i:0;s:25:\"nice_article_categories-3\";i:1;s:23:\"nice_popular_articles-2\";i:2;s:23:\"nice_popular_articles-3\";}s:12:\"pre-footer-1\";a:0:{}s:12:\"pre-footer-2\";a:0:{}s:12:\"pre-footer-3\";a:0:{}s:12:\"pre-footer-4\";a:0:{}s:8:\"footer-1\";a:1:{i:0;s:13:\"custom_html-3\";}s:8:\"footer-2\";a:1:{i:0;s:13:\"custom_html-4\";}s:8:\"footer-3\";a:1:{i:0;s:13:\"custom_html-7\";}s:8:\"footer-4\";a:1:{i:0;s:13:\"custom_html-6\";}s:8:\"footer-5\";a:2:{i:0;s:13:\"nice_social-4\";i:1;s:6:\"text-2\";}s:7:\"bbpress\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(102,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_custom_html','a:5:{i:3;a:2:{s:5:\"title\";s:10:\"Quickscrum\";s:7:\"content\";s:618:\"<ul class=\"list-unstyled footer-link\"> <li><h5><a href=\"https://www.quickscrum.com/Home/About\">About Us</a></h5></li> <li><h5><a href=\"https://www.quickscrum.com/Home/ContactUs\">Contact Us</a></h5></li> <li><h5><a href=\"https://www.quickscrum.com/Home/WhyQuickscrum\">Why Quickscrum</a></h5></li> <li><h5><a href=\"https://www.quickscrum.com/Home/TermsService\">Terms & Services</a></h5></li> <li><h5><a href=\"/Home/faq\">FAQ</a></h5></li>\r\n<li><h5><a href=\"/product/partner/\">Partner</a></h5></li></ul>\";}i:4;a:2:{s:5:\"title\";s:18:\"Product & Services\";s:7:\"content\";s:600:\"<ul class=\"list-unstyled footer-link\">\r\n <li><h5><a href=\"https://www.quickscrum.com\">Product</a></h5></li>\r\n <li><h5><a href=\"https://www.quickscrum.com/home/online-agile-transformation\">Agile Transformation</a></h5></li>\r\n <li><h5><a href=\"https://www.quickscrum.com/home/agile-project-management-training\">Agile Training</a></h5></li> <li><h5><a href=\"https://www.quickscrum.com/home/online-agile-tools-coaching\">Agile Coaching</a></h5></li> <li><h5><a href=\"https://www.quickscrum.com/services/dev-ops\">DevOps</a></h5></li> </ul>\r\n\";}i:6;a:2:{s:5:\"title\";s:9:\"Resources\";s:7:\"content\";s:574:\"<ul class=\"list-unstyled footer-link\">\r\n<li><h5><a href=\"https://guide.quickscrum.com/category/articles/\">Article</a></h5></li>\r\n\r\n<li><h5><a href=\"https://guide.quickscrum.com/e-book/\">Ebook</a></h5></li>\r\n\r\n<li><h5><a href=\"https://www.quickscrum.com/Forum/ForumCategories/1\">Forum</a></h5></li>\r\n<li><h5><a href=\"https://www.quickscrum.com/Home/Infographic\">Infographic</a></h5></li>\r\n\r\n\r\n\r\n<li><h5><a href=\"https://www.quickscrum.com/Home/Community\">Community</a></h5></li>\r\n\r\n<li><h5><a href=\"https://www.quickscrum.com/Help/ScrumGuide\">Scrum Guide</a></h5></li>\r\n</ul>\";}i:7;a:2:{s:5:\"title\";s:9:\"Solutions\";s:7:\"content\";s:233:\"<ul class=\"list-unstyled footer-link\">\r\n<li><h5><a href=\"https://guide.quickscrum.com/product/solution/scrum/\">Scrum</a></h5></li>\r\n<li><h5><a href=\"https://guide.quickscrum.com/product/solution/kanban/\">Kanban</a></h5></li>\r\n</ul>\r\n\";}s:12:\"_multiwidget\";i:1;}','yes'),(111,'cron','a:8:{i:1545710043;a:1:{s:28:\"wp_statistics_add_visit_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1545712285;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1545726194;a:1:{s:19:\"wpseo-reindex-links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1545730285;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1545730297;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1545742950;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1547548545;a:1:{s:25:\"otgs_send_components_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}s:7:\"version\";i:2;}','yes'),(112,'theme_mods_twentyseventeen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1535027200;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(125,'can_compress_scripts','1','no'),(148,'WPLANG','','yes'),(149,'new_admin_email','rut2prajapati@gmail.com','yes'),(155,'recently_activated','a:2:{s:37:\"download-manager/download-manager.php\";i:1544544358;s:25:\"duplicator/duplicator.php\";i:1544544055;}','yes'),(161,'_transient_twentyseventeen_categories','1','yes'),(170,'current_theme','Flatbase Child','yes'),(171,'theme_mods_flatbase','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:15:\"navigation-menu\";i:42;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1539002035;s:4:\"data\";a:14:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:20:\"bbp_replies_widget-1\";i:1;s:19:\"bbp_search_widget-2\";}s:7:\"primary\";a:8:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";i:6;s:13:\"nice_social-2\";i:7;s:14:\"nice_twitter-2\";}s:4:\"page\";a:3:{i:0;s:14:\"nice_twitter-3\";i:1;s:13:\"nice_social-3\";i:2;s:17:\"recent-comments-3\";}s:3:\"faq\";a:1:{i:0;s:25:\"nice_article_categories-2\";}s:13:\"knowledgebase\";a:3:{i:0;s:25:\"nice_article_categories-3\";i:1;s:23:\"nice_popular_articles-2\";i:2;s:23:\"nice_popular_articles-3\";}s:12:\"pre-footer-1\";a:0:{}s:12:\"pre-footer-2\";a:0:{}s:12:\"pre-footer-3\";a:0:{}s:12:\"pre-footer-4\";a:0:{}s:8:\"footer-1\";a:1:{i:0;s:13:\"custom_html-3\";}s:8:\"footer-2\";a:1:{i:0;s:13:\"custom_html-4\";}s:8:\"footer-3\";a:1:{i:0;s:13:\"custom_html-6\";}s:8:\"footer-4\";a:1:{i:0;s:13:\"nice_social-4\";}s:7:\"bbpress\";a:0:{}}}}','yes'),(172,'theme_switched','','yes'),(175,'_nice_flatbase_migration_2_0_done','1','yes'),(176,'widget_nice_flickr','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(177,'nice_framework_version','2.0.9.1','yes'),(180,'nice_template','a:159:{i:0;a:3:{s:4:\"name\";s:19:\"Design & Styles\";s:4:\"type\";s:7:\"heading\";s:4:\"icon\";s:33:\"<i class=\"bi_setting-wrench\"></i>\";}i:1;a:3:{s:4:\"name\";s:7:\"General\";s:4:\"type\";s:5:\"group\";s:4:\"icon\";s:29:\"<i class=\"bi_music-eq-a\"></i>\";}i:2;a:7:{s:4:\"name\";s:12:\"Content Skin\";s:4:\"desc\";s:32:\"Select the general content skin.\";s:2:\"id\";s:17:\"nice_content_skin\";s:4:\"type\";s:11:\"radio_image\";s:3:\"std\";s:5:\"light\";s:3:\"tip\";s:0:\"\";s:7:\"options\";a:2:{s:5:\"light\";a:2:{s:5:\"label\";s:5:\"Light\";s:5:\"image\";s:107:\"https://product.quickscrum.com/wp-content/themes/flatbase/engine/admin/assets/images/options/skin-light.png\";}s:4:\"dark\";a:2:{s:5:\"label\";s:4:\"Dark\";s:5:\"image\";s:106:\"https://product.quickscrum.com/wp-content/themes/flatbase/engine/admin/assets/images/options/skin-dark.png\";}}}i:3;a:7:{s:4:\"name\";s:16:\"Sidebar Position\";s:4:\"desc\";s:32:\"Set the position of the sidebar.\";s:2:\"id\";s:21:\"nice_sidebar_position\";s:4:\"type\";s:11:\"radio_image\";s:3:\"std\";s:5:\"right\";s:3:\"tip\";s:0:\"\";s:7:\"options\";a:2:{s:5:\"right\";a:2:{s:5:\"label\";s:13:\"Right Sidebar\";s:5:\"image\";s:117:\"https://product.quickscrum.com/wp-content/themes/flatbase/engine/admin/assets/images/options/layout-sidebar-right.png\";}s:4:\"left\";a:2:{s:5:\"label\";s:12:\"Left Sidebar\";s:5:\"image\";s:116:\"https://product.quickscrum.com/wp-content/themes/flatbase/engine/admin/assets/images/options/layout-sidebar-left.png\";}}}i:4;a:5:{s:4:\"name\";s:6:\"Colors\";s:4:\"type\";s:5:\"group\";s:2:\"id\";s:12:\"nice_palette\";s:4:\"icon\";s:35:\"<i class=\"bi_tool-paint-roler\"></i>\";s:17:\"ignore_customizer\";b:1;}i:5;a:13:{s:4:\"name\";s:13:\"Color Palette\";s:4:\"desc\";s:36:\"Define all the colors you will need.\";s:2:\"id\";s:11:\"nice_colors\";s:16:\"user_item_prefix\";s:15:\"nice_user_color\";s:4:\"type\";s:9:\"list_item\";s:3:\"std\";a:10:{i:0;a:3:{s:4:\"name\";s:12:\"Accent Color\";s:2:\"id\";s:17:\"nice_accent_color\";s:3:\"std\";a:1:{s:7:\"default\";s:7:\"#5bc4be\";}}i:1;a:3:{s:4:\"name\";s:19:\"Complementary Color\";s:2:\"id\";s:24:\"nice_complementary_color\";s:3:\"std\";a:1:{s:7:\"default\";s:7:\"#35a49e\";}}i:2;a:3:{s:4:\"name\";s:5:\"Black\";s:2:\"id\";s:16:\"nice_black_color\";s:3:\"std\";a:1:{s:7:\"default\";s:4:\"#222\";}}i:3;a:3:{s:4:\"name\";s:6:\"Dark 1\";s:2:\"id\";s:17:\"nice_dark_color_1\";s:3:\"std\";a:1:{s:7:\"default\";s:4:\"#333\";}}i:4;a:3:{s:4:\"name\";s:6:\"Dark 2\";s:2:\"id\";s:17:\"nice_dark_color_2\";s:3:\"std\";a:1:{s:7:\"default\";s:7:\"#454545\";}}i:5;a:3:{s:4:\"name\";s:6:\"Dark 3\";s:2:\"id\";s:17:\"nice_dark_color_3\";s:3:\"std\";a:1:{s:7:\"default\";s:7:\"#686868\";}}i:6;a:3:{s:4:\"name\";s:5:\"White\";s:2:\"id\";s:16:\"nice_white_color\";s:3:\"std\";a:1:{s:7:\"default\";s:4:\"#fff\";}}i:7;a:3:{s:4:\"name\";s:7:\"Light 1\";s:2:\"id\";s:18:\"nice_light_color_1\";s:3:\"std\";a:1:{s:7:\"default\";s:4:\"#eee\";}}i:8;a:3:{s:4:\"name\";s:7:\"Light 2\";s:2:\"id\";s:18:\"nice_light_color_2\";s:3:\"std\";a:1:{s:7:\"default\";s:4:\"#ddd\";}}i:9;a:3:{s:4:\"name\";s:7:\"Light 3\";s:2:\"id\";s:18:\"nice_light_color_3\";s:3:\"std\";a:1:{s:7:\"default\";s:4:\"#bbb\";}}}s:3:\"tip\";s:0:\"\";s:8:\"sortable\";b:1;s:8:\"editable\";b:1;s:13:\"edit_defaults\";b:0;s:17:\"ignore_customizer\";b:1;s:17:\"option_name_label\";s:10:\"Color name\";s:8:\"settings\";a:1:{i:0;a:7:{s:4:\"name\";s:5:\"Color\";s:4:\"desc\";s:50:\"Choose the color. You can also adjust its opacity.\";s:2:\"id\";s:7:\"default\";s:4:\"type\";s:5:\"color\";s:5:\"class\";s:18:\"nice-color-opacity\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";}}}i:6;a:3:{s:4:\"name\";s:6:\"Layout\";s:4:\"type\";s:5:\"group\";s:4:\"icon\";s:32:\"<i class=\"bi_doc-compose-a\"></i>\";}i:7;a:6:{s:4:\"name\";s:16:\"Background Image\";s:4:\"desc\";s:38:\"Upload or choose the background image.\";s:2:\"id\";s:21:\"nice_background_image\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";s:5:\"extra\";a:1:{s:4:\"type\";s:5:\"image\";}}i:8;a:7:{s:4:\"name\";s:23:\"Background Image Repeat\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:28:\"nice_background_image_repeat\";s:3:\"std\";s:6:\"repeat\";s:4:\"type\";s:6:\"select\";s:3:\"tip\";s:0:\"\";s:7:\"options\";a:4:{s:9:\"no-repeat\";s:9:\"No Repeat\";s:6:\"repeat\";s:6:\"Repeat\";s:8:\"repeat-x\";s:19:\"Repeat horizontally\";s:8:\"repeat-y\";s:17:\"Repeat vertically\";}}i:9;a:7:{s:4:\"name\";s:25:\"Background Image Position\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:30:\"nice_background_image_position\";s:3:\"std\";s:8:\"left top\";s:4:\"type\";s:6:\"select\";s:3:\"tip\";s:0:\"\";s:7:\"options\";a:9:{s:10:\"center top\";s:10:\"Center Top\";s:13:\"center center\";s:13:\"Center Center\";s:13:\"center bottom\";s:13:\"Center Bottom\";s:8:\"left top\";s:8:\"Left Top\";s:11:\"left center\";s:11:\"Left Center\";s:11:\"left bottom\";s:11:\"Left Bottom\";s:9:\"right top\";s:9:\"Right Top\";s:12:\"right center\";s:12:\"Right Center\";s:12:\"right bottom\";s:12:\"Right Bottom\";}}i:10;a:8:{s:4:\"name\";s:16:\"Background Color\";s:4:\"desc\";s:28:\"Choose the background color.\";s:2:\"id\";s:21:\"nice_background_color\";s:4:\"type\";s:12:\"select_color\";s:5:\"class\";s:17:\"nice-select-color\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:7:\"options\";a:14:{s:0:\"\";a:2:{s:4:\"name\";s:7:\"Default\";s:5:\"value\";s:0:\"\";}s:17:\"nice_accent_color\";a:2:{s:4:\"name\";s:12:\"Accent Color\";s:5:\"value\";s:7:\"#317170\";}s:24:\"nice_complementary_color\";a:2:{s:4:\"name\";s:19:\"Complementary Color\";s:5:\"value\";s:7:\"#f65a18\";}s:16:\"nice_black_color\";a:2:{s:4:\"name\";s:5:\"Black\";s:5:\"value\";s:4:\"#222\";}s:17:\"nice_dark_color_1\";a:2:{s:4:\"name\";s:6:\"Dark 1\";s:5:\"value\";s:4:\"#333\";}s:17:\"nice_dark_color_2\";a:2:{s:4:\"name\";s:6:\"Dark 2\";s:5:\"value\";s:7:\"#454545\";}s:17:\"nice_dark_color_3\";a:2:{s:4:\"name\";s:6:\"Dark 3\";s:5:\"value\";s:7:\"#686868\";}s:16:\"nice_white_color\";a:2:{s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#e2e2e2\";}s:18:\"nice_light_color_1\";a:2:{s:4:\"name\";s:7:\"Light 1\";s:5:\"value\";s:7:\"#e9ebec\";}s:18:\"nice_light_color_2\";a:2:{s:4:\"name\";s:7:\"Light 2\";s:5:\"value\";s:4:\"#ddd\";}s:18:\"nice_light_color_3\";a:2:{s:4:\"name\";s:7:\"Light 3\";s:5:\"value\";s:4:\"#bbb\";}s:25:\"nice_user_color_nice_blue\";a:2:{s:4:\"name\";s:9:\"Nice Blue\";s:5:\"value\";s:7:\"#3c4750\";}s:20:\"nice_user_color_teal\";a:2:{s:4:\"name\";s:4:\"Teal\";s:5:\"value\";s:7:\"#01a28c\";}s:23:\"nice_user_color_qs_teal\";a:2:{s:4:\"name\";s:7:\"QS Teal\";s:5:\"value\";s:7:\"#00bfa5\";}}}i:11;a:7:{s:4:\"name\";s:11:\"Layout Type\";s:4:\"desc\";s:23:\"Select the layout type.\";s:2:\"id\";s:16:\"nice_layout_type\";s:4:\"type\";s:6:\"select\";s:3:\"std\";s:4:\"full\";s:3:\"tip\";s:0:\"\";s:7:\"options\";a:2:{s:5:\"boxed\";s:5:\"Boxed\";s:4:\"full\";s:10:\"Full Width\";}}i:12;a:4:{s:4:\"name\";s:11:\"Page Loader\";s:4:\"type\";s:5:\"group\";s:2:\"id\";s:11:\"nice_loader\";s:4:\"icon\";s:31:\"<i class=\"bi_music-repeat\"></i>\";}i:13;a:8:{s:4:\"name\";s:22:\"Select the Page Loader\";s:4:\"desc\";s:40:\"Select the page loader for your website.\";s:2:\"id\";s:16:\"nice_page_loader\";s:4:\"type\";s:6:\"select\";s:3:\"std\";s:4:\"none\";s:3:\"tip\";s:0:\"\";s:7:\"options\";a:3:{s:0:\"\";s:4:\"None\";s:7:\"top_bar\";s:7:\"Top Bar\";s:9:\"full_page\";s:17:\"Full Page Overlay\";}s:5:\"extra\";a:1:{s:4:\"type\";s:15:\"radio-buttonset\";}}i:14;a:9:{s:4:\"name\";s:17:\"Page Loader Color\";s:4:\"desc\";s:29:\"Choose the page loader color.\";s:2:\"id\";s:22:\"nice_page_loader_color\";s:4:\"type\";s:12:\"select_color\";s:3:\"std\";s:0:\"\";s:5:\"class\";s:17:\"nice-select-color\";s:7:\"options\";a:14:{s:0:\"\";a:2:{s:4:\"name\";s:7:\"Default\";s:5:\"value\";s:0:\"\";}s:17:\"nice_accent_color\";a:2:{s:4:\"name\";s:12:\"Accent Color\";s:5:\"value\";s:7:\"#317170\";}s:24:\"nice_complementary_color\";a:2:{s:4:\"name\";s:19:\"Complementary Color\";s:5:\"value\";s:7:\"#f65a18\";}s:16:\"nice_black_color\";a:2:{s:4:\"name\";s:5:\"Black\";s:5:\"value\";s:4:\"#222\";}s:17:\"nice_dark_color_1\";a:2:{s:4:\"name\";s:6:\"Dark 1\";s:5:\"value\";s:4:\"#333\";}s:17:\"nice_dark_color_2\";a:2:{s:4:\"name\";s:6:\"Dark 2\";s:5:\"value\";s:7:\"#454545\";}s:17:\"nice_dark_color_3\";a:2:{s:4:\"name\";s:6:\"Dark 3\";s:5:\"value\";s:7:\"#686868\";}s:16:\"nice_white_color\";a:2:{s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#e2e2e2\";}s:18:\"nice_light_color_1\";a:2:{s:4:\"name\";s:7:\"Light 1\";s:5:\"value\";s:7:\"#e9ebec\";}s:18:\"nice_light_color_2\";a:2:{s:4:\"name\";s:7:\"Light 2\";s:5:\"value\";s:4:\"#ddd\";}s:18:\"nice_light_color_3\";a:2:{s:4:\"name\";s:7:\"Light 3\";s:5:\"value\";s:4:\"#bbb\";}s:25:\"nice_user_color_nice_blue\";a:2:{s:4:\"name\";s:9:\"Nice Blue\";s:5:\"value\";s:7:\"#3c4750\";}s:20:\"nice_user_color_teal\";a:2:{s:4:\"name\";s:4:\"Teal\";s:5:\"value\";s:7:\"#01a28c\";}s:23:\"nice_user_color_qs_teal\";a:2:{s:4:\"name\";s:7:\"QS Teal\";s:5:\"value\";s:7:\"#00bfa5\";}}s:9:\"condition\";s:28:\"nice_page_loader:is(top_bar)\";s:8:\"operator\";s:3:\"and\";}i:15;a:9:{s:4:\"name\";s:28:\"Page Loader Background Color\";s:4:\"desc\";s:40:\"Choose the page loader background color.\";s:2:\"id\";s:43:\"nice_page_loader_full_page_background_color\";s:4:\"type\";s:12:\"select_color\";s:3:\"std\";s:0:\"\";s:5:\"class\";s:17:\"nice-select-color\";s:7:\"options\";a:14:{s:0:\"\";a:2:{s:4:\"name\";s:7:\"Default\";s:5:\"value\";s:0:\"\";}s:17:\"nice_accent_color\";a:2:{s:4:\"name\";s:12:\"Accent Color\";s:5:\"value\";s:7:\"#317170\";}s:24:\"nice_complementary_color\";a:2:{s:4:\"name\";s:19:\"Complementary Color\";s:5:\"value\";s:7:\"#f65a18\";}s:16:\"nice_black_color\";a:2:{s:4:\"name\";s:5:\"Black\";s:5:\"value\";s:4:\"#222\";}s:17:\"nice_dark_color_1\";a:2:{s:4:\"name\";s:6:\"Dark 1\";s:5:\"value\";s:4:\"#333\";}s:17:\"nice_dark_color_2\";a:2:{s:4:\"name\";s:6:\"Dark 2\";s:5:\"value\";s:7:\"#454545\";}s:17:\"nice_dark_color_3\";a:2:{s:4:\"name\";s:6:\"Dark 3\";s:5:\"value\";s:7:\"#686868\";}s:16:\"nice_white_color\";a:2:{s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#e2e2e2\";}s:18:\"nice_light_color_1\";a:2:{s:4:\"name\";s:7:\"Light 1\";s:5:\"value\";s:7:\"#e9ebec\";}s:18:\"nice_light_color_2\";a:2:{s:4:\"name\";s:7:\"Light 2\";s:5:\"value\";s:4:\"#ddd\";}s:18:\"nice_light_color_3\";a:2:{s:4:\"name\";s:7:\"Light 3\";s:5:\"value\";s:4:\"#bbb\";}s:25:\"nice_user_color_nice_blue\";a:2:{s:4:\"name\";s:9:\"Nice Blue\";s:5:\"value\";s:7:\"#3c4750\";}s:20:\"nice_user_color_teal\";a:2:{s:4:\"name\";s:4:\"Teal\";s:5:\"value\";s:7:\"#01a28c\";}s:23:\"nice_user_color_qs_teal\";a:2:{s:4:\"name\";s:7:\"QS Teal\";s:5:\"value\";s:7:\"#00bfa5\";}}s:9:\"condition\";s:30:\"nice_page_loader:is(full_page)\";s:8:\"operator\";s:3:\"and\";}i:16;a:8:{s:4:\"name\";s:16:\"Page Loader Icon\";s:4:\"desc\";s:28:\"Choose the page loader icon.\";s:2:\"id\";s:38:\"nice_page_loader_full_page_loader_icon\";s:4:\"type\";s:6:\"select\";s:3:\"std\";s:4:\"spin\";s:7:\"options\";a:2:{s:4:\"spin\";s:4:\"Spin\";s:4:\"beat\";s:4:\"Beat\";}s:9:\"condition\";s:30:\"nice_page_loader:is(full_page)\";s:8:\"operator\";s:3:\"and\";}i:17;a:9:{s:4:\"name\";s:22:\"Page Loader Icon Color\";s:4:\"desc\";s:34:\"Choose the page loader icon color.\";s:2:\"id\";s:39:\"nice_page_loader_full_page_loader_color\";s:4:\"type\";s:12:\"select_color\";s:3:\"std\";s:0:\"\";s:5:\"class\";s:17:\"nice-select-color\";s:7:\"options\";a:14:{s:0:\"\";a:2:{s:4:\"name\";s:7:\"Default\";s:5:\"value\";s:0:\"\";}s:17:\"nice_accent_color\";a:2:{s:4:\"name\";s:12:\"Accent Color\";s:5:\"value\";s:7:\"#317170\";}s:24:\"nice_complementary_color\";a:2:{s:4:\"name\";s:19:\"Complementary Color\";s:5:\"value\";s:7:\"#f65a18\";}s:16:\"nice_black_color\";a:2:{s:4:\"name\";s:5:\"Black\";s:5:\"value\";s:4:\"#222\";}s:17:\"nice_dark_color_1\";a:2:{s:4:\"name\";s:6:\"Dark 1\";s:5:\"value\";s:4:\"#333\";}s:17:\"nice_dark_color_2\";a:2:{s:4:\"name\";s:6:\"Dark 2\";s:5:\"value\";s:7:\"#454545\";}s:17:\"nice_dark_color_3\";a:2:{s:4:\"name\";s:6:\"Dark 3\";s:5:\"value\";s:7:\"#686868\";}s:16:\"nice_white_color\";a:2:{s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#e2e2e2\";}s:18:\"nice_light_color_1\";a:2:{s:4:\"name\";s:7:\"Light 1\";s:5:\"value\";s:7:\"#e9ebec\";}s:18:\"nice_light_color_2\";a:2:{s:4:\"name\";s:7:\"Light 2\";s:5:\"value\";s:4:\"#ddd\";}s:18:\"nice_light_color_3\";a:2:{s:4:\"name\";s:7:\"Light 3\";s:5:\"value\";s:4:\"#bbb\";}s:25:\"nice_user_color_nice_blue\";a:2:{s:4:\"name\";s:9:\"Nice Blue\";s:5:\"value\";s:7:\"#3c4750\";}s:20:\"nice_user_color_teal\";a:2:{s:4:\"name\";s:4:\"Teal\";s:5:\"value\";s:7:\"#01a28c\";}s:23:\"nice_user_color_qs_teal\";a:2:{s:4:\"name\";s:7:\"QS Teal\";s:5:\"value\";s:7:\"#00bfa5\";}}s:9:\"condition\";s:30:\"nice_page_loader:is(full_page)\";s:8:\"operator\";s:3:\"and\";}i:18;a:3:{s:4:\"name\";s:16:\"Blog & Posts\";s:4:\"type\";s:5:\"group\";s:4:\"icon\";s:30:\"<i class=\"bi_doc-article\"></i>\";}i:19;a:7:{s:4:\"name\";s:30:\"Masonry Blog Posts Load Method\";s:4:\"desc\";s:49:\"Select the method for loading masonry blog posts.\";s:2:\"id\";s:30:\"nice_masonry_posts_load_method\";s:4:\"type\";s:6:\"select\";s:3:\"std\";s:9:\"on_scroll\";s:3:\"tip\";s:0:\"\";s:7:\"options\";a:2:{s:9:\"on_scroll\";s:9:\"On Scroll\";s:9:\"on_button\";s:18:\"On Clicking Button\";}}i:20;a:6:{s:4:\"name\";s:15:\"Post Author Box\";s:4:\"desc\";s:107:\"This will enable the post author box on the single posts page. Edit description in Users > Your Profile.\";s:2:\"id\";s:16:\"nice_post_author\";s:3:\"std\";s:4:\"true\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:21;a:3:{s:4:\"name\";s:7:\"Buttons\";s:4:\"type\";s:5:\"group\";s:4:\"icon\";s:29:\"<i class=\"bi_tool-mouse\"></i>\";}i:22;a:7:{s:4:\"name\";s:20:\"Default Button Shape\";s:4:\"desc\";s:54:\"Select the default shape for your site's buttons.\";s:2:\"id\";s:14:\"nice_btn_shape\";s:4:\"type\";s:11:\"radio_image\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:7:\"options\";a:4:{s:0:\"\";a:2:{s:5:\"label\";s:7:\"Default\";s:5:\"image\";s:116:\"https://product.quickscrum.com/wp-content/themes/flatbase/engine/admin/assets/images/options/btn-general-default.png\";}s:5:\"round\";a:2:{s:5:\"label\";s:5:\"Round\";s:5:\"image\";s:114:\"https://product.quickscrum.com/wp-content/themes/flatbase/engine/admin/assets/images/options/btn-general-round.png\";}s:6:\"circle\";a:2:{s:5:\"label\";s:6:\"Circle\";s:5:\"image\";s:115:\"https://product.quickscrum.com/wp-content/themes/flatbase/engine/admin/assets/images/options/btn-general-circle.png\";}s:6:\"square\";a:2:{s:5:\"label\";s:6:\"Square\";s:5:\"image\";s:115:\"https://product.quickscrum.com/wp-content/themes/flatbase/engine/admin/assets/images/options/btn-general-square.png\";}}}i:23;a:8:{s:4:\"name\";s:20:\"Default Button Color\";s:4:\"desc\";s:54:\"Select the default color for your site's buttons.\";s:2:\"id\";s:14:\"nice_btn_color\";s:4:\"type\";s:12:\"select_color\";s:5:\"class\";s:17:\"nice-select-color\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:7:\"options\";a:14:{s:0:\"\";a:2:{s:4:\"name\";s:7:\"Default\";s:5:\"value\";s:0:\"\";}s:17:\"nice_accent_color\";a:2:{s:4:\"name\";s:12:\"Accent Color\";s:5:\"value\";s:7:\"#317170\";}s:24:\"nice_complementary_color\";a:2:{s:4:\"name\";s:19:\"Complementary Color\";s:5:\"value\";s:7:\"#f65a18\";}s:16:\"nice_black_color\";a:2:{s:4:\"name\";s:5:\"Black\";s:5:\"value\";s:4:\"#222\";}s:17:\"nice_dark_color_1\";a:2:{s:4:\"name\";s:6:\"Dark 1\";s:5:\"value\";s:4:\"#333\";}s:17:\"nice_dark_color_2\";a:2:{s:4:\"name\";s:6:\"Dark 2\";s:5:\"value\";s:7:\"#454545\";}s:17:\"nice_dark_color_3\";a:2:{s:4:\"name\";s:6:\"Dark 3\";s:5:\"value\";s:7:\"#686868\";}s:16:\"nice_white_color\";a:2:{s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#e2e2e2\";}s:18:\"nice_light_color_1\";a:2:{s:4:\"name\";s:7:\"Light 1\";s:5:\"value\";s:7:\"#e9ebec\";}s:18:\"nice_light_color_2\";a:2:{s:4:\"name\";s:7:\"Light 2\";s:5:\"value\";s:4:\"#ddd\";}s:18:\"nice_light_color_3\";a:2:{s:4:\"name\";s:7:\"Light 3\";s:5:\"value\";s:4:\"#bbb\";}s:25:\"nice_user_color_nice_blue\";a:2:{s:4:\"name\";s:9:\"Nice Blue\";s:5:\"value\";s:7:\"#3c4750\";}s:20:\"nice_user_color_teal\";a:2:{s:4:\"name\";s:4:\"Teal\";s:5:\"value\";s:7:\"#01a28c\";}s:23:\"nice_user_color_qs_teal\";a:2:{s:4:\"name\";s:7:\"QS Teal\";s:5:\"value\";s:7:\"#00bfa5\";}}}i:24;a:3:{s:4:\"name\";s:14:\"Call to Action\";s:4:\"type\";s:5:\"group\";s:4:\"icon\";s:29:\"<i class=\"bi_music-eq-a\"></i>\";}i:25;a:6:{s:4:\"name\";s:19:\"Call to Action Text\";s:4:\"desc\";s:80:\"Add the text that you would like to appear in the global call to action section.\";s:2:\"id\";s:13:\"nice_cta_text\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:26;a:6:{s:4:\"name\";s:30:\"Call to Action Button Link URL\";s:4:\"desc\";s:57:\"Please enter the URL for the call to action section here.\";s:2:\"id\";s:12:\"nice_cta_url\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:27;a:6:{s:4:\"name\";s:26:\"Call to Action Button Text\";s:4:\"desc\";s:114:\"If you would like a button to be the link in the global call to action section, please enter the text for it here.\";s:2:\"id\";s:17:\"nice_cta_url_text\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:28;a:7:{s:4:\"name\";s:19:\"Call to Action Skin\";s:4:\"desc\";s:31:\"Select the call to action skin.\";s:2:\"id\";s:13:\"nice_cta_skin\";s:4:\"type\";s:11:\"radio_image\";s:3:\"std\";s:5:\"light\";s:3:\"tip\";s:0:\"\";s:7:\"options\";a:2:{s:5:\"light\";a:2:{s:5:\"label\";s:5:\"Light\";s:5:\"image\";s:107:\"https://product.quickscrum.com/wp-content/themes/flatbase/engine/admin/assets/images/options/skin-light.png\";}s:4:\"dark\";a:2:{s:5:\"label\";s:4:\"Dark\";s:5:\"image\";s:106:\"https://product.quickscrum.com/wp-content/themes/flatbase/engine/admin/assets/images/options/skin-dark.png\";}}}i:29;a:8:{s:4:\"name\";s:31:\"Call to Action Background Color\";s:4:\"desc\";s:51:\"Choose the background color for the call to action.\";s:2:\"id\";s:25:\"nice_cta_background_color\";s:4:\"type\";s:12:\"select_color\";s:5:\"class\";s:17:\"nice-select-color\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:7:\"options\";a:14:{s:0:\"\";a:2:{s:4:\"name\";s:7:\"Default\";s:5:\"value\";s:0:\"\";}s:17:\"nice_accent_color\";a:2:{s:4:\"name\";s:12:\"Accent Color\";s:5:\"value\";s:7:\"#317170\";}s:24:\"nice_complementary_color\";a:2:{s:4:\"name\";s:19:\"Complementary Color\";s:5:\"value\";s:7:\"#f65a18\";}s:16:\"nice_black_color\";a:2:{s:4:\"name\";s:5:\"Black\";s:5:\"value\";s:4:\"#222\";}s:17:\"nice_dark_color_1\";a:2:{s:4:\"name\";s:6:\"Dark 1\";s:5:\"value\";s:4:\"#333\";}s:17:\"nice_dark_color_2\";a:2:{s:4:\"name\";s:6:\"Dark 2\";s:5:\"value\";s:7:\"#454545\";}s:17:\"nice_dark_color_3\";a:2:{s:4:\"name\";s:6:\"Dark 3\";s:5:\"value\";s:7:\"#686868\";}s:16:\"nice_white_color\";a:2:{s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#e2e2e2\";}s:18:\"nice_light_color_1\";a:2:{s:4:\"name\";s:7:\"Light 1\";s:5:\"value\";s:7:\"#e9ebec\";}s:18:\"nice_light_color_2\";a:2:{s:4:\"name\";s:7:\"Light 2\";s:5:\"value\";s:4:\"#ddd\";}s:18:\"nice_light_color_3\";a:2:{s:4:\"name\";s:7:\"Light 3\";s:5:\"value\";s:4:\"#bbb\";}s:25:\"nice_user_color_nice_blue\";a:2:{s:4:\"name\";s:9:\"Nice Blue\";s:5:\"value\";s:7:\"#3c4750\";}s:20:\"nice_user_color_teal\";a:2:{s:4:\"name\";s:4:\"Teal\";s:5:\"value\";s:7:\"#01a28c\";}s:23:\"nice_user_color_qs_teal\";a:2:{s:4:\"name\";s:7:\"QS Teal\";s:5:\"value\";s:7:\"#00bfa5\";}}}i:30;a:3:{s:4:\"name\";s:6:\"Header\";s:4:\"type\";s:7:\"heading\";s:4:\"icon\";s:32:\"<i class=\"bi_layout-header\"></i>\";}i:31;a:3:{s:4:\"name\";s:4:\"Logo\";s:4:\"type\";s:5:\"group\";s:4:\"icon\";s:32:\"<i class=\"bi_media-image-d\"></i>\";}i:32;a:6:{s:4:\"name\";s:11:\"Custom Logo\";s:4:\"desc\";s:21:\"Upload a custom logo.\";s:2:\"id\";s:9:\"nice_logo\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";s:5:\"extra\";a:1:{s:4:\"type\";s:5:\"image\";}}i:33;a:6:{s:4:\"name\";s:20:\"Custom Logo (Retina)\";s:4:\"desc\";s:94:\"Upload a custom logo for retina displays. Upload at exactly 2x the size of your standard logo.\";s:2:\"id\";s:16:\"nice_logo_retina\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";s:5:\"extra\";a:1:{s:4:\"type\";s:5:\"image\";}}i:34;a:5:{s:4:\"name\";s:11:\"Logo Height\";s:4:\"desc\";s:88:\"Change the logo height. This setting will standarize the logo height for retina devices.\";s:2:\"id\";s:16:\"nice_logo_height\";s:3:\"std\";a:5:{s:5:\"range\";s:3:\"min\";s:5:\"value\";s:2:\"65\";s:3:\"min\";s:2:\"10\";s:3:\"max\";s:3:\"400\";s:4:\"unit\";s:2:\"px\";}s:4:\"type\";s:6:\"slider\";}i:35;a:5:{s:4:\"name\";s:10:\"Text Title\";s:4:\"desc\";s:115:\"Enable if you want Blog Title and Tagline to be text-based. Setup title/tagline in WP -> Settings -> General.\";s:2:\"id\";s:14:\"nice_texttitle\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:36;a:7:{s:4:\"name\";s:21:\"Site Title Typography\";s:4:\"desc\";s:67:\"Change the site title typography. ( Only if Text Title is enabled )\";s:2:\"id\";s:20:\"nice_font_site_title\";s:3:\"std\";a:4:{s:4:\"size\";s:2:\"30\";s:6:\"family\";s:6:\"Nunito\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#fff\";}s:4:\"type\";s:10:\"typography\";s:9:\"condition\";s:23:\"nice_texttitle:is(true)\";s:8:\"operator\";s:3:\"and\";}i:37;a:3:{s:4:\"name\";s:6:\"Design\";s:4:\"type\";s:5:\"group\";s:4:\"icon\";s:33:\"<i class=\"bi_setting-wrench\"></i>\";}i:38;a:7:{s:4:\"name\";s:11:\"Header Skin\";s:4:\"desc\";s:31:\"Select the header content skin.\";s:2:\"id\";s:16:\"nice_header_skin\";s:4:\"type\";s:11:\"radio_image\";s:3:\"std\";s:4:\"dark\";s:3:\"tip\";s:0:\"\";s:7:\"options\";a:2:{s:5:\"light\";a:2:{s:5:\"label\";s:5:\"Light\";s:5:\"image\";s:107:\"https://product.quickscrum.com/wp-content/themes/flatbase/engine/admin/assets/images/options/skin-light.png\";}s:4:\"dark\";a:2:{s:5:\"label\";s:4:\"Dark\";s:5:\"image\";s:106:\"https://product.quickscrum.com/wp-content/themes/flatbase/engine/admin/assets/images/options/skin-dark.png\";}}}i:39;a:8:{s:4:\"name\";s:23:\"Header Background Color\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:28:\"nice_header_background_color\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:12:\"select_color\";s:3:\"std\";s:0:\"\";s:5:\"class\";s:17:\"nice-select-color\";s:7:\"options\";a:14:{s:0:\"\";a:2:{s:4:\"name\";s:7:\"Default\";s:5:\"value\";s:0:\"\";}s:17:\"nice_accent_color\";a:2:{s:4:\"name\";s:12:\"Accent Color\";s:5:\"value\";s:7:\"#317170\";}s:24:\"nice_complementary_color\";a:2:{s:4:\"name\";s:19:\"Complementary Color\";s:5:\"value\";s:7:\"#f65a18\";}s:16:\"nice_black_color\";a:2:{s:4:\"name\";s:5:\"Black\";s:5:\"value\";s:4:\"#222\";}s:17:\"nice_dark_color_1\";a:2:{s:4:\"name\";s:6:\"Dark 1\";s:5:\"value\";s:4:\"#333\";}s:17:\"nice_dark_color_2\";a:2:{s:4:\"name\";s:6:\"Dark 2\";s:5:\"value\";s:7:\"#454545\";}s:17:\"nice_dark_color_3\";a:2:{s:4:\"name\";s:6:\"Dark 3\";s:5:\"value\";s:7:\"#686868\";}s:16:\"nice_white_color\";a:2:{s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#e2e2e2\";}s:18:\"nice_light_color_1\";a:2:{s:4:\"name\";s:7:\"Light 1\";s:5:\"value\";s:7:\"#e9ebec\";}s:18:\"nice_light_color_2\";a:2:{s:4:\"name\";s:7:\"Light 2\";s:5:\"value\";s:4:\"#ddd\";}s:18:\"nice_light_color_3\";a:2:{s:4:\"name\";s:7:\"Light 3\";s:5:\"value\";s:4:\"#bbb\";}s:25:\"nice_user_color_nice_blue\";a:2:{s:4:\"name\";s:9:\"Nice Blue\";s:5:\"value\";s:7:\"#3c4750\";}s:20:\"nice_user_color_teal\";a:2:{s:4:\"name\";s:4:\"Teal\";s:5:\"value\";s:7:\"#01a28c\";}s:23:\"nice_user_color_qs_teal\";a:2:{s:4:\"name\";s:7:\"QS Teal\";s:5:\"value\";s:7:\"#00bfa5\";}}}i:40;a:6:{s:4:\"name\";s:23:\"Header background Image\";s:4:\"desc\";s:45:\"Upload or choose the header background image.\";s:2:\"id\";s:28:\"nice_header_background_image\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";s:5:\"extra\";a:1:{s:4:\"type\";s:5:\"image\";}}i:41;a:9:{s:4:\"name\";s:30:\"Header background image repeat\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:35:\"nice_header_background_image_repeat\";s:3:\"std\";s:6:\"repeat\";s:4:\"type\";s:6:\"select\";s:3:\"tip\";s:0:\"\";s:7:\"options\";a:4:{s:9:\"no-repeat\";s:9:\"No Repeat\";s:6:\"repeat\";s:6:\"Repeat\";s:8:\"repeat-x\";s:19:\"Repeat horizontally\";s:8:\"repeat-y\";s:17:\"Repeat vertically\";}s:8:\"operator\";s:3:\"and\";s:9:\"condition\";s:34:\"nice_header_background_image:not()\";}i:42;a:9:{s:4:\"name\";s:32:\"Header background image position\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:37:\"nice_header_background_image_position\";s:3:\"std\";s:8:\"left top\";s:4:\"type\";s:6:\"select\";s:3:\"tip\";s:0:\"\";s:7:\"options\";a:9:{s:10:\"center top\";s:10:\"Center Top\";s:13:\"center center\";s:13:\"Center Center\";s:13:\"center bottom\";s:13:\"Center Bottom\";s:8:\"left top\";s:8:\"Left Top\";s:11:\"left center\";s:11:\"Left Center\";s:11:\"left bottom\";s:11:\"Left Bottom\";s:9:\"right top\";s:9:\"Right Top\";s:12:\"right center\";s:12:\"Right Center\";s:12:\"right bottom\";s:12:\"Right Bottom\";}s:8:\"operator\";s:3:\"and\";s:9:\"condition\";s:34:\"nice_header_background_image:not()\";}i:43;a:8:{s:4:\"name\";s:21:\"Background Image Size\";s:2:\"id\";s:33:\"nice_header_background_image_size\";s:4:\"type\";s:6:\"select\";s:3:\"std\";s:4:\"auto\";s:7:\"options\";a:3:{s:4:\"auto\";s:4:\"Auto\";s:5:\"cover\";s:5:\"Cover\";s:7:\"contain\";s:7:\"Contain\";}s:4:\"desc\";s:41:\"Select the size for you background image.\";s:8:\"operator\";s:3:\"and\";s:9:\"condition\";s:34:\"nice_header_background_image:not()\";}i:44;a:8:{s:4:\"name\";s:27:\"Background Image Attachment\";s:2:\"id\";s:39:\"nice_header_background_image_attachment\";s:4:\"type\";s:6:\"select\";s:3:\"std\";s:6:\"scroll\";s:7:\"options\";a:2:{s:6:\"scroll\";s:6:\"Scroll\";s:5:\"fixed\";s:5:\"Fixed\";}s:4:\"desc\";s:64:\"Select how your background image should be attached to the page.\";s:9:\"condition\";s:34:\"nice_header_background_image:not()\";s:8:\"operator\";s:3:\"and\";}i:45;a:7:{s:4:\"name\";s:32:\"Navigation Sub-Menu Content Skin\";s:4:\"desc\";s:44:\"Select the navigation sub-menu content skin.\";s:2:\"id\";s:24:\"nice_header_submenu_skin\";s:4:\"type\";s:11:\"radio_image\";s:3:\"std\";s:4:\"dark\";s:3:\"tip\";s:0:\"\";s:7:\"options\";a:2:{s:5:\"light\";a:2:{s:5:\"label\";s:5:\"Light\";s:5:\"image\";s:107:\"https://product.quickscrum.com/wp-content/themes/flatbase/engine/admin/assets/images/options/skin-light.png\";}s:4:\"dark\";a:2:{s:5:\"label\";s:4:\"Dark\";s:5:\"image\";s:106:\"https://product.quickscrum.com/wp-content/themes/flatbase/engine/admin/assets/images/options/skin-dark.png\";}}}i:46;a:5:{s:4:\"name\";s:13:\"Header Border\";s:4:\"desc\";s:58:\"Add a semi-transparent border at the bottom of the header.\";s:2:\"id\";s:18:\"nice_header_border\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:47;a:3:{s:4:\"name\";s:6:\"Footer\";s:4:\"type\";s:7:\"heading\";s:4:\"icon\";s:32:\"<i class=\"bi_layout-footer\"></i>\";}i:48;a:3:{s:4:\"name\";s:13:\"Footer Layout\";s:4:\"type\";s:5:\"group\";s:4:\"icon\";s:29:\"<i class=\"bi_music-eq-a\"></i>\";}i:49;a:6:{s:4:\"name\";s:17:\"Full Width Footer\";s:4:\"desc\";s:55:\"Make the footer contents take the full available width.\";s:2:\"id\";s:22:\"nice_footer_full_width\";s:3:\"std\";b:0;s:3:\"tip\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:50;a:7:{s:4:\"name\";s:11:\"Footer Skin\";s:4:\"desc\";s:23:\"Select the footer skin.\";s:2:\"id\";s:16:\"nice_footer_skin\";s:4:\"type\";s:11:\"radio_image\";s:3:\"std\";s:4:\"dark\";s:3:\"tip\";s:0:\"\";s:7:\"options\";a:2:{s:5:\"light\";a:2:{s:5:\"label\";s:5:\"Light\";s:5:\"image\";s:107:\"https://product.quickscrum.com/wp-content/themes/flatbase/engine/admin/assets/images/options/skin-light.png\";}s:4:\"dark\";a:2:{s:5:\"label\";s:4:\"Dark\";s:5:\"image\";s:106:\"https://product.quickscrum.com/wp-content/themes/flatbase/engine/admin/assets/images/options/skin-dark.png\";}}}i:51;a:3:{s:4:\"name\";s:15:\"Footer Extended\";s:4:\"type\";s:5:\"group\";s:4:\"icon\";s:32:\"<i class=\"bi_layout-footer\"></i>\";}i:52;a:6:{s:4:\"name\";s:23:\"Enable Custom Copyright\";s:4:\"desc\";s:52:\"Enable if you want to write your own copyright text.\";s:2:\"id\";s:28:\"nice_custom_copyright_enable\";s:3:\"std\";s:5:\"false\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:53;a:8:{s:4:\"name\";s:21:\"Custom Copyright Text\";s:4:\"desc\";s:79:\"Please enter the copyright section text. e.g. All Rights Reserved, Nice Themes.\";s:2:\"id\";s:26:\"nice_custom_copyright_text\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:9:\"condition\";s:37:\"nice_custom_copyright_enable:is(true)\";s:8:\"operator\";s:3:\"and\";}i:54;a:3:{s:4:\"name\";s:14:\"Footer Widgets\";s:4:\"type\";s:5:\"group\";s:4:\"icon\";s:38:\"<i class=\"bi_interface-dashboard\"></i>\";}i:55;a:5:{s:4:\"name\";s:14:\"Footer Columns\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:19:\"nice_footer_columns\";s:3:\"std\";a:4:{s:5:\"range\";s:3:\"min\";s:5:\"value\";s:1:\"3\";s:3:\"min\";s:1:\"2\";s:3:\"max\";s:1:\"4\";}s:4:\"type\";s:6:\"slider\";}i:56;a:3:{s:4:\"name\";s:11:\"Back To Top\";s:4:\"type\";s:5:\"group\";s:4:\"icon\";s:34:\"<i class=\"bi_interface-top-r\"></i>\";}i:57;a:6:{s:4:\"name\";s:26:\"Display Back To Top Button\";s:4:\"desc\";s:109:\"Enable if you want the "Back To Top button" to be displayed in the bottom right corner of the site.\";s:2:\"id\";s:16:\"nice_back_to_top\";s:3:\"std\";s:4:\"true\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:58;a:3:{s:4:\"name\";s:9:\"Customize\";s:4:\"type\";s:7:\"heading\";s:4:\"icon\";s:28:\"<i class=\"bi_misc-cube\"></i>\";}i:59;a:3:{s:4:\"name\";s:7:\"General\";s:4:\"type\";s:5:\"group\";s:4:\"icon\";s:33:\"<i class=\"bi_web-internet-a\"></i>\";}i:60;a:7:{s:4:\"name\";s:21:\"HTML Background Color\";s:4:\"desc\";s:30:\"Set the HTML background color.\";s:2:\"id\";s:26:\"nice_html_background_color\";s:4:\"type\";s:12:\"select_color\";s:3:\"std\";s:0:\"\";s:5:\"class\";s:17:\"nice-select-color\";s:7:\"options\";a:14:{s:0:\"\";a:2:{s:4:\"name\";s:7:\"Default\";s:5:\"value\";s:0:\"\";}s:17:\"nice_accent_color\";a:2:{s:4:\"name\";s:12:\"Accent Color\";s:5:\"value\";s:7:\"#317170\";}s:24:\"nice_complementary_color\";a:2:{s:4:\"name\";s:19:\"Complementary Color\";s:5:\"value\";s:7:\"#f65a18\";}s:16:\"nice_black_color\";a:2:{s:4:\"name\";s:5:\"Black\";s:5:\"value\";s:4:\"#222\";}s:17:\"nice_dark_color_1\";a:2:{s:4:\"name\";s:6:\"Dark 1\";s:5:\"value\";s:4:\"#333\";}s:17:\"nice_dark_color_2\";a:2:{s:4:\"name\";s:6:\"Dark 2\";s:5:\"value\";s:7:\"#454545\";}s:17:\"nice_dark_color_3\";a:2:{s:4:\"name\";s:6:\"Dark 3\";s:5:\"value\";s:7:\"#686868\";}s:16:\"nice_white_color\";a:2:{s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#e2e2e2\";}s:18:\"nice_light_color_1\";a:2:{s:4:\"name\";s:7:\"Light 1\";s:5:\"value\";s:7:\"#e9ebec\";}s:18:\"nice_light_color_2\";a:2:{s:4:\"name\";s:7:\"Light 2\";s:5:\"value\";s:4:\"#ddd\";}s:18:\"nice_light_color_3\";a:2:{s:4:\"name\";s:7:\"Light 3\";s:5:\"value\";s:4:\"#bbb\";}s:25:\"nice_user_color_nice_blue\";a:2:{s:4:\"name\";s:9:\"Nice Blue\";s:5:\"value\";s:7:\"#3c4750\";}s:20:\"nice_user_color_teal\";a:2:{s:4:\"name\";s:4:\"Teal\";s:5:\"value\";s:7:\"#01a28c\";}s:23:\"nice_user_color_qs_teal\";a:2:{s:4:\"name\";s:7:\"QS Teal\";s:5:\"value\";s:7:\"#00bfa5\";}}}i:61;a:7:{s:4:\"name\";s:29:\"Likes "Liked" Color\";s:4:\"desc\";s:32:\"Set the "liked" color.\";s:2:\"id\";s:16:\"nice_likes_color\";s:4:\"type\";s:12:\"select_color\";s:3:\"std\";s:0:\"\";s:5:\"class\";s:17:\"nice-select-color\";s:7:\"options\";a:14:{s:0:\"\";a:2:{s:4:\"name\";s:7:\"Default\";s:5:\"value\";s:0:\"\";}s:17:\"nice_accent_color\";a:2:{s:4:\"name\";s:12:\"Accent Color\";s:5:\"value\";s:7:\"#317170\";}s:24:\"nice_complementary_color\";a:2:{s:4:\"name\";s:19:\"Complementary Color\";s:5:\"value\";s:7:\"#f65a18\";}s:16:\"nice_black_color\";a:2:{s:4:\"name\";s:5:\"Black\";s:5:\"value\";s:4:\"#222\";}s:17:\"nice_dark_color_1\";a:2:{s:4:\"name\";s:6:\"Dark 1\";s:5:\"value\";s:4:\"#333\";}s:17:\"nice_dark_color_2\";a:2:{s:4:\"name\";s:6:\"Dark 2\";s:5:\"value\";s:7:\"#454545\";}s:17:\"nice_dark_color_3\";a:2:{s:4:\"name\";s:6:\"Dark 3\";s:5:\"value\";s:7:\"#686868\";}s:16:\"nice_white_color\";a:2:{s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#e2e2e2\";}s:18:\"nice_light_color_1\";a:2:{s:4:\"name\";s:7:\"Light 1\";s:5:\"value\";s:7:\"#e9ebec\";}s:18:\"nice_light_color_2\";a:2:{s:4:\"name\";s:7:\"Light 2\";s:5:\"value\";s:4:\"#ddd\";}s:18:\"nice_light_color_3\";a:2:{s:4:\"name\";s:7:\"Light 3\";s:5:\"value\";s:4:\"#bbb\";}s:25:\"nice_user_color_nice_blue\";a:2:{s:4:\"name\";s:9:\"Nice Blue\";s:5:\"value\";s:7:\"#3c4750\";}s:20:\"nice_user_color_teal\";a:2:{s:4:\"name\";s:4:\"Teal\";s:5:\"value\";s:7:\"#01a28c\";}s:23:\"nice_user_color_qs_teal\";a:2:{s:4:\"name\";s:7:\"QS Teal\";s:5:\"value\";s:7:\"#00bfa5\";}}}i:62;a:3:{s:4:\"name\";s:10:\"Light Skin\";s:4:\"type\";s:5:\"group\";s:4:\"icon\";s:35:\"<i class=\"bi_doc-binder-blank\"></i>\";}i:63;a:7:{s:4:\"name\";s:16:\"Background Color\";s:4:\"desc\";s:36:\"Set the Light Skin background color.\";s:2:\"id\";s:32:\"nice_light_skin_background_color\";s:4:\"type\";s:12:\"select_color\";s:3:\"std\";s:0:\"\";s:5:\"class\";s:17:\"nice-select-color\";s:7:\"options\";a:14:{s:0:\"\";a:2:{s:4:\"name\";s:7:\"Default\";s:5:\"value\";s:0:\"\";}s:17:\"nice_accent_color\";a:2:{s:4:\"name\";s:12:\"Accent Color\";s:5:\"value\";s:7:\"#317170\";}s:24:\"nice_complementary_color\";a:2:{s:4:\"name\";s:19:\"Complementary Color\";s:5:\"value\";s:7:\"#f65a18\";}s:16:\"nice_black_color\";a:2:{s:4:\"name\";s:5:\"Black\";s:5:\"value\";s:4:\"#222\";}s:17:\"nice_dark_color_1\";a:2:{s:4:\"name\";s:6:\"Dark 1\";s:5:\"value\";s:4:\"#333\";}s:17:\"nice_dark_color_2\";a:2:{s:4:\"name\";s:6:\"Dark 2\";s:5:\"value\";s:7:\"#454545\";}s:17:\"nice_dark_color_3\";a:2:{s:4:\"name\";s:6:\"Dark 3\";s:5:\"value\";s:7:\"#686868\";}s:16:\"nice_white_color\";a:2:{s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#e2e2e2\";}s:18:\"nice_light_color_1\";a:2:{s:4:\"name\";s:7:\"Light 1\";s:5:\"value\";s:7:\"#e9ebec\";}s:18:\"nice_light_color_2\";a:2:{s:4:\"name\";s:7:\"Light 2\";s:5:\"value\";s:4:\"#ddd\";}s:18:\"nice_light_color_3\";a:2:{s:4:\"name\";s:7:\"Light 3\";s:5:\"value\";s:4:\"#bbb\";}s:25:\"nice_user_color_nice_blue\";a:2:{s:4:\"name\";s:9:\"Nice Blue\";s:5:\"value\";s:7:\"#3c4750\";}s:20:\"nice_user_color_teal\";a:2:{s:4:\"name\";s:4:\"Teal\";s:5:\"value\";s:7:\"#01a28c\";}s:23:\"nice_user_color_qs_teal\";a:2:{s:4:\"name\";s:7:\"QS Teal\";s:5:\"value\";s:7:\"#00bfa5\";}}}i:64;a:7:{s:4:\"name\";s:10:\"Text Color\";s:4:\"desc\";s:30:\"Set the Light Skin text color.\";s:2:\"id\";s:26:\"nice_light_skin_text_color\";s:4:\"type\";s:12:\"select_color\";s:3:\"std\";s:0:\"\";s:5:\"class\";s:17:\"nice-select-color\";s:7:\"options\";a:14:{s:0:\"\";a:2:{s:4:\"name\";s:7:\"Default\";s:5:\"value\";s:0:\"\";}s:17:\"nice_accent_color\";a:2:{s:4:\"name\";s:12:\"Accent Color\";s:5:\"value\";s:7:\"#317170\";}s:24:\"nice_complementary_color\";a:2:{s:4:\"name\";s:19:\"Complementary Color\";s:5:\"value\";s:7:\"#f65a18\";}s:16:\"nice_black_color\";a:2:{s:4:\"name\";s:5:\"Black\";s:5:\"value\";s:4:\"#222\";}s:17:\"nice_dark_color_1\";a:2:{s:4:\"name\";s:6:\"Dark 1\";s:5:\"value\";s:4:\"#333\";}s:17:\"nice_dark_color_2\";a:2:{s:4:\"name\";s:6:\"Dark 2\";s:5:\"value\";s:7:\"#454545\";}s:17:\"nice_dark_color_3\";a:2:{s:4:\"name\";s:6:\"Dark 3\";s:5:\"value\";s:7:\"#686868\";}s:16:\"nice_white_color\";a:2:{s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#e2e2e2\";}s:18:\"nice_light_color_1\";a:2:{s:4:\"name\";s:7:\"Light 1\";s:5:\"value\";s:7:\"#e9ebec\";}s:18:\"nice_light_color_2\";a:2:{s:4:\"name\";s:7:\"Light 2\";s:5:\"value\";s:4:\"#ddd\";}s:18:\"nice_light_color_3\";a:2:{s:4:\"name\";s:7:\"Light 3\";s:5:\"value\";s:4:\"#bbb\";}s:25:\"nice_user_color_nice_blue\";a:2:{s:4:\"name\";s:9:\"Nice Blue\";s:5:\"value\";s:7:\"#3c4750\";}s:20:\"nice_user_color_teal\";a:2:{s:4:\"name\";s:4:\"Teal\";s:5:\"value\";s:7:\"#01a28c\";}s:23:\"nice_user_color_qs_teal\";a:2:{s:4:\"name\";s:7:\"QS Teal\";s:5:\"value\";s:7:\"#00bfa5\";}}}i:65;a:7:{s:4:\"name\";s:10:\"Link Color\";s:4:\"desc\";s:30:\"Set the Light Skin link color.\";s:2:\"id\";s:26:\"nice_light_skin_link_color\";s:4:\"type\";s:12:\"select_color\";s:3:\"std\";s:0:\"\";s:5:\"class\";s:17:\"nice-select-color\";s:7:\"options\";a:14:{s:0:\"\";a:2:{s:4:\"name\";s:7:\"Default\";s:5:\"value\";s:0:\"\";}s:17:\"nice_accent_color\";a:2:{s:4:\"name\";s:12:\"Accent Color\";s:5:\"value\";s:7:\"#317170\";}s:24:\"nice_complementary_color\";a:2:{s:4:\"name\";s:19:\"Complementary Color\";s:5:\"value\";s:7:\"#f65a18\";}s:16:\"nice_black_color\";a:2:{s:4:\"name\";s:5:\"Black\";s:5:\"value\";s:4:\"#222\";}s:17:\"nice_dark_color_1\";a:2:{s:4:\"name\";s:6:\"Dark 1\";s:5:\"value\";s:4:\"#333\";}s:17:\"nice_dark_color_2\";a:2:{s:4:\"name\";s:6:\"Dark 2\";s:5:\"value\";s:7:\"#454545\";}s:17:\"nice_dark_color_3\";a:2:{s:4:\"name\";s:6:\"Dark 3\";s:5:\"value\";s:7:\"#686868\";}s:16:\"nice_white_color\";a:2:{s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#e2e2e2\";}s:18:\"nice_light_color_1\";a:2:{s:4:\"name\";s:7:\"Light 1\";s:5:\"value\";s:7:\"#e9ebec\";}s:18:\"nice_light_color_2\";a:2:{s:4:\"name\";s:7:\"Light 2\";s:5:\"value\";s:4:\"#ddd\";}s:18:\"nice_light_color_3\";a:2:{s:4:\"name\";s:7:\"Light 3\";s:5:\"value\";s:4:\"#bbb\";}s:25:\"nice_user_color_nice_blue\";a:2:{s:4:\"name\";s:9:\"Nice Blue\";s:5:\"value\";s:7:\"#3c4750\";}s:20:\"nice_user_color_teal\";a:2:{s:4:\"name\";s:4:\"Teal\";s:5:\"value\";s:7:\"#01a28c\";}s:23:\"nice_user_color_qs_teal\";a:2:{s:4:\"name\";s:7:\"QS Teal\";s:5:\"value\";s:7:\"#00bfa5\";}}}i:66;a:7:{s:4:\"name\";s:14:\"Headings Color\";s:4:\"desc\";s:34:\"Set the Light Skin headings color.\";s:2:\"id\";s:29:\"nice_light_skin_heading_color\";s:4:\"type\";s:12:\"select_color\";s:3:\"std\";s:0:\"\";s:5:\"class\";s:17:\"nice-select-color\";s:7:\"options\";a:14:{s:0:\"\";a:2:{s:4:\"name\";s:7:\"Default\";s:5:\"value\";s:0:\"\";}s:17:\"nice_accent_color\";a:2:{s:4:\"name\";s:12:\"Accent Color\";s:5:\"value\";s:7:\"#317170\";}s:24:\"nice_complementary_color\";a:2:{s:4:\"name\";s:19:\"Complementary Color\";s:5:\"value\";s:7:\"#f65a18\";}s:16:\"nice_black_color\";a:2:{s:4:\"name\";s:5:\"Black\";s:5:\"value\";s:4:\"#222\";}s:17:\"nice_dark_color_1\";a:2:{s:4:\"name\";s:6:\"Dark 1\";s:5:\"value\";s:4:\"#333\";}s:17:\"nice_dark_color_2\";a:2:{s:4:\"name\";s:6:\"Dark 2\";s:5:\"value\";s:7:\"#454545\";}s:17:\"nice_dark_color_3\";a:2:{s:4:\"name\";s:6:\"Dark 3\";s:5:\"value\";s:7:\"#686868\";}s:16:\"nice_white_color\";a:2:{s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#e2e2e2\";}s:18:\"nice_light_color_1\";a:2:{s:4:\"name\";s:7:\"Light 1\";s:5:\"value\";s:7:\"#e9ebec\";}s:18:\"nice_light_color_2\";a:2:{s:4:\"name\";s:7:\"Light 2\";s:5:\"value\";s:4:\"#ddd\";}s:18:\"nice_light_color_3\";a:2:{s:4:\"name\";s:7:\"Light 3\";s:5:\"value\";s:4:\"#bbb\";}s:25:\"nice_user_color_nice_blue\";a:2:{s:4:\"name\";s:9:\"Nice Blue\";s:5:\"value\";s:7:\"#3c4750\";}s:20:\"nice_user_color_teal\";a:2:{s:4:\"name\";s:4:\"Teal\";s:5:\"value\";s:7:\"#01a28c\";}s:23:\"nice_user_color_qs_teal\";a:2:{s:4:\"name\";s:7:\"QS Teal\";s:5:\"value\";s:7:\"#00bfa5\";}}}i:67;a:7:{s:4:\"name\";s:23:\"Primary Menu Text Color\";s:4:\"desc\";s:43:\"Set the Light Skin Primary Menu Text Color.\";s:2:\"id\";s:30:\"nice_light_skin_nav_text_color\";s:4:\"type\";s:12:\"select_color\";s:3:\"std\";s:0:\"\";s:5:\"class\";s:17:\"nice-select-color\";s:7:\"options\";a:14:{s:0:\"\";a:2:{s:4:\"name\";s:7:\"Default\";s:5:\"value\";s:0:\"\";}s:17:\"nice_accent_color\";a:2:{s:4:\"name\";s:12:\"Accent Color\";s:5:\"value\";s:7:\"#317170\";}s:24:\"nice_complementary_color\";a:2:{s:4:\"name\";s:19:\"Complementary Color\";s:5:\"value\";s:7:\"#f65a18\";}s:16:\"nice_black_color\";a:2:{s:4:\"name\";s:5:\"Black\";s:5:\"value\";s:4:\"#222\";}s:17:\"nice_dark_color_1\";a:2:{s:4:\"name\";s:6:\"Dark 1\";s:5:\"value\";s:4:\"#333\";}s:17:\"nice_dark_color_2\";a:2:{s:4:\"name\";s:6:\"Dark 2\";s:5:\"value\";s:7:\"#454545\";}s:17:\"nice_dark_color_3\";a:2:{s:4:\"name\";s:6:\"Dark 3\";s:5:\"value\";s:7:\"#686868\";}s:16:\"nice_white_color\";a:2:{s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#e2e2e2\";}s:18:\"nice_light_color_1\";a:2:{s:4:\"name\";s:7:\"Light 1\";s:5:\"value\";s:7:\"#e9ebec\";}s:18:\"nice_light_color_2\";a:2:{s:4:\"name\";s:7:\"Light 2\";s:5:\"value\";s:4:\"#ddd\";}s:18:\"nice_light_color_3\";a:2:{s:4:\"name\";s:7:\"Light 3\";s:5:\"value\";s:4:\"#bbb\";}s:25:\"nice_user_color_nice_blue\";a:2:{s:4:\"name\";s:9:\"Nice Blue\";s:5:\"value\";s:7:\"#3c4750\";}s:20:\"nice_user_color_teal\";a:2:{s:4:\"name\";s:4:\"Teal\";s:5:\"value\";s:7:\"#01a28c\";}s:23:\"nice_user_color_qs_teal\";a:2:{s:4:\"name\";s:7:\"QS Teal\";s:5:\"value\";s:7:\"#00bfa5\";}}}i:68;a:7:{s:4:\"name\";s:25:\"Secondary Menu Text Color\";s:4:\"desc\";s:45:\"Set the Light Skin Secondary Menu Text Color.\";s:2:\"id\";s:33:\"nice_light_skin_subnav_text_color\";s:4:\"type\";s:12:\"select_color\";s:3:\"std\";s:0:\"\";s:5:\"class\";s:17:\"nice-select-color\";s:7:\"options\";a:14:{s:0:\"\";a:2:{s:4:\"name\";s:7:\"Default\";s:5:\"value\";s:0:\"\";}s:17:\"nice_accent_color\";a:2:{s:4:\"name\";s:12:\"Accent Color\";s:5:\"value\";s:7:\"#317170\";}s:24:\"nice_complementary_color\";a:2:{s:4:\"name\";s:19:\"Complementary Color\";s:5:\"value\";s:7:\"#f65a18\";}s:16:\"nice_black_color\";a:2:{s:4:\"name\";s:5:\"Black\";s:5:\"value\";s:4:\"#222\";}s:17:\"nice_dark_color_1\";a:2:{s:4:\"name\";s:6:\"Dark 1\";s:5:\"value\";s:4:\"#333\";}s:17:\"nice_dark_color_2\";a:2:{s:4:\"name\";s:6:\"Dark 2\";s:5:\"value\";s:7:\"#454545\";}s:17:\"nice_dark_color_3\";a:2:{s:4:\"name\";s:6:\"Dark 3\";s:5:\"value\";s:7:\"#686868\";}s:16:\"nice_white_color\";a:2:{s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#e2e2e2\";}s:18:\"nice_light_color_1\";a:2:{s:4:\"name\";s:7:\"Light 1\";s:5:\"value\";s:7:\"#e9ebec\";}s:18:\"nice_light_color_2\";a:2:{s:4:\"name\";s:7:\"Light 2\";s:5:\"value\";s:4:\"#ddd\";}s:18:\"nice_light_color_3\";a:2:{s:4:\"name\";s:7:\"Light 3\";s:5:\"value\";s:4:\"#bbb\";}s:25:\"nice_user_color_nice_blue\";a:2:{s:4:\"name\";s:9:\"Nice Blue\";s:5:\"value\";s:7:\"#3c4750\";}s:20:\"nice_user_color_teal\";a:2:{s:4:\"name\";s:4:\"Teal\";s:5:\"value\";s:7:\"#01a28c\";}s:23:\"nice_user_color_qs_teal\";a:2:{s:4:\"name\";s:7:\"QS Teal\";s:5:\"value\";s:7:\"#00bfa5\";}}}i:69;a:7:{s:4:\"name\";s:31:\"Secondary Menu Background Color\";s:4:\"desc\";s:45:\"Set the Light Skin Secondary Menu Text Color.\";s:2:\"id\";s:39:\"nice_light_skin_subnav_background_color\";s:4:\"type\";s:12:\"select_color\";s:3:\"std\";s:0:\"\";s:5:\"class\";s:17:\"nice-select-color\";s:7:\"options\";a:14:{s:0:\"\";a:2:{s:4:\"name\";s:7:\"Default\";s:5:\"value\";s:0:\"\";}s:17:\"nice_accent_color\";a:2:{s:4:\"name\";s:12:\"Accent Color\";s:5:\"value\";s:7:\"#317170\";}s:24:\"nice_complementary_color\";a:2:{s:4:\"name\";s:19:\"Complementary Color\";s:5:\"value\";s:7:\"#f65a18\";}s:16:\"nice_black_color\";a:2:{s:4:\"name\";s:5:\"Black\";s:5:\"value\";s:4:\"#222\";}s:17:\"nice_dark_color_1\";a:2:{s:4:\"name\";s:6:\"Dark 1\";s:5:\"value\";s:4:\"#333\";}s:17:\"nice_dark_color_2\";a:2:{s:4:\"name\";s:6:\"Dark 2\";s:5:\"value\";s:7:\"#454545\";}s:17:\"nice_dark_color_3\";a:2:{s:4:\"name\";s:6:\"Dark 3\";s:5:\"value\";s:7:\"#686868\";}s:16:\"nice_white_color\";a:2:{s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#e2e2e2\";}s:18:\"nice_light_color_1\";a:2:{s:4:\"name\";s:7:\"Light 1\";s:5:\"value\";s:7:\"#e9ebec\";}s:18:\"nice_light_color_2\";a:2:{s:4:\"name\";s:7:\"Light 2\";s:5:\"value\";s:4:\"#ddd\";}s:18:\"nice_light_color_3\";a:2:{s:4:\"name\";s:7:\"Light 3\";s:5:\"value\";s:4:\"#bbb\";}s:25:\"nice_user_color_nice_blue\";a:2:{s:4:\"name\";s:9:\"Nice Blue\";s:5:\"value\";s:7:\"#3c4750\";}s:20:\"nice_user_color_teal\";a:2:{s:4:\"name\";s:4:\"Teal\";s:5:\"value\";s:7:\"#01a28c\";}s:23:\"nice_user_color_qs_teal\";a:2:{s:4:\"name\";s:7:\"QS Teal\";s:5:\"value\";s:7:\"#00bfa5\";}}}i:70;a:7:{s:4:\"name\";s:21:\"Welcome Message Color\";s:4:\"desc\";s:39:\"Set the Live Search Tagline Text Color.\";s:2:\"id\";s:37:\"nice_light_skin_welcome_message_color\";s:4:\"type\";s:12:\"select_color\";s:3:\"std\";s:0:\"\";s:5:\"class\";s:17:\"nice-select-color\";s:7:\"options\";a:14:{s:0:\"\";a:2:{s:4:\"name\";s:7:\"Default\";s:5:\"value\";s:0:\"\";}s:17:\"nice_accent_color\";a:2:{s:4:\"name\";s:12:\"Accent Color\";s:5:\"value\";s:7:\"#317170\";}s:24:\"nice_complementary_color\";a:2:{s:4:\"name\";s:19:\"Complementary Color\";s:5:\"value\";s:7:\"#f65a18\";}s:16:\"nice_black_color\";a:2:{s:4:\"name\";s:5:\"Black\";s:5:\"value\";s:4:\"#222\";}s:17:\"nice_dark_color_1\";a:2:{s:4:\"name\";s:6:\"Dark 1\";s:5:\"value\";s:4:\"#333\";}s:17:\"nice_dark_color_2\";a:2:{s:4:\"name\";s:6:\"Dark 2\";s:5:\"value\";s:7:\"#454545\";}s:17:\"nice_dark_color_3\";a:2:{s:4:\"name\";s:6:\"Dark 3\";s:5:\"value\";s:7:\"#686868\";}s:16:\"nice_white_color\";a:2:{s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#e2e2e2\";}s:18:\"nice_light_color_1\";a:2:{s:4:\"name\";s:7:\"Light 1\";s:5:\"value\";s:7:\"#e9ebec\";}s:18:\"nice_light_color_2\";a:2:{s:4:\"name\";s:7:\"Light 2\";s:5:\"value\";s:4:\"#ddd\";}s:18:\"nice_light_color_3\";a:2:{s:4:\"name\";s:7:\"Light 3\";s:5:\"value\";s:4:\"#bbb\";}s:25:\"nice_user_color_nice_blue\";a:2:{s:4:\"name\";s:9:\"Nice Blue\";s:5:\"value\";s:7:\"#3c4750\";}s:20:\"nice_user_color_teal\";a:2:{s:4:\"name\";s:4:\"Teal\";s:5:\"value\";s:7:\"#01a28c\";}s:23:\"nice_user_color_qs_teal\";a:2:{s:4:\"name\";s:7:\"QS Teal\";s:5:\"value\";s:7:\"#00bfa5\";}}}i:71;a:7:{s:4:\"name\";s:32:\"Welcome Message (extended) Color\";s:4:\"desc\";s:50:\"Set the Live Search Tagline (extended) Text Color.\";s:2:\"id\";s:46:\"nice_light_skin_welcome_message_extended_color\";s:4:\"type\";s:12:\"select_color\";s:3:\"std\";s:0:\"\";s:5:\"class\";s:17:\"nice-select-color\";s:7:\"options\";a:14:{s:0:\"\";a:2:{s:4:\"name\";s:7:\"Default\";s:5:\"value\";s:0:\"\";}s:17:\"nice_accent_color\";a:2:{s:4:\"name\";s:12:\"Accent Color\";s:5:\"value\";s:7:\"#317170\";}s:24:\"nice_complementary_color\";a:2:{s:4:\"name\";s:19:\"Complementary Color\";s:5:\"value\";s:7:\"#f65a18\";}s:16:\"nice_black_color\";a:2:{s:4:\"name\";s:5:\"Black\";s:5:\"value\";s:4:\"#222\";}s:17:\"nice_dark_color_1\";a:2:{s:4:\"name\";s:6:\"Dark 1\";s:5:\"value\";s:4:\"#333\";}s:17:\"nice_dark_color_2\";a:2:{s:4:\"name\";s:6:\"Dark 2\";s:5:\"value\";s:7:\"#454545\";}s:17:\"nice_dark_color_3\";a:2:{s:4:\"name\";s:6:\"Dark 3\";s:5:\"value\";s:7:\"#686868\";}s:16:\"nice_white_color\";a:2:{s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#e2e2e2\";}s:18:\"nice_light_color_1\";a:2:{s:4:\"name\";s:7:\"Light 1\";s:5:\"value\";s:7:\"#e9ebec\";}s:18:\"nice_light_color_2\";a:2:{s:4:\"name\";s:7:\"Light 2\";s:5:\"value\";s:4:\"#ddd\";}s:18:\"nice_light_color_3\";a:2:{s:4:\"name\";s:7:\"Light 3\";s:5:\"value\";s:4:\"#bbb\";}s:25:\"nice_user_color_nice_blue\";a:2:{s:4:\"name\";s:9:\"Nice Blue\";s:5:\"value\";s:7:\"#3c4750\";}s:20:\"nice_user_color_teal\";a:2:{s:4:\"name\";s:4:\"Teal\";s:5:\"value\";s:7:\"#01a28c\";}s:23:\"nice_user_color_qs_teal\";a:2:{s:4:\"name\";s:7:\"QS Teal\";s:5:\"value\";s:7:\"#00bfa5\";}}}i:72;a:7:{s:4:\"name\";s:23:\"Footer Background Color\";s:4:\"desc\";s:43:\"Set the Light Skin Footer Background Color.\";s:2:\"id\";s:39:\"nice_light_skin_footer_background_color\";s:4:\"type\";s:12:\"select_color\";s:3:\"std\";s:0:\"\";s:5:\"class\";s:17:\"nice-select-color\";s:7:\"options\";a:14:{s:0:\"\";a:2:{s:4:\"name\";s:7:\"Default\";s:5:\"value\";s:0:\"\";}s:17:\"nice_accent_color\";a:2:{s:4:\"name\";s:12:\"Accent Color\";s:5:\"value\";s:7:\"#317170\";}s:24:\"nice_complementary_color\";a:2:{s:4:\"name\";s:19:\"Complementary Color\";s:5:\"value\";s:7:\"#f65a18\";}s:16:\"nice_black_color\";a:2:{s:4:\"name\";s:5:\"Black\";s:5:\"value\";s:4:\"#222\";}s:17:\"nice_dark_color_1\";a:2:{s:4:\"name\";s:6:\"Dark 1\";s:5:\"value\";s:4:\"#333\";}s:17:\"nice_dark_color_2\";a:2:{s:4:\"name\";s:6:\"Dark 2\";s:5:\"value\";s:7:\"#454545\";}s:17:\"nice_dark_color_3\";a:2:{s:4:\"name\";s:6:\"Dark 3\";s:5:\"value\";s:7:\"#686868\";}s:16:\"nice_white_color\";a:2:{s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#e2e2e2\";}s:18:\"nice_light_color_1\";a:2:{s:4:\"name\";s:7:\"Light 1\";s:5:\"value\";s:7:\"#e9ebec\";}s:18:\"nice_light_color_2\";a:2:{s:4:\"name\";s:7:\"Light 2\";s:5:\"value\";s:4:\"#ddd\";}s:18:\"nice_light_color_3\";a:2:{s:4:\"name\";s:7:\"Light 3\";s:5:\"value\";s:4:\"#bbb\";}s:25:\"nice_user_color_nice_blue\";a:2:{s:4:\"name\";s:9:\"Nice Blue\";s:5:\"value\";s:7:\"#3c4750\";}s:20:\"nice_user_color_teal\";a:2:{s:4:\"name\";s:4:\"Teal\";s:5:\"value\";s:7:\"#01a28c\";}s:23:\"nice_user_color_qs_teal\";a:2:{s:4:\"name\";s:7:\"QS Teal\";s:5:\"value\";s:7:\"#00bfa5\";}}}i:73;a:3:{s:4:\"name\";s:9:\"Dark Skin\";s:4:\"type\";s:5:\"group\";s:4:\"icon\";s:51:\"<i class=\"bi_doc-binder-blank dark-background\"></i>\";}i:74;a:7:{s:4:\"name\";s:16:\"Background Color\";s:4:\"desc\";s:35:\"Set the Dark Skin background color.\";s:2:\"id\";s:31:\"nice_dark_skin_background_color\";s:4:\"type\";s:12:\"select_color\";s:3:\"std\";s:0:\"\";s:5:\"class\";s:17:\"nice-select-color\";s:7:\"options\";a:14:{s:0:\"\";a:2:{s:4:\"name\";s:7:\"Default\";s:5:\"value\";s:0:\"\";}s:17:\"nice_accent_color\";a:2:{s:4:\"name\";s:12:\"Accent Color\";s:5:\"value\";s:7:\"#317170\";}s:24:\"nice_complementary_color\";a:2:{s:4:\"name\";s:19:\"Complementary Color\";s:5:\"value\";s:7:\"#f65a18\";}s:16:\"nice_black_color\";a:2:{s:4:\"name\";s:5:\"Black\";s:5:\"value\";s:4:\"#222\";}s:17:\"nice_dark_color_1\";a:2:{s:4:\"name\";s:6:\"Dark 1\";s:5:\"value\";s:4:\"#333\";}s:17:\"nice_dark_color_2\";a:2:{s:4:\"name\";s:6:\"Dark 2\";s:5:\"value\";s:7:\"#454545\";}s:17:\"nice_dark_color_3\";a:2:{s:4:\"name\";s:6:\"Dark 3\";s:5:\"value\";s:7:\"#686868\";}s:16:\"nice_white_color\";a:2:{s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#e2e2e2\";}s:18:\"nice_light_color_1\";a:2:{s:4:\"name\";s:7:\"Light 1\";s:5:\"value\";s:7:\"#e9ebec\";}s:18:\"nice_light_color_2\";a:2:{s:4:\"name\";s:7:\"Light 2\";s:5:\"value\";s:4:\"#ddd\";}s:18:\"nice_light_color_3\";a:2:{s:4:\"name\";s:7:\"Light 3\";s:5:\"value\";s:4:\"#bbb\";}s:25:\"nice_user_color_nice_blue\";a:2:{s:4:\"name\";s:9:\"Nice Blue\";s:5:\"value\";s:7:\"#3c4750\";}s:20:\"nice_user_color_teal\";a:2:{s:4:\"name\";s:4:\"Teal\";s:5:\"value\";s:7:\"#01a28c\";}s:23:\"nice_user_color_qs_teal\";a:2:{s:4:\"name\";s:7:\"QS Teal\";s:5:\"value\";s:7:\"#00bfa5\";}}}i:75;a:7:{s:4:\"name\";s:10:\"Text Color\";s:4:\"desc\";s:29:\"Set the Dark Skin text color.\";s:2:\"id\";s:25:\"nice_dark_skin_text_color\";s:4:\"type\";s:12:\"select_color\";s:3:\"std\";s:0:\"\";s:5:\"class\";s:17:\"nice-select-color\";s:7:\"options\";a:14:{s:0:\"\";a:2:{s:4:\"name\";s:7:\"Default\";s:5:\"value\";s:0:\"\";}s:17:\"nice_accent_color\";a:2:{s:4:\"name\";s:12:\"Accent Color\";s:5:\"value\";s:7:\"#317170\";}s:24:\"nice_complementary_color\";a:2:{s:4:\"name\";s:19:\"Complementary Color\";s:5:\"value\";s:7:\"#f65a18\";}s:16:\"nice_black_color\";a:2:{s:4:\"name\";s:5:\"Black\";s:5:\"value\";s:4:\"#222\";}s:17:\"nice_dark_color_1\";a:2:{s:4:\"name\";s:6:\"Dark 1\";s:5:\"value\";s:4:\"#333\";}s:17:\"nice_dark_color_2\";a:2:{s:4:\"name\";s:6:\"Dark 2\";s:5:\"value\";s:7:\"#454545\";}s:17:\"nice_dark_color_3\";a:2:{s:4:\"name\";s:6:\"Dark 3\";s:5:\"value\";s:7:\"#686868\";}s:16:\"nice_white_color\";a:2:{s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#e2e2e2\";}s:18:\"nice_light_color_1\";a:2:{s:4:\"name\";s:7:\"Light 1\";s:5:\"value\";s:7:\"#e9ebec\";}s:18:\"nice_light_color_2\";a:2:{s:4:\"name\";s:7:\"Light 2\";s:5:\"value\";s:4:\"#ddd\";}s:18:\"nice_light_color_3\";a:2:{s:4:\"name\";s:7:\"Light 3\";s:5:\"value\";s:4:\"#bbb\";}s:25:\"nice_user_color_nice_blue\";a:2:{s:4:\"name\";s:9:\"Nice Blue\";s:5:\"value\";s:7:\"#3c4750\";}s:20:\"nice_user_color_teal\";a:2:{s:4:\"name\";s:4:\"Teal\";s:5:\"value\";s:7:\"#01a28c\";}s:23:\"nice_user_color_qs_teal\";a:2:{s:4:\"name\";s:7:\"QS Teal\";s:5:\"value\";s:7:\"#00bfa5\";}}}i:76;a:7:{s:4:\"name\";s:10:\"Link Color\";s:4:\"desc\";s:29:\"Set the Dark Skin link color.\";s:2:\"id\";s:25:\"nice_dark_skin_link_color\";s:4:\"type\";s:12:\"select_color\";s:3:\"std\";s:0:\"\";s:5:\"class\";s:17:\"nice-select-color\";s:7:\"options\";a:14:{s:0:\"\";a:2:{s:4:\"name\";s:7:\"Default\";s:5:\"value\";s:0:\"\";}s:17:\"nice_accent_color\";a:2:{s:4:\"name\";s:12:\"Accent Color\";s:5:\"value\";s:7:\"#317170\";}s:24:\"nice_complementary_color\";a:2:{s:4:\"name\";s:19:\"Complementary Color\";s:5:\"value\";s:7:\"#f65a18\";}s:16:\"nice_black_color\";a:2:{s:4:\"name\";s:5:\"Black\";s:5:\"value\";s:4:\"#222\";}s:17:\"nice_dark_color_1\";a:2:{s:4:\"name\";s:6:\"Dark 1\";s:5:\"value\";s:4:\"#333\";}s:17:\"nice_dark_color_2\";a:2:{s:4:\"name\";s:6:\"Dark 2\";s:5:\"value\";s:7:\"#454545\";}s:17:\"nice_dark_color_3\";a:2:{s:4:\"name\";s:6:\"Dark 3\";s:5:\"value\";s:7:\"#686868\";}s:16:\"nice_white_color\";a:2:{s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#e2e2e2\";}s:18:\"nice_light_color_1\";a:2:{s:4:\"name\";s:7:\"Light 1\";s:5:\"value\";s:7:\"#e9ebec\";}s:18:\"nice_light_color_2\";a:2:{s:4:\"name\";s:7:\"Light 2\";s:5:\"value\";s:4:\"#ddd\";}s:18:\"nice_light_color_3\";a:2:{s:4:\"name\";s:7:\"Light 3\";s:5:\"value\";s:4:\"#bbb\";}s:25:\"nice_user_color_nice_blue\";a:2:{s:4:\"name\";s:9:\"Nice Blue\";s:5:\"value\";s:7:\"#3c4750\";}s:20:\"nice_user_color_teal\";a:2:{s:4:\"name\";s:4:\"Teal\";s:5:\"value\";s:7:\"#01a28c\";}s:23:\"nice_user_color_qs_teal\";a:2:{s:4:\"name\";s:7:\"QS Teal\";s:5:\"value\";s:7:\"#00bfa5\";}}}i:77;a:7:{s:4:\"name\";s:14:\"Headings Color\";s:4:\"desc\";s:33:\"Set the Dark Skin headings color.\";s:2:\"id\";s:28:\"nice_dark_skin_heading_color\";s:4:\"type\";s:12:\"select_color\";s:3:\"std\";s:0:\"\";s:5:\"class\";s:17:\"nice-select-color\";s:7:\"options\";a:14:{s:0:\"\";a:2:{s:4:\"name\";s:7:\"Default\";s:5:\"value\";s:0:\"\";}s:17:\"nice_accent_color\";a:2:{s:4:\"name\";s:12:\"Accent Color\";s:5:\"value\";s:7:\"#317170\";}s:24:\"nice_complementary_color\";a:2:{s:4:\"name\";s:19:\"Complementary Color\";s:5:\"value\";s:7:\"#f65a18\";}s:16:\"nice_black_color\";a:2:{s:4:\"name\";s:5:\"Black\";s:5:\"value\";s:4:\"#222\";}s:17:\"nice_dark_color_1\";a:2:{s:4:\"name\";s:6:\"Dark 1\";s:5:\"value\";s:4:\"#333\";}s:17:\"nice_dark_color_2\";a:2:{s:4:\"name\";s:6:\"Dark 2\";s:5:\"value\";s:7:\"#454545\";}s:17:\"nice_dark_color_3\";a:2:{s:4:\"name\";s:6:\"Dark 3\";s:5:\"value\";s:7:\"#686868\";}s:16:\"nice_white_color\";a:2:{s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#e2e2e2\";}s:18:\"nice_light_color_1\";a:2:{s:4:\"name\";s:7:\"Light 1\";s:5:\"value\";s:7:\"#e9ebec\";}s:18:\"nice_light_color_2\";a:2:{s:4:\"name\";s:7:\"Light 2\";s:5:\"value\";s:4:\"#ddd\";}s:18:\"nice_light_color_3\";a:2:{s:4:\"name\";s:7:\"Light 3\";s:5:\"value\";s:4:\"#bbb\";}s:25:\"nice_user_color_nice_blue\";a:2:{s:4:\"name\";s:9:\"Nice Blue\";s:5:\"value\";s:7:\"#3c4750\";}s:20:\"nice_user_color_teal\";a:2:{s:4:\"name\";s:4:\"Teal\";s:5:\"value\";s:7:\"#01a28c\";}s:23:\"nice_user_color_qs_teal\";a:2:{s:4:\"name\";s:7:\"QS Teal\";s:5:\"value\";s:7:\"#00bfa5\";}}}i:78;a:7:{s:4:\"name\";s:23:\"Primary Menu Text Color\";s:4:\"desc\";s:42:\"Set the Dark Skin Primary Menu Text Color.\";s:2:\"id\";s:29:\"nice_dark_skin_nav_text_color\";s:4:\"type\";s:12:\"select_color\";s:3:\"std\";s:0:\"\";s:5:\"class\";s:17:\"nice-select-color\";s:7:\"options\";a:14:{s:0:\"\";a:2:{s:4:\"name\";s:7:\"Default\";s:5:\"value\";s:0:\"\";}s:17:\"nice_accent_color\";a:2:{s:4:\"name\";s:12:\"Accent Color\";s:5:\"value\";s:7:\"#317170\";}s:24:\"nice_complementary_color\";a:2:{s:4:\"name\";s:19:\"Complementary Color\";s:5:\"value\";s:7:\"#f65a18\";}s:16:\"nice_black_color\";a:2:{s:4:\"name\";s:5:\"Black\";s:5:\"value\";s:4:\"#222\";}s:17:\"nice_dark_color_1\";a:2:{s:4:\"name\";s:6:\"Dark 1\";s:5:\"value\";s:4:\"#333\";}s:17:\"nice_dark_color_2\";a:2:{s:4:\"name\";s:6:\"Dark 2\";s:5:\"value\";s:7:\"#454545\";}s:17:\"nice_dark_color_3\";a:2:{s:4:\"name\";s:6:\"Dark 3\";s:5:\"value\";s:7:\"#686868\";}s:16:\"nice_white_color\";a:2:{s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#e2e2e2\";}s:18:\"nice_light_color_1\";a:2:{s:4:\"name\";s:7:\"Light 1\";s:5:\"value\";s:7:\"#e9ebec\";}s:18:\"nice_light_color_2\";a:2:{s:4:\"name\";s:7:\"Light 2\";s:5:\"value\";s:4:\"#ddd\";}s:18:\"nice_light_color_3\";a:2:{s:4:\"name\";s:7:\"Light 3\";s:5:\"value\";s:4:\"#bbb\";}s:25:\"nice_user_color_nice_blue\";a:2:{s:4:\"name\";s:9:\"Nice Blue\";s:5:\"value\";s:7:\"#3c4750\";}s:20:\"nice_user_color_teal\";a:2:{s:4:\"name\";s:4:\"Teal\";s:5:\"value\";s:7:\"#01a28c\";}s:23:\"nice_user_color_qs_teal\";a:2:{s:4:\"name\";s:7:\"QS Teal\";s:5:\"value\";s:7:\"#00bfa5\";}}}i:79;a:7:{s:4:\"name\";s:25:\"Secondary Menu Text Color\";s:4:\"desc\";s:44:\"Set the Dark Skin Secondary Menu Text Color.\";s:2:\"id\";s:32:\"nice_dark_skin_subnav_text_color\";s:4:\"type\";s:12:\"select_color\";s:3:\"std\";s:0:\"\";s:5:\"class\";s:17:\"nice-select-color\";s:7:\"options\";a:14:{s:0:\"\";a:2:{s:4:\"name\";s:7:\"Default\";s:5:\"value\";s:0:\"\";}s:17:\"nice_accent_color\";a:2:{s:4:\"name\";s:12:\"Accent Color\";s:5:\"value\";s:7:\"#317170\";}s:24:\"nice_complementary_color\";a:2:{s:4:\"name\";s:19:\"Complementary Color\";s:5:\"value\";s:7:\"#f65a18\";}s:16:\"nice_black_color\";a:2:{s:4:\"name\";s:5:\"Black\";s:5:\"value\";s:4:\"#222\";}s:17:\"nice_dark_color_1\";a:2:{s:4:\"name\";s:6:\"Dark 1\";s:5:\"value\";s:4:\"#333\";}s:17:\"nice_dark_color_2\";a:2:{s:4:\"name\";s:6:\"Dark 2\";s:5:\"value\";s:7:\"#454545\";}s:17:\"nice_dark_color_3\";a:2:{s:4:\"name\";s:6:\"Dark 3\";s:5:\"value\";s:7:\"#686868\";}s:16:\"nice_white_color\";a:2:{s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#e2e2e2\";}s:18:\"nice_light_color_1\";a:2:{s:4:\"name\";s:7:\"Light 1\";s:5:\"value\";s:7:\"#e9ebec\";}s:18:\"nice_light_color_2\";a:2:{s:4:\"name\";s:7:\"Light 2\";s:5:\"value\";s:4:\"#ddd\";}s:18:\"nice_light_color_3\";a:2:{s:4:\"name\";s:7:\"Light 3\";s:5:\"value\";s:4:\"#bbb\";}s:25:\"nice_user_color_nice_blue\";a:2:{s:4:\"name\";s:9:\"Nice Blue\";s:5:\"value\";s:7:\"#3c4750\";}s:20:\"nice_user_color_teal\";a:2:{s:4:\"name\";s:4:\"Teal\";s:5:\"value\";s:7:\"#01a28c\";}s:23:\"nice_user_color_qs_teal\";a:2:{s:4:\"name\";s:7:\"QS Teal\";s:5:\"value\";s:7:\"#00bfa5\";}}}i:80;a:7:{s:4:\"name\";s:31:\"Secondary Menu Background Color\";s:4:\"desc\";s:44:\"Set the Dark Skin Secondary Menu Text Color.\";s:2:\"id\";s:38:\"nice_dark_skin_subnav_background_color\";s:4:\"type\";s:12:\"select_color\";s:3:\"std\";s:0:\"\";s:5:\"class\";s:17:\"nice-select-color\";s:7:\"options\";a:14:{s:0:\"\";a:2:{s:4:\"name\";s:7:\"Default\";s:5:\"value\";s:0:\"\";}s:17:\"nice_accent_color\";a:2:{s:4:\"name\";s:12:\"Accent Color\";s:5:\"value\";s:7:\"#317170\";}s:24:\"nice_complementary_color\";a:2:{s:4:\"name\";s:19:\"Complementary Color\";s:5:\"value\";s:7:\"#f65a18\";}s:16:\"nice_black_color\";a:2:{s:4:\"name\";s:5:\"Black\";s:5:\"value\";s:4:\"#222\";}s:17:\"nice_dark_color_1\";a:2:{s:4:\"name\";s:6:\"Dark 1\";s:5:\"value\";s:4:\"#333\";}s:17:\"nice_dark_color_2\";a:2:{s:4:\"name\";s:6:\"Dark 2\";s:5:\"value\";s:7:\"#454545\";}s:17:\"nice_dark_color_3\";a:2:{s:4:\"name\";s:6:\"Dark 3\";s:5:\"value\";s:7:\"#686868\";}s:16:\"nice_white_color\";a:2:{s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#e2e2e2\";}s:18:\"nice_light_color_1\";a:2:{s:4:\"name\";s:7:\"Light 1\";s:5:\"value\";s:7:\"#e9ebec\";}s:18:\"nice_light_color_2\";a:2:{s:4:\"name\";s:7:\"Light 2\";s:5:\"value\";s:4:\"#ddd\";}s:18:\"nice_light_color_3\";a:2:{s:4:\"name\";s:7:\"Light 3\";s:5:\"value\";s:4:\"#bbb\";}s:25:\"nice_user_color_nice_blue\";a:2:{s:4:\"name\";s:9:\"Nice Blue\";s:5:\"value\";s:7:\"#3c4750\";}s:20:\"nice_user_color_teal\";a:2:{s:4:\"name\";s:4:\"Teal\";s:5:\"value\";s:7:\"#01a28c\";}s:23:\"nice_user_color_qs_teal\";a:2:{s:4:\"name\";s:7:\"QS Teal\";s:5:\"value\";s:7:\"#00bfa5\";}}}i:81;a:7:{s:4:\"name\";s:21:\"Welcome Message Color\";s:4:\"desc\";s:39:\"Set the Live Search Tagline Text Color.\";s:2:\"id\";s:36:\"nice_dark_skin_welcome_message_color\";s:4:\"type\";s:12:\"select_color\";s:3:\"std\";s:0:\"\";s:5:\"class\";s:17:\"nice-select-color\";s:7:\"options\";a:14:{s:0:\"\";a:2:{s:4:\"name\";s:7:\"Default\";s:5:\"value\";s:0:\"\";}s:17:\"nice_accent_color\";a:2:{s:4:\"name\";s:12:\"Accent Color\";s:5:\"value\";s:7:\"#317170\";}s:24:\"nice_complementary_color\";a:2:{s:4:\"name\";s:19:\"Complementary Color\";s:5:\"value\";s:7:\"#f65a18\";}s:16:\"nice_black_color\";a:2:{s:4:\"name\";s:5:\"Black\";s:5:\"value\";s:4:\"#222\";}s:17:\"nice_dark_color_1\";a:2:{s:4:\"name\";s:6:\"Dark 1\";s:5:\"value\";s:4:\"#333\";}s:17:\"nice_dark_color_2\";a:2:{s:4:\"name\";s:6:\"Dark 2\";s:5:\"value\";s:7:\"#454545\";}s:17:\"nice_dark_color_3\";a:2:{s:4:\"name\";s:6:\"Dark 3\";s:5:\"value\";s:7:\"#686868\";}s:16:\"nice_white_color\";a:2:{s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#e2e2e2\";}s:18:\"nice_light_color_1\";a:2:{s:4:\"name\";s:7:\"Light 1\";s:5:\"value\";s:7:\"#e9ebec\";}s:18:\"nice_light_color_2\";a:2:{s:4:\"name\";s:7:\"Light 2\";s:5:\"value\";s:4:\"#ddd\";}s:18:\"nice_light_color_3\";a:2:{s:4:\"name\";s:7:\"Light 3\";s:5:\"value\";s:4:\"#bbb\";}s:25:\"nice_user_color_nice_blue\";a:2:{s:4:\"name\";s:9:\"Nice Blue\";s:5:\"value\";s:7:\"#3c4750\";}s:20:\"nice_user_color_teal\";a:2:{s:4:\"name\";s:4:\"Teal\";s:5:\"value\";s:7:\"#01a28c\";}s:23:\"nice_user_color_qs_teal\";a:2:{s:4:\"name\";s:7:\"QS Teal\";s:5:\"value\";s:7:\"#00bfa5\";}}}i:82;a:7:{s:4:\"name\";s:32:\"Welcome Message (extended) Color\";s:4:\"desc\";s:50:\"Set the Live Search Tagline (extended) Text Color.\";s:2:\"id\";s:45:\"nice_dark_skin_welcome_message_extended_color\";s:4:\"type\";s:12:\"select_color\";s:3:\"std\";s:0:\"\";s:5:\"class\";s:17:\"nice-select-color\";s:7:\"options\";a:14:{s:0:\"\";a:2:{s:4:\"name\";s:7:\"Default\";s:5:\"value\";s:0:\"\";}s:17:\"nice_accent_color\";a:2:{s:4:\"name\";s:12:\"Accent Color\";s:5:\"value\";s:7:\"#317170\";}s:24:\"nice_complementary_color\";a:2:{s:4:\"name\";s:19:\"Complementary Color\";s:5:\"value\";s:7:\"#f65a18\";}s:16:\"nice_black_color\";a:2:{s:4:\"name\";s:5:\"Black\";s:5:\"value\";s:4:\"#222\";}s:17:\"nice_dark_color_1\";a:2:{s:4:\"name\";s:6:\"Dark 1\";s:5:\"value\";s:4:\"#333\";}s:17:\"nice_dark_color_2\";a:2:{s:4:\"name\";s:6:\"Dark 2\";s:5:\"value\";s:7:\"#454545\";}s:17:\"nice_dark_color_3\";a:2:{s:4:\"name\";s:6:\"Dark 3\";s:5:\"value\";s:7:\"#686868\";}s:16:\"nice_white_color\";a:2:{s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#e2e2e2\";}s:18:\"nice_light_color_1\";a:2:{s:4:\"name\";s:7:\"Light 1\";s:5:\"value\";s:7:\"#e9ebec\";}s:18:\"nice_light_color_2\";a:2:{s:4:\"name\";s:7:\"Light 2\";s:5:\"value\";s:4:\"#ddd\";}s:18:\"nice_light_color_3\";a:2:{s:4:\"name\";s:7:\"Light 3\";s:5:\"value\";s:4:\"#bbb\";}s:25:\"nice_user_color_nice_blue\";a:2:{s:4:\"name\";s:9:\"Nice Blue\";s:5:\"value\";s:7:\"#3c4750\";}s:20:\"nice_user_color_teal\";a:2:{s:4:\"name\";s:4:\"Teal\";s:5:\"value\";s:7:\"#01a28c\";}s:23:\"nice_user_color_qs_teal\";a:2:{s:4:\"name\";s:7:\"QS Teal\";s:5:\"value\";s:7:\"#00bfa5\";}}}i:83;a:7:{s:4:\"name\";s:23:\"Footer Background Color\";s:4:\"desc\";s:42:\"Set the Dark Skin Footer Background Color.\";s:2:\"id\";s:38:\"nice_dark_skin_footer_background_color\";s:4:\"type\";s:12:\"select_color\";s:3:\"std\";s:0:\"\";s:5:\"class\";s:17:\"nice-select-color\";s:7:\"options\";a:14:{s:0:\"\";a:2:{s:4:\"name\";s:7:\"Default\";s:5:\"value\";s:0:\"\";}s:17:\"nice_accent_color\";a:2:{s:4:\"name\";s:12:\"Accent Color\";s:5:\"value\";s:7:\"#317170\";}s:24:\"nice_complementary_color\";a:2:{s:4:\"name\";s:19:\"Complementary Color\";s:5:\"value\";s:7:\"#f65a18\";}s:16:\"nice_black_color\";a:2:{s:4:\"name\";s:5:\"Black\";s:5:\"value\";s:4:\"#222\";}s:17:\"nice_dark_color_1\";a:2:{s:4:\"name\";s:6:\"Dark 1\";s:5:\"value\";s:4:\"#333\";}s:17:\"nice_dark_color_2\";a:2:{s:4:\"name\";s:6:\"Dark 2\";s:5:\"value\";s:7:\"#454545\";}s:17:\"nice_dark_color_3\";a:2:{s:4:\"name\";s:6:\"Dark 3\";s:5:\"value\";s:7:\"#686868\";}s:16:\"nice_white_color\";a:2:{s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#e2e2e2\";}s:18:\"nice_light_color_1\";a:2:{s:4:\"name\";s:7:\"Light 1\";s:5:\"value\";s:7:\"#e9ebec\";}s:18:\"nice_light_color_2\";a:2:{s:4:\"name\";s:7:\"Light 2\";s:5:\"value\";s:4:\"#ddd\";}s:18:\"nice_light_color_3\";a:2:{s:4:\"name\";s:7:\"Light 3\";s:5:\"value\";s:4:\"#bbb\";}s:25:\"nice_user_color_nice_blue\";a:2:{s:4:\"name\";s:9:\"Nice Blue\";s:5:\"value\";s:7:\"#3c4750\";}s:20:\"nice_user_color_teal\";a:2:{s:4:\"name\";s:4:\"Teal\";s:5:\"value\";s:7:\"#01a28c\";}s:23:\"nice_user_color_qs_teal\";a:2:{s:4:\"name\";s:7:\"QS Teal\";s:5:\"value\";s:7:\"#00bfa5\";}}}i:84;a:3:{s:4:\"name\";s:10:\"Navigation\";s:4:\"type\";s:5:\"group\";s:4:\"icon\";s:38:\"<i class=\"bi_interface-hamburger\"></i>\";}i:85;a:7:{s:4:\"name\";s:20:\"Menu Highlight Color\";s:4:\"desc\";s:105:\"Set the menu hover and active effect color (By default an opaque version of the menu color will be used).\";s:2:\"id\";s:25:\"nice_menu_highlight_color\";s:4:\"type\";s:12:\"select_color\";s:3:\"std\";s:0:\"\";s:5:\"class\";s:17:\"nice-select-color\";s:7:\"options\";a:14:{s:0:\"\";a:2:{s:4:\"name\";s:7:\"Default\";s:5:\"value\";s:0:\"\";}s:17:\"nice_accent_color\";a:2:{s:4:\"name\";s:12:\"Accent Color\";s:5:\"value\";s:7:\"#317170\";}s:24:\"nice_complementary_color\";a:2:{s:4:\"name\";s:19:\"Complementary Color\";s:5:\"value\";s:7:\"#f65a18\";}s:16:\"nice_black_color\";a:2:{s:4:\"name\";s:5:\"Black\";s:5:\"value\";s:4:\"#222\";}s:17:\"nice_dark_color_1\";a:2:{s:4:\"name\";s:6:\"Dark 1\";s:5:\"value\";s:4:\"#333\";}s:17:\"nice_dark_color_2\";a:2:{s:4:\"name\";s:6:\"Dark 2\";s:5:\"value\";s:7:\"#454545\";}s:17:\"nice_dark_color_3\";a:2:{s:4:\"name\";s:6:\"Dark 3\";s:5:\"value\";s:7:\"#686868\";}s:16:\"nice_white_color\";a:2:{s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#e2e2e2\";}s:18:\"nice_light_color_1\";a:2:{s:4:\"name\";s:7:\"Light 1\";s:5:\"value\";s:7:\"#e9ebec\";}s:18:\"nice_light_color_2\";a:2:{s:4:\"name\";s:7:\"Light 2\";s:5:\"value\";s:4:\"#ddd\";}s:18:\"nice_light_color_3\";a:2:{s:4:\"name\";s:7:\"Light 3\";s:5:\"value\";s:4:\"#bbb\";}s:25:\"nice_user_color_nice_blue\";a:2:{s:4:\"name\";s:9:\"Nice Blue\";s:5:\"value\";s:7:\"#3c4750\";}s:20:\"nice_user_color_teal\";a:2:{s:4:\"name\";s:4:\"Teal\";s:5:\"value\";s:7:\"#01a28c\";}s:23:\"nice_user_color_qs_teal\";a:2:{s:4:\"name\";s:7:\"QS Teal\";s:5:\"value\";s:7:\"#00bfa5\";}}}i:86;a:7:{s:4:\"name\";s:24:\"Menu Bar Highlight Color\";s:4:\"desc\";s:76:\"Set the menu hover top bar color (By default the accent color will be used).\";s:2:\"id\";s:29:\"nice_menu_bar_highlight_color\";s:4:\"type\";s:12:\"select_color\";s:3:\"std\";s:0:\"\";s:5:\"class\";s:17:\"nice-select-color\";s:7:\"options\";a:14:{s:0:\"\";a:2:{s:4:\"name\";s:7:\"Default\";s:5:\"value\";s:0:\"\";}s:17:\"nice_accent_color\";a:2:{s:4:\"name\";s:12:\"Accent Color\";s:5:\"value\";s:7:\"#317170\";}s:24:\"nice_complementary_color\";a:2:{s:4:\"name\";s:19:\"Complementary Color\";s:5:\"value\";s:7:\"#f65a18\";}s:16:\"nice_black_color\";a:2:{s:4:\"name\";s:5:\"Black\";s:5:\"value\";s:4:\"#222\";}s:17:\"nice_dark_color_1\";a:2:{s:4:\"name\";s:6:\"Dark 1\";s:5:\"value\";s:4:\"#333\";}s:17:\"nice_dark_color_2\";a:2:{s:4:\"name\";s:6:\"Dark 2\";s:5:\"value\";s:7:\"#454545\";}s:17:\"nice_dark_color_3\";a:2:{s:4:\"name\";s:6:\"Dark 3\";s:5:\"value\";s:7:\"#686868\";}s:16:\"nice_white_color\";a:2:{s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#e2e2e2\";}s:18:\"nice_light_color_1\";a:2:{s:4:\"name\";s:7:\"Light 1\";s:5:\"value\";s:7:\"#e9ebec\";}s:18:\"nice_light_color_2\";a:2:{s:4:\"name\";s:7:\"Light 2\";s:5:\"value\";s:4:\"#ddd\";}s:18:\"nice_light_color_3\";a:2:{s:4:\"name\";s:7:\"Light 3\";s:5:\"value\";s:4:\"#bbb\";}s:25:\"nice_user_color_nice_blue\";a:2:{s:4:\"name\";s:9:\"Nice Blue\";s:5:\"value\";s:7:\"#3c4750\";}s:20:\"nice_user_color_teal\";a:2:{s:4:\"name\";s:4:\"Teal\";s:5:\"value\";s:7:\"#01a28c\";}s:23:\"nice_user_color_qs_teal\";a:2:{s:4:\"name\";s:7:\"QS Teal\";s:5:\"value\";s:7:\"#00bfa5\";}}}i:87;a:6:{s:4:\"name\";s:31:\"Navigation Items Text Transform\";s:2:\"id\";s:23:\"nice_nav_text_transform\";s:4:\"type\";s:6:\"select\";s:3:\"std\";s:9:\"uppercase\";s:7:\"options\";a:4:{s:7:\"default\";s:4:\"None\";s:9:\"uppercase\";s:9:\"Uppercase\";s:9:\"lowercase\";s:9:\"Lowercase\";s:10:\"capitalize\";s:10:\"Capitalize\";}s:4:\"desc\";s:48:\"Select the navigation items text transformation.\";}i:88;a:6:{s:4:\"name\";s:29:\"Sub Navigation Text Transform\";s:2:\"id\";s:26:\"nice_subnav_text_transform\";s:4:\"type\";s:6:\"select\";s:3:\"std\";s:9:\"uppercase\";s:7:\"options\";a:4:{s:7:\"default\";s:4:\"None\";s:9:\"uppercase\";s:9:\"Uppercase\";s:9:\"lowercase\";s:9:\"Lowercase\";s:10:\"capitalize\";s:10:\"Capitalize\";}s:4:\"desc\";s:52:\"Select the sub navigation items text transformation.\";}i:89;a:3:{s:4:\"name\";s:25:\"Custom Code & Scripts\";s:4:\"type\";s:5:\"group\";s:4:\"icon\";s:27:\"<i class=\"bi_web-code\"></i>\";}i:90;a:7:{s:4:\"name\";s:10:\"Custom CSS\";s:4:\"desc\";s:62:\"Quickly add some CSS to your theme by adding it to this block.\";s:2:\"id\";s:15:\"nice_custom_css\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:5:\"extra\";a:2:{s:4:\"type\";s:4:\"code\";s:7:\"choices\";a:2:{s:8:\"language\";s:3:\"css\";s:5:\"theme\";s:7:\"monokai\";}}}i:91;a:7:{s:4:\"name\";s:17:\"Custom JavaScript\";s:4:\"desc\";s:69:\"Quickly add some JavaScript to your theme by adding it to this block.\";s:2:\"id\";s:14:\"nice_custom_js\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:5:\"extra\";a:2:{s:4:\"type\";s:4:\"code\";s:7:\"choices\";a:2:{s:8:\"language\";s:2:\"js\";s:5:\"theme\";s:7:\"monokai\";}}}i:92;a:7:{s:4:\"name\";s:13:\"Tracking Code\";s:4:\"desc\";s:71:\"Insert your tracking code if you have one (i.e. from Google Analytics).\";s:2:\"id\";s:18:\"nice_tracking_code\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:5:\"extra\";a:2:{s:4:\"type\";s:4:\"code\";s:7:\"choices\";a:2:{s:8:\"language\";s:3:\"xml\";s:5:\"theme\";s:7:\"monokai\";}}}i:93;a:3:{s:4:\"name\";s:5:\"Admin\";s:4:\"type\";s:5:\"group\";s:4:\"icon\";s:38:\"<i class=\"bi_interface-dashboard\"></i>\";}i:94;a:6:{s:4:\"name\";s:28:\"Display Theme Admin Bar Menu\";s:4:\"desc\";s:53:\"Show the Theme Admin Bar Menu when viewing the theme.\";s:2:\"id\";s:19:\"nice_admin_bar_menu\";s:3:\"std\";s:1:\"1\";s:7:\"options\";a:2:{i:1;a:1:{s:5:\"label\";s:2:\"On\";}i:0;a:1:{s:5:\"label\";s:3:\"Off\";}}s:4:\"type\";s:12:\"radio_on_off\";}i:95;a:3:{s:4:\"name\";s:12:\"Home Options\";s:4:\"type\";s:7:\"heading\";s:4:\"icon\";s:35:\"<i class=\"bi_interface-home-a\"></i>\";}i:96;a:4:{s:2:\"id\";s:13:\"nice_homepage\";s:4:\"name\";s:13:\"Home Template\";s:4:\"type\";s:5:\"group\";s:4:\"icon\";s:35:\"<i class=\"bi_interface-home-a\"></i>\";}i:97;a:6:{s:4:\"name\";s:18:\"Home Page Sections\";s:4:\"desc\";s:179:\"Define and order the sections you want to show in the home page. Recommended plugins may add new sections, so make sure you have them all active to see all available placeholders.\";s:2:\"id\";s:22:\"nice_homepage_elements\";s:3:\"std\";s:60:\"[content] [infoboxes] [knowledgebase] [knowledgebase_videos]\";s:4:\"type\";s:8:\"textarea\";s:3:\"tip\";s:0:\"\";}i:98;a:3:{s:4:\"name\";s:33:\"Live Search & Welcome Message\";s:4:\"type\";s:5:\"group\";s:4:\"icon\";s:35:\"<i class=\"bi_interface-search\"></i>\";}i:99;a:6:{s:4:\"name\";s:19:\"Display Live Search\";s:4:\"desc\";s:56:\"This will enable the live search block on the home page.\";s:2:\"id\";s:22:\"nice_livesearch_enable\";s:3:\"std\";s:4:\"true\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:100;a:7:{s:4:\"name\";s:12:\"Section Skin\";s:4:\"desc\";s:56:\"Select the welcome message and live search content skin.\";s:2:\"id\";s:25:\"nice_welcome_message_skin\";s:4:\"type\";s:11:\"radio_image\";s:3:\"std\";s:4:\"dark\";s:3:\"tip\";s:0:\"\";s:7:\"options\";a:2:{s:5:\"light\";a:2:{s:5:\"label\";s:5:\"Light\";s:5:\"image\";s:107:\"https://product.quickscrum.com/wp-content/themes/flatbase/engine/admin/assets/images/options/skin-light.png\";}s:4:\"dark\";a:2:{s:5:\"label\";s:4:\"Dark\";s:5:\"image\";s:106:\"https://product.quickscrum.com/wp-content/themes/flatbase/engine/admin/assets/images/options/skin-dark.png\";}}}i:101;a:8:{s:4:\"name\";s:17:\"Section Alignment\";s:4:\"desc\";s:42:\"How do you wish to align the section text.\";s:2:\"id\";s:21:\"nice_livesearch_align\";s:4:\"type\";s:6:\"select\";s:3:\"std\";s:6:\"center\";s:7:\"options\";a:3:{s:0:\"\";s:7:\"Default\";s:4:\"left\";s:4:\"Left\";s:6:\"center\";s:6:\"Center\";}s:9:\"condition\";s:31:\"nice_livesearch_enable:is(true)\";s:8:\"operator\";s:3:\"and\";}i:102;a:8:{s:4:\"name\";s:15:\"Welcome Message\";s:4:\"desc\";s:54:\"Insert the text that will appear above the search bar.\";s:2:\"id\";s:20:\"nice_welcome_message\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:9:\"condition\";s:31:\"nice_livesearch_enable:is(true)\";s:8:\"operator\";s:3:\"and\";}i:103;a:8:{s:4:\"name\";s:26:\"Welcome Message (extended)\";s:4:\"desc\";s:60:\"Insert the text that will appear below the Live Search Text.\";s:2:\"id\";s:29:\"nice_welcome_message_extended\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:9:\"condition\";s:31:\"nice_livesearch_enable:is(true)\";s:8:\"operator\";s:3:\"and\";}i:104;a:8:{s:4:\"name\";s:23:\"Live Search Placeholder\";s:4:\"desc\";s:65:\"Insert the text that will appear in the search input for default.\";s:2:\"id\";s:32:\"nice_welcome_message_placeholder\";s:3:\"std\";s:44:\"Have a question? Ask or enter a search term.\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:9:\"condition\";s:31:\"nice_livesearch_enable:is(true)\";s:8:\"operator\";s:3:\"and\";}i:105;a:7:{s:4:\"name\";s:21:\"Section Padding (Top)\";s:4:\"desc\";s:54:\"Change the welcome message and livesearch padding top.\";s:2:\"id\";s:27:\"nice_livesearch_padding_top\";s:3:\"std\";a:5:{s:5:\"range\";s:3:\"min\";s:5:\"value\";s:2:\"70\";s:3:\"min\";s:1:\"0\";s:3:\"max\";s:3:\"500\";s:4:\"unit\";s:2:\"px\";}s:4:\"type\";s:6:\"slider\";s:9:\"condition\";s:31:\"nice_livesearch_enable:is(true)\";s:8:\"operator\";s:3:\"and\";}i:106;a:7:{s:4:\"name\";s:24:\"Section Padding (Bottom)\";s:4:\"desc\";s:57:\"Change the welcome message and livesearch padding bottom.\";s:2:\"id\";s:30:\"nice_livesearch_padding_bottom\";s:3:\"std\";a:5:{s:5:\"range\";s:3:\"min\";s:5:\"value\";s:2:\"90\";s:3:\"min\";s:1:\"0\";s:3:\"max\";s:3:\"500\";s:4:\"unit\";s:2:\"px\";}s:4:\"type\";s:6:\"slider\";s:9:\"condition\";s:31:\"nice_livesearch_enable:is(true)\";s:8:\"operator\";s:3:\"and\";}i:107;a:3:{s:4:\"name\";s:10:\"Info Boxes\";s:4:\"type\";s:5:\"group\";s:4:\"icon\";s:38:\"<i class=\"bi_interface-thumbnail\"></i>\";}i:108;a:6:{s:4:\"name\";s:17:\"Enable Info Boxes\";s:4:\"desc\";s:61:\"This will enable the info boxes to be shown in the home page.\";s:2:\"id\";s:19:\"nice_infobox_enable\";s:3:\"std\";s:4:\"true\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:109;a:9:{s:4:\"name\";s:13:\"Info Box Skin\";s:4:\"desc\";s:27:\"Select the info boxes skin.\";s:2:\"id\";s:17:\"nice_infobox_skin\";s:4:\"type\";s:11:\"radio_image\";s:3:\"std\";s:5:\"light\";s:3:\"tip\";s:0:\"\";s:7:\"options\";a:2:{s:5:\"light\";a:2:{s:5:\"label\";s:5:\"Light\";s:5:\"image\";s:107:\"https://product.quickscrum.com/wp-content/themes/flatbase/engine/admin/assets/images/options/skin-light.png\";}s:4:\"dark\";a:2:{s:5:\"label\";s:4:\"Dark\";s:5:\"image\";s:106:\"https://product.quickscrum.com/wp-content/themes/flatbase/engine/admin/assets/images/options/skin-dark.png\";}}s:9:\"condition\";s:28:\"nice_infobox_enable:is(true)\";s:8:\"operator\";s:3:\"and\";}i:110;a:10:{s:4:\"name\";s:27:\"Info Boxes Background Color\";s:4:\"desc\";s:46:\"Choose the background color for the infoboxes.\";s:2:\"id\";s:29:\"nice_infobox_background_color\";s:4:\"type\";s:12:\"select_color\";s:5:\"class\";s:17:\"nice-select-color\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:7:\"options\";a:14:{s:0:\"\";a:2:{s:4:\"name\";s:7:\"Default\";s:5:\"value\";s:0:\"\";}s:17:\"nice_accent_color\";a:2:{s:4:\"name\";s:12:\"Accent Color\";s:5:\"value\";s:7:\"#317170\";}s:24:\"nice_complementary_color\";a:2:{s:4:\"name\";s:19:\"Complementary Color\";s:5:\"value\";s:7:\"#f65a18\";}s:16:\"nice_black_color\";a:2:{s:4:\"name\";s:5:\"Black\";s:5:\"value\";s:4:\"#222\";}s:17:\"nice_dark_color_1\";a:2:{s:4:\"name\";s:6:\"Dark 1\";s:5:\"value\";s:4:\"#333\";}s:17:\"nice_dark_color_2\";a:2:{s:4:\"name\";s:6:\"Dark 2\";s:5:\"value\";s:7:\"#454545\";}s:17:\"nice_dark_color_3\";a:2:{s:4:\"name\";s:6:\"Dark 3\";s:5:\"value\";s:7:\"#686868\";}s:16:\"nice_white_color\";a:2:{s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#e2e2e2\";}s:18:\"nice_light_color_1\";a:2:{s:4:\"name\";s:7:\"Light 1\";s:5:\"value\";s:7:\"#e9ebec\";}s:18:\"nice_light_color_2\";a:2:{s:4:\"name\";s:7:\"Light 2\";s:5:\"value\";s:4:\"#ddd\";}s:18:\"nice_light_color_3\";a:2:{s:4:\"name\";s:7:\"Light 3\";s:5:\"value\";s:4:\"#bbb\";}s:25:\"nice_user_color_nice_blue\";a:2:{s:4:\"name\";s:9:\"Nice Blue\";s:5:\"value\";s:7:\"#3c4750\";}s:20:\"nice_user_color_teal\";a:2:{s:4:\"name\";s:4:\"Teal\";s:5:\"value\";s:7:\"#01a28c\";}s:23:\"nice_user_color_qs_teal\";a:2:{s:4:\"name\";s:7:\"QS Teal\";s:5:\"value\";s:7:\"#00bfa5\";}}s:9:\"condition\";s:28:\"nice_infobox_enable:is(true)\";s:8:\"operator\";s:3:\"and\";}i:111;a:9:{s:4:\"name\";s:16:\"Info Boxes Order\";s:4:\"desc\";s:80:\"Select the view order you wish to set for the info boxes items on the home page.\";s:2:\"id\";s:18:\"nice_infobox_order\";s:3:\"std\";s:4:\"date\";s:4:\"type\";s:6:\"select\";s:3:\"tip\";s:0:\"\";s:7:\"options\";a:4:{s:4:\"date\";s:4:\"Date\";s:10:\"menu_order\";s:10:\"Page Order\";s:5:\"title\";s:5:\"Title\";s:4:\"rand\";s:6:\"Random\";}s:9:\"condition\";s:28:\"nice_infobox_enable:is(true)\";s:8:\"operator\";s:3:\"and\";}i:112;a:8:{s:4:\"name\";s:25:\"Info Boxes Text Alignment\";s:4:\"desc\";s:42:\"How do you wish to align the infobox text.\";s:2:\"id\";s:23:\"nice_infobox_text_align\";s:4:\"type\";s:6:\"select\";s:3:\"std\";s:0:\"\";s:7:\"options\";a:4:{s:0:\"\";s:7:\"Default\";s:4:\"left\";s:4:\"Left\";s:6:\"center\";s:6:\"Center\";s:5:\"right\";s:5:\"Right\";}s:9:\"condition\";s:28:\"nice_infobox_enable:is(true)\";s:8:\"operator\";s:3:\"and\";}i:113;a:8:{s:4:\"name\";s:23:\"Info Boxes Image Effect\";s:4:\"desc\";s:26:\"The image effect on hover.\";s:2:\"id\";s:25:\"nice_infobox_image_effect\";s:4:\"type\";s:6:\"select\";s:3:\"std\";s:0:\"\";s:7:\"options\";a:3:{s:0:\"\";s:7:\"Default\";s:2:\"no\";s:4:\"None\";s:6:\"zoomIn\";s:7:\"Zoom In\";}s:9:\"condition\";s:28:\"nice_infobox_enable:is(true)\";s:8:\"operator\";s:3:\"and\";}i:114;a:3:{s:4:\"name\";s:14:\"Knowledge Base\";s:4:\"type\";s:5:\"group\";s:4:\"icon\";s:29:\"<i class=\"bi_doc-papers\"></i>\";}i:115;a:5:{s:4:\"name\";s:31:\"Number of Articles per Category\";s:4:\"desc\";s:102:\"Select the number of articles entries that should appear per category in the home page .(Default is 5)\";s:2:\"id\";s:21:\"nice_articles_entries\";s:3:\"std\";a:4:{s:5:\"range\";s:3:\"min\";s:5:\"value\";s:1:\"5\";s:3:\"min\";s:1:\"1\";s:3:\"max\";s:2:\"15\";}s:4:\"type\";s:6:\"slider\";}i:116;a:3:{s:4:\"name\";s:21:\"Knowledge Base Videos\";s:4:\"type\";s:5:\"group\";s:4:\"icon\";s:29:\"<i class=\"bi_tool-video\"></i>\";}i:117;a:6:{s:4:\"name\";s:13:\"Enable Videos\";s:4:\"desc\";s:65:\"This will enable the videos section to be shown in the home page.\";s:2:\"id\";s:17:\"nice_video_enable\";s:3:\"std\";s:4:\"true\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:118;a:7:{s:4:\"name\";s:24:\"Number of Videos to Show\";s:4:\"desc\";s:86:\"Select the number of video entries that should appear in the home page .(Default is 5)\";s:2:\"id\";s:18:\"nice_video_entries\";s:3:\"std\";a:4:{s:5:\"range\";s:3:\"min\";s:5:\"value\";s:1:\"5\";s:3:\"min\";s:1:\"1\";s:3:\"max\";s:2:\"10\";}s:4:\"type\";s:6:\"slider\";s:9:\"condition\";s:26:\"nice_video_enable:is(true)\";s:8:\"operator\";s:3:\"and\";}i:119;a:9:{s:4:\"name\";s:12:\"Videos Order\";s:4:\"desc\";s:76:\"Select the view order you wish to set for the videos items on the home page.\";s:2:\"id\";s:16:\"nice_video_order\";s:3:\"std\";s:4:\"date\";s:4:\"type\";s:6:\"select\";s:3:\"tip\";s:0:\"\";s:7:\"options\";a:4:{s:4:\"date\";s:4:\"Date\";s:10:\"menu_order\";s:10:\"Page Order\";s:5:\"title\";s:5:\"Title\";s:4:\"rand\";s:6:\"Random\";}s:9:\"condition\";s:26:\"nice_video_enable:is(true)\";s:8:\"operator\";s:3:\"and\";}i:120;a:9:{s:4:\"name\";s:26:\"Knowledge Base Videos Skin\";s:4:\"desc\";s:38:\"Select the knowledge base videos skin.\";s:2:\"id\";s:24:\"nice_homepage_video_skin\";s:4:\"type\";s:11:\"radio_image\";s:3:\"std\";s:5:\"light\";s:3:\"tip\";s:0:\"\";s:7:\"options\";a:2:{s:5:\"light\";a:2:{s:5:\"label\";s:5:\"Light\";s:5:\"image\";s:107:\"https://product.quickscrum.com/wp-content/themes/flatbase/engine/admin/assets/images/options/skin-light.png\";}s:4:\"dark\";a:2:{s:5:\"label\";s:4:\"Dark\";s:5:\"image\";s:106:\"https://product.quickscrum.com/wp-content/themes/flatbase/engine/admin/assets/images/options/skin-dark.png\";}}s:9:\"condition\";s:26:\"nice_video_enable:is(true)\";s:8:\"operator\";s:3:\"and\";}i:121;a:10:{s:4:\"name\";s:38:\"Knowledge Base Videos Background Color\";s:4:\"desc\";s:66:\"Choose the background color for the Knowledge Base Videos section.\";s:2:\"id\";s:36:\"nice_homepage_video_background_color\";s:4:\"type\";s:12:\"select_color\";s:5:\"class\";s:17:\"nice-select-color\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:7:\"options\";a:14:{s:0:\"\";a:2:{s:4:\"name\";s:7:\"Default\";s:5:\"value\";s:0:\"\";}s:17:\"nice_accent_color\";a:2:{s:4:\"name\";s:12:\"Accent Color\";s:5:\"value\";s:7:\"#317170\";}s:24:\"nice_complementary_color\";a:2:{s:4:\"name\";s:19:\"Complementary Color\";s:5:\"value\";s:7:\"#f65a18\";}s:16:\"nice_black_color\";a:2:{s:4:\"name\";s:5:\"Black\";s:5:\"value\";s:4:\"#222\";}s:17:\"nice_dark_color_1\";a:2:{s:4:\"name\";s:6:\"Dark 1\";s:5:\"value\";s:4:\"#333\";}s:17:\"nice_dark_color_2\";a:2:{s:4:\"name\";s:6:\"Dark 2\";s:5:\"value\";s:7:\"#454545\";}s:17:\"nice_dark_color_3\";a:2:{s:4:\"name\";s:6:\"Dark 3\";s:5:\"value\";s:7:\"#686868\";}s:16:\"nice_white_color\";a:2:{s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#e2e2e2\";}s:18:\"nice_light_color_1\";a:2:{s:4:\"name\";s:7:\"Light 1\";s:5:\"value\";s:7:\"#e9ebec\";}s:18:\"nice_light_color_2\";a:2:{s:4:\"name\";s:7:\"Light 2\";s:5:\"value\";s:4:\"#ddd\";}s:18:\"nice_light_color_3\";a:2:{s:4:\"name\";s:7:\"Light 3\";s:5:\"value\";s:4:\"#bbb\";}s:25:\"nice_user_color_nice_blue\";a:2:{s:4:\"name\";s:9:\"Nice Blue\";s:5:\"value\";s:7:\"#3c4750\";}s:20:\"nice_user_color_teal\";a:2:{s:4:\"name\";s:4:\"Teal\";s:5:\"value\";s:7:\"#01a28c\";}s:23:\"nice_user_color_qs_teal\";a:2:{s:4:\"name\";s:7:\"QS Teal\";s:5:\"value\";s:7:\"#00bfa5\";}}s:9:\"condition\";s:26:\"nice_video_enable:is(true)\";s:8:\"operator\";s:3:\"and\";}i:122;a:3:{s:4:\"name\";s:10:\"Typography\";s:4:\"type\";s:7:\"heading\";s:4:\"icon\";s:32:\"<i class=\"bi_editorial-pen\"></i>\";}i:123;a:5:{s:4:\"name\";s:24:\"Enable Custom Typography\";s:4:\"desc\";s:38:\"Enable if you want to pick your fonts.\";s:2:\"id\";s:22:\"nice_custom_typography\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:124;a:7:{s:4:\"name\";s:18:\"General Typography\";s:4:\"desc\";s:24:\"Change the general font.\";s:2:\"id\";s:14:\"nice_font_body\";s:3:\"std\";a:4:{s:4:\"size\";s:2:\"15\";s:4:\"unit\";s:2:\"px\";s:6:\"family\";s:4:\"Lato\";s:5:\"style\";s:6:\"normal\";}s:4:\"type\";s:10:\"typography\";s:9:\"condition\";s:31:\"nice_custom_typography:is(true)\";s:8:\"operator\";s:3:\"and\";}i:125;a:7:{s:4:\"name\";s:10:\"Navigation\";s:4:\"desc\";s:27:\"Change the navigation font.\";s:2:\"id\";s:13:\"nice_font_nav\";s:3:\"std\";a:4:{s:4:\"size\";s:2:\"15\";s:4:\"unit\";s:2:\"px\";s:6:\"family\";s:4:\"Lato\";s:5:\"style\";s:6:\"normal\";}s:4:\"type\";s:10:\"typography\";s:9:\"condition\";s:31:\"nice_custom_typography:is(true)\";s:8:\"operator\";s:3:\"and\";}i:126;a:7:{s:4:\"name\";s:25:\"Sub Navigation (Submenus)\";s:4:\"desc\";s:35:\"Change the navigation submenu font.\";s:2:\"id\";s:16:\"nice_font_subnav\";s:3:\"std\";a:4:{s:4:\"size\";s:2:\"12\";s:4:\"unit\";s:2:\"px\";s:6:\"family\";s:4:\"Lato\";s:5:\"style\";s:6:\"normal\";}s:4:\"type\";s:10:\"typography\";s:9:\"condition\";s:31:\"nice_custom_typography:is(true)\";s:8:\"operator\";s:3:\"and\";}i:127;a:7:{s:4:\"name\";s:8:\"Headings\";s:4:\"desc\";s:32:\"Change the headings font family.\";s:2:\"id\";s:18:\"nice_font_headings\";s:3:\"std\";a:2:{s:6:\"family\";s:6:\"Nunito\";s:5:\"style\";s:6:\"normal\";}s:4:\"type\";s:10:\"typography\";s:9:\"condition\";s:31:\"nice_custom_typography:is(true)\";s:8:\"operator\";s:3:\"and\";}i:128;a:7:{s:4:\"name\";s:11:\"Form Inputs\";s:4:\"desc\";s:31:\"Change the buttons font family.\";s:2:\"id\";s:16:\"nice_font_inputs\";s:3:\"std\";a:2:{s:6:\"family\";s:4:\"Lato\";s:5:\"style\";s:6:\"normal\";}s:4:\"type\";s:10:\"typography\";s:9:\"condition\";s:31:\"nice_custom_typography:is(true)\";s:8:\"operator\";s:3:\"and\";}i:129;a:7:{s:4:\"name\";s:7:\"Buttons\";s:4:\"desc\";s:31:\"Change the buttons font family.\";s:2:\"id\";s:17:\"nice_font_buttons\";s:3:\"std\";a:2:{s:6:\"family\";s:6:\"Nunito\";s:5:\"style\";s:6:\"normal\";}s:4:\"type\";s:10:\"typography\";s:9:\"condition\";s:31:\"nice_custom_typography:is(true)\";s:8:\"operator\";s:3:\"and\";}i:130;a:7:{s:4:\"name\";s:15:\"Infoboxes Title\";s:4:\"desc\";s:26:\"Change the infoboxes font.\";s:2:\"id\";s:23:\"nice_font_infobox_title\";s:3:\"std\";a:4:{s:4:\"size\";s:2:\"21\";s:4:\"unit\";s:2:\"px\";s:6:\"family\";s:6:\"Nunito\";s:5:\"style\";s:6:\"normal\";}s:4:\"type\";s:10:\"typography\";s:9:\"condition\";s:31:\"nice_custom_typography:is(true)\";s:8:\"operator\";s:3:\"and\";}i:131;a:7:{s:4:\"name\";s:17:\"Infoboxes Content\";s:4:\"desc\";s:26:\"Change the infoboxes font.\";s:2:\"id\";s:25:\"nice_font_infobox_content\";s:3:\"std\";a:4:{s:4:\"size\";s:2:\"15\";s:4:\"unit\";s:2:\"px\";s:6:\"family\";s:4:\"Lato\";s:5:\"style\";s:6:\"normal\";}s:4:\"type\";s:10:\"typography\";s:9:\"condition\";s:31:\"nice_custom_typography:is(true)\";s:8:\"operator\";s:3:\"and\";}i:132;a:7:{s:4:\"name\";s:23:\"Welcome Message Tagline\";s:4:\"desc\";s:32:\"Change the welcome message font.\";s:2:\"id\";s:25:\"nice_font_welcome_message\";s:3:\"std\";a:4:{s:4:\"size\";s:2:\"32\";s:4:\"unit\";s:2:\"px\";s:6:\"family\";s:6:\"Nunito\";s:5:\"style\";s:6:\"normal\";}s:4:\"type\";s:10:\"typography\";s:9:\"condition\";s:31:\"nice_custom_typography:is(true)\";s:8:\"operator\";s:3:\"and\";}i:133;a:7:{s:4:\"name\";s:26:\"Welcome Message (extended)\";s:4:\"desc\";s:41:\"Change the extended welcome message font.\";s:2:\"id\";s:34:\"nice_font_welcome_message_extended\";s:3:\"std\";a:4:{s:4:\"size\";s:2:\"16\";s:4:\"unit\";s:2:\"px\";s:6:\"family\";s:4:\"Lato\";s:5:\"style\";s:6:\"normal\";}s:4:\"type\";s:10:\"typography\";s:9:\"condition\";s:31:\"nice_custom_typography:is(true)\";s:8:\"operator\";s:3:\"and\";}i:134;a:3:{s:4:\"name\";s:14:\"Knowledge Base\";s:4:\"type\";s:7:\"heading\";s:4:\"icon\";s:29:\"<i class=\"bi_doc-papers\"></i>\";}i:135;a:6:{s:4:\"name\";s:13:\"Display Views\";s:4:\"desc\";s:70:\"Enable to display the amount of article views below the article title.\";s:2:\"id\";s:10:\"nice_views\";s:3:\"std\";s:4:\"true\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:136;a:6:{s:4:\"name\";s:13:\"Display Likes\";s:4:\"desc\";s:62:\"Enable to display the amount of likes below the article title.\";s:2:\"id\";s:10:\"nice_likes\";s:3:\"std\";s:4:\"true\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:137;a:6:{s:4:\"name\";s:20:\"Display Reading Time\";s:4:\"desc\";s:59:\"Enable to display the reading time below the article title.\";s:2:\"id\";s:17:\"nice_reading_time\";s:3:\"std\";s:4:\"true\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:138;a:6:{s:4:\"name\";s:22:\"Display Article Author\";s:4:\"desc\";s:81:\"This will enable the display of the article author information below the content.\";s:2:\"id\";s:19:\"nice_article_author\";s:3:\"std\";s:4:\"true\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:139;a:6:{s:4:\"name\";s:24:\"Display Related Articles\";s:4:\"desc\";s:67:\"This will enable display of the related articles below the content.\";s:2:\"id\";s:21:\"nice_related_articles\";s:3:\"std\";s:4:\"true\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:140;a:3:{s:4:\"name\";s:19:\"Contact Information\";s:4:\"type\";s:7:\"heading\";s:4:\"icon\";s:28:\"<i class=\"bi_com-email\"></i>\";}i:141;a:6:{s:4:\"name\";s:26:\"Contact Form Email Address\";s:4:\"desc\";s:121:\"Enter the email address where you'd like to receive emails from the contact form, or leave blank to use admin email.\";s:2:\"id\";s:10:\"nice_email\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:142;a:6:{s:4:\"name\";s:22:\"Google Maps Embed Code\";s:4:\"desc\";s:58:\"Insert the Google Map embed code for the contact template.\";s:2:\"id\";s:15:\"nice_google_map\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:143;a:3:{s:4:\"name\";s:12:\"Social Media\";s:4:\"type\";s:7:\"heading\";s:4:\"icon\";s:30:\"<i class=\"bi_web-share-b\"></i>\";}i:144;a:6:{s:4:\"name\";s:15:\"Open in New Tab\";s:4:\"desc\";s:31:\"Open social links in a new tab.\";s:2:\"id\";s:25:\"nice_social_links_new_tab\";s:3:\"std\";s:4:\"true\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:145;a:13:{s:4:\"name\";s:12:\"Social Links\";s:4:\"desc\";s:42:\"Define all the social links you will need.\";s:2:\"id\";s:17:\"nice_social_links\";s:16:\"user_item_prefix\";s:16:\"nice_user_social\";s:4:\"type\";s:9:\"list_item\";s:3:\"std\";a:24:{i:0;a:3:{s:4:\"name\";s:8:\"Facebook\";s:2:\"id\";s:13:\"nice_facebook\";s:3:\"std\";a:5:{s:3:\"url\";s:0:\"\";s:10:\"icon_class\";s:14:\"fa fa-facebook\";s:12:\"show_in_menu\";b:0;s:15:\"show_in_top_bar\";b:0;s:14:\"show_in_footer\";b:0;}}i:1;a:3:{s:4:\"name\";s:7:\"Twitter\";s:2:\"id\";s:12:\"nice_twitter\";s:3:\"std\";a:5:{s:3:\"url\";s:0:\"\";s:10:\"icon_class\";s:13:\"fa fa-twitter\";s:12:\"show_in_menu\";b:0;s:15:\"show_in_top_bar\";b:0;s:14:\"show_in_footer\";b:0;}}i:2;a:3:{s:4:\"name\";s:9:\"Instagram\";s:2:\"id\";s:14:\"nice_instagram\";s:3:\"std\";a:5:{s:3:\"url\";s:0:\"\";s:10:\"icon_class\";s:15:\"fa fa-instagram\";s:12:\"show_in_menu\";b:0;s:15:\"show_in_top_bar\";b:0;s:14:\"show_in_footer\";b:0;}}i:3;a:3:{s:4:\"name\";s:7:\"Google+\";s:2:\"id\";s:11:\"nice_google\";s:3:\"std\";a:5:{s:3:\"url\";s:0:\"\";s:10:\"icon_class\";s:17:\"fa fa-google-plus\";s:12:\"show_in_menu\";b:0;s:15:\"show_in_top_bar\";b:0;s:14:\"show_in_footer\";b:0;}}i:4;a:3:{s:4:\"name\";s:8:\"Dribbble\";s:2:\"id\";s:13:\"nice_dribbble\";s:3:\"std\";a:5:{s:3:\"url\";s:0:\"\";s:10:\"icon_class\";s:14:\"fa fa-dribbble\";s:12:\"show_in_menu\";b:0;s:15:\"show_in_top_bar\";b:0;s:14:\"show_in_footer\";b:0;}}i:5;a:3:{s:4:\"name\";s:5:\"Vimeo\";s:2:\"id\";s:10:\"nice_vimeo\";s:3:\"std\";a:5:{s:3:\"url\";s:0:\"\";s:10:\"icon_class\";s:11:\"fa fa-vimeo\";s:12:\"show_in_menu\";b:0;s:15:\"show_in_top_bar\";b:0;s:14:\"show_in_footer\";b:0;}}i:6;a:3:{s:4:\"name\";s:6:\"Tumblr\";s:2:\"id\";s:11:\"nice_tumblr\";s:3:\"std\";a:5:{s:3:\"url\";s:0:\"\";s:10:\"icon_class\";s:12:\"fa fa-tumblr\";s:12:\"show_in_menu\";b:0;s:15:\"show_in_top_bar\";b:0;s:14:\"show_in_footer\";b:0;}}i:7;a:3:{s:4:\"name\";s:6:\"Flickr\";s:2:\"id\";s:11:\"nice_flickr\";s:3:\"std\";a:5:{s:3:\"url\";s:0:\"\";s:10:\"icon_class\";s:12:\"fa fa-flickr\";s:12:\"show_in_menu\";b:0;s:15:\"show_in_top_bar\";b:0;s:14:\"show_in_footer\";b:0;}}i:8;a:3:{s:4:\"name\";s:7:\"YouTube\";s:2:\"id\";s:12:\"nice_youtube\";s:3:\"std\";a:5:{s:3:\"url\";s:0:\"\";s:10:\"icon_class\";s:13:\"fa fa-youtube\";s:12:\"show_in_menu\";b:0;s:15:\"show_in_top_bar\";b:0;s:14:\"show_in_footer\";b:0;}}i:9;a:3:{s:4:\"name\";s:8:\"LinkedIn\";s:2:\"id\";s:13:\"nice_linkedin\";s:3:\"std\";a:5:{s:3:\"url\";s:0:\"\";s:10:\"icon_class\";s:14:\"fa fa-linkedin\";s:12:\"show_in_menu\";b:0;s:15:\"show_in_top_bar\";b:0;s:14:\"show_in_footer\";b:0;}}i:10;a:3:{s:4:\"name\";s:7:\"Dropbox\";s:2:\"id\";s:12:\"nice_dropbox\";s:3:\"std\";a:5:{s:3:\"url\";s:0:\"\";s:10:\"icon_class\";s:13:\"fa fa-dropbox\";s:12:\"show_in_menu\";b:0;s:15:\"show_in_top_bar\";b:0;s:14:\"show_in_footer\";b:0;}}i:11;a:3:{s:4:\"name\";s:10:\"Foursquare\";s:2:\"id\";s:15:\"nice_foursquare\";s:3:\"std\";a:5:{s:3:\"url\";s:0:\"\";s:10:\"icon_class\";s:16:\"fa fa-foursquare\";s:12:\"show_in_menu\";b:0;s:15:\"show_in_top_bar\";b:0;s:14:\"show_in_footer\";b:0;}}i:12;a:3:{s:4:\"name\";s:9:\"Pinterest\";s:2:\"id\";s:14:\"nice_pinterest\";s:3:\"std\";a:5:{s:3:\"url\";s:0:\"\";s:10:\"icon_class\";s:17:\"fa fa-pinterest-p\";s:12:\"show_in_menu\";b:0;s:15:\"show_in_top_bar\";b:0;s:14:\"show_in_footer\";b:0;}}i:13;a:3:{s:4:\"name\";s:5:\"Quora\";s:2:\"id\";s:10:\"nice_quora\";s:3:\"std\";a:5:{s:3:\"url\";s:0:\"\";s:10:\"icon_class\";s:11:\"fa fa-quora\";s:12:\"show_in_menu\";b:0;s:15:\"show_in_top_bar\";b:0;s:14:\"show_in_footer\";b:0;}}i:14;a:3:{s:4:\"name\";s:5:\"Skype\";s:2:\"id\";s:10:\"nice_skype\";s:3:\"std\";a:5:{s:3:\"url\";s:0:\"\";s:10:\"icon_class\";s:11:\"fa fa-skype\";s:12:\"show_in_menu\";b:0;s:15:\"show_in_top_bar\";b:0;s:14:\"show_in_footer\";b:0;}}i:15;a:3:{s:4:\"name\";s:9:\"Bitbucket\";s:2:\"id\";s:14:\"nice_bitbucket\";s:3:\"std\";a:5:{s:3:\"url\";s:0:\"\";s:10:\"icon_class\";s:15:\"fa fa-bitbucket\";s:12:\"show_in_menu\";b:0;s:15:\"show_in_top_bar\";b:0;s:14:\"show_in_footer\";b:0;}}i:16;a:3:{s:4:\"name\";s:6:\"GitHub\";s:2:\"id\";s:11:\"nice_github\";s:3:\"std\";a:5:{s:3:\"url\";s:0:\"\";s:10:\"icon_class\";s:12:\"fa fa-github\";s:12:\"show_in_menu\";b:0;s:15:\"show_in_top_bar\";b:0;s:14:\"show_in_footer\";b:0;}}i:17;a:3:{s:4:\"name\";s:14:\"Stack Exchange\";s:2:\"id\";s:19:\"nice_stack_exchange\";s:3:\"std\";a:5:{s:3:\"url\";s:0:\"\";s:10:\"icon_class\";s:20:\"fa fa-stack-exchange\";s:12:\"show_in_menu\";b:0;s:15:\"show_in_top_bar\";b:0;s:14:\"show_in_footer\";b:0;}}i:18;a:3:{s:4:\"name\";s:14:\"Stack Overflow\";s:2:\"id\";s:19:\"nice_stack_overflow\";s:3:\"std\";a:5:{s:3:\"url\";s:0:\"\";s:10:\"icon_class\";s:20:\"fa fa-stack-overflow\";s:12:\"show_in_menu\";b:0;s:15:\"show_in_top_bar\";b:0;s:14:\"show_in_footer\";b:0;}}i:19;a:3:{s:4:\"name\";s:6:\"Trello\";s:2:\"id\";s:11:\"nice_trello\";s:3:\"std\";a:5:{s:3:\"url\";s:0:\"\";s:10:\"icon_class\";s:12:\"fa fa-trello\";s:12:\"show_in_menu\";b:0;s:15:\"show_in_top_bar\";b:0;s:14:\"show_in_footer\";b:0;}}i:20;a:3:{s:4:\"name\";s:9:\"WordPress\";s:2:\"id\";s:14:\"nice_wordpress\";s:3:\"std\";a:5:{s:3:\"url\";s:0:\"\";s:10:\"icon_class\";s:15:\"fa fa-wordpress\";s:12:\"show_in_menu\";b:0;s:15:\"show_in_top_bar\";b:0;s:14:\"show_in_footer\";b:0;}}i:21;a:3:{s:4:\"name\";s:5:\"Slack\";s:2:\"id\";s:10:\"nice_slack\";s:3:\"std\";a:5:{s:3:\"url\";s:0:\"\";s:10:\"icon_class\";s:11:\"fa fa-slack\";s:12:\"show_in_menu\";b:0;s:15:\"show_in_top_bar\";b:0;s:14:\"show_in_footer\";b:0;}}i:22;a:3:{s:4:\"name\";s:7:\"Spotify\";s:2:\"id\";s:12:\"nice_spotify\";s:3:\"std\";a:5:{s:3:\"url\";s:0:\"\";s:10:\"icon_class\";s:13:\"fa fa-spotify\";s:12:\"show_in_menu\";b:0;s:15:\"show_in_top_bar\";b:0;s:14:\"show_in_footer\";b:0;}}i:23;a:3:{s:4:\"name\";s:10:\"Soundcloud\";s:2:\"id\";s:15:\"nice_soundcloud\";s:3:\"std\";a:5:{s:3:\"url\";s:0:\"\";s:10:\"icon_class\";s:16:\"fa fa-soundcloud\";s:12:\"show_in_menu\";b:0;s:15:\"show_in_top_bar\";b:0;s:14:\"show_in_footer\";b:0;}}}s:3:\"tip\";s:0:\"\";s:8:\"sortable\";b:1;s:8:\"editable\";b:1;s:13:\"edit_defaults\";b:0;s:17:\"ignore_customizer\";b:1;s:17:\"option_name_label\";s:14:\"Social Network\";s:8:\"settings\";a:2:{i:0;a:6:{s:4:\"name\";s:3:\"URL\";s:4:\"desc\";s:49:\"Enter the full URL for your social media profile.\";s:2:\"id\";s:3:\"url\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";}i:1;a:6:{s:4:\"name\";s:10:\"Icon Class\";s:4:\"desc\";s:30:\"Enter the class for your icon.\";s:2:\"id\";s:10:\"icon_class\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";s:3:\"tip\";s:0:\"\";}}}i:146;a:3:{s:4:\"name\";s:11:\"Performance\";s:4:\"type\";s:7:\"heading\";s:4:\"icon\";s:38:\"<i class=\"bi_interface-dashboard\"></i>\";}i:147;a:3:{s:4:\"name\";s:6:\"Images\";s:4:\"type\";s:5:\"group\";s:4:\"icon\";s:32:\"<i class=\"bi_media-image-d\"></i>\";}i:148;a:5:{s:4:\"name\";s:12:\"JPEG Quality\";s:4:\"desc\";s:83:\"Change the JPEG compression-level of uploaded images and thumbnails. Default is 90.\";s:2:\"id\";s:17:\"nice_jpeg_quality\";s:3:\"std\";a:5:{s:5:\"range\";s:3:\"min\";s:5:\"value\";s:2:\"90\";s:3:\"min\";s:2:\"40\";s:3:\"max\";s:3:\"100\";s:4:\"unit\";s:1:\"%\";}s:4:\"type\";s:6:\"slider\";}i:149;a:6:{s:4:\"name\";s:26:\"Enable LazyLoad for images\";s:4:\"desc\";s:145:\"Only load images when they're about to enter the viewport while scrolling. This can make your pages load faster and help reduce server load.\";s:2:\"id\";s:20:\"nice_lazyload_images\";s:3:\"std\";s:4:\"true\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:150;a:8:{s:4:\"name\";s:29:\"Apply LazyLoad to logo images\";s:4:\"desc\";s:126:\"Check if you want to apply LazyLoad to your logo images too. Not recommended if you want your logo to be displayed right away.\";s:2:\"id\";s:25:\"nice_lazyload_images_logo\";s:3:\"std\";s:5:\"false\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";s:9:\"condition\";s:29:\"nice_lazyload_images:is(true)\";s:8:\"operator\";s:3:\"and\";}i:151;a:4:{s:4:\"name\";s:3:\"CSS\";s:4:\"type\";s:5:\"group\";s:4:\"icon\";s:27:\"<i class=\"bi_web-code\"></i>\";s:17:\"ignore_customizer\";b:1;}i:152;a:7:{s:4:\"name\";s:23:\"Load CSS asynchronously\";s:4:\"desc\";s:202:\"Check this option to load non-prioritary CSS files in separated threads, so your pages can load faster. Keep in mind that, when using this feature, some styling may be applied a little later than usual.\";s:2:\"id\";s:17:\"nice_async_styles\";s:3:\"std\";s:5:\"false\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";s:17:\"ignore_customizer\";b:1;}i:153;a:9:{s:4:\"name\";s:32:\"Load Google Fonts asynchronously\";s:4:\"desc\";s:165:\"Check this option to load Google Fonts in a separated thread, so your pages can load faster. Keep in mind that some styling may be applied a little later than usual.\";s:2:\"id\";s:23:\"nice_async_google_fonts\";s:3:\"std\";s:5:\"false\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";s:9:\"condition\";s:26:\"nice_async_styles:is(true)\";s:8:\"operator\";s:3:\"and\";s:17:\"ignore_customizer\";b:1;}i:154;a:4:{s:4:\"name\";s:10:\"JavaScript\";s:4:\"type\";s:5:\"group\";s:4:\"icon\";s:27:\"<i class=\"bi_web-code\"></i>\";s:17:\"ignore_customizer\";b:1;}i:155;a:7:{s:4:\"name\";s:36:\"Load JavaScript files asynchronously\";s:4:\"desc\";s:163:\"Load some JavaScript files in different threads, and only load dependencies when they are needed. This can make your pages load faster and help reduce server load.\";s:2:\"id\";s:22:\"nice_load_js_on_demand\";s:3:\"std\";s:4:\"true\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";s:17:\"ignore_customizer\";b:1;}i:156;a:7:{s:4:\"name\";s:30:\"Load minified JavaScript files\";s:4:\"desc\";s:224:\"Reduce JavaScript filesize by loading processed files instead of their development versions. This can make your pages load faster and help reduce server load. Disabling this option is not recommended for production websites.\";s:2:\"id\";s:21:\"nice_load_minified_js\";s:3:\"std\";s:4:\"true\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";s:17:\"ignore_customizer\";b:1;}i:157;a:4:{s:4:\"name\";s:8:\"Advanced\";s:4:\"type\";s:5:\"group\";s:4:\"icon\";s:29:\"<i class=\"bi_music-eq-a\"></i>\";s:17:\"ignore_customizer\";b:1;}i:158;a:7:{s:4:\"name\";s:23:\"Enable Development Mode\";s:4:\"desc\";s:232:\"Development mode can help you debug potential issues while building your site. It is not recommended for production websites. If you run into an issue and create a support ticket, we may ask you to temporarily activate this setting.\";s:2:\"id\";s:21:\"nice_development_mode\";s:3:\"std\";s:5:\"false\";s:3:\"tip\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";s:17:\"ignore_customizer\";b:1;}}','yes'),(181,'widget_nice_article_categories','a:4:{i:1;a:0:{}i:2;a:1:{s:5:\"title\";s:18:\"Article Categories\";}i:3;a:1:{s:5:\"title\";s:10:\"Categories\";}s:12:\"_multiwidget\";i:1;}','yes'),(182,'widget_nice_blogauthor','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(183,'widget_nice_popular_articles','a:4:{i:1;a:0:{}i:2;a:4:{s:5:\"title\";s:11:\"Most Viewed\";s:6:\"number\";s:1:\"5\";s:7:\"orderby\";s:5:\"views\";s:9:\"hidelikes\";s:2:\"on\";}i:3;a:4:{s:5:\"title\";s:10:\"Most Liked\";s:6:\"number\";s:1:\"5\";s:7:\"orderby\";s:5:\"likes\";s:9:\"hideviews\";s:2:\"on\";}s:12:\"_multiwidget\";i:1;}','yes'),(184,'widget_nice_recent_articles','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(185,'widget_nice_social','a:5:{i:1;a:0:{}i:2;a:1:{s:5:\"title\";s:6:\"Social\";}i:3;a:1:{s:5:\"title\";s:6:\"Social\";}i:4;a:1:{s:5:\"title\";s:12:\"Social Media\";}s:12:\"_multiwidget\";i:1;}','yes'),(186,'widget_nice_twitter','a:4:{i:1;a:0:{}i:2;a:8:{s:5:\"title\";s:12:\"Twitter Feed\";s:12:\"consumer_key\";s:21:\"ykmym4OTLqhc5Zc6RmQFg\";s:15:\"consumer_secret\";s:38:\"6aeAHnoCHAXZC2pCBKLogNFeoHIlZUMNk2zVVU\";s:12:\"access_token\";s:50:\"323464973-pF3xe3l6JoykkYqtITnTThAKIbi7Kvt1GbnM451d\";s:19:\"access_token_secret\";s:41:\"APJ8skkpoXYa6Opf5lNgYjAMjZrZlzOdDlUlof374\";s:15:\"exclude_replies\";s:4:\"true\";s:8:\"username\";s:10:\"nicethemes\";s:5:\"limit\";s:1:\"4\";}i:3;a:8:{s:5:\"title\";s:12:\"Twitter Feed\";s:12:\"consumer_key\";s:21:\"ykmym4OTLqhc5Zc6RmQFg\";s:15:\"consumer_secret\";s:38:\"6aeAHnoCHAXZC2pCBKLogNFeoHIlZUMNk2zVVU\";s:12:\"access_token\";s:50:\"323464973-pF3xe3l6JoykkYqtITnTThAKIbi7Kvt1GbnM451d\";s:19:\"access_token_secret\";s:41:\"APJ8skkpoXYa6Opf5lNgYjAMjZrZlzOdDlUlof374\";s:15:\"exclude_replies\";s:4:\"true\";s:8:\"username\";s:10:\"nicethemes\";s:5:\"limit\";s:1:\"4\";}s:12:\"_multiwidget\";i:1;}','yes'),(194,'nice_framework_remote_version','2.0.9.1','yes'),(204,'widget_bbp_login_widget','a:2:{i:1;a:3:{s:5:\"title\";s:0:\"\";s:8:\"register\";s:0:\"\";s:8:\"lostpass\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(205,'widget_bbp_views_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(206,'widget_bbp_search_widget','a:2:{i:2;a:1:{s:5:\"title\";s:13:\"Search Forums\";}s:12:\"_multiwidget\";i:1;}','yes'),(207,'widget_bbp_forums_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(208,'widget_bbp_topics_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(209,'widget_bbp_replies_widget','a:2:{i:1;a:4:{s:5:\"title\";s:14:\"Recent Replies\";s:9:\"max_shown\";i:5;s:9:\"show_date\";b:0;s:9:\"show_user\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(210,'widget_bbp_stats_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(211,'_bbp_private_forums','a:0:{}','yes'),(212,'_bbp_hidden_forums','a:0:{}','yes'),(213,'_bbp_db_version','250','yes'),(222,'nice_flatbase_flatbase-mobile-app_demo_import_status','a:8:{s:15:\"prepare_plugins\";b:1;s:14:\"download_files\";b:1;s:10:\"wp_content\";b:1;s:8:\"wp_menus\";b:1;s:7:\"widgets\";b:1;s:13:\"theme_options\";b:1;s:10:\"wp_options\";b:1;s:20:\"wp_remove_transients\";b:1;}','no'),(326,'nice_content_skin','light','yes'),(327,'nice_sidebar_position','right','yes'),(328,'nice_palette','','yes'),(329,'nice_colors','a:13:{s:17:\"nice_accent_color\";s:12:\"Accent Color\";s:24:\"nice_complementary_color\";s:19:\"Complementary Color\";s:16:\"nice_black_color\";s:5:\"Black\";s:17:\"nice_dark_color_1\";s:6:\"Dark 1\";s:17:\"nice_dark_color_2\";s:6:\"Dark 2\";s:17:\"nice_dark_color_3\";s:6:\"Dark 3\";s:16:\"nice_white_color\";s:5:\"White\";s:18:\"nice_light_color_1\";s:7:\"Light 1\";s:18:\"nice_light_color_2\";s:7:\"Light 2\";s:18:\"nice_light_color_3\";s:7:\"Light 3\";s:25:\"nice_user_color_nice_blue\";s:9:\"Nice Blue\";s:20:\"nice_user_color_teal\";s:4:\"Teal\";s:23:\"nice_user_color_qs_teal\";s:7:\"QS Teal\";}','yes'),(330,'nice_accent_color','#317170','yes'),(331,'nice_complementary_color','#f65a18','yes'),(332,'nice_black_color','#222','yes'),(333,'nice_dark_color_1','#333','yes'),(334,'nice_dark_color_2','#454545','yes'),(335,'nice_dark_color_3','#686868','yes'),(336,'nice_white_color','#e2e2e2','yes'),(337,'nice_light_color_1','#e9ebec','yes'),(338,'nice_light_color_2','#ddd','yes'),(339,'nice_light_color_3','#bbb','yes'),(340,'nice_background_image','','yes'),(341,'nice_background_image_repeat','repeat','yes'),(342,'nice_background_image_position','left top','yes'),(343,'nice_background_color','','yes'),(344,'nice_layout_type','full','yes'),(345,'nice_loader','','yes'),(346,'nice_page_loader','','yes'),(347,'nice_page_loader_color','','yes'),(348,'nice_page_loader_full_page_background_color','','yes'),(349,'nice_page_loader_full_page_loader_icon','spin','yes'),(350,'nice_page_loader_full_page_loader_color','','yes'),(351,'nice_masonry_posts_load_method','on_scroll','yes'),(352,'nice_post_author','true','yes'),(353,'nice_btn_shape','round','yes'),(354,'nice_btn_color','nice_complementary_color','yes'),(355,'nice_cta_text','Go agile in just 30 minutes with our product expert.','yes'),(356,'nice_cta_url','https://www.quickscrum.com/Home/RequestADemo','yes'),(357,'nice_cta_url_text','Request a Demo - It\'s Free','yes'),(358,'nice_cta_skin','light','yes'),(359,'nice_cta_background_color','','yes'),(360,'nice_logo','https://guide.quickscrum.com/wp-content/uploads/2018/09/quickscrum-logo-flat.png','yes'),(361,'nice_logo_retina','','yes'),(362,'nice_logo_height','50','yes'),(363,'nice_texttitle','false','yes'),(364,'nice_font_site_title','a:6:{s:4:\"size\";s:2:\"30\";s:6:\"family\";s:6:\"Nunito\";s:5:\"style\";s:3:\"300\";s:4:\"bold\";b:0;s:6:\"italic\";b:0;s:5:\"color\";s:4:\"#fff\";}','yes'),(365,'nice_header_skin','dark','yes'),(366,'nice_header_background_color','nice_user_color_qs_teal','yes'),(367,'nice_header_background_image','','yes'),(368,'nice_header_background_image_repeat','no-repeat','yes'),(369,'nice_header_background_image_position','left top','yes'),(370,'nice_header_background_image_size','cover','yes'),(371,'nice_header_background_image_attachment','scroll','yes'),(372,'nice_header_submenu_skin','dark','yes'),(373,'nice_header_border','false','yes'),(374,'nice_footer_full_width','false','yes'),(375,'nice_footer_skin','dark','yes'),(376,'nice_custom_copyright_enable','true','yes'),(377,'nice_custom_copyright_text','Copyright© 2018 with quickscrum.com','yes'),(378,'nice_footer_columns','4','yes'),(379,'nice_back_to_top','true','yes'),(380,'nice_html_background_color','','yes'),(381,'nice_likes_color','','yes'),(382,'nice_light_skin_background_color','','yes'),(383,'nice_light_skin_text_color','nice_dark_color_3','yes'),(384,'nice_light_skin_link_color','','yes'),(385,'nice_light_skin_heading_color','','yes'),(386,'nice_light_skin_nav_text_color','','yes'),(387,'nice_light_skin_subnav_text_color','','yes'),(388,'nice_light_skin_subnav_background_color','','yes'),(389,'nice_light_skin_welcome_message_color','','yes'),(390,'nice_light_skin_welcome_message_extended_color','nice_black_color','yes'),(391,'nice_light_skin_footer_background_color','','yes'),(392,'nice_dark_skin_background_color','','yes'),(393,'nice_dark_skin_text_color','','yes'),(394,'nice_dark_skin_link_color','','yes'),(395,'nice_dark_skin_heading_color','nice_complementary_color','yes'),(396,'nice_dark_skin_nav_text_color','','yes'),(397,'nice_dark_skin_subnav_text_color','','yes'),(398,'nice_dark_skin_subnav_background_color','','yes'),(399,'nice_dark_skin_welcome_message_color','','yes'),(400,'nice_dark_skin_welcome_message_extended_color','','yes'),(401,'nice_dark_skin_footer_background_color','','yes'),(402,'nice_menu_highlight_color','','yes'),(403,'nice_menu_bar_highlight_color','nice_white_color','yes'),(404,'nice_nav_text_transform','uppercase','yes'),(405,'nice_subnav_text_transform','uppercase','yes'),(406,'nice_custom_css','.infoboxes {\r\n padding-top: 80px;\r\n padding-bottom: 80px;\r\n}\r\n\r\n.nice-infoboxes {\r\n background: #fff;\r\n box-shadow: 2px 2px 2px 0 #d4d7d8;\r\n}\r\n\r\n.nice-infoboxes .item {\r\n border-right: 1px solid #eee;\r\n}\r\n\r\n.nice-infoboxes .thumb {\r\n padding-top: 20px;\r\n}','yes'),(407,'nice_custom_js','','yes'),(408,'nice_tracking_code','','yes'),(409,'nice_admin_bar_menu','1','yes'),(410,'nice_homepage','','yes'),(411,'nice_homepage_elements','[content] [infoboxes][knowledgebase_videos]','yes'),(412,'nice_livesearch_enable','true','yes'),(413,'nice_welcome_message_skin','dark','yes'),(414,'nice_livesearch_align','center','yes'),(415,'nice_welcome_message','Knowledge Center','yes'),(416,'nice_welcome_message_extended','The unique place to learn, share and participate with the agile community and get up to date knowledge','yes'),(417,'nice_welcome_message_placeholder','Have a question? Ask or enter a search term.','yes'),(418,'nice_livesearch_padding_top','70','yes'),(419,'nice_livesearch_padding_bottom','35','yes'),(420,'nice_infobox_enable','true','yes'),(421,'nice_infobox_skin','light','yes'),(422,'nice_infobox_background_color','Default','yes'),(423,'nice_infobox_order','date','yes'),(424,'nice_infobox_text_align','','yes'),(425,'nice_infobox_image_effect','zoomIn','yes'),(426,'nice_articles_entries','5','yes'),(427,'nice_video_enable','false','yes'),(428,'nice_video_entries','5','yes'),(429,'nice_video_order','date','yes'),(430,'nice_homepage_video_skin','light','yes'),(431,'nice_homepage_video_background_color','','yes'),(432,'nice_custom_typography','false','yes'),(433,'nice_font_body','a:6:{s:4:\"size\";s:2:\"16\";s:4:\"unit\";s:0:\"\";s:6:\"family\";s:6:\"Roboto\";s:5:\"style\";s:6:\"normal\";s:4:\"bold\";b:0;s:6:\"italic\";b:0;}','yes'),(434,'nice_font_nav','a:6:{s:4:\"size\";s:2:\"15\";s:4:\"unit\";s:0:\"\";s:6:\"family\";s:6:\"Roboto\";s:5:\"style\";s:6:\"normal\";s:4:\"bold\";b:0;s:6:\"italic\";b:0;}','yes'),(435,'nice_font_subnav','a:6:{s:4:\"size\";s:2:\"13\";s:4:\"unit\";s:0:\"\";s:6:\"family\";s:6:\"Roboto\";s:5:\"style\";s:6:\"normal\";s:4:\"bold\";b:0;s:6:\"italic\";b:0;}','yes'),(436,'nice_font_headings','a:4:{s:6:\"family\";s:6:\"Roboto\";s:5:\"style\";s:6:\"normal\";s:4:\"bold\";b:0;s:6:\"italic\";b:0;}','yes'),(437,'nice_font_inputs','a:4:{s:6:\"family\";s:6:\"Roboto\";s:5:\"style\";s:3:\"300\";s:4:\"bold\";b:0;s:6:\"italic\";b:0;}','yes'),(438,'nice_font_buttons','a:4:{s:6:\"family\";s:6:\"Roboto\";s:5:\"style\";s:6:\"normal\";s:4:\"bold\";b:0;s:6:\"italic\";b:0;}','yes'),(439,'nice_font_infobox_title','a:6:{s:4:\"size\";s:2:\"21\";s:4:\"unit\";s:0:\"\";s:6:\"family\";s:6:\"Roboto\";s:5:\"style\";s:6:\"normal\";s:4:\"bold\";b:0;s:6:\"italic\";b:0;}','yes'),(440,'nice_font_infobox_content','a:6:{s:4:\"size\";s:2:\"15\";s:4:\"unit\";s:0:\"\";s:6:\"family\";s:6:\"Roboto\";s:5:\"style\";s:6:\"normal\";s:4:\"bold\";b:0;s:6:\"italic\";b:0;}','yes'),(441,'nice_font_welcome_message','a:6:{s:4:\"size\";s:2:\"42\";s:4:\"unit\";s:0:\"\";s:6:\"family\";s:6:\"Roboto\";s:5:\"style\";s:6:\"normal\";s:4:\"bold\";b:0;s:6:\"italic\";b:0;}','yes'),(442,'nice_font_welcome_message_extended','a:6:{s:4:\"size\";s:2:\"18\";s:4:\"unit\";s:0:\"\";s:6:\"family\";s:6:\"Roboto\";s:5:\"style\";s:6:\"normal\";s:4:\"bold\";b:0;s:6:\"italic\";b:0;}','yes'),(443,'nice_views','false','yes'),(444,'nice_likes','false','yes'),(445,'nice_reading_time','false','yes'),(446,'nice_article_author','false','yes'),(447,'nice_related_articles','false','yes'),(448,'nice_email','','yes'),(449,'nice_google_map','<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d13137.747186405615!2d-58.430212399999995!3d-34.59311474999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x95bcb58778ea5cf1%3A0xe3cbf09566f38e6c!2sStarbucks!5e0!3m2!1sen!2sar!4v1394470777636\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\"></iframe>','yes'),(450,'nice_social_links_new_tab','true','yes'),(451,'nice_social_links','a:24:{s:13:\"nice_facebook\";s:8:\"Facebook\";s:12:\"nice_twitter\";s:7:\"Twitter\";s:13:\"nice_linkedin\";s:8:\"LinkedIn\";s:14:\"nice_instagram\";s:9:\"Instagram\";s:11:\"nice_google\";s:7:\"Google+\";s:12:\"nice_youtube\";s:7:\"YouTube\";s:13:\"nice_dribbble\";s:8:\"Dribbble\";s:10:\"nice_vimeo\";s:5:\"Vimeo\";s:11:\"nice_tumblr\";s:6:\"Tumblr\";s:11:\"nice_flickr\";s:6:\"Flickr\";s:12:\"nice_dropbox\";s:7:\"Dropbox\";s:15:\"nice_foursquare\";s:10:\"Foursquare\";s:14:\"nice_pinterest\";s:9:\"Pinterest\";s:10:\"nice_quora\";s:5:\"Quora\";s:10:\"nice_skype\";s:5:\"Skype\";s:14:\"nice_bitbucket\";s:9:\"Bitbucket\";s:11:\"nice_github\";s:6:\"GitHub\";s:19:\"nice_stack_exchange\";s:14:\"Stack Exchange\";s:19:\"nice_stack_overflow\";s:14:\"Stack Overflow\";s:11:\"nice_trello\";s:6:\"Trello\";s:14:\"nice_wordpress\";s:9:\"WordPress\";s:10:\"nice_slack\";s:5:\"Slack\";s:12:\"nice_spotify\";s:7:\"Spotify\";s:15:\"nice_soundcloud\";s:10:\"Soundcloud\";}','yes'),(452,'nice_facebook_url','https://www.facebook.com/quickscrum','yes'),(453,'nice_facebook_icon_class','fa fa-facebook','yes'),(454,'nice_twitter_url','https://twitter.com/quickscrum','yes'),(455,'nice_twitter_icon_class','fa fa-twitter','yes'),(456,'nice_instagram_url','','yes'),(457,'nice_instagram_icon_class','','yes'),(458,'nice_google_url','https://plus.google.com/+Quickscrum','yes'),(459,'nice_google_icon_class','fa fa-google-plus','yes'),(460,'nice_dribbble_url','','yes'),(461,'nice_dribbble_icon_class','','yes'),(462,'nice_vimeo_url','','yes'),(463,'nice_vimeo_icon_class','','yes'),(464,'nice_tumblr_url','','yes'),(465,'nice_tumblr_icon_class','','yes'),(466,'nice_flickr_url','','yes'),(467,'nice_flickr_icon_class','','yes'),(468,'nice_youtube_url','https://www.youtube.com/quickscrum','yes'),(469,'nice_youtube_icon_class','fa fa-youtube','yes'),(470,'nice_linkedin_url','https://www.linkedin.com/company/quickscrum-com/','yes'),(471,'nice_linkedin_icon_class','fa fa-linkedin','yes'),(472,'nice_dropbox_url','','yes'),(473,'nice_dropbox_icon_class','','yes'),(474,'nice_foursquare_url','','yes'),(475,'nice_foursquare_icon_class','','yes'),(476,'nice_pinterest_url','','yes'),(477,'nice_pinterest_icon_class','','yes'),(478,'nice_quora_url','','yes'),(479,'nice_quora_icon_class','','yes'),(480,'nice_skype_url','','yes'),(481,'nice_skype_icon_class','','yes'),(482,'nice_bitbucket_url','','yes'),(483,'nice_bitbucket_icon_class','','yes'),(484,'nice_github_url','','yes'),(485,'nice_github_icon_class','','yes'),(486,'nice_stack_exchange_url','','yes'),(487,'nice_stack_exchange_icon_class','','yes'),(488,'nice_stack_overflow_url','','yes'),(489,'nice_stack_overflow_icon_class','','yes'),(490,'nice_trello_url','','yes'),(491,'nice_trello_icon_class','','yes'),(492,'nice_wordpress_url','','yes'),(493,'nice_wordpress_icon_class','','yes'),(494,'nice_slack_url','','yes'),(495,'nice_slack_icon_class','','yes'),(496,'nice_spotify_url','','yes'),(497,'nice_spotify_icon_class','','yes'),(498,'nice_soundcloud_url','','yes'),(499,'nice_soundcloud_icon_class','','yes'),(500,'nice_jpeg_quality','90','yes'),(501,'nice_lazyload_images','true','yes'),(502,'nice_lazyload_images_logo','false','yes'),(503,'nice_async_styles','false','yes'),(504,'nice_async_google_fonts','false','yes'),(505,'nice_load_js_on_demand','true','yes'),(506,'nice_load_minified_js','true','yes'),(507,'nice_development_mode','false','yes'),(508,'nice_options','a:185:{s:17:\"nice_content_skin\";s:5:\"light\";s:21:\"nice_sidebar_position\";s:5:\"right\";s:12:\"nice_palette\";s:0:\"\";s:11:\"nice_colors\";a:13:{s:17:\"nice_accent_color\";s:12:\"Accent Color\";s:24:\"nice_complementary_color\";s:19:\"Complementary Color\";s:16:\"nice_black_color\";s:5:\"Black\";s:17:\"nice_dark_color_1\";s:6:\"Dark 1\";s:17:\"nice_dark_color_2\";s:6:\"Dark 2\";s:17:\"nice_dark_color_3\";s:6:\"Dark 3\";s:16:\"nice_white_color\";s:5:\"White\";s:18:\"nice_light_color_1\";s:7:\"Light 1\";s:18:\"nice_light_color_2\";s:7:\"Light 2\";s:18:\"nice_light_color_3\";s:7:\"Light 3\";s:25:\"nice_user_color_nice_blue\";s:9:\"Nice Blue\";s:20:\"nice_user_color_teal\";s:4:\"Teal\";s:23:\"nice_user_color_qs_teal\";s:7:\"QS Teal\";}s:17:\"nice_accent_color\";s:7:\"#317170\";s:24:\"nice_complementary_color\";s:7:\"#f65a18\";s:16:\"nice_black_color\";s:4:\"#222\";s:17:\"nice_dark_color_1\";s:4:\"#333\";s:17:\"nice_dark_color_2\";s:7:\"#454545\";s:17:\"nice_dark_color_3\";s:7:\"#686868\";s:16:\"nice_white_color\";s:7:\"#e2e2e2\";s:18:\"nice_light_color_1\";s:7:\"#e9ebec\";s:18:\"nice_light_color_2\";s:4:\"#ddd\";s:18:\"nice_light_color_3\";s:4:\"#bbb\";s:25:\"nice_user_color_nice_blue\";s:7:\"#3c4750\";s:20:\"nice_user_color_teal\";s:7:\"#01a28c\";s:23:\"nice_user_color_qs_teal\";s:7:\"#00bfa5\";s:21:\"nice_background_image\";s:0:\"\";s:28:\"nice_background_image_repeat\";s:6:\"repeat\";s:30:\"nice_background_image_position\";s:8:\"left top\";s:21:\"nice_background_color\";s:0:\"\";s:16:\"nice_layout_type\";s:4:\"full\";s:11:\"nice_loader\";s:0:\"\";s:16:\"nice_page_loader\";s:0:\"\";s:22:\"nice_page_loader_color\";s:0:\"\";s:43:\"nice_page_loader_full_page_background_color\";s:0:\"\";s:38:\"nice_page_loader_full_page_loader_icon\";s:4:\"spin\";s:39:\"nice_page_loader_full_page_loader_color\";s:0:\"\";s:30:\"nice_masonry_posts_load_method\";s:9:\"on_scroll\";s:16:\"nice_post_author\";s:4:\"true\";s:14:\"nice_btn_shape\";s:5:\"round\";s:14:\"nice_btn_color\";s:24:\"nice_complementary_color\";s:13:\"nice_cta_text\";s:52:\"Go agile in just 30 minutes with our product expert.\";s:12:\"nice_cta_url\";s:44:\"https://www.quickscrum.com/Home/RequestADemo\";s:17:\"nice_cta_url_text\";s:26:\"Request a Demo - It\'s Free\";s:13:\"nice_cta_skin\";s:5:\"light\";s:25:\"nice_cta_background_color\";s:0:\"\";s:9:\"nice_logo\";s:80:\"https://guide.quickscrum.com/wp-content/uploads/2018/09/quickscrum-logo-flat.png\";s:16:\"nice_logo_retina\";s:0:\"\";s:16:\"nice_logo_height\";s:2:\"50\";s:14:\"nice_texttitle\";s:5:\"false\";s:20:\"nice_font_site_title\";a:6:{s:4:\"size\";s:2:\"30\";s:6:\"family\";s:6:\"Nunito\";s:5:\"style\";s:3:\"300\";s:4:\"bold\";b:0;s:6:\"italic\";b:0;s:5:\"color\";s:4:\"#fff\";}s:16:\"nice_header_skin\";s:4:\"dark\";s:28:\"nice_header_background_color\";s:23:\"nice_user_color_qs_teal\";s:28:\"nice_header_background_image\";s:0:\"\";s:35:\"nice_header_background_image_repeat\";s:9:\"no-repeat\";s:37:\"nice_header_background_image_position\";s:8:\"left top\";s:33:\"nice_header_background_image_size\";s:5:\"cover\";s:39:\"nice_header_background_image_attachment\";s:6:\"scroll\";s:24:\"nice_header_submenu_skin\";s:4:\"dark\";s:18:\"nice_header_border\";s:5:\"false\";s:22:\"nice_footer_full_width\";s:5:\"false\";s:16:\"nice_footer_skin\";s:4:\"dark\";s:28:\"nice_custom_copyright_enable\";s:4:\"true\";s:26:\"nice_custom_copyright_text\";s:36:\"Copyright© 2018 with quickscrum.com\";s:19:\"nice_footer_columns\";s:1:\"4\";s:16:\"nice_back_to_top\";s:4:\"true\";s:26:\"nice_html_background_color\";s:0:\"\";s:16:\"nice_likes_color\";s:0:\"\";s:32:\"nice_light_skin_background_color\";s:0:\"\";s:26:\"nice_light_skin_text_color\";s:17:\"nice_dark_color_3\";s:26:\"nice_light_skin_link_color\";s:0:\"\";s:29:\"nice_light_skin_heading_color\";s:0:\"\";s:30:\"nice_light_skin_nav_text_color\";s:0:\"\";s:33:\"nice_light_skin_subnav_text_color\";s:0:\"\";s:39:\"nice_light_skin_subnav_background_color\";s:0:\"\";s:37:\"nice_light_skin_welcome_message_color\";s:0:\"\";s:46:\"nice_light_skin_welcome_message_extended_color\";s:16:\"nice_black_color\";s:39:\"nice_light_skin_footer_background_color\";s:0:\"\";s:31:\"nice_dark_skin_background_color\";s:0:\"\";s:25:\"nice_dark_skin_text_color\";s:0:\"\";s:25:\"nice_dark_skin_link_color\";s:0:\"\";s:28:\"nice_dark_skin_heading_color\";s:24:\"nice_complementary_color\";s:29:\"nice_dark_skin_nav_text_color\";s:0:\"\";s:32:\"nice_dark_skin_subnav_text_color\";s:0:\"\";s:38:\"nice_dark_skin_subnav_background_color\";s:0:\"\";s:36:\"nice_dark_skin_welcome_message_color\";s:0:\"\";s:45:\"nice_dark_skin_welcome_message_extended_color\";s:0:\"\";s:38:\"nice_dark_skin_footer_background_color\";s:0:\"\";s:25:\"nice_menu_highlight_color\";s:0:\"\";s:29:\"nice_menu_bar_highlight_color\";s:16:\"nice_white_color\";s:23:\"nice_nav_text_transform\";s:9:\"uppercase\";s:26:\"nice_subnav_text_transform\";s:9:\"uppercase\";s:15:\"nice_custom_css\";s:272:\".infoboxes {\r\n padding-top: 80px;\r\n padding-bottom: 80px;\r\n}\r\n\r\n.nice-infoboxes {\r\n background: #fff;\r\n box-shadow: 2px 2px 2px 0 #d4d7d8;\r\n}\r\n\r\n.nice-infoboxes .item {\r\n border-right: 1px solid #eee;\r\n}\r\n\r\n.nice-infoboxes .thumb {\r\n padding-top: 20px;\r\n}\";s:14:\"nice_custom_js\";s:0:\"\";s:18:\"nice_tracking_code\";s:0:\"\";s:19:\"nice_admin_bar_menu\";s:1:\"1\";s:13:\"nice_homepage\";s:0:\"\";s:22:\"nice_homepage_elements\";s:43:\"[content] [infoboxes][knowledgebase_videos]\";s:22:\"nice_livesearch_enable\";s:4:\"true\";s:25:\"nice_welcome_message_skin\";s:4:\"dark\";s:21:\"nice_livesearch_align\";s:6:\"center\";s:20:\"nice_welcome_message\";s:16:\"Knowledge Center\";s:29:\"nice_welcome_message_extended\";s:102:\"The unique place to learn, share and participate with the agile community and get up to date knowledge\";s:32:\"nice_welcome_message_placeholder\";s:44:\"Have a question? Ask or enter a search term.\";s:27:\"nice_livesearch_padding_top\";s:2:\"70\";s:30:\"nice_livesearch_padding_bottom\";s:2:\"35\";s:19:\"nice_infobox_enable\";s:4:\"true\";s:17:\"nice_infobox_skin\";s:5:\"light\";s:29:\"nice_infobox_background_color\";s:7:\"Default\";s:18:\"nice_infobox_order\";s:4:\"date\";s:23:\"nice_infobox_text_align\";s:0:\"\";s:25:\"nice_infobox_image_effect\";s:6:\"zoomIn\";s:21:\"nice_articles_entries\";s:1:\"5\";s:17:\"nice_video_enable\";s:5:\"false\";s:18:\"nice_video_entries\";s:1:\"5\";s:16:\"nice_video_order\";s:4:\"date\";s:24:\"nice_homepage_video_skin\";s:5:\"light\";s:36:\"nice_homepage_video_background_color\";s:0:\"\";s:22:\"nice_custom_typography\";s:5:\"false\";s:14:\"nice_font_body\";a:6:{s:4:\"size\";s:2:\"16\";s:4:\"unit\";s:0:\"\";s:6:\"family\";s:6:\"Roboto\";s:5:\"style\";s:6:\"normal\";s:4:\"bold\";b:0;s:6:\"italic\";b:0;}s:13:\"nice_font_nav\";a:6:{s:4:\"size\";s:2:\"15\";s:4:\"unit\";s:0:\"\";s:6:\"family\";s:6:\"Roboto\";s:5:\"style\";s:6:\"normal\";s:4:\"bold\";b:0;s:6:\"italic\";b:0;}s:16:\"nice_font_subnav\";a:6:{s:4:\"size\";s:2:\"13\";s:4:\"unit\";s:0:\"\";s:6:\"family\";s:6:\"Roboto\";s:5:\"style\";s:6:\"normal\";s:4:\"bold\";b:0;s:6:\"italic\";b:0;}s:18:\"nice_font_headings\";a:4:{s:6:\"family\";s:6:\"Roboto\";s:5:\"style\";s:6:\"normal\";s:4:\"bold\";b:0;s:6:\"italic\";b:0;}s:16:\"nice_font_inputs\";a:4:{s:6:\"family\";s:6:\"Roboto\";s:5:\"style\";s:3:\"300\";s:4:\"bold\";b:0;s:6:\"italic\";b:0;}s:17:\"nice_font_buttons\";a:4:{s:6:\"family\";s:6:\"Roboto\";s:5:\"style\";s:6:\"normal\";s:4:\"bold\";b:0;s:6:\"italic\";b:0;}s:23:\"nice_font_infobox_title\";a:6:{s:4:\"size\";s:2:\"21\";s:4:\"unit\";s:0:\"\";s:6:\"family\";s:6:\"Roboto\";s:5:\"style\";s:6:\"normal\";s:4:\"bold\";b:0;s:6:\"italic\";b:0;}s:25:\"nice_font_infobox_content\";a:6:{s:4:\"size\";s:2:\"15\";s:4:\"unit\";s:0:\"\";s:6:\"family\";s:6:\"Roboto\";s:5:\"style\";s:6:\"normal\";s:4:\"bold\";b:0;s:6:\"italic\";b:0;}s:25:\"nice_font_welcome_message\";a:6:{s:4:\"size\";s:2:\"42\";s:4:\"unit\";s:0:\"\";s:6:\"family\";s:6:\"Roboto\";s:5:\"style\";s:6:\"normal\";s:4:\"bold\";b:0;s:6:\"italic\";b:0;}s:34:\"nice_font_welcome_message_extended\";a:6:{s:4:\"size\";s:2:\"18\";s:4:\"unit\";s:0:\"\";s:6:\"family\";s:6:\"Roboto\";s:5:\"style\";s:6:\"normal\";s:4:\"bold\";b:0;s:6:\"italic\";b:0;}s:10:\"nice_views\";s:5:\"false\";s:10:\"nice_likes\";s:5:\"false\";s:17:\"nice_reading_time\";s:5:\"false\";s:19:\"nice_article_author\";s:5:\"false\";s:21:\"nice_related_articles\";s:5:\"false\";s:10:\"nice_email\";s:0:\"\";s:15:\"nice_google_map\";s:333:\"<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d13137.747186405615!2d-58.430212399999995!3d-34.59311474999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x95bcb58778ea5cf1%3A0xe3cbf09566f38e6c!2sStarbucks!5e0!3m2!1sen!2sar!4v1394470777636\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\"></iframe>\";s:25:\"nice_social_links_new_tab\";s:4:\"true\";s:17:\"nice_social_links\";a:24:{s:13:\"nice_facebook\";s:8:\"Facebook\";s:12:\"nice_twitter\";s:7:\"Twitter\";s:13:\"nice_linkedin\";s:8:\"LinkedIn\";s:14:\"nice_instagram\";s:9:\"Instagram\";s:11:\"nice_google\";s:7:\"Google+\";s:12:\"nice_youtube\";s:7:\"YouTube\";s:13:\"nice_dribbble\";s:8:\"Dribbble\";s:10:\"nice_vimeo\";s:5:\"Vimeo\";s:11:\"nice_tumblr\";s:6:\"Tumblr\";s:11:\"nice_flickr\";s:6:\"Flickr\";s:12:\"nice_dropbox\";s:7:\"Dropbox\";s:15:\"nice_foursquare\";s:10:\"Foursquare\";s:14:\"nice_pinterest\";s:9:\"Pinterest\";s:10:\"nice_quora\";s:5:\"Quora\";s:10:\"nice_skype\";s:5:\"Skype\";s:14:\"nice_bitbucket\";s:9:\"Bitbucket\";s:11:\"nice_github\";s:6:\"GitHub\";s:19:\"nice_stack_exchange\";s:14:\"Stack Exchange\";s:19:\"nice_stack_overflow\";s:14:\"Stack Overflow\";s:11:\"nice_trello\";s:6:\"Trello\";s:14:\"nice_wordpress\";s:9:\"WordPress\";s:10:\"nice_slack\";s:5:\"Slack\";s:12:\"nice_spotify\";s:7:\"Spotify\";s:15:\"nice_soundcloud\";s:10:\"Soundcloud\";}s:17:\"nice_facebook_url\";s:35:\"https://www.facebook.com/quickscrum\";s:24:\"nice_facebook_icon_class\";s:14:\"fa fa-facebook\";s:16:\"nice_twitter_url\";s:30:\"https://twitter.com/quickscrum\";s:23:\"nice_twitter_icon_class\";s:13:\"fa fa-twitter\";s:17:\"nice_linkedin_url\";s:48:\"https://www.linkedin.com/company/quickscrum-com/\";s:24:\"nice_linkedin_icon_class\";s:14:\"fa fa-linkedin\";s:18:\"nice_instagram_url\";s:0:\"\";s:25:\"nice_instagram_icon_class\";s:0:\"\";s:15:\"nice_google_url\";s:35:\"https://plus.google.com/+Quickscrum\";s:22:\"nice_google_icon_class\";s:17:\"fa fa-google-plus\";s:16:\"nice_youtube_url\";s:34:\"https://www.youtube.com/quickscrum\";s:23:\"nice_youtube_icon_class\";s:13:\"fa fa-youtube\";s:17:\"nice_dribbble_url\";s:0:\"\";s:24:\"nice_dribbble_icon_class\";s:0:\"\";s:14:\"nice_vimeo_url\";s:0:\"\";s:21:\"nice_vimeo_icon_class\";s:0:\"\";s:15:\"nice_tumblr_url\";s:0:\"\";s:22:\"nice_tumblr_icon_class\";s:0:\"\";s:15:\"nice_flickr_url\";s:0:\"\";s:22:\"nice_flickr_icon_class\";s:0:\"\";s:16:\"nice_dropbox_url\";s:0:\"\";s:23:\"nice_dropbox_icon_class\";s:0:\"\";s:19:\"nice_foursquare_url\";s:0:\"\";s:26:\"nice_foursquare_icon_class\";s:0:\"\";s:18:\"nice_pinterest_url\";s:0:\"\";s:25:\"nice_pinterest_icon_class\";s:0:\"\";s:14:\"nice_quora_url\";s:0:\"\";s:21:\"nice_quora_icon_class\";s:0:\"\";s:14:\"nice_skype_url\";s:0:\"\";s:21:\"nice_skype_icon_class\";s:0:\"\";s:18:\"nice_bitbucket_url\";s:0:\"\";s:25:\"nice_bitbucket_icon_class\";s:0:\"\";s:15:\"nice_github_url\";s:0:\"\";s:22:\"nice_github_icon_class\";s:0:\"\";s:23:\"nice_stack_exchange_url\";s:0:\"\";s:30:\"nice_stack_exchange_icon_class\";s:0:\"\";s:23:\"nice_stack_overflow_url\";s:0:\"\";s:30:\"nice_stack_overflow_icon_class\";s:0:\"\";s:15:\"nice_trello_url\";s:0:\"\";s:22:\"nice_trello_icon_class\";s:0:\"\";s:18:\"nice_wordpress_url\";s:0:\"\";s:25:\"nice_wordpress_icon_class\";s:0:\"\";s:14:\"nice_slack_url\";s:0:\"\";s:21:\"nice_slack_icon_class\";s:0:\"\";s:16:\"nice_spotify_url\";s:0:\"\";s:23:\"nice_spotify_icon_class\";s:0:\"\";s:19:\"nice_soundcloud_url\";s:0:\"\";s:26:\"nice_soundcloud_icon_class\";s:0:\"\";s:17:\"nice_jpeg_quality\";s:2:\"90\";s:20:\"nice_lazyload_images\";s:4:\"true\";s:25:\"nice_lazyload_images_logo\";s:5:\"false\";s:17:\"nice_async_styles\";s:5:\"false\";s:23:\"nice_async_google_fonts\";s:5:\"false\";s:22:\"nice_load_js_on_demand\";s:4:\"true\";s:21:\"nice_load_minified_js\";s:4:\"true\";s:21:\"nice_development_mode\";s:5:\"false\";}','yes'),(718,'tadv_settings','a:6:{s:7:\"options\";s:15:\"menubar,advlist\";s:9:\"toolbar_1\";s:106:\"formatselect,bold,italic,blockquote,bullist,numlist,alignleft,aligncenter,alignright,link,unlink,undo,redo\";s:9:\"toolbar_2\";s:103:\"fontselect,fontsizeselect,outdent,indent,pastetext,removeformat,charmap,wp_more,forecolor,table,wp_help\";s:9:\"toolbar_3\";s:0:\"\";s:9:\"toolbar_4\";s:0:\"\";s:7:\"plugins\";s:104:\"anchor,code,insertdatetime,nonbreaking,print,searchreplace,table,visualblocks,visualchars,advlist,wptadv\";}','yes'),(719,'tadv_admin_settings','a:1:{s:7:\"options\";a:0:{}}','yes'),(720,'tadv_version','4000','yes'),(969,'uaf_css_updated_timestamp','1535956176','yes'),(970,'uaf_current_version','4.9.2','yes'),(971,'uaf_font_data','null','yes'),(975,'uaf_server_status','test_successfull','yes'),(976,'uaf_server_msg','','yes'),(979,'fo_db_version','2.1.1','no'),(980,'fo_elements_options','a:33:{s:9:\"body_font\";s:20:\"proxima nova regular\";s:19:\"body_font_important\";i:1;s:16:\"body_font_weight\";s:7:\"regular\";s:7:\"h1_font\";s:20:\"proximanova semibold\";s:17:\"h1_font_important\";i:1;s:14:\"h1_font_weight\";s:7:\"regular\";s:7:\"h2_font\";s:20:\"proximanova semibold\";s:17:\"h2_font_important\";i:1;s:14:\"h2_font_weight\";s:7:\"regular\";s:7:\"h3_font\";s:20:\"proximanova semibold\";s:17:\"h3_font_important\";i:1;s:14:\"h3_font_weight\";s:7:\"regular\";s:7:\"h4_font\";s:20:\"proximanova semibold\";s:17:\"h4_font_important\";i:1;s:14:\"h4_font_weight\";s:7:\"regular\";s:7:\"h5_font\";s:20:\"proximanova semibold\";s:17:\"h5_font_important\";i:1;s:14:\"h5_font_weight\";s:7:\"regular\";s:7:\"h6_font\";s:20:\"proximanova semibold\";s:17:\"h6_font_important\";i:1;s:14:\"h6_font_weight\";s:7:\"regular\";s:6:\"p_font\";s:20:\"proxima nova regular\";s:16:\"p_font_important\";i:1;s:13:\"p_font_weight\";s:7:\"regular\";s:6:\"q_font\";s:20:\"proxima nova regular\";s:16:\"q_font_important\";i:1;s:13:\"q_font_weight\";s:7:\"regular\";s:7:\"li_font\";s:20:\"proxima nova regular\";s:17:\"li_font_important\";i:1;s:14:\"li_font_weight\";s:7:\"regular\";s:6:\"a_font\";s:20:\"proximanova semibold\";s:16:\"a_font_important\";i:1;s:13:\"a_font_weight\";s:7:\"regular\";}','yes'),(1007,'wpseo','a:19:{s:15:\"ms_defaults_set\";b:0;s:7:\"version\";s:3:\"8.1\";s:20:\"disableadvanced_meta\";b:1;s:19:\"onpage_indexability\";b:1;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";b:0;}','yes'),(1008,'wpseo_titles','a:121:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:23:\"is-media-purge-relevant\";b:0;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"»\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:0:\"\";s:17:\"stripcategorybase\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:13:\"showdate-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:13:\"showdate-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:19:\"showdate-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:11:\"title-forum\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:14:\"metadesc-forum\";s:0:\"\";s:13:\"noindex-forum\";b:0;s:14:\"showdate-forum\";b:0;s:24:\"display-metabox-pt-forum\";b:1;s:11:\"title-topic\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:14:\"metadesc-topic\";s:0:\"\";s:13:\"noindex-topic\";b:0;s:14:\"showdate-topic\";b:0;s:24:\"display-metabox-pt-topic\";b:1;s:11:\"title-reply\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:14:\"metadesc-reply\";s:0:\"\";s:13:\"noindex-reply\";b:0;s:14:\"showdate-reply\";b:0;s:24:\"display-metabox-pt-reply\";b:1;s:9:\"title-faq\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:12:\"metadesc-faq\";s:0:\"\";s:11:\"noindex-faq\";b:0;s:12:\"showdate-faq\";b:0;s:22:\"display-metabox-pt-faq\";b:1;s:13:\"title-article\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:16:\"metadesc-article\";s:0:\"\";s:15:\"noindex-article\";b:0;s:16:\"showdate-article\";b:0;s:26:\"display-metabox-pt-article\";b:1;s:21:\"title-ptarchive-forum\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-ptarchive-forum\";s:0:\"\";s:23:\"bctitle-ptarchive-forum\";s:0:\"\";s:23:\"noindex-ptarchive-forum\";b:0;s:21:\"title-ptarchive-topic\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-ptarchive-topic\";s:0:\"\";s:23:\"bctitle-ptarchive-topic\";s:0:\"\";s:23:\"noindex-ptarchive-topic\";b:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:19:\"title-tax-topic-tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:22:\"metadesc-tax-topic-tag\";s:0:\"\";s:29:\"display-metabox-tax-topic-tag\";b:1;s:21:\"noindex-tax-topic-tag\";b:0;s:22:\"title-tax-faq-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:25:\"metadesc-tax-faq-category\";s:0:\"\";s:32:\"display-metabox-tax-faq-category\";b:1;s:24:\"noindex-tax-faq-category\";b:0;s:26:\"title-tax-help\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:29:\"metadesc-tax-help\";s:0:\"\";s:36:\"display-metabox-tax-help\";b:1;s:28:\"noindex-tax-help\";b:0;s:21:\"title-tax-article-tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-article-tag\";s:0:\"\";s:31:\"display-metabox-tax-article-tag\";b:1;s:23:\"noindex-tax-article-tag\";b:0;s:23:\"post_types-post-maintax\";i:0;s:24:\"post_types-topic-maintax\";i:0;s:22:\"post_types-faq-maintax\";i:0;s:26:\"post_types-article-maintax\";i:0;s:27:\"taxonomy-topic-tag-ptparent\";i:0;s:30:\"taxonomy-faq-category-ptparent\";i:0;s:34:\"taxonomy-help-ptparent\";i:0;s:29:\"taxonomy-article-tag-ptparent\";i:0;}','yes'),(1009,'wpseo_social','a:18:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:14:\"plus-publisher\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:15:\"google_plus_url\";s:0:\"\";s:10:\"fbadminapp\";s:0:\"\";}','yes'),(1010,'wpseo_flush_rewrite','1','yes'),(1012,'_transient_timeout_wpseo_link_table_inaccessible','1567498994','no'),(1013,'_transient_wpseo_link_table_inaccessible','0','no'),(1014,'_transient_timeout_wpseo_meta_table_inaccessible','1567498994','no'),(1015,'_transient_wpseo_meta_table_inaccessible','0','no'),(1019,'wpseo_sitemap_cache_validator_global','75Bf','no'),(1021,'wpseo_sitemap_1_cache_validator','kHY1','no'),(1022,'wpseo_sitemap_article_cache_validator','2ToqH','no'),(1028,'wpseo_sitemap_page_cache_validator','47QTs','no'),(1031,'wpseo_sitemap_forum_cache_validator','3uqaP','no'),(1035,'wpseo_sitemap_help_cache_validator','2TouH','no'),(1038,'wpseo_sitemap_topic_cache_validator','3u7Q9','no'),(1041,'wpseo_sitemap_faq_cache_validator','3uxhl','no'),(1046,'wpseo_sitemap_post_cache_validator','2TonQ','no'),(1049,'wpseo_sitemap_reply_cache_validator','3uqck','no'),(1052,'wpseo_sitemap_topic-tag_cache_validator','3uqbC','no'),(1059,'disqus_sync_token','60e0fbe712a799a4a3503e5a5c6b6a65','yes'),(1060,'wpseo_sitemap_author_cache_validator','3Erzq','no'),(1063,'wpseo_sitemap_category_cache_validator','3Ffw5','no'),(1109,'wpseo_sitemap_attachment_cache_validator','kHYW','no'),(1117,'wpseo_sitemap_infobox_cache_validator','4DNzW','no'),(1223,'wpseo_sitemap_oembed_cache_cache_validator','37tOh','no'),(1872,'wpseo_sitemap_2798_cache_validator','4TDOs','no'),(1873,'wpseo_sitemap_2804_cache_validator','5nlVQ','no'),(2023,'wpseo_sitemap_customize_changeset_cache_validator','3Wg7j','no'),(2271,'classic-editor-replace','replace','yes'),(2285,'nice_flatbase_flatbase-startup_demo_import_status','a:8:{s:15:\"prepare_plugins\";b:1;s:14:\"download_files\";b:1;s:10:\"wp_content\";b:1;s:8:\"wp_menus\";b:1;s:7:\"widgets\";b:1;s:13:\"theme_options\";b:1;s:10:\"wp_options\";b:1;s:20:\"wp_remove_transients\";b:1;}','no'),(2391,'wpseo_sitemap_nav_menu_item_cache_validator','4pjcM','no'),(2392,'nice_user_color_nice_blue','#3c4750','yes'),(2422,'_bbp_edit_lock','5','yes'),(2423,'_bbp_throttle_time','10','yes'),(2424,'_bbp_allow_anonymous','1','yes'),(2425,'_bbp_allow_global_access','0','yes'),(2426,'_bbp_default_role','bbp_participant','yes'),(2427,'_bbp_allow_revisions','0','yes'),(2428,'_bbp_enable_favorites','0','yes'),(2429,'_bbp_enable_subscriptions','0','yes'),(2430,'_bbp_allow_topic_tags','0','yes'),(2431,'_bbp_allow_search','0','yes'),(2432,'_bbp_use_wp_editor','0','yes'),(2433,'_bbp_use_autoembed','0','yes'),(2434,'_bbp_thread_replies_depth','2','yes'),(2435,'_bbp_allow_threaded_replies','0','yes'),(2436,'_bbp_topics_per_page','15','yes'),(2437,'_bbp_replies_per_page','15','yes'),(2438,'_bbp_topics_per_rss_page','25','yes'),(2439,'_bbp_replies_per_rss_page','25','yes'),(2440,'_bbp_root_slug','forums','yes'),(2441,'_bbp_include_root','1','yes'),(2442,'_bbp_show_on_root','forums','yes'),(2443,'_bbp_forum_slug','forum','yes'),(2444,'_bbp_topic_slug','topic','yes'),(2445,'_bbp_topic_tag_slug','topic-tag','yes'),(2446,'_bbp_view_slug','view','yes'),(2447,'_bbp_reply_slug','reply','yes'),(2448,'_bbp_search_slug','search','yes'),(2449,'_bbp_user_slug','users','yes'),(2450,'_bbp_topic_archive_slug','topics','yes'),(2451,'_bbp_reply_archive_slug','replies','yes'),(2452,'_bbp_user_favs_slug','favorites','yes'),(2453,'_bbp_user_subs_slug','subscriptions','yes'),(2583,'numberposts','10','yes'),(2584,'widget_listcategorypostswidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2619,'flatbase_license_key','ce805d6a059a69a9e508c8ccf5c5cc03','yes'),(2637,'flatbase_license_key_status','valid','yes'),(2659,'wpseo_sitemap_article-tag_cache_validator','3vWDY','no'),(2703,'pods_component_settings','{\"components\":{\"templates\":[]}}','yes'),(2704,'pods_framework_version','2.7.9','yes'),(2705,'pods_framework_db_version','2.3.5','yes'),(2717,'widget_pods_widget_single','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2718,'widget_pods_widget_list','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2719,'widget_pods_widget_field','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2720,'widget_pods_widget_form','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2721,'widget_pods_widget_view','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2735,'wpseo_sitemap__pods_pod_cache_validator','kkLi','no'),(2888,'_transient_pods_pods_flush_rewrites-2.7.9','1','yes'),(2893,'wpseo_sitemap_1838_cache_validator','2Toom','no'),(2896,'wpseo_sitemap_3663_cache_validator','2Top3','no'),(3271,'wpseo_sitemap_3709_cache_validator','3yzRy','no'),(3272,'wpseo_sitemap_3666_cache_validator','2TJjN','no'),(3346,'wpseo_sitemap_2880_cache_validator','3ZDhP','no'),(3427,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(3428,'wpseo_sitemap_3564_cache_validator','4ES9n','no'),(3431,'wpseo_sitemap_1971_cache_validator','4F53H','no'),(3434,'wpseo_sitemap_3561_cache_validator','4Fruc','no'),(3605,'wpseo_sitemap_69_cache_validator','3jDrp','no'),(3609,'wpseo_sitemap_3529_cache_validator','3jPdG','no'),(4198,'wpseo_sitemap_4145_cache_validator','2Toqc','no'),(4214,'wpseo_sitemap_post_tag_cache_validator','2TopH','no'),(4262,'wpseo_sitemap_4217_cache_validator','cxRQ','no'),(4267,'wpseo_sitemap_4220_cache_validator','cxRm','no'),(4363,'wpseo_sitemap_1972_cache_validator','5unOf','no'),(4364,'wpseo_sitemap_1973_cache_validator','5unOv','no'),(4372,'wpseo_sitemap_3557_cache_validator','5uOkI','no'),(4373,'wpseo_sitemap_3562_cache_validator','5uOkY','no'),(4374,'wpseo_sitemap_3563_cache_validator','5uOlf','no'),(4375,'wpseo_sitemap_3565_cache_validator','5uOlv','no'),(4376,'wpseo_sitemap_3566_cache_validator','5uOlQ','no'),(4377,'wpseo_sitemap_3567_cache_validator','5uOm8','no'),(4378,'wpseo_sitemap_3568_cache_validator','5uOmt','no'),(4379,'wpseo_sitemap_3569_cache_validator','5uOmK','no'),(4510,'wpseo_sitemap_4385_cache_validator','2TomD','no'),(4511,'wpseo_sitemap_4388_cache_validator','cxQR','no'),(4559,'wpseo_sitemap_4399_cache_validator','2Torc','no'),(4576,'wpseo_sitemap_4402_cache_validator','2B8Yi','no'),(4583,'wpseo_sitemap_4405_cache_validator','2E4Qf','no'),(4588,'wpseo_sitemap_4417_cache_validator','2EPWx','no'),(4589,'wpseo_sitemap_4407_cache_validator','2EU31','no'),(4596,'wpseo_sitemap_4413_cache_validator','2G9Iz','no'),(4648,'wpseo_sitemap_4426_cache_validator','287j','no'),(4656,'wpseo_sitemap_4444_cache_validator','297A','no'),(4661,'wpseo_taxonomy_meta','a:2:{s:4:\"help\";a:1:{i:78;a:3:{s:13:\"wpseo_focuskw\";s:41:\"Get Started with Quickscrum in 10 minutes\";s:13:\"wpseo_linkdex\";s:1:\"6\";s:19:\"wpseo_content_score\";s:2:\"30\";}}s:6:\"ebooks\";a:1:{i:91;a:3:{s:13:\"wpseo_focuskw\";s:17:\"Quickscrum E-book\";s:13:\"wpseo_linkdex\";s:2:\"26\";s:19:\"wpseo_content_score\";s:2:\"30\";}}}','yes'),(4663,'wpseo_sitemap_4450_cache_validator','2SaUq','no'),(4669,'wpseo_sitemap_4455_cache_validator','cD8X','no'),(4686,'wpseo_sitemap_4460_cache_validator','3cVHS','no'),(4694,'wpseo_sitemap_4465_cache_validator','3eJ6a','no'),(4703,'wpseo_sitemap_4476_cache_validator','2n2I','no'),(4718,'wpseo_sitemap_4486_cache_validator','3gNJS','no'),(4720,'wpseo_sitemap_4484_cache_validator','3h6ev','no'),(4727,'wpseo_sitemap_2529_cache_validator','3j57x','no'),(4728,'wpseo_sitemap_4497_cache_validator','3jI35','no'),(4744,'wpseo_sitemap_4511_cache_validator','3mNxk','no'),(4747,'wpseo_sitemap_4514_cache_validator','3n43R','no'),(4751,'wpseo_sitemap_4519_cache_validator','3nLER','no'),(4756,'wpseo_sitemap_4524_cache_validator','3ob5L','no'),(4758,'wpseo_sitemap_4527_cache_validator','3ou3A','no'),(4762,'wpseo_sitemap_4531_cache_validator','3pozm','no'),(4770,'wpseo_sitemap_4535_cache_validator','3qx2J','no'),(4776,'wpseo_sitemap_1974_cache_validator','3rvxG','no'),(4780,'wpseo_sitemap_4547_cache_validator','3sfqA','no'),(4782,'wpseo_sitemap_4549_cache_validator','3stC5','no'),(4786,'wpseo_sitemap_4553_cache_validator','3sWr5','no'),(4796,'wpseo_sitemap_4555_cache_validator','3ueom','no'),(4798,'wpseo_sitemap_4557_cache_validator','3uhiu','no'),(4823,'wpseo_sitemap_4567_cache_validator','3vySF','no'),(4839,'wpseo_sitemap_4580_cache_validator','3y2EF','no'),(4841,'wpseo_sitemap_4582_cache_validator','3y3zs','no'),(4849,'wpseo_sitemap_4588_cache_validator','3z5x9','no'),(4852,'wpseo_sitemap_4596_cache_validator','3zsxK','no'),(4854,'wpseo_sitemap_4600_cache_validator','3zTnB','no'),(4860,'wpseo_sitemap_4605_cache_validator','3AB9o','no'),(4868,'wpseo_sitemap_4613_cache_validator','3B8aI','no'),(4870,'wpseo_sitemap_4616_cache_validator','gPMl','no'),(4878,'wpseo_sitemap_1970_cache_validator','3CdKD','no'),(4879,'wpseo_sitemap_1975_cache_validator','3CdL1','no'),(4880,'wpseo_sitemap_1976_cache_validator','3CdLh','no'),(4881,'wpseo_sitemap_1977_cache_validator','3CdLI','no'),(4882,'wpseo_sitemap_1978_cache_validator','3CdLY','no'),(4883,'wpseo_sitemap_1979_cache_validator','3CdMf','no'),(4884,'wpseo_sitemap_1980_cache_validator','3CdMF','no'),(4885,'wpseo_sitemap_1981_cache_validator','3CdMW','no'),(4886,'wpseo_sitemap_1982_cache_validator','3CdNd','no'),(4887,'wpseo_sitemap_3558_cache_validator','3CdNu','no'),(4888,'wpseo_sitemap_3560_cache_validator','3CdNK','no'),(4891,'wpseo_sitemap_4623_cache_validator','3CUf4','no'),(4902,'wpseo_sitemap_4627_cache_validator','3E2fj','no'),(4912,'wpseo_sitemap_4626_cache_validator','3Eqoe','no'),(4913,'wpseo_sitemap_4630_cache_validator','3ECOq','no'),(4916,'wpseo_sitemap_4634_cache_validator','3F87j','no'),(4921,'wpseo_sitemap_4640_cache_validator','hjlw','no'),(4926,'wpseo_sitemap_4646_cache_validator','3GUlC','no'),(4932,'wpseo_sitemap_4654_cache_validator','huAU','no'),(4936,'wpseo_sitemap_4659_cache_validator','3IEa1','no'),(4943,'wpseo_sitemap_4674_cache_validator','3Jta8','no'),(4949,'wpseo_sitemap_4676_cache_validator','3JEeu','no'),(4958,'wpseo_sitemap_4686_cache_validator','3KB44','no'),(4963,'wpseo_sitemap_4691_cache_validator','3LLCu','no'),(4965,'wpseo_sitemap_4694_cache_validator','3MKhq','no'),(4968,'wpseo_sitemap_4693_cache_validator','3MWLV','no'),(4970,'wpseo_sitemap_4699_cache_validator','3NdvQ','no'),(4983,'wpseo_sitemap_4701_cache_validator','3NL4q','no'),(4986,'wpseo_sitemap_4706_cache_validator','3OnCn','no'),(4988,'wpseo_sitemap_4708_cache_validator','3OveU','no'),(4993,'wpseo_sitemap_4712_cache_validator','3P8Ek','no'),(5000,'wpseo_sitemap_4718_cache_validator','3PHQX','no'),(5019,'wpseo_sitemap_3711_cache_validator','3uwTv','no'),(5240,'tto_options','a:3:{s:10:\"capability\";s:14:\"manage_options\";s:8:\"autosort\";i:1;s:9:\"adminsort\";i:1;}','yes'),(5262,'wpseo_sitemap_1000_cache_validator','hQw7','no'),(5263,'wpseo_sitemap_1169_cache_validator','hQvW','no'),(5264,'wpseo_sitemap_1175_cache_validator','hQvN','no'),(5265,'wpseo_sitemap_1173_cache_validator','3LrUU','no'),(5266,'wpseo_sitemap_1174_cache_validator','3LrUI','no'),(5267,'wpseo_sitemap_1176_cache_validator','3LrUz','no'),(5268,'wpseo_sitemap_1178_cache_validator','3LrUq','no'),(5269,'wpseo_sitemap_1179_cache_validator','hQvE','no'),(5270,'wpseo_sitemap_993_cache_validator','3LrVd','no'),(5271,'wpseo_sitemap_996_cache_validator','3LrV4','no'),(5272,'wpseo_sitemap_1148_cache_validator','2GKR','no'),(5273,'wpseo_sitemap_1149_cache_validator','hQvv','no'),(5274,'wpseo_sitemap_1150_cache_validator','hQvm','no'),(5275,'wpseo_sitemap_1171_cache_validator','2GKI','no'),(5276,'wpseo_sitemap_1446_cache_validator','3LrVm','no'),(5277,'wpseo_sitemap_1153_cache_validator','3LrTk','no'),(5290,'wpseo_sitemap_39_cache_validator','4I7VS','no'),(5291,'wpseo_sitemap_66_cache_validator','4I7W8','no'),(5292,'wpseo_sitemap_67_cache_validator','4I7Wy','no'),(5293,'wpseo_sitemap_68_cache_validator','4I7WP','no'),(5294,'wpseo_sitemap_70_cache_validator','4I7X6','no'),(5295,'wpseo_sitemap_58_cache_validator','4I7Xw','no'),(5296,'wpseo_sitemap_59_cache_validator','4I7XM','no'),(5297,'wpseo_sitemap_60_cache_validator','4I7Yc','no'),(5298,'wpseo_sitemap_61_cache_validator','4I7Ys','no'),(5299,'wpseo_sitemap_63_cache_validator','4I7YO','no'),(5300,'wpseo_sitemap_64_cache_validator','4I7Z6','no'),(5301,'wpseo_sitemap_65_cache_validator','4I7Zl','no'),(5302,'wpseo_sitemap_43_cache_validator','4I7ZH','no'),(5303,'wpseo_sitemap_44_cache_validator','4I7ZW','no'),(5304,'wpseo_sitemap_45_cache_validator','4I81d','no'),(5305,'wpseo_sitemap_46_cache_validator','4I81B','no'),(5306,'wpseo_sitemap_47_cache_validator','4I81R','no'),(5307,'wpseo_sitemap_48_cache_validator','4I829','no'),(5308,'wpseo_sitemap_49_cache_validator','4I82t','no'),(5309,'wpseo_sitemap_50_cache_validator','4I82J','no'),(5310,'wpseo_sitemap_51_cache_validator','4I836','no'),(5311,'wpseo_sitemap_52_cache_validator','4I83m','no'),(5312,'wpseo_sitemap_53_cache_validator','4I83C','no'),(5313,'wpseo_sitemap_54_cache_validator','4I841','no'),(5314,'wpseo_sitemap_26_cache_validator','4I84g','no'),(5315,'wpseo_sitemap_27_cache_validator','4I84w','no'),(5316,'wpseo_sitemap_28_cache_validator','4I84V','no'),(5317,'wpseo_sitemap_29_cache_validator','3gVT','no'),(5318,'wpseo_sitemap_30_cache_validator','nCkd','no'),(5319,'wpseo_sitemap_20_cache_validator','nCkt','no'),(5320,'wpseo_sitemap_21_cache_validator','nCkJ','no'),(5321,'wpseo_sitemap_22_cache_validator','nCl6','no'),(5322,'wpseo_sitemap_23_cache_validator','nClk','no'),(5323,'wpseo_sitemap_31_cache_validator','4I86V','no'),(5324,'wpseo_sitemap_32_cache_validator','4I87m','no'),(5325,'wpseo_sitemap_33_cache_validator','4I87C','no'),(5326,'wpseo_sitemap_34_cache_validator','4I87R','no'),(5327,'wpseo_sitemap_35_cache_validator','4I88f','no'),(5328,'wpseo_sitemap_36_cache_validator','4I88v','no'),(5329,'wpseo_sitemap_37_cache_validator','4I88P','no'),(5330,'wpseo_sitemap_38_cache_validator','4I89r','no'),(5331,'wpseo_sitemap_55_cache_validator','4I89S','no'),(5332,'wpseo_sitemap_57_cache_validator','4I8aa','no'),(5333,'wpseo_sitemap_62_cache_validator','4I8at','no'),(5345,'wpseo_sitemap_2820_cache_validator','4Sh3E','no'),(5356,'wpseo_sitemap_2846_cache_validator','2ln5e','no'),(5357,'wpseo_sitemap_3574_cache_validator','2lpg3','no'),(5358,'wpseo_sitemap_2833_cache_validator','4TsCs','no'),(5367,'wpseo_sitemap_2808_cache_validator','2Tou2','no'),(5379,'wpseo_sitemap_3656_cache_validator','5ldX7','no'),(5391,'cpto_options','a:7:{s:23:\"show_reorder_interfaces\";a:5:{s:4:\"post\";s:4:\"show\";s:10:\"attachment\";s:4:\"show\";s:3:\"faq\";s:4:\"show\";s:7:\"infobox\";s:4:\"show\";s:7:\"article\";s:4:\"show\";}s:8:\"autosort\";i:1;s:9:\"adminsort\";i:1;s:18:\"use_query_ASC_DESC\";s:0:\"\";s:17:\"archive_drag_drop\";i:1;s:10:\"capability\";s:14:\"manage_options\";s:21:\"navigation_sort_apply\";i:1;}','yes'),(5392,'CPT_configured','TRUE','yes'),(5400,'wpseo_sitemap_2890_cache_validator','515hz','no'),(5401,'wpseo_sitemap_3104_cache_validator','515hO','no'),(5402,'wpseo_sitemap_3186_cache_validator','515i4','no'),(5405,'wpseo_sitemap_3626_cache_validator','5lPTZ','no'),(5406,'wpseo_sitemap_3648_cache_validator','2vSwz','no'),(5409,'wpseo_sitemap_2831_cache_validator','2Tovc','no'),(5412,'wpseo_sitemap_3707_cache_validator','3uwS2','no'),(6092,'wpseo_sitemap_4796_cache_validator','3VJId','no'),(6294,'wpseo_sitemap_1983_cache_validator','3LrUg','no'),(6382,'nice_user_color_teal','#01a28c','yes'),(6675,'wpseo_sitemap_4833_cache_validator','g1tm','no'),(6693,'wpseo_sitemap_4826_cache_validator','3t3GP','no'),(6908,'wpseo_sitemap_4897_cache_validator','4e4oT','no'),(6909,'wpseo_sitemap_4902_cache_validator','4dYHI','no'),(6910,'wpseo_sitemap_4905_cache_validator','4dSy5','no'),(6911,'wpseo_sitemap_4907_cache_validator','4dDbz','no'),(6992,'nice_user_color_quickscrum_teal','00bfa5','yes'),(7009,'nice_user_color_qs_teal','#00bfa5','yes'),(7022,'wpseo_sitemap_3759_cache_validator','2zj9a','no'),(7023,'wpseo_sitemap_2791_cache_validator','2zkHX','no'),(7024,'wpseo_sitemap_2787_cache_validator','2zm1h','no'),(7025,'wpseo_sitemap_2733_cache_validator','2znbS','no'),(7067,'wpseo_sitemap_3837_cache_validator','3u3WQ','no'),(7122,'wpseo_sitemap_3642_cache_validator','44CS6','no'),(7401,'wpseo_sitemap_4950_cache_validator','3EuGG','no'),(7652,'wpseo_sitemap_5471_cache_validator','2NrYi','no'),(8148,'wpseo_sitemap_5013_cache_validator','3QCwL','no'),(8237,'wpseo_sitemap_1766_cache_validator','3uqbu','no'),(8238,'wpseo_sitemap_1764_cache_validator','3uqbW','no'),(8239,'wpseo_sitemap_1757_cache_validator','3uqcc','no'),(8350,'wpseo_sitemap_4960_cache_validator','37L8M','no'),(8351,'wpseo_sitemap_4979_cache_validator','37Xao','no'),(8438,'theme_mods_flatbase-child','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:15:\"navigation-menu\";i:42;}s:18:\"custom_css_post_id\";i:-1;}','yes'),(8440,'wpseo_sitemap_3559_cache_validator','4itMq','no'),(8489,'wpseo_sitemap_article-category_cache_validator','6kLrz','no'),(8687,'wpseo_sitemap_6127_cache_validator','2w4Z','no'),(8706,'wpseo_sitemap_ebooks_cache_validator','lAOw','no'),(8707,'wpseo_sitemap_ebook_cache_validator','4j98C','no'),(8737,'wpseo_sitemap_6146_cache_validator','lIOe','no'),(8738,'wpseo_sitemap_6147_cache_validator','4pjd2','no'),(8750,'wpseo_sitemap_case-study_cache_validator','3voPZ','no'),(8752,'wpseo_sitemap_case-study-category_cache_validator','2wX8','no'),(9001,'vc_version','5.4.4','yes'),(9052,'wpseo_sitemap_4569_cache_validator','2TotB','no'),(9096,'WPCF_VERSION','2.3.4','no'),(9097,'wpcf-version','2.3.4','yes'),(9098,'wp_installer_settings','eJzs/elyHFmWJgj+rhTJd9C26gwHJ7EvXOBLDQiC7owknQgCdI+QmhK0wkwBqNPM1ELVjCA8JUbyMapEZkTyRUZGJB8lX2BeYc5677mLmhk9PKKjurK6q4IOM7t69S5n/c53yuOD43/ujvf2jwdtNWu6et60ddUNviyP9/GDw+PB/Wwyxv/ek/8elfOS/pt+CT+sR4Mvu+ODp/zVrfldtXXftKNZW3Xd1mQxntfjenq7KMdbs/Hitp7it2GcaTmp6J+7x4Mfz9+8LraKy7uq+BF+eo4/Ld6Ynxbn7qc411nbjBbD+ZYbg4egeRwPFu2Yvvj4eHA3n8+6450dnNl2097i3/fh2/Ci1dWH6qG7mpTT8raaVNP5lfzuYC/93U45HDaL6XwHf9jt6Dy6xWzWtPOreXnbyRrVx7tm8ZZO8OBZ5kE3TbuYdDvzZlYPt2Bc+gQe+Kc/dcewxLNy+AHmS087wKftHx48fvz4AP7zSbAfbuf65rEHrzmqumFbz+Z1w0u7Cz/HTRg2k9m4mleFPG6zuG2aUQFzK8rpQ2E3tcAV2Szq6XC8GMGfinLcNeE3fmya02YyqdphVciKbePj4PXrCYyuC/84t/D3s61hM53D/uwsZuOmHHU7+7t7hzu7T+k7W+Pmttnb2t3bnk1pd4+OB3CCqnbwJe4EDIpr1sLP9Q9P3fHRRYQXh6kEJxVmNR0+0JbGW4nfDY7miXw3u6RwuGVWs7YeVjiJvaNn+N0neHyu3Zev5g8z/vjJ3t5TPKb7mS9czatP81WziEeupzeN/uYPVdmOHwr7Od2Jp7mHVX9c1B/LMS0ercHjJ/t74Rk+yu3ZfylHo615szUs2/nXfED3flNOZl9eLx6ups391zTIU5Q50+oeDgwu9O7xP/MRX8xu23JUmT/CC7Ho4Et2xLcMZv2Yb3JG1AwnHS0mfutAJFM3b+HTrXlbTrtxya8OFwi/8kSFl/9sy0sG/NqBbAl9bVKN6jIe6FBky33TDOW4B3PC7xzhd+AwwBt+rOcPcKEmXfKlxzLp68Vo9JC+G37lCZ+pcngzof/GAwPrwrMrx+OteoLXDD/Cw7a/pxMv6/HwDj7cgkdv3c9ojXZ5MNxyXrQ93h24eh/r6p7/ti/vP2+acVfNtyZwhcaVLBLdtr0DOXyy2PXww8MWzPkDD3AoMpM+he0B4f0RxBqJgVFzP6W7rXsOf957Gt1J/M1+/ko+ji7D6ZuL9e/jk6XX8fGTvWerb2PfBP5CV1He4vOv4e5/XMP/uIafdw1j1XgNGrfvHj6JrsFz+O76F3F/1UVcQy32zuBv7CYePfsVb+LuZ97Epfdnf437c7D6ahxGV+Oo/2o8XnU1nkQ342l6MZ6tuBd9B/xPf4KpHu3twtmKLWgU6ukS/lLF87+ibU0rLOv7OF3fJxnJEi/wZ0iUI1ng67KrhwW5lB+rtoNPzRIHi4cP7P7GlitzUMnzTpXv6uuu3zMLiveMliZ3bNExhmcM1pAk+TOO94HPeAvnm6ZbzBfttDNuvR1ru3g1L0A2dsXcbZwRRwUudwsXGm7GCA7/uLnv/OdwH2Q7dAuHd+X0tpITcnD49DFM56u7w28Ot/e2D77agX99dXfwzcv6U9XBfx188/d/99ViDP9v8Z++Gtf0d3jKtKi7blEV9/X8rriYw5PLdlScjCbwLt83oE6rrpg28+K6khnAIZvDD2G6cDiHH4qzEUZR4HrfwiB31RS+zacxHKPuZIhR3c3G5UM12v5qB6axbDon795Uk+uq1bXFZfnxvDja3oUn1eOqKIcwdIej4oLez2Bx8ZmzclqNs8PjC3QN/LJqW5g0PeVF3ZXX8KdvF7C48LRbeVzP/OSX+Kb8hlN5QzzrX8yL7g4OMwixcHno+ws31dNx2eHu6+L1PlBWA3/dgfGGQrEYwXWshyXuwqzp5n0vOpnBqbmGszd/sIt6NibrUuck26ETG4B4xX9fNHDGi3kFwhsepI/4agcOkB6x/ewRc4cM/o+dzzWIfzjLQ136+V2L60RTOv8ON/XAvUj005tyDpfW7Jh/BTwRz6sSzmTxfFGPQfrwW4Gmn/NiWY0h0qf4WLY13biu55EwwKdhRRcdx4PbTSf6vuxgjOojPBsHv6ynD29Oz4qbtpkUKL7wj7Dxl2CdFT/Wo9tqnnsATgPO20RGPn9uZUBXDMsp37diMRvRJvOxmcLnH3Ei9HJNm596sFa4EvOW97YpYDqwHlPwMapPdYeCxD44N9H7toGf3tTjOawrilQcRtRucTturuFRekQ6vFq46vgOsAhuj/LzNAcSV7RuFt3OFNcN5Eg9ZXFIVnx2rOAc7i0RdcGV+O2FXRh/RPASmbsJKzyU6xmudPDUXf/UqgShn5WxJ6MRPlkuISyeLriRNl+AjkDDFNXz8EMX3mYZAL7RdU7Anow+ltMh/P3S6A6RJOUQTgn/5QZMy+xwoWigPcCjXMA9If1XvELboMtKpbNPMG0cxN/BGpQSWOz0THhFlMmzecEWacfDkxIEM7BoqxmsFpymm7oaj3peFnyC4oYXFTaknKsqXHRg34SrWPNMSQpPnWlP4pyXk6ygUELkHyqnHJ/3b/8qlxyWYHENorb+mRSXil2nh/MDyczxwV01roZ0ykBfDe/Q5drCMHzR3BTDRTcHucELgVpjMR7hrXcvN1o9PhgAI7QtWPteiwSc0ZrwE0cN6iSccInGiV2gineQVo8MN9q9j009gnlPR3odUNiheYOXRF58Ex6F/zEj0VLPYQSQJ2VeoxeTmlX0uEQj6BaXb7yYkIp8uUB7VTcGbsK4vm7L9iH35ip38L29eQUTnTVwAqOjdGqP+HHxfkqnoXjzFve54lNB6u5WryEqOxA/owY8sqwm9hqhGQ4Xbcu7Wk0DC02ECZ1a1RYo28Ddpr2CcehClMGOBQIG/meJ1fauAvPlIwzz2/JjydYoCzW5aX9oSnj+xdlbtTj0iW7JvuiRbv0SQhfrd4sGDj+q3PPFePxH+i+5ZbCX3nzKjotXGEa25i5cgmrS/FTTz/EBOjH7pdxgOVuxeyCRyAEg2oWOl8Ace/gcxFJFpxd1LAhLsMphb/runB5hTAKCuV6FijXYdtzOO7bQ/EqQNOYls7L6jYvxwez4O/nn+pGy5hzdcDxmw5LVl1cUbcXvC1c6MhdJgoqFsdwWLw53D41dX4JYQB0P99PfZfoYdpAtcT1suJldsyAvHZQILQBdN3mg3RGRKSCCQGONx2gnkoyHr4+qmxI0h3vagLePHte3aPi7efmpmTYTeEzVTlCodPPcCeXbUeffbPWJwyc9ByMWtFLxDkZsUdSj3hUB7bdn1ODmLKbTChcJn9Ka76Pynt7CJO9Ecsvb6x/zM3pXoUHG7/tVNflme9J8tQP/SwKOruz7Dy2Ishom7XYLDglsyT2cyNFPoH7w7eE8wBUux2Tb4UCLDzRO39qqGIbLi/9pTyjqWJaz/OpkMdLxJEd1DYfPHAveOu95omS4nfJ+BfYyTISP9bCt6Jc0kptX+NBXYOE0H8mmVqsMzyZaFiDgZ1VbV7hCMCYa/F/gXjRounS5uYOl3kzhZo3FUoWNLNvhHd543kg2AeKTlR0rXAdvXPHIcpTQXcAVcV74eofUbf+kmpdb180ns6xtdQNK4Q6XDe84raGRaMvW8h0I74+RFfqGLNmumuMgHb48Xwn0kNi2Bjfqwn0Mj6umIl3g/5/Py+Edi0X8LQhoPgF94tkpw9L7VHKMKOQCwqeEC+RTKnkxB9uOKRG0qb1kRQtyMf6wNQIziVfEza5buuqRU822fQ1uUifGLGxi5t3QJFu9nTyaSBhRcAM/swEu3Dqjwo3pajQC/7io4GiqBcFiHjYKLi46Exp4gfvBMauOnEAyH8txXeKfS/6kmVYdC9TrB9rmJdEMfBO1Hpu2Rodv7PQATcKLlZpHzfhgu9tP+3ywwnh/ekxLCdSwj0JeUsXawpzfm6oakQaiq4vgF/DCW8xH4FzpGNMRbsjQhv2cFgfbT9EZpNnRA9+L245j34zLWxrrpAV5M3RXMTT4+P9b7cGaM9ZWbj+22DO3Oo+kLp4Dp+BJbOIn5m3tpNHdh/FPfnvye5Br47EGDMgsA2sXd4aDa+/fvcbBhmgO4ackO1nCgyE3zwzKRhNGxDB/wnY7H7XZbOwiTyhvrlDcGeuenbLtzJjWAhJvLXBKYfrNjK2/ft0eSIEkcuKDi1bCvdQTwkYgTLzPsutw9fGqjHLPS6T0qBmPSzx0t1O1hwOvLhOrsTdrKHGXwXfNPb69zgqMJtIhS+eAr3LLUlmUKXh09YgUYXAqUFmCDVbf+IAhnqoBmu5wENKdUuNiiIZbaJXgWN9XM5AjxetYNUZGh7qQ4jNTZkwXSS1oFSB9Y+jCzMOFCbxfNcv4UKPt3AwXuJulhgKn/NGoqTp0rCkywSIBQ2N3KNwjU31KuiVUg7QoJF94/99OL++qb5uLB7DJJl+g7msxl7Nyz8QQwKXBa8nXQZz9jpxRsNSmC4yhr73/OL87dGLdbL+7vDy/+u7txaXG/HAf+WrqDwhguGjHPWsP3gdICNQaaXwSjs9VPeLrcnNTkaThR+MnKtbgK5vsRqic4/sl0q3sMkYCTeIFOzvtQq4Unu4vApnPYVbYk1sQ0LzF+Bcnl4K1gH9M51sVTGSj2r7d3uQfzMDVuSvFBdMoM+8Gjy7acw7G8aPkkhhFUVw3bL9wJLXkG9fVE3Dhbmp40dO7GhRtLiC/u/2kTx3mY/Jm79m4DoI09tzC0Q5NbAzeL27v4EtTjDc15F91eBK9cHK6bY0MQc69lYDGj+fFxQIstOIUbBxvy8hvnQWY5AguOTNe/IApc5UVfvfuQPdU9MbyFLjBuIaPezMCVuN0DZjS9aRy6YAuDmycfCxHJdxkuTFk/6WTH1cfSzju8GKgUMQMZaed43BssawZ6YeVel5+QHNOxORti/cKnqxWYVl8BGk7QokAV3dYvHrRu56nfemj3Iult2bCNwZcAc0ozqwHK08LA3tBYPfPyy7ktDmbP3elMWQpNlFPjeBxPhrLGvzFqxehbCKjL7S20nXkN1O19cdFPfxAoCQSnewk2QPjHCY5p85Dyq1adCJNQiq2ZmFFr/FV6YJg2PRcIQJd8RUc9ydw4KPBv5MopXMQEBSzQC+Xo3HsKFxX8/uKjhxcG1ypk8uzeKTvfVqUtrjl+NA1Bj/sue/JwcH3bmqOQntPtPoEut6HlGTZMAJd4qRADE1Q0+RHdP4n/GwxU2/ARGmcNsG1wnwCGbx1B0sKJ63LytzHn5EGosRGwzFkMhwoKqRJjVEF7wty96Zoy3vQuThRlxToSCs2WStQIhsIHQC9oyEhmHUzvf0GkRpX4+5KL9IV3Oo7mKN8rGmPu6b5kASC8YzJdFEikakTiTk3Vcq6e2t13bwTxbmc0Q7nk4Lw95Q7lRRSbiScLodXWNRxgoZAFRUGYeEDiU9dS4COtHtuqFC/qMNrkw1tdYvp0pbxD82H2iVXhrBA12R43tS3sPcjuXFDHCqbvrHjkiRVQafJmM9IBfQ6hdEe2TAyqWqCVZU0nzC+AyOhUYuCit+FHHt10FOsgdMWPjcCFwBzfZwIP9rdtSKYnERnMYJNveh4fgGq666ZhWIvDu6atzMuLsUSYi1Pjz0DS2Y8Co7nF50LXJuQI+u3/uRqz8vXGFPEExTGA4OJhrmZVSfD6m87CizpD3VHCCa4Sk0X5zLdlBjJIW78YsqiBeTaYsrxOLhdVyh4rq4fNh4NUuPpFAFNUxDyTfuBknswVG7SiaThmV9xUvMKczJXLEGuBMzgJM+//WspsUEMxKvpECVF4feo30jzDuPAKSKvJAMmwKlxTgmiL0WKiNIALFLxlF9XhNnQyCfF5jhTwMZSi3nuNr7Gf7vuhKoBBE+SXPOAQAE8TP+4qBZVlIpFeSbLGK3vBQHXxQwny7QNNpvxtF6VmPypg67Mm3/7V/2Nw9e5n6yUJnwjZySZNYekw23fzTlCEyizKhI17k1FNsA9nZQcVO8TMqFb3C2uJ/VcYuK4Crx5p+hkw668RCx98URTf7TqPt3CYd6y4KhCEye2ffw6AhwpVMybozMKOkzYr4eViAP1Yjimsa4d3REaMLWb7al22bnoCkm6DE7iZDbX4BjjTPwMNE5F2EX3G8zVjWGuowcBQ/TlGq0Mkr3iMsnf3M6/9AGiZbsG568tJeYPb4wuNYZv8ZYXN40Hh8mK4JL6Bdak4rIsg90lY3azCUfHwmyLyUTLrSYXOgj/h5CVnuyEzWwoyszbTGI/3Edwszg/cs2eDrsemhHmK/YzumeB3sYXRTeg6zj0B1PAixYOfs4LEOXGOxeY0qhxW4HYobRzSxAosKjnNVzBn1kWIuhjaWIMTbgPmBJ4/0oPhuyp9wtKm5BuwbWbx6oxB9+0hh3uF/9j6uEvoZP2U3NNTsONLN2KB4SRaTodguAMrovOH5F2KEGz5i6oQHxB3Buw48F4xnT+LdUua8qRb0Yswu/AZJecEU2Ac/J+sdzh9Egll14aMbrKwT96XY9IbKIkGYtnZi07viYoFwj5z6oexVo1L+uxhJopFLuWlMR1k1Nv8pneicsbgywGVYfoCbjigXoUU0Y6ernhwUwJAo2hQBirDsd7XYNG4SWlJDcjhmW+g0sXWjBZ7oHmSl1oCCwQCl81C8rFT6pJol6ifSELx5/IhYgscAR428Xr+giH5cfzrdPXr7IO7xE7vLJQ3umVP2B4z2bfUuPWiS7MrrvwDl67ZaLMJe4RZYCGbY8zeQOrRIPB132wQ5xBLzXxrmzl0VcUoNTXY9er592SnGY2eCrwBVoHjDWpuIxzt7DHlOD/jNywRQywk6NAIHtf0aJSqJ9AfzD4WTo9a77ob0tGmniPh+OzHgc3Woh3nEp9sYA1hQoTwFN02DPy6dt3AUh3bTOH9rzHXOJFzZ7mw3XCN88p2D0vGJoEj0+1KD69VtObw1GgiOYKJCGH6rNde7O9jMS2qCFYCVjT6WgLpP941FbT3I4l43DCjPy5QP0b2fgKpEMLvl9x9gnUbAsLube3rDJBw2cklmSLHZBL9svFEFijsAXp0R5OUCrug8MoK9I7IpxFKivqip+gtiaGERVFhsKHAgFoh/WcPwsFuW7m83E1rTTXK9o7AB/dRLKkyx2yfC1OkOBXkAJdR4YcMQThjqOEnIb3vnGysEb0eDeTdC3dm9GCcA8J0iWXYoyOyy3sJSYVYCrtnNK4KEHsxMLddUFsI1a8nfHqhSuU0aiEpJrpXuszVmfocXqD+9nVLexQi4HNxaIeHQ5Qpnn8wKHP59BIb2iR6fp+4QK+W2W3ZUWgBElKSd/2XGDd3HwVTHqZA/8mABBXHwmz3XaUQfVBmrbiWjK4TF21qVsI3qtkiTDjOyspqI5oh0VLfzkVbFjbi+iUObQZoaKZEmP1pgkTBfzorqtjHtziQc/lHfTI/VyC+Bh2an7XcCzjioqtrt5U08XVK7Abjo+vruYNxyg2HhUTuByyYt6W/1iOF1W8DuxRUFDYvrpNSaMdUbcwoIse6+3CvD+df8ozkB1bfgTrlaYew0uCc7KsSmVJPPeSoA7DUiJWIrvhe2im4USZKagLrjmVud2AcprzPXklv0rOhE/zBF6m5q1+6tRjmJSzrGhbqwomerEMuKULiki8TrEY68S8BgXS1teLueDg6BqVgc2EoDQGZZgz7H6WOR4oNRB6QTeJoXFle7twZRKZg/PZZQdrlRycSqK97EMXtc04OdlZWBFJLwR+9uE+y5s5LRxn8ftgtOHsGM9rgmsEoCF3AiR4/TMGxyj2TOiUoUBG3HROJWHCb/UjmyAqRvAbOz7eAw7EDmtHY95hnBbeIvYQ2MqFiQ0QXbgF1mg1oCdfkp+Fq5BZM8xS0GFkEYAmNBsOJc9WUmRSAMu3jwGiP57jgt2MF90dr+l9i5CeFgufggdx1ZQIFpdwKyhk7iKSGgo4wMWQU4dreFdiCQHoBfB6WhSYC83s4HhwUj/bsIR5oxztigsMsMNzFgwTiF3o6+qmcbWPvEt4QKSif5RIE3yfyMlycQ5O5pkCMYUMciy8vJZv5PKGbPhUU7AMYII7o4r/QVsbJUQQmSAGC9nkZA0OS7DgwSRcbhuffh4idSWU+K6eh4ZjPqrqAkDkLQRrliuSs5bi4DLI9A2KUdvMRlRWGzlPmHnGC56ZtFZFKiZTwwGszsPsU5BK9DDWoEwqHSuwmOEAhGPk0NSLqTHIBHDK2TMqqIKXYSxql5HBvgCaAjNgwd/CAidYCY6HGcybE2Y38dFVErrlx+caBviA1XIUlXMTxlKsC7xdoEHVvvLGuoO539Vw1HMvwkaaxPse4mIIUvZZmKhY3UscN4qAih6j8hT7Uy4hpMKqelITMBUMjdwS9BaaezP8YPvZ9ie0OFmg9L5laoo6CC7BG2FUDHelsd6M0FBp4YFDRvPD7jAhECmi7U8gtih3ZLGg7ndUIUbDkRjGO5l5nlFO5XU1JuAxh+w4AcrqB5zKT9nTygtAaCLy2hSaiieTz7rPKsE6DO/yAW6zt+zN4/8zrghVvEXWPImiCRqubsY9iXZKhtJlA7nEIQ9b3BC5TTXWYhLamcENS6slLJ7sp/ITaVXNuqIJz9oUMxLiYrtIal94oL4xJ3/5E3mpJQeItaMStNB4kc0Rwa2dUVKkM8VimhjHhGbmUd5De3d2cSnA3CSlJyGizPk1UAc8Dq62yB8FURmZKJjzXz4DJmtPsQlcggIUiBRHC129awDjiEv0xDIiB9FBhwaLLlR9sFvebYoK/9KiP3+01sgLOGCVM/h1X/nU6DZiKTYXeJjNIZYY/qtE9HaIYWmnW0zbuqu2Z3ezzF4hHDS+pRIjlciox5311tWVaFX5/HS+csGlsV14h4VMOOq3C5S6rjgjPR0Cyq+NLyupv3o4vlqajwtUpYoiPzI5TVcfSzABMHIwabiGf0qumLvGWYtmQYWrYtaOECrARavIDuKCIhVIFXD3CSWTZgDwq08wJJPfIosrFmvM1omJdiZ7o/NFdisiqmHJIqtJUdMkaUB5lIt5swUKZsxHL5fhsSBHUjUjdk9XSM8LW+7svTsU3SKtWGDgm3nEPn8dPJzBCfgUztfS2Izz8FFvH34Gy0siZHEpWaLzbFwhSXDrsL7ggi5cipCKcclLrA2faTzYPtg+tE/w7iScyRcCxqjllns7hc2xrcVMioJBRCTIjWBxDtZF3FvnNKCiejvzgWSquwvCLOvA5+3QIDBA3mDJPv8gWMM0DmldXXhNGGOM6Fy+ji/qj7W7d9FQHACgO3T64nvaZnb+kUOMfFb4BwWcBSSgGaMpX0QSsb17fI6x0CRUCr9lnqD97HuBiFlMsYSXwv5sOLJ5HJm1/vo7R4/CmpyPw6sxoNiTGBqDoAB1sC3P7QMYO0Od6yGqURCQN9L9BlzuL3p1s4uG+PFyqjs4jPtrQZEZxRu5ohOtzgrxd6IxpxjE8ji56sGBWODkRHb0CjxVSwxTswfnW+OxGSAhwxxtfsl7am1oMJss/vCeaznJsXRMMYQbvAMBxLDgmGvlM8Il9m45DpvwkuUxK6DkGt15jiNSgL91CVowtBAIU4U+D/lbcIQRY+JgxRFTVQ+cRbC/FMy5I9BZRkvj+NMmqkZZBbIwjEwBSqhfFJ9vncNzvwdfYxmVWiCKDF8FRftfX1xdKjjg+BjOW4Rgv+JKFmIMiU+GUBvQ9WnG6D6AkoTX7+YPYxd+TlYHLqOyx8UIMwc+cBdZ4DLqp5IBR8UkHcebR65Ewh2bZWlHCZrMFMFPg4qvVirmJ+ex5hd28NImUd5P4dBh/hpzCWf8txONL+6ZFBIt/Nl0dPUeocG4hVevRhguuXnAbAtWmM7bxXC+8WjQvzxdifiun2G/6vnYhTspl0mSX083m6BrcCH0ZqkcO0lCP4LFpe11PUcqIRdKXf0kPKu3nIQStReYKb4EKAMgXB+ylLxOoOJsVlxonFToUhw4SMX12ecSMcPShrO3RTetwYHzobOIinDwIlP9REVRzkwaiC+XVTvLElsu5XZNYeuKwxrsVuLB1BRwc3OD6mQv+4DeHFOukHAJ8eGArE9CDqJbMhDZFKlyd5jfv6JTe8qq4xxvPSXjNtV+V/vxNNCZaN8bzar2HZZ9BRSkov8uqBYpiIMGNoUEK9hfo1TGXVnHNAJu7opAIS1AstHTyaATQoD3Nip5pqO6pAKzviS7lJIF0QNZCzvSBMLgNLe3onWRgA7vwBxF99wFVpjqVY8fmpvzKlR2IUnXRNZZ+GDT/XIq2hLHpQVWFGn1G8kEF94Xa4qYnEg3zkYnMoCLm/AHI4ZYEcdiNFd1Q3zKhdFJ0+ZeAGIoJRDTML+alh+v8GtX/DVhWMNlhS+4D5vrn+CSfrbPYN01h+SwL8HetMBg37HckIodgpBNkf33lq1bWuC8Te4pF5Hd1mFWd7CBjNG2Qmt4+lLLr1KGp2DcXnrLEIZAtUUB36WNiDuvQ6IP0ykcYzzNGL8aVzfoS9/V05FWst7Wc5dW75MZFOYB4Q9TCWAkq94iNdVwBRQyWMp95rp+zoXT6ckOayTeubDPCdXCp7kEE/F8YgSTYgFUuzR+yMeb5NK+qSZUHif5Py13yz6fy1wVpDR4Oa5nxfPm00AzgLArPkV43jaBNJqUHyrEz9ksfp+7ZzU37TkeKm+OoZIkZhQTu80U+kajv9Doo0hcFmFSSFvNvSHTI4JdIlCBFQ7zANr4cPuZqKJ5+emK/IIBf3T1O/yPvjclbxo2at6APZsFnLpzgyJ/nr+NAfmOMYvFIH7ZNGipORl14e1i2LlyvEQ9RbhEE603Z1a459BLY54Mt0N9cQAQHiGO5YDqyFvQT6ILKKZE0WnMuO5wUnuW7gpXNTO1hWLpN6Sk6bK8fUTON/iSCFtHbUG5Hg8djEa7mDfwzJHTqI41oyo/PhQDLoSjS3IF8qOCo4/3L/d3EOWSHcpvPS8p/xKvxhUu4pUj9APDjIDpCkRNCujgro3a8oYFX/wM5SnKoaEYnkA4HCkb67RIDC8DzFv+fCV/7dvDyPodhJCHgVPXYe4ngg+irbvqSAvg2KJSSHATecm7s5dn796dveuR/VHA2QWb6+6q/Kn8tPGo72I6ZiOPzwTXp3U86CS3Sfv0M03bWrMgbiFbSWOw3NagUJJ0kUC+MAb2l78HOW78g6fEwuKuZgkj1hpSGM0WrmggmqD6kzUrGLI1HaU4rrkzp/MTN0/YnjTGNkyWwbAFwtXENNaQkrdqc/ZoLBvNr6g1DmZqLen9DKlXiN/QkFTk+MN/DOQhrauzbxgE6+gxvX6aFjv/oHG+f9j5B/wefvAPplhxzeslrogJd6sNQZZJeMFMEeiosgZm8CFo1TUfrsRReTNCUiEWcRAXmBOF3DJ/l4hbXQCS6oy4VL0M+FfWXa1zujoSbfmOcnhIJw+WraNzjSfgoYnXbVV+4NORpKEGLroH0pHLkge4sL+t5rP1rhKdFRbd/Jok2Tjwgckk5vRopmN5Iqiedn4NsjR1oJ+un8LxCWlUgYvpPEwPgnM0rO4aBmzy5wSkGF0fH4PwxGYffSsv/mTtSSpAuzICjHCVzNqwINqGqhtedX8cbzyic2uw3E8x35JZOpc4BLVEVKsktdHlsAVAfiRD3neIpEm53WB4kVRAG7nCYecmEJMkxeS7UsGtgQ0lSjL4/d/DRQy83ewEtKmEtEmIVuIZLp+DU2YKOpbIOcdN3aEZo8IA6T6+FeCcRONJfaqbgPIWPIhvEQnHX0tDAXAKx1y2cMZomffvXrMucEblJdroksNGUoWosLdHP6PKQP1eY2AVFDVW5k+HD7irGENqO2zAsv1Tlw1sZJiMVtrHFxx6tbQ8DmtXEWq388lVzsCDLeZFveNlbzFX0CE7Xeip5zZb95oBuYKy1P1hPHqudId8u7ffn55dXZy8vqQGJ/Ny6mgM5CSuKRIVhsShdj30M7Av+di78G0SFsu+2DXmwk1onwt36TxRcbZJOfU5ZN8jilcYskL4SRnXD6/a1TsQ8VxiwUFprw75tfEjesQXNGXYtS8c4bQWFOXk6/L6nv70qw/88pY7ngiqg82xrkROJvLMMDrJvWPivoktWt1bbiuMjyXF7jL4f72Q/NZ/K37AHItLR4JcLmdiSBI2IYAhsoRrA+d6E36DB4aMMAEclhJQ+fbsEmNr50grqMWC28VpS6AWNk9h2W8bDmD+tll8aIrzhymIAhhmQ5tVfRjXHz7U2zf1Ixgf7zyWmfpEDbvgFRay1WkBIO7dfljOmtR75vaQ/H+YXjvaCr1RPdwsg1jUbFJ6nUOgYvRQCJoktwCsEY3XzO9co6N++x1JRfD8fCIiDV8sMQKlPZwzDM4lm1vmuCVqQQxuaULXuxmJXLD0SvDlyuPWA1KhmSNiczA1V2u22vkg3SB25vdNe1/dBiTlnHQfFBt0oEF+mXiMS8pfX33/dtDjl6Xkb1osTYtOhL3SSwrZqLlWyAbt97cfY1oj6y0H/pcPy3cV1SUHgTPH2a31NHSkbW0wtfDgMVkEwenuu+t9aQ31uq6uH1yY6ekqUTjgLCmV4yV94oLQJVXUUeZEb2nuGu191jUyvBT3JUtgC0VZklguXpZgCcPEma0L7KFJvZjkr02fjuPOTAXlJ8XfUKobewiUM5Hi0KvW0+TIacAXgjkMOEZW4nFMXSB5cw/twesyDVhrzdxFHB9jbowhd/BS7h8yfS02Ko+fsdZPhZwSDoAbhmYS9309S8AMX2HPy04o7YhR21m2PiWgELqOm2SYK5Kj0NZjuLuanCA8iee2IJaj+FzsFcHPtWo/Ky6pShZvoVmWK2UO7q6QrUC7CymNXsih3MMaIWYB6kyXrMX/2EK/b7DUiVDGwfAqUUaQ7vu3TYOwcPRFXHFC9hL5N8ySYIc1O5HZbix1T7JKTrc0/Nkk5HZH+S84nZxPgjVKRXJ2VoQW/KILmRzL7oPpFCW9ZPEF6pbwYz/ItdhQBNa8adAjjHVJ3BeqwQKP4QcCxZNfo/18xBMbnGiO+zU1HxYCsA3JKolXWI7d7baX0nUxetQfu7u8r/2lhun8P/e2D/ZBkTlGkP4MLla9W1cY1iH7tpamw9WMfsH9O6bVeNOAqxsXVBOkNH0bUS9l6HUrQyg2GsG2wGl4Jn22pyMuA7MA7SRmB9kMXL2xI1TRFC4GA4QbhoIk1nXpk8cJG6132OMon1Ac0fXjaWJyFMYmLsyZwPvLom0aNoo2tYgO1uijWNVsDmgJkpiCUitWx1JfaQ7q6cda2MhxpeDgbPFhZyqbQBisRWgSysP3Quo/HFflNADpKcPItW2zaBmUgiokiYakhzlIVkjpEkUkKEunYi5D2dhjFgk5lNzSmqkNqZXA9QMhxTYeOdvhm68z8Z4XFZbJwWszTTqeHEzM1WoacIRFcYlLM58mkk+T5lfU5J6oaMUbEM+U0OLK9E1BSF6JesPdkXtSdoAvAqcQMOoYIu/3V1ggSPyOuWGNdmGwg976G4+OMKJ4kLPylQxMPSDxiHb6e+ruwF93fjLfwPhNhhdRUinzggXpiucueZ7jGtrR5djSrCn8qbothw9bWj+5w1ktnNLy5ztjzOmgAJNAzWOwaizqzkGaSg6VL2hKC5jMvbGl8EwvWrYk3xCJGST9NILeUuAirMBgv12zP5Tn+FDl885ahDJQmXCqUOSAYprxciiKyq4O21QMonFfTfmqJe6g4aBEr7UhdK0iZdnqE0aHqB7V+iXZlxCknmKw+VSGNBuEOkAyBxvBkN+Bol8jWF/GhSRapCOAu75R0BxR/4dDW+XYUZjez67Q1riSTlJ5HD4eDKnw43Z8KSOUsMgIdYvnTOgNtfpzHBKBkGI2u+ba1PZm195wX1Xc75LlCuYuXEP4ejpbcDukoEvNsGkpd2ayevfxrS+9Ve6Ath0mIFCtar0XpQgTwAf8iehfqYJPwS/rxBF8fdFeUNVlY7Kf47tzb8JO2neUOWJYkH/ZETWecN2MHhzMD+HZam4IyoPFAutYkX7Lj7N2zYkDPg46akEnjBI1nKQXF2/jQr3odFHoEN6qaXfu68mt50X1Lw5Ow7jBoyBV1+QioJ1OdpxitCj7+7EaNzOGyi5arP5f5XmqbQCq/ooZF0JxLSVfhJ+1fGKmTjsp2UzsdJ/9xHgzjRWJBwPNZd+rdyxX/SFftNhdY13ms2K+GiapMeBswhhXsA97GigcMDRevPrhlUnV905Zo46CFoxNFjZSmFSm7nwwn/Z/ID8eUIyPeu92d7EW8Y/KAVc8/iutneRGo2UC5E4jCU/WDGj1aYSUlELIFblQQy0tCg6qDY0vdQ+yV2fjrT74NuGNLn74liWpsce/ULCS68M6Kaf47Li8J/eSK8MlIZFj4KOxuKJIpqcg7autkIcH5DE6Qeq14FlVOTykI8M5QJfK/v6NJ0pToyo+ZOx6c2zplFszoai2o/i4Bqatqa1HNakwmCBtzlkWMW2uC9gGI3AlVSOpIZbaLqvlhSRNAwToluaExx4YbLtDIBkkxRp3tKPVwLg1ND0Lg+bgs76xZweVXkEPvkQl8yyEEAhxmvgRF64Ezt575s1heZPzBVJHs9/VXEaciRNijoJ6GkpeT+SICo4cULn1GmWwr8cDa0MKDsvEQzMVwmJuaZsxdCGabKD8e+m4notZvHQ0hx5wKMYvIyXXa/6DBLiKF3yC4gL2ZBVcMjks2MamtbCxH6KfYTgWPNSPIpqZuYkiUWjZZhE4fQ/2gbnIHmfHgkG/1fRjDbvIDSqKH10XNPFgHBR80/fHqCkYhBgDFGz0lN9yjS8njzAl2DMn43h/oVFJ5e9GWDRc98l1M8ZIDuhwO8i76qYc8hNNwX7hTXy1VkA5sdkloMT7+0E6GZc/dCB2ziKDl4MC72ELxc6WNFwGVzEdwdqPS7oxCOKfk+NXoMs2HhXpYHQva1dMG5h4KQ7YM+s2UoNm2Cose4vrWRGAeE3wsK8oiDYzNkGE7Up7EJgQJ3772xbuDVjATJrvTD6+GzluJPZG7NivbqeNlDqSY2osyAwicODCa84u8Day9vAjfGahqUIWHvRBV8XdLMmWAlO2JLpqtc6+CNFnBGhajD8IfDcdwm1H4Y1QuoIYt/HLjRbnYlZQ/2hjppiB/h8Yu6fMyfExN9uw/TeYO4yAz3BZmXJ9RD5TkAkffNkdPzkeiDjF/zo6Hhxu720f4L8fHw/mBKuVD46Q8hL/fXg8wCAm/nPv2fFgf3fv6dbe/tb+brF3dHz05PjgCX50cDwAkUTfhx9r1h5BwNtNe7vzX9R3/Prx7tOnv5E5fO2evge/R0bnrWa6dQ+mx+3gy/p4Fz7Y34cPpCxnK/sN/Cmmr1sQNVuIC8Dxdo8H+D9PjweYzEFVj/+5Dy/ZHziS9ZEYOM0KhpGuHLJie4f0sLa8kq/Br0p42j//iSeCHa/ggVtwnisa8OgZDPk5ZJBM9iC91IgKs9AGWxaoKpQVeOmfE/XgmbRucNCkKdtC0Rh1F5O/rS6XPHn3pqKQqYhozqgXcEKEBManzzig4dJ7sED5wlUELzXjyorbF9xD1ZKG9ZcUBzSe/IZT34aM7vSdwOmC5YlKIk/RpQb9oovX+0CL3VaTwKHzR5mOSSuz+b40xnItufTfKed2LxqMw6qMj64znLl9OHNULsyexpYNysHBhBv6z3SD9QbswY1Ik25yzRH4Stdk2aAwxh5IhIqjePKngwMY9xLmncFY6KFBK7oLe/8hF2gLmtw7SizlxxImwIUKAJFKDCYV06hlQTU4sPg2mqVrTcMHSwkdYU1hSfAQ9m+7eCVdtMYYgQWLz8weLSM1rlFtE1jQdf6GaWpjXekH4rjWUS1ihzsMj22Kg3M7xp5wFFw5e8uy++//Dpf2GUuk2wqML5aUR4fPUKQcfrPfW5QbZ3ukLKYck5ikJrr0PMI2szdnvUhqMYCsBw5zJiaCfBJHC6nBWYK62l9W0mtFYF9uPkcEEXSqE9SShIw7RjPYE6bcOp/BBPGOtIV0IKom38Dh+moH/pfLBcPGxt4aq3Hu98gNJZwEmAUV1BBMCAdafKBxcmKCrG/M+HHC0IU3HE5QcFiZJX5qe6MHJyBtYOCkuutA4WtulV34tXE2XS+KmNzS7wCqJLyCmQsXNDHkH+YLfKOa9gFDQNGKporYAWNCr5tPmzDmYuoafqyYvUw+/xDhj0Lir4yAJhTwirXJbcWTz8CHJgztihwQLLDh1SMIvSBAQZxQB5mL373WfMiqgiPiGplr3wbuu2ih64y+axbXmlzIn7PHS8r/A/5zRPdTrBw7uVGCvtWeN1s5CuRcgZSSk07ZaK9NYogiNv/2rwrUybbYo7pNig0hmCAoEbqRPsyqcZQ/Wse36fXVphHFbuV4wrNub8d6u/7tX1edT0s/Eqz0L+q8gsDfgEJahLjrloABvaT8m5JGmg5GoGaDhEy45EmzlJXIgoRIh+rOVkxrmhEd23C1azJVkUotxk4xbYBpjeAbrRi6t0D+86sRaxB3KONKvXiA7Gb8Qlq0VyzM2ctsxO0Luv0iLYYL3BP4trzNzmCNrhISP1a+IprHys4KUoWAygYMLKnzgfM5XIyNDjKRU65VUmJ89qbL6cMk1zFh30OuV0qMuLFYbQIZmnXrDHBUs2K0pnR/uRrNEY5R7EXqHpnCMze9dYn6iZYw6UhBHDrnmMYYPlwJyQdX6bKS8s4+9djkQIPvllgIqX46rbVMphRK5WLktJJUw9bbx8tm6VB7OypGDqp47ECajKe6JwNqoD0hCBRneU3p2C9tg8NdyijVIPVIMg3pxUutkqUDhGvJ6rlYs70gIoVrO75wTfEMtC7ZxWyLdQJ/I45tTwZFBO2+mykZ9jucuA/Y9C32MSR2VBxLqbb0GCzwyLEMOaldMWlZXNe3Br0UdxLOaimPNMYggOGzVXbMgALlprcejt1p7ZfdwwkiR3Pipbq2NpH4skhjX4Equ6d/N/fehKKzjrVvcCIQBg3XUozz9PySS9/umM82LO5cThCRsFVzRapr5cVkNtwBQLnA2EXr6yfpcekqptScC6nfGIce8Noi+kLsPl8TTRlsBlekEuTJmmVKa9NJ+iOblFu4Bix1Z9Ob5Lzv59a4KOd+L+b1JOF9WdVp2m072y7nHJ3z1y9PpiuTVQS7NNqlLdVGVARNZFqlThFQPv0drO9a/IuxIWR3Uq/XDZFFdXNEdhYbb94/Us/or8BcGHI1ZroRhBUtuT4DUftxTH06az1DgidkOFhcJusg7ojkgcAYEhN1e6YBnZWOggjNqBeFmdkm5Uq1wJukKaNpGH00jlopvkEQuR+N+gBL3le5MjO9+oLjsQZPWmgrmjNNEJx1jnTnfLiEIMJfOwpwRVwRwVQ/w9ZQ5CopfF76DNis2OAsuDlO3SOKhwnZMff0iLiWewJACiQj582JP3eTIq1jyCAlPiEI88WEpamInpTYy9xIRo7Ikjm+j7Kr/O91yTmvs3LdP9cIii6mRPr50rHvLlVNTVjLZT8D7xn9Tq40VFdcrTztgGoW79Q/5C/1iJzzHLJDdeAuIS6DGVBMUV3cIHOlTPA4Lzwqzno0nKhxla81i8XUmwvWnTuCWM1vOt3VHVN3TJlRmVHAK3jE9ai5mt7s9V7fgMVKOjUZmD/UhTYIbOz18vJ5XaTAW8d5FIQM8IKPrq0V5y0Ts0xYhkEWtRaRohSgWAnLtMulQJdVhlRgFFCXC9OQ5X52hfT2vA4IAtYwD02vnyO8rTLI/34gi5dLTrkTkST26ZRw54ounQLCJUE1m43p2N5I4aPlJOC14ijSkiDnkl6gbNezLY+1zFyq7ZJkvVV3yZDiNziQEDdBMSck1TOP1SJdszal+EswlMgdst3vAi+N5e0mibD7xjXDkcoYcHsJlorQ+vuQwLuO2k8vwaYaVpSE5yP2xojzgiGFJtnWgxKeNlKFrlES36fXa49LFN8/OtEesJTCe21jQ9j+6TGKeaQVPRxO0+EQz3BdsTmWYIKthapCL84oSFOemyYUJ3gxauVcNPIvuwy+v9UdNjKZmgI88ybC2+JurCmGkYDtb1y4NieQLCA/lZhdkzE0xLvtTIeEG6nbYHqjZZxGyW0+Fy4MRJRwsMJ76S6FpDaa0KBizRWHnrKjixhiaaAifFJdEYSGa+vgGLXUuarYqLZvt7l+e9JcSw+YSfUod++Xky4sbYRsQxC3gu3hILY6mKnWqTWScG97mQqXlE9+lMZWW6VnBDb34jrod4YSoibGbAw2hHXmzEGaUx+SAXO5mMV0zh0xP0++h9U1pPsrnwStf3bM5y6uykY5vTyxUkxv8d+PciIeOb1NikJrdLJxerqe18SkmO/SXic0jkJsN8k51o8/k1wg1XNRLMseId/aiESbh6vlUPG+QcV35+G+O8tSrSrZfA9NELp6VhtxdAOBbKUB+KGJOicoAm7L8IPiD5wl/eatl1T9HKnWLgnid07gIGKVaqiW6vq+QTOmoS0I1adJZWvY9BNvW9xIMtj0X6+UH4+jTPU86uSnlb8E5V5VzGoSHyg8tTHygGjaBlLwEJdAcVV7UvnuiI6ngk1fXfN+AbIEbeYJiJaLS28HwgDyuktUYe/i1CHg2xHfR79XFBY8+Ct01L+RotGvdui/hDHG+Mg9Z+g7xSPK5IWrwkFBk5LrX1DD/CpjGXR6c/75nw2E6U9/8tGKzyjd0oozC2dl6sCqRI7I565EmuISwqIdVtP91FzHh9BVJJTyNMcWcTefjF0N3RrFfBqaxZ4jEqXnn3TIyqnZCDjvC2PL9pbZzHttevH66Pxu5auFY49duMSWiRbuZWKHkLYwmiYLOZ5tr2/6qpI9ozb2wRdJizCzRnbpNZRFBHYuBpHZ167R4jNyM0rCJYT2nsnAyZFWOgKiRiXWjHgWl9QwAzkT2HBIqbycPR3UDDUUMe9jYE+C8yGojSUbZepMQY4tdkyF85Fmv9eojjpFIgGYyGImKeOMXNUO1NH9KDK9hkkQCv2yC2tzMquy15xORhq9Vj1nDyiDPJOqq2S24bmv5py5AgUKwmrr3flpdoRecSOsOqm2dK75bf2xmjrrFDNsniq7Ny6YdrXEoYjblCHAFcNgHSDN0r9n3I1g1w9WqWSLPuFGTCa74bZLEV/wUtMQ3B/eQ3WaSlWWVIDMhVB46cT5qDIHy62yMlhgtliD/cZJD0XfLytj8nbT4HsiWWMxNTCkpgZefNqA4dXCEZ5mijF8thpMRkyb32jhyGVTnDh+9ai6MFO5kl8Mx0rZcWM2ag1gL51gpMeUW1Yh6/xV7y1mMCSkt9q2fLj6UD1cMZBm41HBSBZTNlvsS/yRvrxZTLGrOR91VwvP3KPC/+BSo3U7XEwEPtZXzWT6O3swV0QaoNhibgAtzS8WM//CVNqEtGwllshiQ0IM75imw3Vmyd3awklPqz/5WiJ+8Dlxqw42i4FkHb9jdifhiNcqId7sQTGsxuPM24aBbSpJIRMDfuySiNy1goJ6Q6/nP3H6RC4ZSbDqPnfZ1yNGjE4AtzpjlU9MSdq8JJG6b8opLCZp5FHZ3V03nrTWZgVd7o/aCohfbxD2gdT0yl4ziGFxGKNbFGMWt/kWkDYf8S6WFLP8nZhlwygpOK7ffeGGrW2zmJnXMfpdHUjdvZ2eomXcs+WOsnneu7LWQAFzx1A109iQT0zGIZ0ZXoor5Au5knxnzGhmKxX8stFdIpqRJh8Pzdj3J+ev+kuQtdsfWVZoW8jtXUzJ7FPSAHcu8EWo2k/D/vKNKwvopLtHX+VUzRWP5r4bshkFS777udekLyflIgdlkJnaRdsMNX8Otzd1AWQF6lqLArt222CumJVRDCI3nqOINhHT3gyac/AjxmKmJ/agTQdioScF8MBe0F+GvbPF7jrLJs8haYdrHSNNTgod6M0+vjh7efL+9SWF3/C+6XHPNxx+84CI66PtJ9upHQOHAPcEVExj0PrFu4oz+OhLv3guRJYCV6RzsAXvix8Kd11mxl+c8gjnb+mlvggZO1G91wa1QkGKSXc7nH/C1qasMZhMOzO2oLKZirCtEBctP9FSSmE98aCsBBPcd5fj21xxJ7YCvuUiCDhpOnB4HcGv0nubQS1mnmfiHD2iz0UHHGs8iKiPpKWRMRyJKbooFyAGq6sEC/DRwRL60AOOrXlScvkY1ocFbouJA31dCumAB4N/ERX2J2jwyDpdoVgSTjtfp+TtQr3HCqQNtGIGIHK4va+qxj/p3KbQstyGysie0fPoalrmoR/AKKH5dBye9PSqYalbpnKVqp9+SeXq3m6xt4tlqntHn1m5+mzfVa66p/+VKleXl+T96mWre7gWf3NVZVzy+ESWwnx/a+KszGzZI+5F3iiNSx9XDZ4vf9yFIYgt4QG9wOG4rvgaDKv6o3KSTqt78L4V1BUAa1C2bvJvCZ8LN8mlSmr523VFwECUJH32tXjP2JyhY3gSZQO6gl9ARgsCbjAyDfnARA6EqZ6iXB0LawbFrX3AqNukMCdGbbTfJEdE4StDotm65c4bEp2BSfz7v/yP0Pnk+Pl2vrjx6cGRFjc+WbuAoJtQtVjUVaXmTvSXZ6vLeMCm5QQRDvbQIULId/n0Mukz4H7xXblkrhEGmTBMR0nVzdLAlf9QJVkjjfJmInxqprH/VPz+9auXLzUpKngn3KpfDv5znUZNjQgotknZPuS8vefhC9jCTR/rVo+CspdckGM8CVl4LuHQAu00jvc3XtJprFRtJBTFLGTLmpuclGS7hMLBLm2ia4FRg9FHtHzCWHQVrEuw9lT15oHl9nkkGphDeVRtabOIKEiLlhPqbCROEORcwW8EfjheGiI3YY25pKN2elKcMcAFDoNRM61cl/hMCyk7wgsNJxQbBotWWsyooTp5lLkDj23xbNxyuMjZki5s5AtU6rAP8LuGIhd1CSItY86tUaarHQasisTnXsuKYcR7g+rK8DTNBfN2jd2s6LN/ZOWydf0wl/JDrupU6zC/Ep9Tu2otOM16oYDrKJlBvEhB9a+pP1JxSJymKgmIJF0az3CQ4Rru4QexV7PTXbcaNWKy0HuTypM0ZyJMjRoCMspbBB9WwsQA7PD0q+S29I/eRMJMn99etfQ/jeubmy20FuCL//avzuAn+sd/+1cYCkPhtP+aKTRiP7r+yBdeMQ+Y+onx1uClEevNA6V8C1/W7uVtUo2veGtf1ktU3dOKwXkeCmXTKZRDI027Gtpv9yIiviWAkCD08MwvLxTAU+XlGu4aMQ4OcyJujYoDOfCYlRjBH8kUIi67NfUAkbirFugx5X7klk+m0Ifi475uy9cBeMQqimSmz+ryx3DwRgxBnwDsFtfOlEUueyIcprg987nemzUJLuAaRcppEcFdfXs3hv87V6xsv/7PWEc5BWfBhUvqjIm3+JOgx+x1Kb4HaVPf+GAcpl51VpSC1QTK2M5yk6yBwJQWIjSsgpk1s0UADu2/oLQstxgV1iWxb3HBh9KthkFVz8trvLn58/MZxdup/okC4tzos1Y7MLMvmMJtq1s4sGOx/RUkL5Gk7AH6nMLqlCzBVwNTCNIZp3kyhN+WH8sLpp3WQhtXF6nF2TOlPnt1VuztZae8RiV2WForgafhGMUi5d41gBdEk0ybnEwTOxF3ZHftsyloe0gRPQQ36XVBux6poo19CcosGxnUpGfChGYKgi6V0xy2baHUnYNNqm+4TOFmV3i1x+dMMTRprSpD9NUfLl79+IdvVYRozg+hIlPztWa6BBeQwSP+DVSIu6d5ssIAyq5lej91yrmLnV6WwO2We31nGCsamhuM4sYQ+QXBFBMekeq7RgoEB3q4BsHpCl2TkFDfq3zHA/ZFZ0hv19EJF/flTPvXGXj3NYYoqnkyDNIJSjuAZIZMVXZTax8vtusVW31NXJO1tDii186YFKEqdn35sBcOKgvnUK2ZPFXYRDDsm/JDZUvfBi8aPE1q8mXUrIr1nhUdKJGp6Y6O38ZtJTOkXw2XKekHO5lRy1KeuCf5tXZip4pvwIllLBKfEc+j5x7i7RWmvB/Plawo4kpK5wdOK5x6ZdMhanntk8B0vDkVHOPEmXzUkGMEDL59m/giyoBL+Z0SJd8RZpMn6mzzV6flVCDhFWd8vvA9ica17jtphJztkCtxE9IHLJLCxmrUWhV7YMwbjVJQC55hC8Jmq5P+xjX3Ndz4/cXFo+LjYozEZ6Sn6ughdrETdXSukHKHNhRah3Lqrc5GyImIiVe+74jUDGWN3ru0/Ihncun3NBfOsB36qDyDDoYCDz9izkvt9EDi6ekcoFj8bJqLWGG9+rMUVhAHlWXR5DhHadEJY9IM6eMwRJWMp8fJ85WOkHNkOSYh5UWX50VbsvUQMXNnWc76TJvBBTiEH94u5v9bcUac4OdExkEOicS0ww3prM0Sin6lUB+WYN3hGghRCL1qzgNYXjrnwywPWfpNzJATSXHu4v8Wlz+Z4ruK/OORRBOuPDuw8qqMkKB0qP6DUJX1z5PIPtEJ3lGXWI4TahmqmKtcQRiZpa43L4fLeDH6rlAujEL4YFIeCuHr9UQ88b+LrJbDIZjrJqjHNQt9XPLLS3M0f2bOuu/mzp0JBtQS9UrQeksgUH8uYUYOorM+SYSYTGQ1nn3/w6t3b79/c/b95cA3emYgk9Zuar0IXKvJYqqk+rCkobRtPkk0uZ47roumoIzpINKR6uKVDOkiP87Bkwy0XI565jb9NXkrNG42eDurpnGyUY0YiSQLJkmst8b0zqVutmw5rH4cdyzwaBjnAIU5MsJM0M9dlCY39r3cAhdNlN7gpVYrKWDaWSZZm2D1tEM2bosf9mh9CeflBvO4V+JwkCnb5p7h62ccu6M1k03BdRjVHbo1cLcdw562d2pmW4uZbqdvKsR8sFqslYnx1kG4TAsDJfqJPnrtqgoooZB1WK4rsB1HW/DLrW5YTavOUw1O6lvqTBTYbK5H5Vz48EzD1h7lq82elWtNYDy2CYVf717bK4hBcAUklWeNqjc1+akaD0DB4mO/rqsj1v1i9BfmHEnjy0wEiHIP0uNTzOOoDjGzmlEVTIcZMZLk4HW8elEQ03s5opA5dVJsUi37u0W1qHJq1tjoA7SsHGyULDfDQJj3gEITXSL/qW/jQnQUkFtq/SdztJuF47L1Y5uk+AuW8ae0xbRCl7BGHe8NDPJANPdV9WFMhHB1t+nPAIP35PyZUefYUTWzRwHLXLjpnduezzWCbWQLQ0c+n8FitZU4WhgWUBoJrcpgqH1Yl5Ezte3VIhyMI/PhPuklBd+kCa/zDut5rFY4BZfPsJo2cyMposOrNuGrJsfs1JW9RWWSeHo86ngWj3TxAB7hpzB+TrRjTKchYVBtarfoqpx70J9eMW0DwkwLYkgxM45FDwSmoSgmIvqRDKD6tFL3pIojOUKsSXIj9bsMzxdjOMRg3WBHGzUawr7Gy40GBj5PrnDrLeTwangzIIiiNfexPe4oxpuWNu+24kiQC4Z71XGuwdIG3VFZ/Sb3zr1hM20T/yqITn6IogUSAdMhFj8nAFPocHqSLZibQSkkaulNHfRdC+rIM+kjuAmXWE6PawHLIMigWoVDaNMUYe+SwbggpdaHdXPMr9RTBzHKzyHyDryrw29n8TGYt3/jmk+aFo0Zc/5wTU69X0BEYdvkcnwDeVkXt3efFUeyrBSSd/UVtiHLILXW4eJMOM0TUHag2UBNsPhjTo5sEsXsr11Hf09KoqxmO6zfPFzCEZT2TwrBqJ+xB8FZmJTth6jmmp1zCrS4DOtiRqCTIO7Tn7eI6y+D090jZ6VWx/ASGipVclk5eI90LLkVWKfuY1kkwyjYYTPDE7CY3jPH8ljcRPj7g8Q4fEvoKLFSr0qg+ISjCueeaZ6AKr9f6U0ffj5JwN9mO3tQWB8ZkCF9tVyRGmb6GeuPYo+80tJVFCMgle/w9qfJmDGg0Z3GG8WE2RWlovmZ+H9c9SSRZDk2dQ2hMV+fZBI5DD6hTho05348+lrkHKWpdPQyQ9BeE6yq5p7y/RXuOs68aQqQ+9XowXtboLxgFaboDrlKMWWOQytxSXQ4Gh2lP3fIyfkDrGDpdnC8CxeQ4PMUZu1Bay6rWjY1hlouGenH7gt20dch90/KqScuSWgBJNcVJc0p6ifkDv9ZaR16+x9bxL4QhgcomJgHFC267EiKLBEfxISsXEKNVqbhLnqkrgUCTX3n8GFiDedJBdyaWJxlQ+UsZEiERAO1g6B41RQNS42DKHTqrRjGkUjIMccwsNRydRAg9udxBvvkfHSCUVpgYI8DlfEpzD4nCR9wxNPzJrA64UgXqMN2toQL6jvJKWVZ4t2Q9nEzii5qyddH0PiGosbI74PP6LLqAr12Eo6n7hKXnBQOE1v5dldxIl0RX5ZQ4FUfKcCmHhqS5MPxQuMzX3CI5ItN+Nf8YVx9senwcJsoAuA8DBnWp4D+inmWlIXA41JRif7BJXvMrOR+NAydQYlw25azu2w1rcUqqqYOlXMycA8bg7HbTKaJhVw/54Hd089sKltJkSivDPfsxuvM1nkS+EhVz2eU6mf7eR9Rvxduo73FRR6TLUrhU/FNO9+iaWzJOlFHyV48TECHbFWbcNST2wwn9fL3mAHJ1JEzaZ/rOLnSpOJV31ec7i+tQzWce8FNrocfFjPbP3ituMENRZQD6vsw2GziB5xKE8769CGdZu7QPuu0fXY+NBcedVtGnpwjEyIrrxGYTACGlC7A6K3cZrfc8reoMRnDYXMMWxEfS9DV3tFKa8qyoozu4AS8V0c8OogP94qqxnxdowXFxVUEGdxIxqHYVxj1uvfKroezb1DodcVtM/d7GMgnrM0JQZ29J32dbPHJ6UviC1bP3d51q88pbsbChvCVXZFbgKPPvk5R78J8XCWwkUjGiI6fgsclAVWTHwpwd8iko4FrRhgFo2UzfDfobRPVOaGLLXOCrf+xuXzKYk5NcAQssnkfnDxYs8O0KFRdJ9yccOdI3FbdMb7Og0fJllL6ghhB+M11izXrYQRvWennE67w/MVNSw+ffW7p56Ep/ZSn/5VKP1eXJP765Z9He+t0Lf0/pe6Oi0D3ZVEofrW67SWs0Bv85rKul0uGzFZ97h3sYdPLuot6S/r2oj7e9y2GkLlkLtMVY7v4Q7MgBBTqy7YZa2BowtzjeGlEybAHUg59BUC2kPLx46ePtY7ycM0SRR84s4a/AEfIvOYljOgKEtLMMAwb9DGcMXetxpaYN88MjaFJCghmo19r5ZD/usV+ThmHQg8ZOeLjJjckIKIhrqsRs6vclEP8cUmeOnGqOqohKbC1FTulbw+YWauDdQvbTCN1EsVYg88z51S2eHnY3jdDTpCrZ1tqf7YV93WUc13ZIE2IyEUVhekQbLnqELKEW8eYMZp3GCTNv/vnlLLZZug+Wt9b2SpkIMneChSB/SkMIPdRtTLGEw/B+3eve9sccO48Ip4I3vGX1b9xNo6f75iCTS4pBgTNq1tubmvu6Dw+0p5CkQfm2Gq+HTL5xi0j4Bge1ozHdedCmLo4w3KWwghfcL9ROPposDi2GDshjg1iRRtWeVHYQzwO5q3eDP2TR+EDdEer/iwoThF2jj16s12kNLI7tZ6FGaHcQnHixakykuLs6xGZuOxooUXMfbl1o5INwBgqmuyFkoNNkv1E9yaH0tdfZn9EIi0GB6giYwBWjo0n4DVTlnoZvfFpQeUcAnP2g7magwtE+SWTUcRXdicO+2VihPQT2Dw3J6I6NdONNeOWapuQtO5qhRASPPbAj3+FgVIhibut5lcdtYm+ojYj/JFiLn2gW+H9MLPTfDPGg/W7SJawhMyS7e980JfM4ZkQS1gae0YgNSO5w3pW3VZaNVaNwhZR+aQVyysro9mz1MMg6XCeJExnoa3nJWJ97XuFu/YNBodKqUd50+UnNCLE4kStHASzTlKCoOUE3Ncl6HP2nzKWlrtVjojIRzQzrOvUaogD4eteq1hQyQ6Ze5Y9M+vyb8T1T18ouyGSOHCTYY9yRuAFHmzaqCveqG7j0RdLwrjLQsp/U8VZh7sHxeB7GORkMb+Dpf0ZPNPijB7rI9XOGuatuCbOv7bSOPphri3owdoAymxsiMMISAArmBHitZLSLj66PVDVizvKcZKYvVtMrqcYYEvigPIFEpfZSGakyAlG4tW9ALdRlCn6SzDyN00b6lkvKPMtTW2yxlnhKHi4yR84mAz5cjG7rbLb8uOHgyrqD2OGLFdSXacLGE8HnMX6dhqaTtg0Qxpb05g0WipX3XR0dbD6yYktGIQ9TC94+Ws5xZ3F7rk9708wcOaNcSg5tOP/nPvJa8JjXJBTkUbeDcom3ZnhXdN0GuQXc5jDWt0da8TpKDaFPhcZidpXY5sraA9cYxTM8WNDUpBiHuM2RkZbYUsP5I4Dv9PcrytsCEJSLd4CV5Xc06zeRzo0vmFIZu07vZ/CG93ezY0l+4V0yD5pbxe42mf6yRdBB3iXbJWDVXZLHJbEfpDj4tsTmoa2D1SXzKgnVoeYd4bjX+VD5Z+DAPuLvW9uYp8Di7JxdHfzvuhEdCerg+eKkBY+nExLmptGlOJdDdH5y8Ft1u9ZHyxOf4Ean6PX9XWLvFcnXVdTRc5AI/N8C3vqmKjeJsz/BOgavx7ce4sw8RNi2iK2XqQNdY2dTExNoY0TsyNpsEErw920nHFKjkXhHAtirabMOr3tIGw9FGz152d+T9EAK12/hF+Y3H0v9hchxt2xqSvOfFxXbgcVY0RgasxOaasIPFtbZNERunQ02speqr3t/fU6H/RmSQkp600jRbIM3ra35bQGHTJ5kC0Ujr0J2KB3W/TFh6pst66pw5PQuQwMQBIMaUZ9W9sfe8b0AUG8iiXXwV3l7GuLlJt989W1vvT1N1/tzJJQRRb268jcp+B03XrITF+0Ev6HnhTmPfMPPBmVM61qYXt2DKpwLudAvEHx6Uy/acKXub526q9dvTl78erk6vnJ5el3V69fvXl16cvs0CvyHQdgyUiHZnQCLJfKXvlPmxfzixTZMJGbLG1Q7iTDPHihGxR/MUSywZlAJBHYmE1bpXAS9zbRw/k4cr/lkYe5KlDIw9nC99x175m/EfRx5lJ4qSPl8YpFDyVqVwWkKMGz957R4JRokUSVx1eQJECLiZCjmwX3gkC6cAwFTCPmGNMPaRuP10XFC+9SJ9uTkbYiZCuJEzt8Czed6LzBXgZaI8k/hnOt833qDkFgRVFuCYm4tvDWC76E66nptcOX5hj2j037oTNa8YACOfqdx73f2XffOer9zl5PavXwz2XVffpZqdUnh09savXwr8qquzTl9+tnVZ+uQar7N5uF47wrvPN90wyF83nL0thmM68HsIqWJPqrblZOv7F09SBD8E9xNnbpg7L52CewmyecgqUEG2lfS7NbbelwlknNzk4j6Nmc6pNne08OOKl66LJMtHsqd4vrtvlQaRZC+uSiMfKOaODv6tnMRffkLDH3NYEk+Ae/+c9P9/d3v2SCQDJSrsFgor/ufVm0ilrnnkvsHhr/hlld0I4XfD/BpJ3xbk0E9nwEbEoqTvKRHBD0TwnjigphdXX9tvDMtlSfC/9vgDsrJeHpR3+e6x/J64Hi9jWMcDGryIQk/nwMLGBd7BSXZO/Jl744NpiRAprTN2AyLVfvRvwvKO5h5biBhe+z6PZ11jqS0g6hkQusVcfcMLcQUY58wXk/+B8jhdC6r2bAL/lZK+MTdYFg8Sns/XSUuGlc0ko8bpkiXI1BTCmqu+EL/3d60h9HJ10dNwrlEgVs1WKXbXLT5uypUZdRPF+dG9O90ksTjW2MXNKjt6m1SOpXmeQLnGe5IaMmTJnKFTG3Q2h1dFc8qRDVaLcY5yVx2FZDTkGyQQmPeAzrdVsLTNHM/HD3MIM04zAWX8GCaGE/GlPK/Bw7U4ut2t01MwEDcILrzrXuIqqqqhwN28XkusttyFFG9LTYMzzI5U39wWCkapMeLsUrRuhBxv8SG2FGflGjWz/UOV0OiV5zKa1HQSKGWDbsd4t6+IECjCrN6htzXt02EUuFy/izUxFPvDckVTrBSkSOcAzJSPtYwoU3ESMzlPtI8+Ihk43/+uvmHlmoDB8RiaDHXxo9dTXEDjTIWXWFGlBkFBeU4nLKUlidcy7zvVhc08Lq4qDsJ1YnOvTI1J4cp3gJkNnPvf9YKn1mTgZc17cmsBCV3Jhxk2wJ2QYNN8eDSwXm47NQPtoMHU52OBkbwjLqQ+VgG0M04BXZ8aGeWVYwMwnQbMMPgR87AxcFNlUlPIU39WXFXpeEW1Rf52gURNnJoLgfqbbLbc3zBTczDU9GpwK503TblkOEX/MvdHpxONi8Jzyv+MGdTrlvvSyQNtDrBqd2kij7dYmRlgKGbMJNGjYdIpaHdrzJYj6ut9zVm1RdJyJIR6dAsQkFBdLjBvtFY31OM1NmIGzCo7+dggDD81uaPckKtMNUoCGaG0/gMWjHKXNgjCpQni2yffr7dj+7wtjlVT2dLRIpYajy/c7AVfSlmBSxc5239DuRieI2ypmPLx7gdsNKquhLCaaFQPlBTAenmcN+uVaiGSVnfXa2ntzJw+ndcrA93F0wtRYGlOML1X48tQaiNv+6BnX4YREOUToLg6ysB8Yk4tpz3Xe4dnCmu7vYTOLStzHZdKldhMQt4JfjxeOjQQR8cGgn5biL5jJE30UQX8SwRcPJl2ExsU5mLoqYHlKk1le2lkjUBC9i0DSR9AV36dvE16u5z18rlBG4+2U4SxfOIH4ROh6CEMEEuI9CBW2b4p03NfhRna2c0VHNv/Vd1LG9x/RWsPcF92cODkMMzHXN34xlsepQOtpHMo05kWQEg9ebJhekKFWTtqhcJz5jFhPJu0+r8cJZ7cXU4ZifIjqva8xEzjcpWY5OCrEdxiLFXtXT3FXlumYrWrd+czv/MqzqbBHbbzoYS648NlMCG39JptXOhb0zlIY4Wu0zOrZcq4GjapChtZBVGatGsoKxZElnRptoGR6Ivmpx/RNafPfSr4YX+KAdESj/Qb4VFtHkXRN3EmrMZbemJUBi09EzvA/SomUu7JuVoBFK0pdKtdl/lNWWpWo5u7rPRTqh/YxMr9OsM3OQVTX2KZgmONXRlC+LGGhRhZrzJ29HDRiy1m+sf3uUOjxNLQ04S8RxM2WyRl9ZxC25sw6elXfEdUgV7laHcDyC6OPUXiJTFx+TVSbaoDXvUIrxBjN1PjjtLxaY3w+ZSDsaj3BcQQrKe0z11L2+7m3WexJYmrOXqQOHNjukg4cOqcm/ITyt49aoXGS9zND1hODKZo2GaheFzph9myxhpcmKB43NLPz9Hdptmqg35yZ3QDWT6o8omtNDcCw5cQyq5b58UBqHkoRP1C4mlQRvJAsoWeUmhDCau2wWPpxV9tq4MKVNYXsXDEU7FvoEtqnaKWbhzmQMjEPKIPEQ8G54T34zBnF9sK0Yqd44iT/kcjGFWTXCO/tBLn50B4tt9869Gc1K6PeEGiVanHjDzhTW9+Ppm9dXp7IbV9re/eqymszGSlaQG12NoBA6/z2IWVYKbLeG8hwv8x1bLwwoV19BA518CTHelegckyc2qX6F6Wcao/BSbecWYzdajJ72T6KL2WC6zkmz952D9YSgnlSSscTUP7FIq1O7IJefLU3gYVpclDdg1uR/lys45HPvto823OOwewAKJjrlQKT4oHa7bgpqpBmaFty+ic+ACidv7lvrAKPnBE9XShm/ZhmlRG6nCSA60jWScnztQsHi47v8XPpOKKvfBAY/mexkRUpUuhwPF9GEIgdtUk4xWB/5YKEr3nHoZe9L6cPkI11M91tpe1OOa/thLs0xdmaU6B712KgrLfoBwocdjEx2FG09xgJp5tcNxlZIWbi8pAAslH/eTCATT9N3cY+Km1xzCaV8jsYpyDP5Laiau4biZJm9+MsIjNhYcoePIzbgqlqL5AbRtPgoDFDiF/Rt8ThgVEuk/axq9Si09CON85j43BJ/pT9s04mR72Do5jVt1HNDynYCaBuGVnZMnskhAx6log8Udyz7esy+zpMSUP/A1KUM9BjdajMrzx4DO+tbL6HIsSvPdzns1dUT/o9/nDGru+NiSY9ZjQwYLr8wVSAGpUYO4oJ+M7+cBxlLxHBNUR3YqurA5SI6o3RCbOGxBCBZLXT0aMwbSiQxcLuIcc1qaBMnTVxjLdIwoRSwbxi3WsuVBWt6qdesnLT53cFIYUNpNjn1sE84sRfiuwtuCG+lPUK4gM2UfG7+gkq//FMubJcofsBFfTtFEt6bConcVK5z6U83T/WUFcK4J6AcG+TaBInJA56ymcety13KhsnVyYRj60khm8us3YsaC9cIx/8W5jypf65afkiIV/KPsZTj/PYk+4xTy2pp/JAxUDWpqSFVqwDDtFrP1Sp4cs+9jxmu6DIfny+EwGsopA0z4QzEHxclMdf3xKx8v2Z3+d48FCdDbvKJTeFhA2e9UjYKrPArvJVqVrSQMFdNpl10tgKR+SwjMVnv/JFbpDq1JlGCiTdXUKuk1dSR0y1mFlEcnyLwxYdW/Kh9WuWFTbMSMAjEzl2nLpjvA0ArKMmdF8tSrZrdGd41XRRRF73qaoJ8G8t8ZKfyXkbxjghsOETqAz4YU7E7UJOJomYX918bL4vM728/TZwb/2ifGxK37Fl2hOj3P9Qd2nfPyw8IGGf5lQAA+JA6I69xlpRjW+mMbWk1mRAuTZlsKITkLjF9OXuBBd82Wu6ehetkpLrAJYRMX/a9nD7o7lokB1KuBXnZG0+VhcFlRTNJ15PgfXQ87cVjHJ8utY0ZDoLCzpmKvFGS1unWEO5iLElm8yVoQvznwe6X25rLnNl0b9AJQ1Eg6XH9dtxc48oS3laEVTWyssHttUvWUdfrZSbff2UcATnb/61Y9UbvKml1eF251sjcJ7VfVru8XIi38LynPi9TCf2RauFCRQeIxTEflbkpXxXKecM0LgRlmo9368LSOF2HNTbTpPfbSqNbPr68LKb9RrUdHnHe8Y19o38eyaqmytDpSWWFYlkL1j85geQv1EOHELqp287oew5qGXMnECVPcsIoSe+gmPa1LliqB790WC+XwxPvIPuc6CmXGaAHhxycyM8YcHp5kVQruLmydhiTIqjMeh4O81N2DhLBOgeONdpLqCSNvajygiIR5nRo5wF8/tcF1bSEw5NdgDUAvGtSz0qUpMQRpJmaUsrCGWFP393g/0G046PgbDo/TE+JDwDhqnyMRHH3GSKg/9KrOOGVNraq9iQQSetOXvBQIwKUDJh9hardGje3mCxW66kPejAB/UZwqLba0jYqWrgm8QGODpWdniJbhkY9awSwkCCb1Lg3hzG/ko5YIhBUoQlgPI5kgO3YIJaZyud6wslBDQhKfFSATlO/FXn2vvjh5NJtF/6703B+9Yl4HsjMaxZ0oJdZwnZY8SNuiCvOJPd81oFtXofCqju+VTsOh2XC0+REgnlegjyNDBWdOEruKZYF+TomsDxqvJix81n8obxrGtePgJO8ziJwIDWla4XlQ7wlk93CUVxYDXWBfp2HoTA1fgA9iQgJqT+zSuv7pmAGO0yZ8c+o3Z55decjIC7sgXo3LaSVRRguJEgOlhF55GUgU2MQod2ty/La9Qi0nadhg12GyeNZzYHFrpTpZENzy3AfLq4ntUAKiSiX+3vnclxd8V9/PEeOcJ3XfzMeF/mfAdp0Vj6QWORo3CZXwobN5aRRqr972kUJIybrSDStRQjBk1705FOCL6VLah96JQhO2od3oThFMRoYBYFM1S41xOceebvLzTK3jE4Qc6xwS601b15g2Mx45bUPQZvQAnme7Peo3FP3DP+beNPINcJYpDk7JyMl1yNd+i1WxU1D72AYoa2tTUOlJTPiz5+CvjCNNPzXqWI37OjER0MZmvMbYbHyQaWyhM54HTXBJ5Dwl8R7SEnj5THSEy6Bc3LshAPFKLRvndGOV4QtAbZZtCW2gEIIzwMv5wKlEbrcnkYjiz8a69oqfJvdYakUgw27Gcraj9h7SdpNOyMIfgg6IyeAYtAsB04UwjmcjK+w5wYDOOH8wP/LpE7q90iIBau8JQKK3+en0vdNSIp/aZI9HPsT/OE5AxlJM4NdjWlzBRT4cu9HcLs5fqktMPSYmOuVDfB3nI1fTG3KTAP9ZIFYBEhUtErkIhq/IHQWmRqps6mhGds9jLE87HEYDGY2hfQZzui5vYVY8wMCHhaYsDBgPofC1+hGCRjccJt7l/NgvGQZUW6pOSoZiziQfZ4yKBtD1TA2WAgyk4hgSjAB2I9D5MntuCaiT3FMw1fiTov43oE8YlSaywRh3LAnfcz9QLhjutUfGDuya48R2eKM2/q1PaAfFsFgAc8WcxtRdnSwRoEzME7aBqY4iTTgw8GsNxXBRu/qmc1DuYKZ1oi093TIuV2Tz2KyWCbBwLhkSuShsldQtOTmY/wjQkwUeSZqJojDatCDjzhegWZyLSSVDsvjorrkfZ0WLyqK0Cfr+ab8xCuO3F1sYqZ5DTQiIx2n10GC02gbinWsWcDcxBQdhZMK0UY5YRkDchmwZ++K2WYtrjYtIj0DPTU0xuwKtlFoH9JsxkUiGnacLdCm3q3dUpjOyGRwmU5FunjpDxOc7ZTLHnqwWEzbmfgn3zNcFesKp12QxzeJgp6oisjZ2WwsjVWwz0xyHczhwy01TQwkxuIumPPu1FgpU4OUMkKe6YrTr9rKPbGafC13/8LkU4IMxH9Ah9j1lzN2L2tjdhC8CnDIAXxRLpkzjuZFXy8ycmYDhkRvTFvO1TVMpzMbdwtTuFkrIW5TWLn2SgYDyPUExOupsa+PTBBTvDu7uAyRHWwJUeO2tGzfhZ2V/0wE2rT/7dyhoLLk0H8958MZBAPUKHawC4PaMhPCF0gnr8amdSpmntJT3z4ToDcLkMTsdEVRH5JVwbX8SZKumAt8ygRETBMtblhk1omXj+czbsIMetD93bci45UwK/jdubb0YtJS6kch7hdbUL7cRZwNPQvUckcEjwXjynAl7qvxQwIFvcEEasiogJRpEmC/YmP8Ef84xS06bLHOEFxZnmRXj2z5qMm4smEfalpqKp3KKbZYuHkqFmOCwVTaSJpuD7ztyPvvFAsPvF9kwMJ8DYwWYaP6kvzE4+7BiuncTLO7MbcH6Tpss+ujdQHzQW09RxVKnLzkmqVYlnMCDVupMyq9YtQjF6SJUzR+cIERZ5uB+jOHqYkq9e4NkBYRxDzJGMUi/r8rzs7ZUwG3tnj5pnY1DvXxIbE43jDimg8p0LFhBSvtlSXq0kQ4315gC3vinM03c5K24qZPEaFGqQFw2cJbV23/lrOb0VDTlVH9sR5xqCIKhnvfxiyAFiub3HI49X7xr3kh31MwyBRlIrJsJIJLYAOkTQJNjjBWUu8iSWglV80+ThVv+hpsYjCO0JSckUSblODLBoO5SEWNTXh9UgmFjhAhGq19ipw0aAZw5EFo5KIrXH+KXzPkglfZaAscaFH1DpwnFx8LrA34IVORGQSyrmRhrmhsOfahEODOWBQQaMt7/uIVl01qtyx5IEsCJs1iI5j8X8qIEi7EYvicdMQCyrhZaxzNDkySPKA2OpPeA70AC7Wq0druGI4ji0lSx3WsWmek3q6wtF+95IHWabZurDjepq5BtJZELd4gFTR4Q/wjh7xSX1hoyONTZQxHrMEqpyEDLNHlTz/WIJhcbRaHxEN71CNb/Wao+uR0G6iQTdlyVGOL2dwbskKl0dn7YKxxV30V4Bk7E9fHJnby7YmLp9dtD1j9R8brjP2P3JyxWoTCZ9hnkO+Ex5FUnxgOQwXwHKUGu674p7M/6JG+L9nFtRTm7mZE6XKPISPhkTOFyCNTnrIFviUiEVrsT92BQ5nJtHf5WGsXXjYDUs8R5GUsKWnCN7IhC1QWmbbnG1KRf4hlBo9cZBTxq0Rcu2jHIBWqGyquMhYOGXrhivF6iCHIhdhl5xYEl0BLqnVpLLIrpa4N7L2IgvFkhA4jusiXzYLszsRXfRmm+1QpbQYYcq9EyP5j9WBbHPGR5h5ecK7celmb+wBWLlwKL8zDlEXkQC3nsoi+g7WMiY/FE3bOobmSFxfO1E+dCt0YPSLz9MDr5eiJ5JXFT+XHknVNlKDRNKNBeszdcLZZI4GF7pjCqg0DHxzzE1uGUFcnP5UILwZfnGAB455caGRIHss/RpzrC/OjpqizDDMoUaNJc9FcvGsC05FEJmsTIR+1bDFsVUhIA1HDAQpLIxrYFJYykxYaY6uyqHrpznZK11ADEcxSc1QNQnDfrzT+EUemAzWgry8I9fAs567Ipm8Itplel6gATi8RCYZNPSbEaZUtW9xLA3KkuvnoRJU1JpmspUfFRew7d4JkNPwcZPIMuyuOr1Fo72reXCEpuSb6+QHhYsivT5vZAxs96NeNWtho/RWlhXFBtQrLJ56j+pUMWIBklsdm35n+dVU7uarJqYZ9HUqYif4qP3iAjzdjsv6MBzccgrKczslhMAwLmcPnXOvNqE2mGgYTxB6FXmaZWuNuvLpFTUe8h5umH2IqngyigvTITBkNg2kYYZco0DppWyCynV05vpiWE7A/HHLhT3pPGaGnP/BhIV9AU3oinZUSUc60k/nXSqkQy9aeGCBTNEi4jYMdufuVr29kX8CEqpCNIqa2F+uWaCV/PL8CFXR8LJ+JwxBrirwG8uy7XnxERVL+FT16nlMH8SPWmrkn5R9esTK/EoKFjUc9Uy8Dfuqw/pMp6eKi9yBMCY9XDBqsehpZhvNmmOfouUtWbNhpGazV3NOmR727Zc0dgDyykMI60j30MJeyyq87g+mOi/duqWv416djNx8QTD0LnNs4ogz793/573TEEE/67//yP3yvAvVKzQnBigQQR7rUWCh//iYhRBPJLcTU6PkYu/rin9479LHfYqFxa1qPsDTpTtxN+N2fdxZ/PHWHT0o1nVgMEF7MWijJVekFlNvY2H0+m94xRUtC1GytDW2k4KxKy1zMqUchI7aTQqCpOyQgcpI6jV5f21lARBFRB2qxy1RMWdSTvE8k3Sn/iY4utfsJHfjV49vQTnDqkysbxyk3JDi0KSe0jVfo0dKhtb3nBjG6Lv9utpZmrR+eFxecmLxYtB+rh/RHcHKPbWyDPY+cWxq0hlpMxiUyCWm80iRdxPaxMQWw9bajR6JqVU6GoE9aCjcPFQJpCgTGMBXyTHGYfCooQQxTaBwlWPxgAz3HUBc8nfBKqbmg2V4f2Aisba4xrbu4/Cv7oqYESd8RiX+6tBATHgYC8EXaO5FLXpzFipKR5nO74F4n8XPfWmCzV7QwuEf7/2e8O+cmC4Kjml7eiHYJ7Fb8TvwgSigEgUz3jjn9Hsea7NvD5DZxCsRmkVAgpTtpyNbQwJw4C9PO2Zlo3Iiu10KLh0fMEbf8de8j2MxeY2U9OeMm7yxjP3E5FSY5ZfAHyt9VetImbiB9W00r7l+HGlxaDeX2KSSbKzPFHSFmehlQmgZ9LkkgUcZOYGwyo5W6L04SJ4VMsh8RwBbTlVhpHj/ux3C9vVeslaX01DAJkQTZe+MySl7vASe7m+G+foyyCSaEmBzs3Pr7CRO0VJMdUXbFtT4Nkmeho75qo1ILYTfxrZ8zn/ix1Dx4hBWz9Ioj66Sr57V0hnAXWyuZsn8TQNHn5ePpJvRJ2UHPLYCw+6jbzIpslnuUKw30qCmuIJToWdM6hKAEiG6nlqYDTww2yWNhgRFfo/T4MNUt0bFnHl7SLL0jsLu9H51bjIPJAZWwTZe+aXQ89CRIcWYSufGPzwZWeU8ZstfnvuD3BJaA+e/AHtWnR8lZ91SF03rbIeAlTaSpMw+1kDy44lJABrqzam/KIbnKHD1JURxdZjZ13tvG6nQHNLpWk8pArWH+VEOA7n+x0XPa1RZ7lHmw7CqSlDheJvPyM4xGtB9TTqMwSdMbV/WcrohPDvFMqisi4oVAFuTpwYJID+MokUDxYYq4Nv8QbTuC47t0AhHGgvt4lHtcHHZQwpfYYvM34yYgapRMnBd6aSzmCpN+om0QVFaOefbeW4dRfRrkEKvf0onm3WO3zsxqYRptYCzZ3O+Erinimowgb+60keaTokDxtwjOS3E2pA88lig2ozCaVnVm//MCpgZjRYTNj5zit2j0QPoENGG5JevP2/rdVFO16svSdS5lESUjJoFoVZoDHj8iqtXUqevI6fS2aPYo0Ri4+inWJvceHENcJ7LemQxrnSajwxAL77lU72eOqPXUF5061iWVoVC3EG3XiMSj2DXN3FSXH/uMOSxm8Fks7fbtdPS09eIo/9Agb/HF2Vs875N6MTku3gmktfMFlWHkNYTV5Yr2slSSS2bRU311XHx3+eY1q0NQUzMEWzWK8+5M6D1qRo6FWBlZn2epp5fh++pUDWcD5PXpCG0Yf0uJLITNIadWyBPdmpUPHuol9ZX4MqYGk3FfXTW+4ZUoi2s4mh84VxVf44PtZzmydRcHNQKvJlrs7UOWZyLLDL4Jn7vSGqUR+pj2AuISa7tvpJjjR0pU5F0wUzOVFL+m0MF+nFV8fFyr0+3vQQScvHpTfAvnEkww0089jlW0ZKowdEKAQz3mMEH+orMDAhLbMxu/yJUee8rSuIBj5ZV4V31sxgv67cW4DsjHtJMAl/Vh4QPF0byHwVVMlalcwaMMEqaEO2szL+MuH8SLFtlILlYCVFqmfkgOZV5X3Z/ve2Q8nTBcUftEpQtRrP9UZr5VwLGNRURoy16O7PUE2nmL1//V9GNTD9eqOxGzkJFTsTYoLb7MNY1gchsiVk1/YPZE+pUw/TwSGoZs18HNz9ueUWGApl7yGZF54yAybtMsVx/tgEL1Zho/G1YtBjGXXH8TP7HZ6ihORXZ1PmM0KT841yWh/nY2TiKY2CATWTaqptkT2APVcMiXYJFji9tdgPedMjhRfg1dC61JJkpoWnzniXNAqt9TnFTTxapbhs6DcxuFbDobQyuzJA7sWFBldfKcJHJNYqqex2LKh5b7mIvdkL7WUPB6VNFMPuOknmo8IKrLMHaKFM1lRj5ZCXJyrkoC7g8WHdmdNhB2g1V6xkrQUK7wzxAOUXGvUsrAxL6OFqoTzgujQ4JTlOYL3dvk8qRR0TYTCAdeooKojrYfJ9SC9MAlssFoi7kLZtryc41mhvGxctiC578qUKD1Upwb8AW/TiVL7Q8/VQMpKiRGKW1ecBcIGqKhiyhaHgX2AmWb25SsuzVcnjXChN2GwnCkMquo5kMhPTJn6JUe77mP6xtcCujLZljTNlgH08VO1hQU3reKoD0+U0gpRFdUjjHAxIGJfis3k008MvDnpYnq9JPg5Tw92l2nT1yxxIqRwEtriMctrGsNvE66gpNGonm4FY5ZtwnKJqcPxtmzTR3Nl8glXLrwyAYBa08p6Db5anZb7hsCNyGivBp6O4/gGJQ6kD8fhx52qJtyN8HZSp0WQSR5Q7CCY9JdU1/sA5M9F81jmlnGYbEKvIpeMh/MJQ1d3TPRYTXKuupuZK/KMWXoaTko2ESyQJFCgoCTkyLLhdZxLjYZQP3KvIktJjguDzr/M9gd4+EsQ6WHPmOnQwT3quOLZZN+UTWUGyUQhpqKUs8Ma7m12p+LZR5lAGmupkw2WiiBiICtck2kNliwRMP9QhvZl3B+Ro4ypDrq56L85JVROBnf/K4nALHqbYIgHo4PM6NqHrGJfjy4PI314RKxtMojWMKYkSqgpwnHDZE62vp8qQ7pPDGNy9TCZBlmlDPnSsvlFo4YAJuytrl3kCnKOi4lXJGpb8sJJ+7Ssswwdql7SSIkqJbctfGIYKXjjNGx+hKjmk1uiYoGiYCgk4RTaXGLSXtVq4+IrKi2CKZQasuy5kOE2dRJMZxV7F7+Eck1sX3nCvLPHYd85GiCZp6jbDJnVSqHKAJttzhfVp6ht8e8zJLrElA9oBa/qKmH0A+ZAKJbsmzoexWtmBDmth8UI/hJe9GpId5xsj4IIk6ZBAXeIjOPGHKdxiWaBmOJzj1V4c5Aj/BIpSAuwmhjJ2AOyG9/moxDGAlZJceYm3tQUenJ4cPVAYe2kSUInVKhj7DGzFt6ZS72IwiSc4W5dMTl93LnqzdvjaQRk8VEO6OOtOufavssC3+2zVHNSmxuvTuJ3CgFEIuzjNPyNAlosH6wFpveoUzWO26kFCLYAq2LRlYuDC7xGHbV7XjMCMNsoNyCysssqeX6ZUpCyG0dC+ipO0NYzc02kGyGEOj8UgUecnhgpXhSSZsMvd47eErxvjprss5QLq43oNoamWudY7VHJaWZYYc9EXto1DYzzCqoTdSYmtROcyMpyIkzv4j93rQhiUVrLe1+wEAkjvswfbl6pVyWsD/sGg7fe03N5ZS1wwPuommuxDQOp+Usi0zPniBaODedfeoIwgUyV0Ji2C6Dqz+y1Qh+JZfm8yPPRlvKhXTafJNT3m92OAiyY1PImUn8quIx6784KGXEY5811tTUd4wg56Y2uadkAaVrbySTllE5qtJyW4cWHQbE2f0ZIGMM9LLc1NZ30FR9gmnMMNUIuTBvF7bB9i4pwdJxoFzCL8xV9KJko2RpUF6Y4Axz99P/NgKrBpHDeXUHx4m6ikhqwBDguVdFUkGMeOUelEAQveu8ytIKmX9oHGVhXi5yAxkRtL8JbqfLLqglzjGgSI7Gm503sjjnRxsNXuyd5lCIWLRVNAqqFqtAetIs+DXOzRwHPH4KfGGLgSv4u6TWX7qZKNZQQjfBgRG2b2dwIGSgnVq2nVxRVT63t56qzGXNDrZ3/3G1qd9jJiRdGmjPsebcSrwAz4jicStHEJWJpUZO8bETO+42Jk1cAhmWD2uv/XZUAYt8JCL0BCiQCqM6aq32OQ/xoRIv2B00ztABZVNTze0t99sV6E1It7iGCxdxk8VV3vNc8dfqURbtYpL/bf85xR9629CZuDGtnTctFvNmy0OwOaAWFnzmEOF+54hWYDGt/7jIeYRePmroilhE1AjijVlczwmTOip2t3dNp6U3xFhgni2UKp4yyRwAN1kyTbgciSFuCTumx2Hh22uhP1YTfHfuNBWKkmtqkWxbuGeuR+w+cWlthdS7myL/xhi6QDvtpqrGQhE6MSg6EqVYLE5Ntp3so79n1j6yn835pPTfzCcUrWvm3PpMS/kTbDQjFUrEwANPGoptZf1rcdRdO+dMvPys7OqqjeMGWL5gEw0TeADKzxJLeGOcnfI40qlugmB0VJ+vsLKgr290MFJmtAusQLi9m8O375EAo6vmC+1wT2iORT+62J5xLtB/xexY8M6OTb66gaHnZO8LXFfEjjNmpUl0eCZFseUBWZTVQT5UybxQQoSA9gl+nOMVbLMRmQy2tUK4geFEkuYoqw1m24zPLoq0qRNNQuGUW1RSVLFlFOv3C/g+xiCuWSZo1paPm80ImUv1ZHsvDtOuqCzb334MrrthFKIScxA+JSduOsWc/lJXPqf0NyIsTuRupq5mzkY2fSvy5nJoY3rPJNy7jLZyj8g1YP5NOZl9WZzMyFrmMA+BprvCdGxh/WjjPhxUngSxF/cchk1mCCG9+ZLaYqEpFh6CPlhfEDJ9fnJ64ZKWtwJrs54V41MCUspcUVwOoy7u1ppWYZQgCd+lBzLo3iWEKebCd8fKvhRnaG0GPvIcxOR+E9A2Jdkd1zbImgnh9OMwoT9cQVfhuIAC3gXr0JQ9MiWy7EGVSQIOm9oTpsezVVIUuJ/Cru9GL9+x47Rh7Lx9EE/Hhx0zLBEKChRy8M9/MBPPuvW4o8ZYmNnVtQT5lVA4wN9CXiPy9nz6OfWmE63pD4KCBeTudF6qU3kbQ3IjNz3I9qvv6FuYWyAvBaiMFnHi8+dmKtpAD3LgYA59891I0mcPaE/zaw/McwRYriJF+8X6Okrhb/Ug9qN4p6VJZmdKTDiTbpZcYEJLkQ051ERWYAe/ouZnid420TWVtsK1EGPFwiXrhUeR/9mPCzeUQzPXFFa8j14+tBDpYAXvDbGckxUVWxkh9kSsu+yLq5NcBnUlXssG+BghVbhgENTqqsucieTayEUQqPsK00RLyhoD/4jh+lF6P+L8RTdAxUNw6cMuSNo1FX1bsmtXwKocrI2RbhSQ3redbi8o4xWOEua/TKnFkisT6WtSbdjgo7Tl7yk3cg/oJ8QHcUAoe7ozfX4rT40bOdvZJKH4Wxuo3fAvxI3SjK/LVs28z7Em31QTiqlRyNV3Pz2O8yAg+tvhHRYOZnl5QFb1XColkSWuYD2WEfmAwgM70wc1rFcqshKpTpi9OA+CJ+HVlCJuskJOvC9PkSS1zEsN2KAp7qQUBrGkyn7TEkDwbWLVSStNdTj87g5Ag/mrCXGbLIPVBrxmmxntmtSIejPd44QsCNPlxpYWXlcRdVSMuQ3pJSmEELUKEWEHTz+xXUSjxwc9hbSUN7SH8/7XJXVuLt5QI4sRGDXYICMlgLW62JLmG5h1ow4qJagMxZ2iY5Lqe6mhduVXcuDPprcgQu7yD3cIfRuYCioaZbUwlb4N01CK06Jb3GBVJ88zSA/xOfsMQfBtC1If/vSyQbvBRmff5iBLT3L9d20hirxBcMmFiNpbGX1JznishgIy3BxSgNEgiIdCBK2E6P4+MoOIAqQiNyz7NnHEzGYevAWp5sdyi8B2Kq+2kUUca5O77aa9XXV0U1Kave1n2OhHwXENyaeMDrRmPetOVaW/NLgQte6mB5vWXS7n6Xua4Ff2s/i+P+fBZQLyB0/g9pas/9GidZrEFadIzeqKRN1Lt57rekjRvFxWb9NC7GCFfL/IZTC5z8NsyBGWArnuOOxsLNpYnaKdoZSd0ZXAGHV/qZzREerPMpvS9CGFK5B5hdUuLOMr09VUe0KZ7p49SfQeAgGeM3XCKLQkWE3iam7sXu145bLHmrJU47fxYcvSE5P1eskh71ZvLmcx/oDcecMPJtzE2eclmvRmXN5GhKi5cBu83EeLeuSVVx4UVD5w3xlOCS/W38wgsLywSIjgPIK0cL1E88yiXvk48EbPTpmeVfOlFgoYQCi1WXSYPlraUkwt9tZ2zsolANWwYOik4ErvGopLCCxVUHt58t+cxI9b9UY6JymbC8UQ+br13OFo8DVewlzpWmbTY2EdrI09oGgaUZgfdoxSyohUXP77XphS/DPzm7SngLZi20gbmEcbwKCEtBlbYY6zgrhdzeMV6sor/kPnefrqBN9IoWXj41WB7WqIunn6Skif29YMkpqS9aANOf1uGp6G0Io4SslMUDE3DaEcVhQ5SzmQRhW4NsiDnaVgL4grafoc0UUCKtK2SNKXywPSc7CsNdO3K45obAsHgSlXcnUdhPJMyZ5wEJB89lGQgOuFE4oH23v/mMF9PukvmV8WPsAxI9KUg+39YiNTQ5cTvmoneOozciezBDuiIf07u27R4s+A1vwHvL3/oBrA1IFQ4NiyBdhZZFgxb7jBETgvcC/ZSacUJYk94h8eVdTWUcN+pQYCi42AGhXPwHHx7PHTvdQWjA4uNYqkitzy4RwvjAbne8A/5voo4NLCMUsDyJQzjJCf5bPw7cB9EZz0IXJwnbJtyweHdAvAcXbF76hbKgZlcLjciVuVATHBmDDxUdjeiGUaqnelp7mn5vHNQcY4BTAb6bwR1jQ+clz2MO0b5LvjuFAuLr78UT61W14HlaAbPbmCX/HRsK4k7rnnXLNoqRAqSw/167+vdLGmtl7BMyOW0s9/NNHFpBWl3E/Vz6pvuKToKUXSrG9kE193Lq6Il5Wo123lj3DJUPHP4hoDGNkwdhqGy1gndzUo4HZ498DeLKHIHhnTeDgllbhOYTFrQq6j5Y6shA7xBX5ELCMbyiQzaWyMyV04OJ1BXPZTmMd8ZJJSZroGgTkSQzxWm9oVxs4fCDweSuET2d83CwpqMHHbeq/f01tCQ/0u+WH5p6wy0/39NfMNBk0ftA1x0p2qeEs0XVbTG22kspT0jv8GAhtzqpwbEaCze9VMr5zrp7jO7qqeXrn+kZZtwNBXOzOA6cHSZuGBIM/TsMU0WuroiPKSxhyjwEvcADcApGlYnrLsQHx26ZaHI4YgRGJbJiOdU4cxuD4DzP3sZ2fgfxt5z4o2HEuM+aNhXFOyzIQziYBVDfn44pg7qNF4Yz7YsEdEvxLIowxK3NMSquB0tR5EwInW3CJlKr5ZEEJTfpSvKXH2qmNIDoI4ttuRJf4qE/+Pdylll2TDhump9UL0tNLzN4+CCcHaKt2zq4h0kif4mo9VIRgDvXkvg0dSx0NXGv5MjGKEHi4fZiHuzegGqozExcA+0CT/kyCQN+sCLUetH/MKMGpcF2b1lsLCfHYyG+ClXs9rqnc1TsH5bfhcO6e61xrNTHil8alxRWLITspltgN4mIFl4KlzaEJ2FGEEyX0UG+/4o855gf/459egW6bR0iaTLOYN4Ql4+YuN1k0hH2t/+itMiZwyFl5MSSoMBGIbsM8WpgywHOqXzU3cNBf8Ni0tM3aCbWhphJrPVUqJMvdToqQmfxX8HvhHl//iqFkWVF2/FNHUlAlRAKpgj7AwvMQaaEaRWbedJ68tb0su6c3BypOQDr6EVuPgWLXvlXONLcKG7WJy7QWCFfQUMkUaZTIlsAlQPeQ2JSQ6pgllXgoMy5V9oQDSFwazYM7xQJeRjD1dT8CVT3I4MHImbtKb8csBtZ1ORQcphXdg2hvsW7ag7hBZHhRVrgB9BImVnKUND77i8Ob2Tx1xQ9uua7hrGAQWzcWujwekTKtq1Oe3lGHUR8nJhQ+k12zoo7mgdICv0g2USDCA+3GW6JjriPWLyIVYmvS6i8FqZQg+5iOXD9Ntxa4djBJJ2mQtaweSq/OKrQI2axA9DSsmuIWyoEQslzz1ZepSLfQ4hXp5q3KtGDxnnKZhupOVi7M/Ng6297af+dYh4QRiNI5bgtPA+QmDLTH1GSOjwL5wPHVi5l+gFyiAQTX1mXsls+jnHnyU468qPRAnamQGwqcAzeFlT21CX1ysNcuLHZ3mXTOzkTR/3ny3NY19O6GYRssxTEwVgP/op8oz18O3aMf0jcxU4p3vz4drwFVUBU7RVeI5Y8CWIgtJD3mmFWsUGyG8z2mKS4v9Iq4nT4NicIapJf4ZehAneF6NRkgu3BON7+YPBD7kX2mpc3A0bfFh6uzHaNhuXYkcBb08X6pCOIi6NbNyFy6L2BOBYhNEEiyL2yTSVQZth9cl1c/d7hig4q9adKvzWFIhVQnkuznzjoDYtrvQxtcRNvhQvIfMepn2tXmiFJeUN2izJBxM+9fNkM3fe2lyaSd90LX5XcLO9mc1++DgDzZvilYz7p42Dnlx+Wq57soB7rJsM3ykvefB/YxVG1IFgVvaEH4HPn5xdnGaOyhJtZxUCWMXa2620Ac3jbZ5+1OxkWzOpgeK5JS9755kebQMOhGfk63zwVydWhfjB8EHwTKqIsRXO8o9cqlcpXP20CxcbqlUseqFgBSqboqQFecqqdlXj6f38C+dSNyaxM+DJYNHS/I8U7d95liu+CufOwP3PPUtSDFWCfm4bXKxirVj9dqXyXNtrUm6B24yM88BYipTls5GLQCCtfxu7hJqzJCn4nsMn1auzCVLIN+PeX6chBu8keUk7Dr0EN5JStXudlFt326jJ1P88P0LoWef4r+Pz96/C/si4Fk62N3c3d093sttEAWyPL9LQmGdYTewytfZPrb7Q3lr057B6uTxCj3Uzdx/RpO8Ic+vyYL7JHjuiXGO/UyCArFodcczlH5JO8Msf20YjuLooBR/RmBVxY0lFVjuTvGZv29ysajMNE64UXTW56EgCCgHv50OfKNfZ92xmSxHLNgz+hrDh8utSXtlbsp6zHEyNCdNlEG6E7P7p2/sqHniNsXOpOOKH1pxjN6QCGDfcBlNGxpsS7jaNIo2bQwZm7JAuJubM3sXM86+rYetjA3ODbrQ9LU+gFUmGsbAWEPxGnPix0TtfhlIBLp2EfmeiZwRCnoZCuwsKgVM2OKMmxdikVPai6i2TXpRZPPLbtRvOYZ/YizCDIguRygMZ3BVaUHyo0zvxRweKHc18RDBdx2KQxXOXGCSDj8a86RkqEUMC7grlZO0LpaleHtxWZdpW9XSdztc9E0rAhPFkDRjzPJRrddOIVx7dfNMJopzH2I2d4vJBLWlY9lzNBYI4ipqLUfwpiXJ784F6DXtRWzPsCj59I6tp/UyyQgzMtBkdZFhAl94bPvd+90lGkuynDIPeo+Kt78MJ+FcM7V+MUCp5LhrINM2HOeS0kU/CqIBNuJZ3Ukec60rGG4b/ZPZCILeIktu+6rQQZBaTch5olgmRhA/wUZguIXuQSnaFymmWLehhe77MooVWXMGGONsQ4ry48OY0AEPM0jSpszG8noZJc/Ltqu0ebP0PaP/2iwW0+rTjGHkl1fnJydvTv7w6s3V92f/9P7F20v8N7byCdvkPN7eyztRMQdZX/iBuv6pFHBtLGLIYsyDt91r7ayoxY/UWm7llvXuWG33xdFPadgN+ozO7GVyZoNn9xLBnXhJSflkdn2WOT4G/p/PGuaUYcz+ohzmPZyx+UbIazOyGfWYe07mEYrqHLkzowqLK9pm5bTK6c9Lzt7cBr2fM0JMH5fojyiSIRw3PU/K96wPWeYiFS7MNa7JghZobkTxg+xtw2cSRVM5on7G9ciDu0uOkFCzDQ3EB4XIeCvuh1fwMMe2RoZrz3NkBzoToyYYctJoTELeJm3nzR3lXwkufu5OW0vdmQhg9M2o2qG/YezSqoOcixQI866cgtD6ubpiNFuUbYCxX8AXujtK7nyLeFvb08C1K0BM5kTYtV255NxEx1HdmdOA5P9MbuRHe6E4CT64jDbmzP69MJaIpbuJpoUcsU2+/HlKYx+N6BeiYVrHeb1RXSnjgM2ZUrJIeEl/ZvcFSOK+XXJCk612/wtGKsObOgr4LoPteJxgO2xhoHphgYsZY7/YzFIVoY0+BQKxn1kTHJk7JvFSoJDoDI0GE6ONw5rYJSWpdVCC6jGK9ahSt0ZTjbih+Y3i0LZz04nCV8UOA3a1LpLElyNLCb6IT7ltptV2cYLUTGSFBKEZB8mS57XVluZ5qjs3TnZ+luc+eCAf2xlyF7mNj4l5+PwyzyklIRwXT9avy03AmNl1kKjJ0ZyaxGEZhPkcWiz3CHadcA6EY9ABWekKPUw/aJyKigzCocs9wkX7E/xurxTEiIqYccvKGjwZgzuYM3yTVEMkiQ7mF6G0PxOvwN3pS6UEuRznCLJgyUpphcFe3tWdjz51WmqDKtm2KcKzvpiWH8Gyx2dtCwC2T5c4HB/iJqpQcqmdYcNTjpTVe69RRMxFt5fgSU6izBAHgbD/krzsruJ2+a+Z1h390E/3lDcNWHnoMGCrEe8k25JDgSEmTJ6Ja6ndE7I6RORTgGNngLX2WR8vbnPCu7eNrsaHtH+UZiNdD/Qe4t+MaRaj/X9JVq1/sc89y2PAfn9c3FT3yKt7XfxxQWmqTeLGhTXcLt7P8NGHu/8AapUKPhvkXmhvK65YNPf+IqIoFGsLj5Zj37L1OzkKQ0wAWVjsW/fypGGsSvKGKpUPN218xnuiMGolMIFlmA6XKcO1nlYO1+lPj3uNZrbFKnSZ+Dshwn8HaaASFAfHWdWPKxdv1t8qQWnskbqi29xs5NVeTaUQ2L1LkF1VHwLxUFSHFaajXGyDTHVqgdFn+fbBrMoxRSoZbZX78QUzcL4Vkk9m8TtFSGKBBB9WujfhIXrL4dMl0Tfp7wvTe3X+PYaHXBmwxMG8zeC9ZR8P9Cl51fncjZHq3HLPNNBW1w/YUN74KulV5Dc/2uxMYpRFgX0xzjbD26C1dYyr8fTm+vWMzDtK0jsyoWrkUE1lFCYOMGZRLUySkbG7h3ilj36+sUC8BOM6Dz20zEzGBL6oQELgl6THmNJe2PZsypf2oXpQbWYZNocoKsfjanRFBtyVGsmq8GwhsR/1jCJ1WpbOlVlcrk6HjddEoekez95XqM67/u//8t9P5Zz9+7/8D0F+URPHJYcet0njPOU1mh5aFczPFJAwnWS5lyoAUiL+MEMI2mE8CqBGwbnpieDRuSk9mlJ6oqSykRzKnAyM1jo9j+eYp78kTljsBtGx9jrsg68fJSEzM6R2RDdkvXTi5Kj8Aaatbh/ly/VcUK0qK+DefeH6I3SjR4bXLdaLeURK/yJkBI4KF3HtqD4Hw/TLFlHK0EpKQ2q+3offe/PzR0kQcAUzzf72wfan7ExWrL3iDHG5Z1IfvGLFX6u4HDbjxWSaj2ulJG3ZsTTYSB0sncjLV/8ltNQuDlX/rGo4+5CXUtkFxhoRXbnyRALlOoGBkpJclVU2hWW5vew9Qm+nhP9BHPz8Do3xWMI7f6WfLtOeyDtjzodUP0shcZSnS7nbep+RmIUh1/aGViewPaFFCL4GgctHwSJsWov/ydQ99DS4xIkg9hxkKgoxlK0oGEx7Lu12yfwHrlUNSqd8DBGHdHZbB4tFRlmI/lXTVTDbYhuGzGFRbFo4ziNfOf94LbrMURv11ufp7YBDlsYtcdSTTPlY6ZVPEH9xAHq1Q3uPQE+Jg013WuyIZldtH/KgCiLuQRMIuh5mURIO1s/yGF3xraRbaWbMlZVUjjHTupG5xCY6iWY/pXTcEJJbHvnhGsqm2LhxfYGSoMGmuvqmIeK4vH2UzMC4sh4OEWE0pz6jZvoak72SP6HqbKTxENOGIwfPFS4RKq/mNDIaz4jrdt80p+7RiqdzeWgyByPRMEtBXhF9deMRvav7I/aIkL9r+sNkE4VNv2gE3p1xu3A2P5rjzWwL9BC29mSGIdxALoHvLqm3gEPeQVfJzI0LNZRWgt1St4AH/qtojQaEfVvDMZgqo4WqyGUF6l4EGff8n6rK5W/0SGFsG56Kwe0P8LHzujFM6ZsOTyn060Ijm3ERDMfx+QwvlYfFT6AFucwoTjSouAl7IpnAbb4tqNdjrKekp3F/mkhv8Mruanbav54AZyYirfGgXL+FrgjNWBzv8tld+C/hhIMXoNJgAig5msUE4tZz4q0H2cwVJ+EEUUQsuHKMtkJpG0VDkorf/KIYJ937pFxYS3n1zVDfaC3JVM919WlGxa4dM3foEefzBXe+C09lqB98AqW9XUzEjWrLe+47JbxZqdI5XOb/eDh5WtvJMFWNOPr37RcY4MIaK8Z4sVFIJzFaKNouDUjzp+DC3WC/DDbHhBBGVRGadmIIklD6Ihivxw0hk008f463cSGuCM+wC0ysY3oW4v/1g7DxxRl6lL7//i//b8s6mLgP0pcNVPVYYp/OGM94zD1qy+YYOX1fD2UrTNu83Fb0+kSumMBl33wFPGUo607ZWjOx+/giwmnp8FxfP+BJ4WDkbSObeT1udC+W3EcfPOZl8oeDauIVSKY+YK09e8bu9KQZR8qP5a5Rwt0xRLuqkfxuLrdr2f99EioYtJe+vs+AbiYcT0TkgqsgRLwDbUzaTU1hdMu73LJ2RQsJHE/43zJjEccRnxN/uawJG3jGfay3iZBLQSm5PkjatZDRJ66+J5BMHqViHvLeYXx9NY5N3MjlTkul+sOY7IclLyK9JC2NS4fpSG39maQrbVOx0BfNX+xXvU0/3ZmXal1j7609VNiaxxBxJA3LV+W4KdjEJoTIOlGCZ58Ie8rLQhhpW07qm92o0eFMju3iwv3EBEd4uL4ZpGCnkFteLQBP1O+jH/xViRSt876Xd2HRazdv4eIiRQv2E56JkespEtesV8zDYfCBb4TLNtte12+V8HOywCiDk1dspEXrjxCtAwox/8yzXH8ZbBBmio7pU9CCAWE7qj3mgRA2YFnSiO5ddyqTrkiFEJu9CH40sH3co60VJauOAfI34/mXxf72/vb/Lfe82HZaGe3ct9HOE4S9KQv48qYgHHMiB4va7aWosHMXIuzSnwdtBBmUWn7ANncEres7YdsKazZPUUIL4jdI0G2Y9t40/vstl+Vap95HQYn7FBYJDoEkH8gVTzhBkSIvRaByP3i1tpeyp2MYTwHasUDW9IiY19zULIFCzcxrx0ka8XT6emkeF8/xR06EiluugcYQCuV1Zg8pq7GypCEb5mBjp56jXKs6H+Sc3/CyJQ9Pz1ECofcuYKbLcj99SeYBokmd6V+MmsowcQyb2UNUkRQWEAU3Nds7yUVXX3t3kY6DA+ZSWL8LdVwWVuKD1jLtoMYl14rXlGtj90JBt7ialdKUSEURA/n5GwJUnhCbKzl8rnloQPsm5q29w0TJi+Ud1EOUnnBjgnOLTgEsWfB1MHx6PgVNRtpTMbUBuHUd+pBwe05xqyU7GEW/875jT1DpBfdM7VMpemNUyH39m1sQ/gb/FAOnTzDg5Ho+m8Qx+9xyIa+4sYarTorlG6mJXoj9ssdQrOMKhdwVygF3akHcLv82nDI0iX/5lNwRdGwWdUBmYQxZSdiN2pIVAdo6mrmDXXAMfrzaF+go9HCVYW4qvFhemUiRcePlg3ud/nsX2ngaourtSZ+vCJBeu0bbrgPs6RzoX1CDWLItCCuBcjLKSuKAcEE9VgzlQgZnndKA0UgavWLrLtNROJXCp0xrUbzkoH+aQUnV04lHwaH8QL5S7ziH7b6W+wiB2I4d4IukUUW0e1EfAltB57j/NNmzndo1zpKhmm3dl5WctPJ9bF32//v//n9YIpEpUQewyTWBO+m8ujikHuPCdaYOUaShbfe9IG0kdzIc1KEXcJ0cVle6S1UdTlzdIhcjSmpNLttmgc1o75qGlWWme6Wk841Jjofybb5VfIAvbGYZ1uXQwt77R4988L91igSp6BdYMskhkUib0M/EZ/GnCfY22BFTbHHXSDgzqVqmA2OBC/0Fm/bER+e9H7LZuBbfSKJGhqkkGFNEJpVlUmRuoa0VhxFdggFFNQQD/8i9sr99/4q+/ybMgzcxvZp+L4nUdFgGhD44F+ygy5wY4fm8YHLHNMuI3RpcHh/E4zSoO+5ZMvaDTt+8vrrECqHjY6cfrvQBV7SKG+XHph7Z7hTckdLM+gILxVh+24JM6YVNUaZeQ/dFNUMCb04F8TVa0g2zjVgu92zvQexsYbSUp1fHV3XGowd4UnmG6UKJGCuCCjPYA8SGkTwvGu4vQbaHNxSpV5TPZTHJUvqWSuUH0nA4rkpM9xWEkxIrDv5Ocgb+t8PFNI1g4AXwUzQT0DcOwtCCbgiFyhtx3RjhhnnG+7bGruve3UE+oNlkvMWYEO6TSinf6hPqxtqowNcIzIcJvJAddN4FTkriyGxs5E1Z23PeO0BJ3Tczibq67or94K5K3EtRdrF4iWIavq82htyV8KfO9kcJYTQ/UgOYuxksCjYm++OCOiUg9VIePCJQBvoW+eumhCQMCJnpRYHUuOdQQWtLfdXdkgbRN8JaZxDtTLRQSra80aIGl8ceNUYfq2EXoLrNLMwSwxkTMDHXBgQR30SLk1WrsukOdIPCMl0yvc+tdr5F8ZoKHTxydjENuRbESIpdwTdwz1pXJRz6L9x2gW49nC9mke81Kv2QsGDyxy0VjLg9efqHeC22g3FI3Ops6FI34hnKbOQu4B65oRkOgWFccmrgM2NrS09zBsK6Jk+dpDv7U+HOwZcmh8wI8n+vpo+0fA2BCT3ptv6Kit8tajh/FE0Pa1ZlQygmGl9deKNTFKNoKU81+S0r8ePp1QVnf6++K7HKuz0+Bo258ShYhpdpe5Cg2wBxOXAyBB6CMlhWLBjFBb/rGJDnaLtYCfqTDqeyHtMnbXUDasm1uo02HgwPmMIJnno9O6VrGlH5klFkQzQTUuPcZEmkHWPu2plyBGojlw8qqbmTBGZNiSuBkklQ+G5k8J8mhfXKa1d8IbxYFGsNJN4xtRNgmCabJ7CrZdBMQsuxYCEURhUNgWhA+CI8hRLPkwfeT3xqky05Yy8bPnd/odo8DiSFXXOC7aennbuqACK9vSOcgrJ29kDR1/Ri1t8GNYtViR0bdYZBTpEZowqLSKJg0iqI6DGZGFg4ZeEouJr01k0INZfAqOCmAyeAPuDD3J919p2OheFCMMzsUdyBSxCW17pvaxOyHAt0ngFBzSevhfIbrtzaabIm8MBeEl9+Ob+Lq++lfU01Efdq+9Oj+Ay5V24JWmjCQI5UOKBNidV/POC3sXnAVwrhRZlKm+PixbXNOknD8RXAjLB0zgv7aOhcZqHKJDMsa2YQVYqnWrmUnXGVCMqhseb6hgQsaDbqmZCvebtRxJltgwy7jdA4+J/t6LE+letuFhdrGgRLNUqhHYh/YTxUEFL2Dl1YjRg1lnNz24hc9PQM/drrfK6t+VzUKcmJuTyrhvedw+QTG/CjnjZFiQqOHGTRqZYjH/YlEwPAKyo8uHWKLffGPgGSs0pMemdlJnlKlMUSLbsRtw859hMLNqxaGN41Hd6k0GXJPEBPB1eS6aFwGVzZvh3PfpH6SSb4sZ+E+7K+Tj72JkPX87Rl0C/I/+5v727v72amuDrhu5jB2Jm4lDHaw6Mi8JhjV7EQ0ADPLJfQGmMkXONed/hR0xBRzJxMycAgVVts+PZ88fU9Yzuc7qOpbk1C6WJFIEAJO+Cy42aq2PJFN8fsjEkTPwZ4okcfhnpX9y9gEy3ywzmBiuAmxpUYxrxsSHmJ4AoiN0T0HWYs1Ue0AcymjSf43mVNsBJZzrjjUrVieIh8Hmgv4MEZ106pMXdrfoRYTnLZa1thfWJnGjTiOI79rTFLG58hczmSYL3BfUV22kYNng8HwogPQVf3UfH87PIkPZ69nfYQHPAKrPfXGKTDqOHGrKf1nTmzb5fGG+1VIJ5z46EstV/d0SLMPeH2qV1fF0HbqzlK2zv072rhCJG+rjnJf5zTgr5g0F2e7E9tseUtN1hx+RB2UYKMSCccfw90Iai/XyelnrMMtoGfcTF/IEINPYPEMaRUUPhyJ215XQ/j36JFhh0wbYw8oLdj5z77yJSdQ1Ua6x4uGhSvlrrhhUEoizA0wxrY+9hR3WgQSj98QY0NibI0vQK7ySUAFck9pU1Pk59+t8C0i2u3NAadv5EwkNKUAqfOMSjTUR+tDo32nATcWEkBnRp+fHRAXGlz05tA5fEsFEdgojg5bTOuCalXPVJZIjBdhZyZjxK0pYxICqSbNVPb2djYhxELWgJ1kLKHcX07dTkAMLiYdmkHW2qg+SXJn5iSYyU+gRfiRXLywmO3rHggOHt1CnHh0LEhcslnNg2ax+/sKw4pc4jDMQpJqpRYGL3X/ACTv0nYZ95VXTNmGbOkEzRowA6c1euyDZAWpPiNlnNsSf3LSzxwGGQZEmhxI+q968mV6bAmP89foFcJv3exYUwikm1B33PJ1VLlEF66Rzbtbb5YiYSkGk7T8lFe0EiYM194d4wtkQhqn7hU6x++d2KiROBnNvM3NKJYKsQAQdvuAZgGEUOTEHGPokVHkSJdOdhRDWAflIXa+EdmQXvkLjlCEh1iUnu2mQUYDznFVHNlosHQwnVFHMLdrKBCfP3BKwp+3DyoHIBZfZhiMkjr4Kh0F6M68E416NIFHHPHSYVl+b3cAcWGhaN7dDiG7vAv8JhMe5+kt0+rUExMfOK/McVwM27u87ZLVXYP2SoA/3WDSomy+ylMIY8CiKe9n0Gows0ABUK9DykAZvFT2WLS4FIRYcPMY9I6m5oYC+MFEy6EacrKcmIoqYvQYnRF6c97WJaOP+VwduhCYM7QTUKzAAT2jMqPLpAM3eBRO3+3kaqN2PD1SodvKj53+VP5yQ3A2qoIaqmijQ4471tqc+dswGLjbj6fHe/s3N/fb983jVRygmTd0Xu/c02/2TGy7BXyOUZVFFb5nqWqiSbP8a3SloYtpG8PntccjzsdDuNPcfULGgjifYXp7tx5ix1k2oASCfrUQhPogCUz9YatERpCQw6XE4fYGKESIunRgMh4pEqBTgCdKZ/MMo6rdhULIC3aCTeA7SYWIZPm4i+xbLKdYuIJ3eCQCSO8gQmGaT+DYRIQzDQTgkBi3qO00cJ+co3fVcKpHHTdnpqgImdzlMbXI3/o5oWMoGFZ0IkvC8Ws4UiRLuLbeDOH2dHFRIh4S+o5WhTmEGvrwBi4hNlg3ujUyyEME7lRrv+fJQmnI2nTWQHboHGWjEtfGo58wsaJsuyj2n9hAIVCUOsjnL62Jnr7AGbtB0PgSYCFN+09BEIZtAkoJzbwYIEFPjHFsihF+eedJ4SH4zJMy4+ufKUOQsAuKhrKUPWRVQGdxlLTnNVYBJwrgYOj3dfsoeaVHEY8r3REFE9seMWwv80l80nREMYbw7d9xM1MLb6KaIx5HI9GzFzXWbE2goUP5LDEWKRIlKJUGRDua7RXz8uuA0Xr2nSn/rSHaYlL7MMt9jrnLIbjYoaJaFuVIP07TCwJzr17+i14nMhmOmdiVAT3dfmBSfrGNQ4ug4VQsdbSJ+znzusrD8M6ZtL0317snF5csDynsYK+mmbHYsML1ykUvzi5kL4hf4psSSP/kMw9NF17VKHbD+xHQAV6tCfcJdceCpILzkggTIrO7MfTIqz5wROnFjd2V4zyVGKbhTdQn+CStVKm0OWecKp4q6HPhboF3UtYRlgwTLRSTK+TYZ9NkTJGV16WHwQtOCevlBnj5Zh1tLxpZz5mjUiKI8kBIjJDVolRD4VlxoI5YZ3NEazU1G4FMtuX7+kX/pLuucAMOZbWMbyMWmAYoma/eQExUWR3oI8gpKcJlStfN1AS4WlnQ2hiiTgdUCiCJ4qW8zlDhxahOmiYthlFIXxd9ZEYot2ZI9Zawf+aoBYet+3oGMIpdA8L+ZiIP5yMK7gQWoEtqjmxovbS6mKCJcY9hUXQEcBTiSMdiY8VvMFrijOdNGZxibPQzMr+VtYIdm9LM02rf04yhoZo3f2PyaSloo8gZh5HEtCuRlQ6amd7I5jaqST14mIE1xHAz95KWmTJpxvjYudC7RtmR1dOwGkz3VoCCMPXnWle1kEgfLkrpj/ZvLqjNlIR2wVNJmbX0Mf52+WLasvuvhqP4+vKhdZK+5nl7u7tyRmNhTubFhGhF+1Tyxs32kkR5eKjdIDOtqtG/MpirE2jbfS5d5x3FaJdMz3BSIYdc6TP/7EOUB/x5m+y4LuuQHBhqq3s6qqNRYI77aaNCJ9QMaLyokgAaSw51GdfXyIZYdDT5ISQyZa2IPY1cmiUWA1woBFVAIc4o9ub/b7wLXGtjBSQu5xX1NVVdF+f9nG1Opyecr3rU5Mm6f3FYT7srVC2VU88RXwklQVJz5J7jhlfc1mNC4nHedx0SxL2C1Lod9V4drMYF6NmSJQ0sg0Ubu9i7T8BS4INBtsn3LxGGKmMfz5L1mPJrtkTWYUEjrUBEccOnBy0dHqqXU0YuMeohE+S7jtS/WudchqNCAQzcb29nB9TjeIca89Ry3jg5o2WhIaqxFjNwab4i7+98DT5Ccle/GXp4nxLfInumxvTxvUcV4/sEd/KeID3s60ORH23c4oqjf+twboNpVkaj3OmbJI08H3M79NEg6VfbKuZQIvsnMwmZVwXP/474mSlFPQczDkd9P271/GEvIZRnvOYnkTddkJpZPO0FmvYshCHJ+nmZBJquQHcznzGT9kWp3rjgNKRp2IGCl/AICSdYpd0bNrDJ1753aRZ90vKPoDeq3zDePr64Mvu+MnxQDxr/K+j48Hh9sH2E/z34+PBnFin5YMjBAXhvw+PB6jE8J/7+8eD/d29p1t7u1v7+8Xe3vHBXjkpvn1ziZ8eHA8W7ZieAv/E6G93vLOjlA/dNgYEkE6q227a2x0ON+yYmt0tG/PYpolt/1zPcMA9GPCmraotMLruZ/DzwZf18Z7MCLFeBHNKvrErP8WgdDstx1tIeIbj7R4P8H+eHg9wFzCVQq8Hr9o3H1k8DN5MK/qvPRhE9laWc++QHtWWV/K1bvBlCc/65z/xNGRPtgjaw+sE0w/d/eu2Qa4Karzdj7kIeBpIqjNBgiUNJlYk9jqum3auuW6sikt0pJXy5E9EWd3aSfogBOuBdC74jBmpBOttKiGlVTlRyVuyhARGqXlQNPcs1FULahOISRhh5vVA4fEaRriYVTCBU7AOpTNQmHoWiRvOKCOdTCIYO5wLMAFLEulmY8STQPCRIcK+APULpJ/CLMjwJdYfTlJoxC9TajyKeeD7X43v1JJZa7Abtbfcy9Dfzzd6YYCUyyOPGsTrBmA9FFgC/wxFDhz9fZAmty3s3vwB6wq66F6Vx3tHx/9MckYv4sGz48G3/AvsTA3n8atuVk6/sZizr3boTyKhMOxCV3j5s+Ae7oE4874l/ekJyIETptO0TnYwg+3iD83CGYxa3yGtgksiOsHFe2CWdFMr5Yss6jnfpQTdvl1831BMkKJ7CoVWx4PeY5OiH3bFt3Hqz1gi3VYgL+j1n+zDu0gUQXTyV3cH3wi5NqhK+I+/J4nz939X/CdvTZm2Ln7CrEgrLCHiQKLq4sH3uFHFidbNvsRP2Xf5e955+B98LHcgSJ5piNtpuItS6H6GWrKMH7YDDqNooafGGFynQaXmZdGjz+dHvCOpzuN/VU2+2Z40X+3A/0ovN3iR9x9aWOa6tNwYlKC/ryT7gXcHKa+4iRIsDQ60+EDjBG8rntr23hO/4j2v7i2MF89JEkxKw41nW3aGFwBza9ELSjgmPGTMa0OEF18wa4wIZs5E5qfN7X6+ggVuprfmsMgf/v7v3DvA/7HhMoU1DhVVjJAJImd6vqiZBbTs2Ji5B9HY3tKrYTfpPN2GOz30SJ0PL2XvZEwJen870YtF+7F6QEDK1ttpdhGOwkWIHsqPlJXnajBpbou9uISHOoaRyA+08R1NcWRKojd7WtyRTzatOtcrG9d165Rq1TmKuKX+SvwWh0vfIngP6x1St3Esw3QolDoplujyh+dAzrz8JzvHX82++epaH3/9zVc7M7tx9HhityDhVoBdJEhcNg7i7iAkbjfpEA3LaUTfwti6UI446oPXLEfYC38U3iDNfN/E1Q2aQjVRWt6X99OaWvvAhW1hq8GQzi/J3rpHyUP2HZbZ50lZ5tqY6bY9VW8pWTyppzDta61yyk5nN9ihZ8F/PXX/lZ8ufZyZsxpzRN4iJeKduFsjQafQ7h4LpUYYJ9bOmPID+17I2ERYWQYdfZprDMX96GaByZsk6BO9Nstiak4nhjeplxIRVXQT3aJxmrqHfGIbzy01XXSNwjNYBnzH3y3qn+Vu0o8upPjTaejtyYjVj+LfGHumfMmqXfH1uDgAbyXrhm19KxHV+J5jA1qkgn/qLEu9ptptRJmx/KO1CVaGJd2PTfuhC1pqInpDvnIYHBK+4hb5g4w3wkKEA4AV0tSguLpBsSENgjm2gqrnkQ6z3/NczKLrWe39yp4Nh75XahqMoJ2zAA5wQiIz6ZcStJPHp40GQkW7t/1s+9M27p50VKIj4gbZ6xmE0lQyEg8kchQ/lOCUG2X9McIf9j2coHnBW3B8VPZAy4uF9o9H24X35MX0JknsfH2BebcPaNR+IRkK+eG++yFWYPoCe6txid0cwQtOWBZ02FsNWW9nAxJkuK4bkNh7pgGJva39pwU42YeHx7tPw2jE4ZGPRuA9ofDDf1H/5+unT5/u/0bm8LV7ejbisPurRxxWuSu/esjh4OgIHYT/cAn+wi4Be76wA9eL0eiBwl5r+L1w5p/j9znft7bTu+wxWZf3yWPn8baLKbdMCyFHXUOXd1rNiU4EwzCbfK/NBHF/UMxmfdHDvd199UXz/UStCPu+WXysyoVrlptkTOyXaQovWmSepPLpBJe1t32UPFPC792w5O5MdHyZPSDMN6/55CDYEjw5bQz2Rq00b6Qlv8kjJ8mj4MZ+vkUYzgQTKw6GPmtrvIdNcWQpk9TvIE1ItqVg0ZX+O9clYS/TCDEYKNO4tH+q/jtnUhw8BquS0lFkXnOhD77P78/bhi8iKYfctGJcxPsUl9E3wx+q9roBC5A5wZjhCS3vB02qx5tOA/0e/u+pLx9IX8aGixj1ncMMjx0ZZ/iLSUV6kxeLKoabgvm4JnW36LK5x7SFXxLko6ln+T5nssRR2kTfZjHTTuREWgCi9iOm+Bl+TyY9c4KaVj0Z/JvuijZbR66u3HtkSWrpXBAwictfOpc81DNPFzs8eOAiVYIvIA5WC67keV/PrsCYi3/HIgAciM4uTsx76nLW9ClhHwk3CSvVeJrF64ZoP9jmW/lj22qA2IEkSAOv3XInJSoQZLsqPppGMQtlTXNzg7LAnPDcgscCxsGU3aWxZ8497vm5v5v29JKGZ/mrdcURbmfZSAamrEp8yCCqePH6j7PcnzDLakJTFqwlk0Ofr1nMZ4uknDEFC4q/0+G8A9Ch+8BDRDEyy2Fxk5dQ//LY/+118h6OJUppNI1+je+phChw/TzBqFxWcbl7IRTfW1oiPjbzJoticnhGh0wyW9I08yoHBNJ2f7VvMULBAfM2QcV4hv7BzlCy5LxhyHODIschsYg893nQy95WfA7bZoaqDi5TKqmKBFn83JlOhZ5OytX29FJ6w6eO07TC2q+aT6FdVEBntA+ujP6Af8+3RZ/nOXhKw8AT4gtbKdOY0oVX+FEGPZiWpYgBA+cYTLFcC9LlR7TuxFbggqcGLMWhYTz67QWveJhT0+NcLi2zugC78h6bnbslFEgRZS8FOfdc+umECaa+qeKmWS4ix6AUb2GntHl22iSN3Vlx3EIGAxxxR7iJgxirygn3K/IGRoWttSn3A64YplOllBW+oZ4NCNGmuTXStUJhvF38WHG0k5a9nlO9hsQJyzr5EYYHC+y0NO+9czDdxUQayHIJG/HSUb57OqcHaoJr3DTcIIMwihQ6m3CIlvuIVlI7zxhdePExU9dX2h2kzgJbe1kT0qN5EkBYdmzNKYPyKUYEGgxEr93bc/6UT1G4t9IexQaPe4Stxd8l0JZgzkd2zv48KnolnIAwjckRcOJVw6gqPRylTNkZLr6oTmWCGB/0w1ERYr5wWn6sbzXQ45jmLGytb/U7fpWkEmtvO8X1CHjddtQy7tFKIz6lDPBz8FuBc30q3mXxvbigIdsZzyO9A0E6jEjouE+A997EdeVrm6npwUn2bHk8yQwYJxG+z3ucPvxupuNV33ezIJ/Z4houhYa3t4v8NBNmn93Mvr6oPoLjPkOpKApyUyQp33ztm+XDT8L37ejcq2rEEqoaI6D2f1sOPTrASN/jtYFHex54tLdbPD3ef5bFHe2ujTvqiZdsoxT664KOlgdvfvUAIEVl/jqRGIqBwY6Ww5tJPuB1iMgLDRkKFuml+FBrBr/8+HlwB4ZYKQn07//y32/BycIGe5J4YRAuKEyGfoeRTu9KC4szHv2P9YgTskrZQfgPSYLkXySP03j87LHGxnZdRidIsKkVzcjLSnzGmMOOyI84BaOES4wNa4iBYHt7+wvHxISeYZBB5AcR26TrphOCyhsZiUhftZM2jo8MRCQE2N0Em2f6xdybWq5UNngeHx9+j7taGzOfnL5EOzj45ndEcYDdw8gNwK/4eB2FHwLD5lR2CBwE8ITAYANvPBhPnUIMILjiR3SYEF1lHVl+x3DWAWUEkmDwVDAMjkAeLaTsFteyalvBFbkZV58otX9jQ+L/SaJCtDM//uHi1Y9/+Nak3tOa92jUaNVcfk9VhTlPPF32Eu1Z4ISqaWEkTeZsFYA7Y1Mhe5Axy2RRrM6Nl8adYb9GKALpNLvPyIihT+2DdMIuss9vw4SOo0Xr8IPkDzNSO5q8HU4KIpnJBOExWw03Ljfr4DDjXeVJPcNAlxsNL5Cbomua6AiG2Fw2rb2xTW0lGPq7eqYc6xw9cjeXfraD2+B/WXoGFnfVDZUEqE87M8e+4Y4U0tbEwiTcf8F7YoZdFpbew1RpBNcCDmDp2jG50NcGhws3pYcHgVyoGRmIokfgXdkZE1iS0JN5st+ZWW9zwD1kYVeS/IHwpGkoVKB7GE7dXjIzw0JwHZZfx50eaZLeFQNswzTwnf+CGTyOn/rKI7eCFvZjRO0ZWzgYRSNyKbZiwoWhGAAxJTJwvsxVzg3YM5wPDVtRoL0DiIP4xi6bxui9z5VqjU/j+uaGM2cc6OWL70EU6U8m5ad6Ag7otGLq0TGanBZ3Y3v3hCc1fdfD/LvObMOSlsoOKm0RRyeNeIelWZsnjdiAfdpCFnZYgRbradxPPYfCo/SNZNVcRQ2BR6QbpA+UZjbtP+WtqW+lRU3POx/E71wmI4ha0Lyn/B/8rhCebzxyXJAEv8HX7Lx0bYikBku165tApNdhb7VAAFpanVX7th+/wxsGDGG1IrW04IPl3ol6NqIVZjUik8BOpKwRgw1i0m0Xr5hQGGMu/oh2zMWOEWApzuoijrxNIcegZ13BKl79/vWrly+vLt6fn799d+mahi0qbq8hzTUIZoNPyAiJ5HIrt40tzTDHyZEDWuEb1EX7G4xKDtXLcXGO33pLu7bJyMvX9fTDZvHOaJnN4lLUAf6d9yfMVWe9s1+Awtjf2ntWgJV/8Oz4aDdCYTxeisLY23325OjpMwPE+CvCMKwP8as7XEdPYYz/MO//w7z/c817cqfhcg0Y7Dceb6Gh0M57Syh+PC8wivqKvrW2Q519Qh5FAr+SwUO6Gtkv6nUmxevbIHlcdyc7rd8wguTv/y7nJz87EAgJUlQ/NWi1ELNLmEoajkLlZIHqr54oHlmP5yc2/Z3VK+2DsElHYG+TjYCuBY9cbOCilPXWk6ebhf5z7xEim/VRiVmYang/S+Jn89y5/smZO2zOdaJo8MHW8AtR8UxSzSwn+r9X98PJ+MoZd1fNzZUvmUeT/EP1EPFPZZ/aY4JRHqBdzOZiybbzfEuCbKlRYtXigxK7x68KM9NzYhQZjEH4yhmgQGh+Kb8XEcEtx9G4uK9/Rl9AskdgCNSOCT/C8L+f1n8EI+CfKsq/y38Jg2PtxDhhYHOvsm/OcP70cv0dA+GDimtyAAmuFFTZGfIJecZezzO0OEFTs+E9LK+RJkLH4KDUOcfJ5s2chGNbuV5jhIpT61l0dQLlpEv72UbE7rOtvafF3v7x0f7x4ZPIiHiy1Ih4sr+7v7/nbAj3/L+OFdEjOH91g+IQhlhXCjIMcU8mhgil4R18ZwuuN7xnXnPAa7yBL57iF9fHIPY/Ix+XxVf79eOyfuIh4am4Bzkds7e7xzpmNydqGLl345r6BIqOs4wZ29/5OfJffCWzl4Se+vmX5OnW/m6x+wzxzvsx3vnpckv78HB/f99b2m4CfyXI87KD8usb388C2/tzd1MzGORs0W15HN0WOsZNM0bD8ZK/Facn5vrnzDXY34V3ROJXhNvFwcPNyFw3scSHdPqUjtsuzqY/NQ+Gr8FGHzZ58CAC6U2QWXNf+VqFTVIyU25Jf9uyPyIFK2hao2WEF7XtlActe7uePnt6yNcLSzHs9QqLsH5bfiwvaGVEnmmLXVnbC8syyfprXN2Ww4fgbURLzhnFgK+/6DzmAlcoWwI29eVMLSEieNkju52Giro7M4WL/sBzHmMpuPYP5olQA4Pc0/trFhkk0NY/Y9nSmNGDsNbswpMxZXybLvtmiLNruUGEH/OdFGOpX4U2H7hUuf7gMy3GEmmRyLoDV1hjd/UVtq7COIvC+Wd0vrr5QNnPCdNFCWUfK2f2dkLlEqu1hnSkMWtHkR2K5HDQXELz3y7gLa6rlvlrqTq+HspzuCoT45Jb9CCQRLU2ckVayKl//tKTQUjNZkjl+XIIvKqVSyXuor2tfdfQkyCYml+3P2pXUfFSdlIB3UzfdvJDHNePsXZLBd8J429QZ+nbs+H3+PC6AEJ2//vC2Cbu3NLcRlz+A640hT803u6bKZUsQ21pma9fyjhG5hExCpe3TMBYOHl2gRDRpbQyCKWDH7lAbubl9tKAZa5stHH0FLR6drMLPI63GErG4n4lyfKnPvNWgxmTJF0Nm3HTDojc3vHbsRdJICPsx03YVhOAzb7DXnJBz4Wm5rqFe0Vkz9z+Oeyt2nOycs/Ir5IEtbgDzYCBt1+35f0AbsZ0xOhffYvcSvCLhqOAlfM1BmIH2IHevbrkLUHWEScHW7/BiJfet3c3zS/rAAXf1aIeaJINDJ5O8HA+IxLdhlhJuU4wmVeh4zjYpd2UV+EkpqqJWVuTvGRCPrtYwWh/aEo4OidgaD10xJzF2lnhiBfw43G19bqeVpvSpo3//QpXZBORrZscNH7nBBZrEYJbWY3Xez7pVd69/LbAjAkW07ZzR2OHcUIieeL94G/gemNsn4fFPEwUvsNawblbxpPhEG12RywtqxyYLSSrglE8+SUqSasZBchED2E3QQ/2OQVYv33/KhjJFrria/po6RtmLJQmdNhQG7+3I7ogGESXUqkPnZbKRi7x/V5xt3JiVeTGMVzXQ+ywWInBZlr6tewePYCIif7OVsyUuwrLYtFqwDtGhorAO6VbupuP1IXiDxxufVISlpyY82TQzHxI8l0/zG3xfKG9byQjye1A0QSDY0ndT2XnVaPVUcCZeVEbyvZIGA2JYlG4bpEGG/oz4cou5GEkA/BFdorzdy8zM9a4emyR2XiyGX9Ul1jibcdRIZvoChwGw77BWHSriBYUk+qsL+BlXp1fYgE8r7d0kqaMK9g4s0U7w5oPk6XmwHOFFmoXCVAWuRRjqidpxurAhVhtzkprRKg8WKqD8OddYoki3Fnum7xinFuIF5k1fm+vHRUHSoCyl53ykx6X4is8Qd+QCLviN7+SlCR9YB9E/FWEa/6AhyY0BuyYTTvD84WnJvQ6QmJ3/BzPcm4ItH2wWR4LRg8Zkar5GyoTrMejrXpqTeMsJUZufGOuEjNzPbdwAox8c2slL+H9LVSorCej7R27RX9e6LiciJT+fCU5SpRtHzfCVIVgZffKLFhMtiSwbh2mRKK5aiWWgRhCy3pekw0rBWqefiI3bAh/clAKGhlWvhHer4b12rorwkqaO7R6weZNT5aonKYHr2bamM6rpP1zg+okb8dUpcOBPb17UQIP1AK5hcu3jOvxueLSZpQtt8hmyLIWHPBwZCcT6N6ITifpJz6Gi7ppxkGYMzquvkWfNyFQSSbdOQktdXLuCgiMX1hGmPlyxbuzMGB9QSZizUT3eGDmeoJUMoh1xj0W2JTBuPuW0J6xiemEHMJkmxZzGGpDu3rOFZMKbdXoJensq9fGHK0S72eRTo4NfyeuchcKFqGfaF0bAD3MSC2iLuioMTqcV6krEafwc3X1oXrQJeF+8HPjXwTvZJSMrK11zPjE8uA/nl+dvv3+8uz7y6sXr97J8Fk5yT6+ni6+EVIlaeWg+s3k2IpD7LxNaZ80lkqgUvLmuRbjWd3yONEtaUZPFg29B4wJ6oq5yiFubGEu7YpToX5s7MXO71qOzDj3n/Ay//avurBvXl+dfnd2+k/P3/7+6uLs9dnp5dkLmc2//Sv2YAPZOV/xcPa+vUsWHUp4KRNOk/4x2ZXrgaK5eEqtwM/Spc7VXw4fqbiipGlx2J4h/xT6ETZf/RQSxM/D1+SmZRK+XuX7hKTAwTElbRqd1ehWx3GUEKhBzNrY8Uosn4Avnw4z9RC5dMhSLCzERsJz7kzCQZ2lK5KJXLFqJOJK9j1xc0NPJ7vHhz2W10oTBD2MEBW5Ih7KG8l2oB6A3Ix6EsUmNCTqrZlmvMli65vijwtsLYM2a+ppUMl+0I1Cigw/0nnuyIG/wX+egs2O22NCDmzfZbZGQlJmms6qkFCsD1M1syAb70c5pkeiRS6unHYmtUjHudqmsAWId5w3WxPkccpp+mA/Ah9qSjkq0su5g9a/fdIH9gW8K/bvUebCJQHMDfjDFK/XmdpMbGY8Ch6M2fwbZEWtCdc3qTUcItl8brbD+RLh1tRDnskgLLs8DFB0DZPeEQOAuNWuor9FTnrHWkC3wNm7rssuutibBXqH6GjX5PfJHykiq5YOLHwS51Akgo8DSLNRKtaZL4nU72Yi9Tn5IJfEXBs2ILVJKF6fXPJleW6FTR7rNYWy0dGriRbn4Eo1CvCV6w494/4KojutItGKUXyJVwhVmVZ4wGZjuNltsbe3+kkd2NyUzsBO8lGQmacvFh1WkZseGxcXr3ODs/6+m0/GajtwXBBuM3+kfAX8oVdkiCMLFVn/8PjWKPMb4mX+c0Zqy/vsAKv8bdf/ObsrtLDXoPawnRNGd3MTcHadj2QQQ54e001DymEVcy8hWe4h2uCz5xkrRhTbqG5jWd1/nKaLCQVzqPlNDPLvsx9WhVj6GS7rOIq56d1ruYCBasSd0izg+CHvc9jzcT+b88ZfNcoCIgeAW4Ysv5QMLOLDiAIr+zo5FaPJwLxVSUciicBG7qz0DaDYMy0JOFLqC2cHpVcpx4hjfaCiEaKV5DCHhG+6dZ/lkGvuH32PVddNWHWvxw3ZBlGTusWU47iOPzI7DTo5REwRhWLHonAdWYDwruITYaukiySnv2GGWWWTZp1gA48FstdzGOPXiMJsdF9KsrjSDJp5xis+ygKgFoVyLn10pYGhtOhhjx5bApJnwJb31S38X+EsvaJBNh6xudLzOXzsuaREiVO0gaDDKCZuKAGJfWbQskfXQRuyYLKJ78Z1GjI4Lk7A1rzuhtjkiYhiaW2C/n4iKlBKUPrFp/BLt5HU+bTD4PGAHzbwaAUKSXVLURKwpCYoc1NStNe39iNmDpGVk/2J7bpEy1D56h8+z+yUYfwj86gLsT/4HQNpNCzbEUZB8OKP6wly8Tk0CkXU3wXVdXmZeFw85y4LgYynYE7GMZxrI9NFVznmJjXdbOsCYe+dciolwcgbHOi+Um5nEWEElPnltReH+8f7e5+HCDt4evRs97FDhLkJ/EJE2F4fIgxeVS5QvgjDIaXgi3W3hX6tPvHXR1EePVZo2H8gkf5nRyIRTu8pAgu3cG55qN7hMw/V48AJgVsZMfT14K6+vRvD/50PvsG+GnmYa/CMPKIPCR14eByGMnqw35PZGAHiIwfu0TwIkj3z1xnvZNQ7pT5RqBAyD3uLoRiCY/yAvjsmPdmlFq79EPK6XfhJbMIJnTN8SjpWaNaJBf+Nw9ISS5pEsLDRJhI981mszcnNAf0e7z7e1VqNJ9t7dHlXBAHdMeCZkiWjyXqXqiRjWtnFKAABoobbGKNA7on/LboyjECQiUtIHL4teuIuheWCubc89olsO+ELr4JKrNJEj2k66VgK+cmI/ifZhUnDynCqZK7x6NroOA8oEIpAJ61kUR2pvGyjx8zRFzC1VoGz3brTJwaUcmzTiR5sYll0OJsBHZkBxeYG8rTshCYVHpe6m3CzWHwc7/umiWdyiM/En6lZRDjhIYbgTgXlJ8VTf8ZzNxVu8lnPPweH77YtZ3fLHv2DHlmSFwXZErqHsuCjdENCACOPnxseoRsjUxtOMRP+DekH7DVDhyh32olXH3n2sGFm8qloqeTv1ivITOnzzu/rEuTRPLdydpy46+0AI7CDKJyPf7+ffSSI51b1aVi1s/nAmHEYlVvcSpIobT2yYgqlBn/pOb8ZmESvbB4HxW70XKVvTNgqlxY9aYd32JI881zpDqfHT1xEBpCOKcAg57G7I1An4lmHJj3nBDl/fWVy5DlywLVOg0i0qqK698yx4fO1qXQScsTHTSPOsHZKRrtcvSre7ZPfnvx+5WysmXXGAOJGm4x2YhPRJryfweXjvtPn794OCC+0aLUmXHjuEX0wp6l084exhP3TQGl4d5bNUWMMPftL0Fo3x0kzYoVPVmmBDeDxW7+9cH6a769mmwsqgC2z+py8mftGwL5BV9m5B661ykuvi2nRpuYlTIHoLUXqdToX+habo1SlPG3QKZwN5Ej6gxK/zIokFSyim6FUJIy2YtgrhlsYi0Qz+Pb9qxdUHEdfe//udfCM91PeDsqlk/52+RQnQ8ipUmJ7dskdv/0Fd9gk1s4SM/Fk8LkcxoBNsZfiW8eQQovzU3xBw3AuukIuEOPccA129g7DOpc0IOzQQH7tvOGBMqFomnCAJ6QcbwqrYBcIGoowyth8HgcB/Ep+nDFoHiPh6DJrj0ouKXMs/pQJDjBqMOmm4u6+UM4z7/Mnx3feM431jU4jXOisDb6rsGuKM2YaDpC4+83arDIYfXL+rkVsgi09Q1hLHwabprfE8MN0ojsUHDfCVcFIa9EoVF4O6T3cP2K4/u4S5I10TgJns1lM1ebIGiNoxb1GQa3ZRZCJzqonCS5FsHji2SB3k6FTa34m6oF61EhKRHD1Xe9xNazVcrVEe1w/ONh/guFXKUOkmHPXQLb4uWoxh2lSoxR1XSn6UqufzfzFeCQOsmPBwl6uZPSHe+9Ozlpi9npcDj+o1SQbyGvrrQGhKkXYHHnnxKo4R8i5dCyqpvO1HsYJM3kSP8Whh2ilFY7FHc+pBp7LtJWAhyTnyHUd4zE8+p3ihKsFN5mOXt1lddkm7ef1g5hPFNHttTaoXkW2hQJvli9V76BTREjVgn/LmrDrzX4gCnag15LeQXxmabXMoZhNk5KBCXD+SfpVbbq4ixY7/IWfLjkvR04fzINBiCFvmyo3igxj6LacLuiDasrU7IZsbfXlkta1Di+ANYlzWHNt7aampdgEdvdWD/5yQULQtRVkzTFeTKZ0g+bEiS2GC62kd9LVbGPeYG0PFxhwm8V1g28Ao8/N7eWHrXX5fjyX68IWgHld/ApcptTSlu2mmEO3uL3l/ucBYe28bFE2COMxV1cwZxOJCvejPBQjaGmWAPIkligxDhoPYayOe27UuNRJ3TI8CIkhVKQ8cJpJRMUfF8xbNZ6vs5nePg7dV1EM1i4JgNVk3CSHVJFWjf4LpJv7NsKQMcq81pzIfTGi2qTH8kLM6QaW3aFI2tQs4kiSP1mf2gEF83voSS7YeLrDer6p43DwUK6y+Lme2d2k45gFHHFfWYnvRtYYH2I37I5XKgbJUNVSbOFkt2b3OTNDp6dm1nL1vftBZavhQxIMZ2dTtOngDGsrwDD1Fu8lJoHor8VpOa6QWWSgNcsoAv3NAZ0m7mlYQkQBzZFLBWlk1F1H+Ds6srjN4gFgvrZ8kDsFBpTnoFafjstsRouwhWNgGx5kbUNvpAaLcoyiXFbDWQ+we3nLpHeQatot2soDlNTcN54I0W671HxkODvjOGvxme4bZddVc2tGcOQ2W1eG1wHzi7LW6ud2YPBOxRmL17+eLomsBKucuAfSeQxJKCTazuVO2i5SpECYM6CgvilNRlNKIsMSjJECepgtmuRiYTt7PhxNBwIrXXTm+GGTcQSl0gm7Acf1hyqyA6hzpV8MFMmUFtXAYi0TzidN4uQjptV89P6XpCB3j4q9Q8y07B2GKcijg6UpyP3Do4PHuweGusXO4tdmpliah4xSPGEqcu8vkYrcf3yYYYj7XzRNwow1+26HtiakNLaYHKDNZvbw63qvQh0Ts9QsGTefzTt64nvDN1rwibdOqK14lC7Om2S4PNRk510keLBM+YYbzF8mGjJgwiHXua0w7ac/ZPOjcxauX3H2IhmGgqS3cs+Ic89lD2XuXoOGa4ii4xorW7L5vqOnB8pg/jSAglMFrVIo/yxinVk4Fdk5ua7IG9EIbNj0Wqs4MDMaxWhFXOp5iVS2huH9N7/wsdKkKse0xH2aIscDpJYwptJhp54CItKJQ04tDIqGEOaGal1tij94VEIokH1Uw8EQKWoXxDE/ScLDvHvZRyTV+C4IxDUGdM3RsmQWUzFNTElvVbFRIE/mRsi5qJLUfWFg5o6Az9q3OJkz1Vhgtikz7ywMhs7VL4LBPEUYzP5eSkG6HAaz/3Tv8ZPDp4aCVCbwV1U/y0XUXwEYs/fEcSb9T3WVmR7zibBLgZMw/PCwRYZsluZsD9b5gr5EjLkxb1PPQHklgfobpbcdT8XCh6qaMU0DVReZKD36YdznCmPGRHMTRGdgz1DR4y8q7XoEAz4gN05XS8kyD0/ltVPxe/kRixmKebwf28WPeN8J/cHFv2DQT0rya7t5C0cFrMvN4q4GtxBsygdGmXyUiAkV9YLayj6CKkDryQScBvjX+GE7T+MJN9O1uzjU2rAlzYD/qp16dVqH2Wm5iQmt5ju44+1tyYTyHPh587rgkm4kZRxxPYYE8TVwYZ0ZV/7t3ET+lZz2IJAdTPBgjXWTdvAh5Dty8XEhTq7hm4t5RUeV15ZwBwlO2NE4OeqaLmqMnpmpqDg4XODxmU7T8ofcqjq3EU3a6fDBVHUSq7UL/JWdIp8nVXtLfg68V5rUz81rL5wXr6KblNGXWmNDjpibFDUzYCZwdabHVSTxNCCGM986xVwFGWGj0ZY2xIzmtLvunJBIxFDWUy6ExA1dZGo3EGD/ajEAE1M00OMg3JElSyuOKGXOQTdfMybgoZqDbGC7k7VDByf2/EMRGEaFtEHr9DbmZQ1p+99dvvbkG2BPkRMjIVAiv2bBqh0kaaO0TzX2EowHVzgAl28JdaS8LyMipbGg8II5840JB8YJkSs2hdt75gge6T+fhv/pWSmCe8n0oCDlt9DiqFrij+dAHD0kfARjhH+kRnf+OhzARwfuO0e939l33zkM58Zy5IW/amxpsrGhJWpjqt/nZrzcOhUcCX4CbAchuZ2J54IL+oT9nkntm0nt9X5nz31nt+87+g3eBB88EWpHZOZ991rrBcAmO5vegmF6Zwp1dATetwuVaazS9MMnPc9nl0e+1LdL+CX9Tt8u7W0/cd/hXWLJw1BO/c5jCS9ps06O+tjgPnsQYqbLeAdmvC6iQ4WVYyQDJdaP3G/6Ng4FlXzHjBpUQ3Ojq4wVDwr/8634va19sOIPkN70IIokHR4tteIf7z7bNSa8PP2vxADcZzT++kb6wRM0qP5GTCg2vffl5YeTbmtafsxb3fDv0zcXxfeuWWVsdyej5OmDHz9jkzscTHUD6NvONMRES2js8pAYpyFjmAJg4g1TzkZNNfLdCw4MK3VJSab6aNguJtfUxKgebxajtplt4dEjq06ao4IKui5b8/h8C7i9/QNvE+/nrc//043i/bzR+TdkFe/v+xk6QzM7yQy4FLNGL7LNtDTqbh9JQ65YCc1jSTLcnxkXlA3INrFsnwTtXdldlZy9cN2D8++79zdqXO+vbcn+Fa3rwEw7DM20Q2em9U6bPg7m/n/874RJ/IZ49xDw9H9whQfu8xaxc9w4NsXuzgKLumqexuCpHz3RyroUKx1KshGxUGdARm4jCczFFOPym1KRKYAhXEUQg1vfn/zAhFtEvWW7CFWMEUwfbxIMZGB/IbfOm8aONjG7umz7kKDUpJkkA6QYlnCaQ6zqXsy28WheVIx6cLJwe8IV/q7ORzimGz6Rek0phKTBRVfUqvM4+mXm9t//nV8K7hG24LTfm4dXFydvwC+4xZ5QYaUViaPh+AoU1BXI+Cukfaq4rDG24Q/V9l5iwx+qQb7Ehj9Uk9r9595f1oY/XGJ7+0k96zfh3ThPl5vwh2JjZw3ww6W29aF7xmrr+vBXtq4Pf4F1fbiGdZ0/Lfvbz+AsWPv70oLFecky5vdjNr/3f0EU3dnfR2DDRfb38kZeYH8/Duzv/b9IDL3HAM9Yj//Xt73/hDOFlegW185I7q4QsUU2OJrg+NrVp1ndis1Nf66PHz/Zewr/3qev7ONBeOiuhLvGrDJ1NuG/Xkk0xX3KT4ff0lQFAWNWED6ZlO0H4jS4Gs7CT5TEa2tS0if7uzpZOvhvMK6su8ZNI/Qv2KWkp3P0m6iFtu3utg+H99sWLHMQNYyfj78Np+FWvwz/tpRjma9iKyVdIZqy76jjFi7TS2tfvi3eS9/RxV4ZvBBBO7Q3F+JQ8PexIEqcTylwCrMazinllzpwX4utuuDLNNF9HTPffdH+YD6hbTmwG7Vl4gPSeB1VcH5H8QTTPu3wig1v9Lt2Aw9gA295AyltHjRMj55hthKDBvdNM5StDH9FzzOfmt/r/h6kG7kT/bd7s/ye7x+E+xuvR2b7sdEPuqJpZ3j81o77SMeIT8T+00w4InpueDgODt0v8HAs2b/wnBzok8wPJG2J56Tnt3hk/kTLDN7PHY0Dq/CkHA6PnlXDJ/u7o8Mn+zdHu0cHT8uqGl5X5c3R6CmKnDCHKjKOFRnLvAP8AwxWk7o73PM5VclHc9MZUNm8uCPsRdvM9FDbqnHT4GWrODfZbK/wo18bybalwzxxo4TaFFWualOZ4jacQxU/uMdIxAni3K3mlfwUNyvz0x1Yv2YBi04YkB2dkPi9V9h3LlSgM9C83CuqhGmCVjg4erb3eJf/y6zi3lN3vjQvVLYP0XLtq+zeQqa+8GuZOI7MAhaBag/01R4f5F+NG68iimhnMSMkxg7YK/s7u4f41riR4FE0e9uzqTbfIX+GkFt7bATNypa2qT7eP9p9DOqP10AUkVeYPS+rZ8vGtJ7KKyfrkgtcoQDjapd/1MpjtHoK2TVvmwqh3Xbxh2bBfQiwOkVZnIMyfuGI9gyeGgabetZXXh80bD3nqazRDDwEhydANWINiSscHD88erz3WOy15POrOVhQ0fanqxGPXE9vGtUyF+YDjdsXZLE8qChLn4rOy0dE+s7NWcpjDu0p+i8YMACncFi2868PjvYeHx39ppzMvrxePFxNm/uv9+RiwEGp7ktrD8IfF1x6av4IsxehMmBbihfS85kII8q+/GGLt4JkHxx8tZzNiGir38HShQPuGynWwaKCRbw1vKvHI/eEo+QLZJ/9Cc76071nT4+SKw1TH3MZdnSN4YPX/oPMOcYb+oLLy7H3YVsJ5EyB8JQ+nNZE492Wt1twFLcwWspIiJty6FgkwovfI9OWXHx5gSU3/2Ddm4+rj4t1tHe4m8q/x2iG8M4FawV/P3F/zywVHsNTuYX3CCHzMD2CZlIgWq5nY/Ad+QX6C0jG3c9fn4Nnz5L1gSUBsTSKVgeexBWk+cUhsBExrVAQkrGQnM121DbTkUawfHk70VpjiexWNRVwzLahbEmWbe+zlw3fZcmi7f+SRXuSLBqM6aDG4ar9sIRkBjvvyu2bB0XomjfXdcJImjYovsfG9tqKBTt54oKef3eeP2f7n7NgezuwZvQev4YCdiu2+3g/vYaWJypcMdd/L5swQleGg8kUrTTMypgMaqthRQ2x+B5ysoLakJF2RjKvBbgG1BZPu1V53hL6Dotso68JemuUNhZq3FXjGeVEFlSRMVlM0RU1SYnF5NfaD1Y2vfvx9BdsB0ULEhViwIyhCjEWb25LnsDf+NaLCrmvrlmLOESyt7EZBpI7vpyom8H23GEA2mXshN5FSTnenb1QrpfNhAJTLfznTTPHczFDNPaE0wtKVPLni+MnO7uP9Wu0Mdvdx2RfDo/ijdlN94Tyqhi50tFgTtNhj3166D2YE/naMmPcWoT7IOeX2IRPjvafrrQJe57fZw2iR/SHqiQ2UPP5ulYgPOzoyUHUN/iox6wILMG93afPwE769UzBvV5bMKgxgVWOTDFwwcSWJiWkVBBbXBBNhyRrUIKRLitrYx3uMY+/5IgmDaof0zbqaIo7LmediohleOT6GE8HRjbcMZSQ3BZXSjjzAn1ZZuautlRjbZn3JeWAO3+D1ZAI5dqqld/6r2Yo8wz0AzJUmVE/f60Mndwr+91179be4aq79WT13Voyib/oBXv2iy/Y7n9csP91LxguuYvEgV7H6IDLSMQ3DL+sh/s8+PK6V+zxqhu2XkSjdxJ/oSuWRjLWvl5Pnv161+voz7tdS8/14d/GcTwgswoxAndNuxXuVU7mw86ct01xQt//DDNquag/evxsDTMqffZf7fitE0h7snf4dPc/rKf/hYU7zmDdm4RBs8+8RHvLfRG4RKvtpfCxf0kL6XD3l92hvWcHv+wOUdpihUB7spY8w/Kz/XIYbcU6m0QvvPf0SXZ1I2n3K4kXfIwLyVxRxqAasdf8p/+QKf+TyxQCl8QPIrRKuq92T3PIc5PHvTTxQwWe27BiLoi/h9vx1cwBRYOxkF/7CybYRnKWTPV/SLpk6rJMtZbU50Uxr+3iJMimaI9xw+ktyQUsKH2Y3znuI2xRBvs6xGJrB2idIXBoVH9U2nOq4IUTOamaAbP7fT1AablVjuvb6XExJJqlLwfffFXTSSi6dvi1u65EPtZu08/pzn6sR1Wzs/fk8eH+06MnewMm5/p68BjkYXFXIb/614ODx7vI2wOjXVPY62vsi35fXX+o5wQRR7An924oJs3P8Z+i/4Z34pnBP+C98PXuDr85ffvm/PXZ5Vnx4u3p+zdn31+eXL56+/1mcf72x7N3L9+/Lk7OX20WF6/wW8jWWbx8+674/u33W6dvX5y9u1Dg7+ybVze4xr/5z0/39558SYBjTEtWbV0R9AgxfpL+xzii/yrGf2dIgoOVscpv2EzgL3fVtMNQ81dlcddWN18Pdv4L5i+u6tHXj/cHCKT9ejBtbhp8zcE3cmJgul/tlAj9mvG8XJT5piZo55x7ctwu6hE3J80Mf7j3ZHfvSfIIOLKm30bKWcGQfNdRoPH8pJh8wWmZqPixzNAVkOfmcfTscO8gmcepg9i6nAbVDNbY0t5Or8NnGgRv3yP21n1E/OqFQPHXfNDu4/4HydDUPAQ0M1XPrznqs/yoVdTdITdXLleAY4Jbt/5JQHLt8JgZcVdMFtjovRreTbFCHYTF4uaGmCrBVJr+FydjiMiE8NruwTmES/xsEaj4+EIgKV7EMaOjI1EyLYZ9vkCI9ohslJIFTlTq66BceH9x+fZN8fLV2esXF3TppR/tZnF58vu3379984fi8uzdm4vi5PsXxfuLQBY4WZ+Ieu2227TCgbMxqUrG6vu50iebhodQfqzJOrp0jzbD7e1c7xlJLVG2GBnAplprwPAP5HsPEsvuuJnXPzk9Pbu4oHd+9/Y1vT8vhX/J95TBz5yZo93D3aeH/1lMm3j7OLPCwuAhh1ixGXBZrlwinPjH8JXRSJLczn35sOlKtpATh4sLgu5HpgADL3TVYhUCj8v1EngiH7a0pSJ9qyEaO+VHkhP/kprBlnjShMHPH0BsJwD6suXuQtRZQ+vFXIIqem1mXDA/G6O2ED4UVNiopd0W8+87ziYS7aL7ncpi86pmY9+dvX518hx02cX78/O37y7NoeXEo617kszYjCs2fmokH7nsuu5QarLbSfbdyAObxCQp4lOhml7V7zCFB24WGSqL1itRmBgmSfEQ4sKPqnGNRBm3KPrkumP5ey3ZOWHhCRYjuOTx9XX5wYDjnyrHfYFJ1LA50mgi6C5IMSGsEtuAf5obK8vLdvkTIXjX+6o0+/HydMOLkB/qDiHA3PbiUebHp0KhvHou3GXy1FEuL/sFtzqlm7bsay9cOeQFUdEu++5LxMJzbnTZ115httUsRbSHZdE21wskXsLvbXFLdSmP4m7sXMOTWyrsRGtGNmP+9oJ6229xn9rcb88mYG4tm/f3C7y4y75xfgc3f9kXLj7Auy77wvt3r5d9fAL2WLPsCz+grb7sC2fK7kMg7WXfPG3GTcvLtfSdG6JXJKE/tIvPsDHe3HNKfBc7cDZR5oZdtTwM9lFi64iRHWhkLOgiET0vkQ90FKnjLeK1JY2wiZpFSEuHbdN1W3EZImpccm6R0C7P3FiOx45Ylzsm6qtzM0fu5MGdr+WDVG6dv724LC7/cH7GRojYJa/O+i0RkOM1Bquq+WKW2vHWfq8rY0YIihSp4c23sZd1hSzOzvQQm0qqLTptgIbqTXhPK9ZloJ2wWjCRmC/RGlQLoEFxzl+PimyxSLfrGnaZjGNsaYsTHhMiqgED6la6aNunhGdBwVHUn8aZHumAcqBgrZ+/f/X6RQG6lbzHk9fgMF4u2YZRdYMCfqYHeJgc4AxVn2lkiRvj3cdgU23DbtwV/Ee2gzdvGpsrrm8YqU1z0N68f3356vWr7799D+/07uzkxR8SLdlJ1e34IRO7MKdFoMbIjSdT74RHOyhYIOJBIrnCLSAc8g1bALS5gelhCssScwPBxc628GtlLC5XxG3iIRa1heqX34J7smvhaQw1Uptsy2EOm1a8Xul/NDOn5JJs6YvLk+ewrpe55YRTMWfmvptyghsL/5YQlp0eoacNO+Sms4xGsvG1sm1eP6Trdn+/DTO8q26b7qGjovmcr/V2Cj7at80Ff4XX8+2idWR9dHD4Ch3t7m7u7u4WEp3Edsd0mjYF6muWrRP+ZnLRTt9cIPEYavl7bDCBJNFSq76Jf/kwpcYSaNPNhYR005ZdbhpyUm7oLBWiSFU0RPgX2JzbVG/VmJnfNo5xOoy2YPEjnYTfnUTjgeh+6Gpk0bzBinKWTFL1J7ss0K+AwGHv8ADrSrjb7X7AIPkfDSX/Z28oqbu6n+yq5USjUv1ZxT7/QLuvTbRzrJGSbLbQlfWnlTn/mFwW1QdSenELB9USviscmbRBZzhyg4jkn9okEft0J87MbU30ffr8pSeD7iBzEOgh8Kzys8BgsyogsmfEDVceXDwgNSri0WJo2+YoexmubX5SrjH0su3khyAVfukmzf23SmEFE2aIImDb8PE9/B4fXtdBI7v/CZNqwpvgmtKj4MJ0ofbr4ZV0cl173EhjG/wpeGD1KO1AlzwiaYvjeqjL5OkSagseOgK+MY7zYZOX6+Whtb0OzQXOEMAa6nHXS6SZTvEIU7MYXmCiiBUiF+UiHIY7mhkbxY/pihRQY3IXeq4lId8EJDbH3UjBWrmZo631rYjkvjlyQxpMKE7xWuChb6bmsOsX7KLa/n0YltioYRIfwUHEQ/eooEjkXMNVpqVR0LyFm5k44YQntbfdotupYAFs/3ZSJXRMUM1Sb3o+H5V2heHQeikXhVsjMMN0z9q5h9LckoexgnG+AUV98Nmg3R+oZTy2y5428sNaG9JINoEGyj+OjMmt2ogzNdzCViQoFVXUXNq+8OZS8cNdhxrXbC2jiviwOnVk3rf3stqQMy++3+Fcw3b7TqIXuxpMQyKPmhjuGyVKRy/gFz09aWZCVNM1d5ZU2iFWHWAvt6MtNFYfEpdruZjivntGQi2UDYo680V97Xj3OFzjmnnelcylg8UZ1NuFP++4s0vv47mJhdLKu+1lYZAcVxScxHNZ3lAPT67m5vT42oJY2qGZpigSZZjb9yFDE+/YrooyfLjQTS5/lm9zeFtNK5bsTu6jOYMdsVxbGQ18uSfTxN6/Y43IUo7lDE888+xMt6A7clSdivFS0Gw1HWPs1YgF1UTwjc3kMuNTOEs2QhsV6A2gAAUalr0iL1if0FCViAHdZyZNMZwNxrtOh3NVu5mOM1PcOCk5M/SS9Mb+XLlYCQpgV1ebKtu9VN2qGWuZehv31PjUdl4IzBuvr5a+3mDGmd2rIUbnBuSguQOCtz1uqInHqq+HIb7DXmINg+f3kXpstWDEYsBFoq5i6zdLzbjcM5InfFff3m39ccEUsn9oSnjfi7O3pPluw5Y6Sr5ioi1k/XErUjoeW0JBhy+PDGcw1X/7V+4CL9CHG/Tv7wmncFxgFejgm/l9E4RfQq+M7iQ18iQBgHKbwz5eXRGJWql57N7IjekJFo8AJi3719PU5lHJTLWPwVKcanoRe6VOa7CWXRooXLPzxfUY/IpgMifnryLmo9Rc5/Mpkm3AkuXrtrwfuI53ppdXbgCrMnSYRTv+et4uqgGInpE7ksLOy3JOfhgNeRkFDElzuvM+QPfvalEPtJPkTTlG8ke2U7Q3UeQTxK76C5NRTl6GTgIiWVDK8stwjkUl9qytyW1kfWHXKxyOT/mJxiXMUac1kLTT63pabTIzjPybciWbKPU3C4q0v3OO20tHShd4/qHoSF7m3ctvmXmx6GAXmRpOutBRH07eE/6GVubxuEjEEd9LCg27pRTuA2cwykoHZ5BMr3CYU2O73QRBAumII3R1KJlV7JyTZ2Ba8vJQFyb/h2+qwn0ad2GRri87YiqEo+h6ItM0juScp/j1fSvUV4qjY4Jp3B84Gg1Foyjmxnnp9Gv5nXoAKRB/wFEdvIPGHMIlgfeMAjdol/veV25GYiTiD3xfkHI+vFMvjwfNzYi00/XDvDJ8y7is1ghD2B13Hcbe3SN/1dTFr6M7dsKdaBum6JP+cyXbD1skJI1ZT6Faa/IRrzi8yk5x/u5lbs6OcDwKUpkTZh/ATm0kRUUXJiodx8GMbTAYXbCaNDISCJJah9d5dX6JHhqvOamVkg1AkM+zRTvDprCYkg+e/KJCa6iLBKrpDgVeaUbZ7go7X18vGszN6s+7JDyHaDO5eY1xWsnNYGRebJIoM0TG3iKnzTacLohEMDPlJz1x1q/wFH1D8uyK3/yKluGrHfrAPoi8cTLNvUmavVpNO8MjhgcnVPphW0r8HM9zbggMCCm1bWegBeLC4kGlXM1W5AxWQlBv41dZDeodoEk5qiiyAFIKbMUQgOLFvb+JmiqzxnbP2C1S2jEZg5eVfImRh7Riic/0o+RHYrcQfWWWLvCDbMiPzj81saaojgudlYEsQt9jXlNgj3V/QVX8JFRzw/K911sNA5joC6x8IwzEDeu4dVdEm2Bjo1Qv3LxfxmKVIxvXD0j36+NggQubEz23cCGofS3mTPTuhbk31A7kOC3fMnYgmd/NMHIFrAebgZOTj5kVoUwwUSwJ6nHg1YPxpMG0g1JU3bDExJXXA72T7pyQFpvaXYHqE402YqwQNz5c8e4sDFhlkMkoTV3xwMz1BKlk0CAj56LIrEEzfmvUYK5NTE4n5DDM0GBXNOfrJO2IeiYV2q7RS3JEc+QpgMEcwNjqWEQ6RXv5O3nDQhGIrYsy6WFGn1rj8qPGKHJepa6cwr36mWjGdEnYZZobP7DPape1TdsL8+A/nl8JvvLqxat3MnxWTnIgVk8X3wjp52vloEb4yHWvsyElGkna8YqP7rPtS3z0XaGbtbol5QyXRUNnAoN0umKujS8+LoaPLTsVGlOKQ/uYxbwXicuWBPUvAXdVFvbN66vT785O/+n5299fXZy9Pju9PHshs/m3f4W9R9k5X/FwTkmYfsvhoYSXMjlGZGiFVc6u3FFPdGPqg5P5YGr8SAk/ZAI5wn6RiXOEnTJr0P2fjOOHCih8TcZeCqNszhGy1rURnzBScExJm0ZnNbrVcXLJjCy9+AiPKZZPwEpDh5nwF55nhntHjglu2laS6Vq6Ipl0HqtGAj75yGW+NXOwx4c9ltdKE4QioIp6So5jrz3IdqAegNyMkq6NMqIP04p6I90XO5bF1jfF4I+LeviBjNZBsI6kOyjh03CX5CmV07CsJysEJA059Df4T+TxJ9CGj0GwhZfZHM3E+Ik6u0Iy1D57x7opM8oxPRJtcvHoPta83hzUNt2b8Avz/ghWZoKRIzUl2mjSzLmj1r+BP/2OusIjzpKhga63Q19edwOJ0ih9eCZm00BMjUfBo7+Hu3PzoBSJBdexkYvL2mJaVSOJTiheRg96Blqx7AJx0yhHk85AWPGvReWSpEYEMTMkF66ltkt1EfoAfe1N7qsHHjdnAOWPlKpWa0cA6sGktGOCDwlI3oxKWOZLIAy7GQhDTkZosNtfHTYiMZ7JzRjzqJTloBM2e5JwqZOPYii6Ltkcaam4I8DnDu1znhpwU2XiepjDSxBLyrTCEzYbw91ui7291U/qwO4mnEc7T7LvPH2x6ijl4pNCFxevc4OzDr+bT8ZqP3CkEO4zf8QCQT/0ygweFOns/uHxrVHuY+bizxupLe+zA6zyubX/W35XmHYfVF8Fa40R32yIWW07H82gBhB6TDeLlq4kQ7q8ctbzO6sIsrbcARHLpu8ZK0YU+6huY2ndf5ymiwlFdMCjHVfeO81aREkwui/MEqKjbAyqjkOam97FlgsYJiJgpxQe5dAWWTebT8D9bM4bfyUr4A5APQ784+ylZOZ7PowosLKvk1MyipLKW5Z0JHqisUGYC/5JoWhaEnCm1B/ODkqvUo4Jzsq4CqxE4lCHhHDSJpo9z+J4B3qQ+o++x7r24tych1rAG2exZXNwMeWArmuPkp2GwQGEIVmbe5USCkKw4xMRwMFyjnGBMMOssknzd7CBx8XLZYcxfo0o1Eb3pSSbK812mme8ktbrjAMShXION5qMIM43Y35+0bE30i3GjBeSKqerW/i/Ak+6okE2HrHB0vM5fHz9oA2sRIm77CKJiRtKm2M9DFr36D7Q87lYT+7GdRo2OC5OwNq87oaLtqK+JJwYzEFIUEpQOsZjG0u3keiJYoFXWQz4YQMP46SwVLcUPgpLagIzN1xf7HBYjGIQWTnZn9gus7QMmAgoP1GXGT7P7JhhDCTzqAuxP/gdA2k0LNtRLT1Ex/UE22I4fkgKqwcp3x6ZeFw8545cgYyngE7GOeS6WgGAq/hX043yH4iWVPA+3BPp8dRK56Hc3Yh9lVNBSo/RokI+y7lCNoMLcBy0n3olmEryTGwiOf1haECSNYI31+F5r8dS/BwsNlKgSLocd1IywBYcErpJLNFGeFIRl8CEEkuHpPbeLELG5KHd4BLgYjfTrVEFzwi95e/hu+8SQ++4yK4fVvLT9ZNIJIi1/kVZPsKdhl8C9uEpZxcDOU+DPYcnUvQH/l9UbAoydNGq5KUww64WUsd+Mi0FY4UjMQh3GakGrJ3Gh8tC5szhWIGkTr5f2sPhwxvHUSI5OlT6khYogFEMurG3QV8WSXtZJRPO5nXD4nhSTykpcuu7MS2yDwp+/a50vQdxnRRnLI4bpRdghY+wj1J0Nfddf1artpiT2nXzG5fYLJ35J2IzzOlMY/ezNSOzgNcajzRfiY87ZOg2lQ1LTzeKolMvCpjkbrGBGF6hUvdwXIaNP4rAHsGbJDAjUCXCEqSXzzuRaFQ1U1mbmaQv6X6if10P+c6yC0zBVA4xmPGc1ebaG1rKH1danc4zAVY/J5mMljjNQJ4xCrLgvpMkbunowc1EMgiUTWvQSLeTwBOUzEy7K2TmlgSVkNw52FAFuWutt2J9cVtdTxEsXyqkStsITEYgo1WP+Ev6lUQCeZ3vJS9820jgygRqTZ+R8PBnwQW+3+N2cSqRkvu7Bq7Wg4s40isweqkplGXH7+o/ojBaEOTaNeIjmIDNKIssQE/IdTz0eJqi7D6wVYDPLcOtsVuqe7nRNS1WEtJqoLn9KLNJ+64zaU84Msgo27hqfrAgSOJaebY+tKLWwoyhUiIVI7wU+zlyKjoQfmVNUE9mAtcVXMzg3qk67q/jcyZM0L7Uh5l4gbCnwkxjW9xwbt/lKzaM16A70tzAxa5pS+Vr5J0+3JcPj9RqnlYlWD0LLNaKZyHBx/caOL5iF1aMWQUBEZADC24xLVb87zWGt24X9txG473ATkZDsh9d0ECuhWi+J75iJNy6nhKNJXHJ51WJwRzperoqn0C94UgwdeOyu9Mu9Cyd/7jArnA+gcwpofzN1NOISVzMGHCilwNvfb8xPVvhAH77+u3zq+fvTk7PsiuRmJi5Sh/R7bRrDkpsBZhs5SBx6sMAeW6pNEuEzomm41z6lTIpUhpLrgBFmseUbz3/Ph9bDmNwceSFaOPnGGsPgVnBqmgH2FyX3iACyht60I4KBr+brJho/AA6FzxM+O7D1udUFSikg5/RenF/a+9ZsXd0fPDkeD+iMT980kOU57svHh255ovu+b+w9+Lel5/Ve9ESqP3qPRcPj2AR/6O48v8axZVEHxgQLq7g6/vBdEhRvr7g9/n+Ek8fR0OAuEbiti5sI0NyFheGYiW+iUpHSZopWWRYFIw0RMxCdNc0XbVNnbaryTe6HJdKKcbNPjUx7IDfLq6GP6L5hF8c11LAxr5Rrub4YO/p/jOuOd7fftJXnZgKZX57ChsqTtZhAylyrQUZasVzCXxgvocPMC6ZF6FcosAHPF4VigsZSDspI2kWrQ610GwYuAZNJx1LayEyEv9J4gAlEI5RpdNMtk60QBI2Dmx3PVOynmi23KKdI2ff+2v0BYSxVUho6YK4EqjUQAh1+hlsFoN4NgM6LdI+SZ6WndCkwlMCHgWFbOhx2vbEYwc4nW60GpUlhBPGzpHgK3CZMZMM/TnP1X4rn/f8c1Dv4ArM7pY9+gc9rSQBCorZ6R7Kgo/SDQkrqHn83PDomYzU/xXLX37DRW2NHKLcQZ+CZsNvUDFU8qnolOTvvZVPv+T8asua5eM4bIu4DwPEOgwi6Az+Hcu7CGddfRpW7Ww+MOFSZVvo6Sm7YgqlwizoOb8ZGONOfRFKPt+4Nj7JG1NRg4MgnggZYua5pMr98ZNUDFewjymRJ+exu6OqciyoHxoonNca9PWV9mroZqiRWY2YKCM5AHy+kAqkQyoyOeJYTCfVlIIBqCnExtkL3u2T3578fi3bXAXXGTMYNOiwjW4rigto6dHgvY/unL97OyB8/qIV0qVC2j9zASVOBeumJFKRAhLCu7NsjprL69lfqu13c5w0oCFqzGWRb3Z6cUHf+u2Fy4cMm1ldueriuW2XTsV7yepLWXan+RzfmBvNMX3gWqu89Lp4egRnDMIUQI3OVOp1rkQcv8XGIw49mDaYfJkN5Ej6gxK/zApAGDba0hkKJctoKy4FxLQm4/5pBlTBi5wO9LX378Jo9vspbwfhVkl1O+SSkyHk6Ij3KS6mBkQGF4TppT08d4wCA4cWGjCO6KXksEwhT+Ive8IACmrRFXIJT+fIKaigdxjWuaQBCYPEv3bW4uCl58Fg2xRPSDneLAi4WXWBoKFMvozN53EQlDrIjzO2zOPtw/66UQyKEEBTHB+Tf+MKHese0Aly136T/5vDRZ9cmLpnBmtZmUak0AkbfFeV2NBMTZiG04/uVrMO07NNLgOerGsRluAWzRA43leNSjPLW3qI1PO0EZSQdaREjZJzyKm8hwtH0bPvLkHAVPwO4AtS+IIlcNb6QLPtNUpmBe5h8ahqLBLZ9/XPWIePR5yNbzcZOqbmZ6IPiHpSsEbC5NH1nk/DYCF3SdTF9YMjGklYQwzzhJRAEtq9+LlqER5oUIcEZ1gp61ILn016jgBTPhRr1EUOs4Efbrs7NOtFlsbl8IOaSbKBvLZe/bM+o5oUcp6JLhQpirFuSvT3Wg9jJJo8iZ/ioPm00pphvK6GiABBGtLFDO9f0yrqlhh/SHzCyeAxfByWEvCrJTXZil6/ZZXXJu3n9YPYSwSV6DUviCFHtoUy2oIECq6f0zwUtq/Ho6zNut7sB6JRB3ot6R0k8sHVHBIp2QwZURjYJXQlmy4soqXFf+GnC5gMBWs6D67wCTlpHAEOhhEwj6mZEyLQr7RamnHiK8/gNaMVLPkAkUtMJI2jtqQYAXb3Vg/+ckFCUCzTTdEXyD/TMV8/zl8sFVpJ75CrneZJrBOLbZNzcEwC6G8vP2yty/fjuVyXl5JWcK8rHN+paS3bTfGFbnF7i2xvzdTVwNDmlC3KBp65lDEz7w2JCvejPMo5Q49hql2U87NxWGOqEaMV2kGXrXGYJGJ1npfFh+ohYrBRUfFHMnfEKVlrwdg+Df1VUQzWEAmqFsmaSQ6pljE0+i/JVdG3NUq21pzIXzGiOuCfyQkxpxs08W0P9abC80aCqso60a4KJ7+HaPBYKNodMojRbkV1EmXxcz2zu0nHMYvlh3OIRVocfo1sMD7Ebtgdr1RMxqGqpZjZyW7NgDHkiU4PhVbnztnur9hYnQGTWDV7l6JNB2eY+u8GxsS9RHQV/bU4xc5GoxLsNyH7vCcScr0500b90RBdQ4HLkcNYEabWXkf4O3qulkRsVFHzaiGVLV363jlxXMg+WvTmch+n+Xtvmgbrccws+qrc2XCAjcsbJb2DVNNu0SoFkfGxjdeBRqyHu0bmsjOJs8beyOdFy65DT91bEBygzdUskTWNmD1ZZvVpO7B1p+J4xUtfT5dEUYIFTiEmLrxi7FJQpszIatkCyrGavr/Dupt5eSt6lQ8eVg0ruWGtRkkIWbJg2rg2yzmvLoIlWGqNONU5g6vHWRKmdcSINQgCPNo++sf1fx0qqJ7fhQXv9sAE+o4YI8sxJeFIPhgv/QEk1Kd1jYB0fznez6NavmUfzGdhlnAvZw9G4ii63SKQtCZfIiGpwTe1X9cCRawZgMHlDKMvaijUU+LiZ8cNN4GcsMwRUktBbObVWWoYgQ8+J9T5uDtOUBG8vvhFdZlYEMILgHEE+v0dudF5dYbMH4XwDzF35s0N2ay5MJqNgfWcxwVF9kRdy+HcvmsaOJE/lR9LTq7BEb3G8uecMsRdBiMCnOcSnk0+tURcpF7cpwnKnFBISlHs8cpLnczdE/CJwca2zU+yLviZNa/w1CXQWcZy145kkQKtZS8J5i+YgqtqcR6IuwOZ2bChqTEMTNbfl+2oix5MFTAmtA6GHmXW+u/PL56+sSnjYByPWWNJOUI10rGXpdZSFUKJUaKWIAWRpaNdPRDFVvrqj0Xax/ZdoGl8tjOIO0hKaLmWSn6b3s21xuGKAqSBUcY8Aqeznyoac8XmBOOp9sFmKwWm8UkWdqamQRgy7JexGhdJ6jhD0kwjs+XsE57qyrE+Mj8U3Xiqc3EbWTotwDolt9n2Gz74WrcpBdpmIbS3cODjJ7GwjznTXCwnRKpjsBZsEObxD2X9Oaxcnd4XumnWSferz+a9oE04JofPVudPbRNmnFgC3Ze8z6gZEoKO7R02FCiuVjN+1wCCeuT7EpHHoXGFoSgjaArS7lO5TuNeN6OHUOEGFJJ9J2Cth3DrTTCWtjQLFT0IPq/bSs+tOJBcEE3EzHNx7k7fnb2gLMr6XhPOQTBMyToFiEDLWSBwhjn1DGGWj+G4pBQpuILjeliHfZmy9umSxWYGjnAN5u2DvD8HyopS65Cp/IaJYZXQKwhCGmV71Jt2SCNsF1Qmxla8i3OK0TQChTX0eH+NKeFP7xgTb1F2GmjlLgVqGKFBaL7Fya/MOjlOzJB7shOPW1xPjYI0k+vaxaG9G7TW+ndDBsDcVs578WF+LXUUWiRj1QYlRvl3CJ8VRimJBYU71NBlkAokl6dklsnhsFnkQ9z95xqHO5uWLR/U9ZbA5NEp5CZayES0bpFApJktDGmLoD9DwWPcAUQeOb6kHmrTQIeBhpGkTeecXUuXKPP1jMb9LlIwbo9NFCa3mYEwCqVGkUlOXj8vP6DJeY4P109wut4h28AjQeGByO/Mgd+PUk8LRpmRSia/mOSNY1aM+SNPPpYjFUouK8Xd50yfPv7cry7KbGv19OmFKVLPIH0zYpZR1ZSdIxkBM5+SJZoTlppxhPAMgnIopkFUX+6KFdcV/hO/e+VO3xU7DoN+SIYG6PrRktGC59abV/tuj8q2tIuJdRJojeBbe/jDu4NvLsMdEBkPXzjAL7j2W7iaNLz8BftHNVoZr18TLA8S4m36jlkzNkfCLna8Z5p553Qc1/DKrmK2kXZybRgNN2DEZpad68AYHhF9HDaicBzc9FXqLrUJEtjkD4JelzSarKcF/UkZPQIstVUVdbklS5Qe+lYe2lV8XiT4dt3MUWL2GNr5dwxquPihL2ktsZsGlYAIGnlTzr+sODdICnQVmCWuXFPKyJa1VAwsup22ohY7aD5v8Vg7ZFFsaV9sPBVbJdax8Oc7g29O8L9M39df46Gucfh0tFWiqOAPtDc4/Z01k9vubksKP7bgUmKgG2aGv/yVZ5ZZDuFGr6jiyi3Lt/JX2ue/0PKM6o/1lhGt8NgX8Kdf+Wm66PieIFWjB37Lf/3LL3MzBAFwP3ML/Bb/+8fztONwJPgwq/Whms19H9XuvhYO2QlKF+6urSSVDxjpnOBNNz0puCSwcXY0W7DsoTnhw6G1FGyJf01uPLfpo4c5ayNsXMGl3OyZUV2/BP9YujsvN7AmIinPskKZIpzMoBhZ+DuEimLsN5HJx07iCtgUF0DcjDg8DW8axZyt9EQKB2n2p/XMvdhReAhyokuXzsC8Yd0hV1s1EQzov49XwBdWaYdDXjZUnr7kTELXUmotxqSs3YtFy7QYrtyRWoZxQRglY9vmGiwT9frQKKBM46LNmW44KThqU158muKEkmfYGXgk3Xm8da64ZE/ogqsr6VDP5a2V04IW4bpw6a7AD1FmxU6TILTemKlYEAx8hmpduo4J/xLtsMRcNNvK4UhniY1r7H/8xwXeresWmWuwqfQtISNgI4fO6YD5M6xJqqS2i+eIaOVGlaTeOG3HSedrOB7kXODdsCEfw+COR4rsAQyU3D3gnuAs6qSO3LgHvM/cqE30p/9QxffIn73CN4gNMXb+xDmnC1FaTHJt2pRz2Y85UvozWAcP0p83M+nzd10SHo5vfTohLJ7EN+LXwBUIVrEyn+oGdPH2aCBA0yj4pTtXEz4nG1lOiT047JEWF01wPGn/mXfnn//ZhQKooO9Pf1LiHUYldUX6DbqM+988l/p6uHH734Q2yxvpC4ONEoUDtZa7w5yynSac5h7KRmUrXYfVz6ZHay/9vz7jOww+wjHnm6yWWD+kVZjbiWQj45ZSYIc4Qc65gZLLpvmwCAk/jilKMIQutHBtD6gXQndXjQbC1rJJfNzW5V5wpwvpVU5XFtnA2vKG2rsL5UyjJbQ5UqAsKVR1y5m4KfUO7gKAD18dE2ns8kviRKNxq1NJH8LwQsWxqbFl9+wEio6lhr6IKgWhh6Vk4wZui2bzdXrinLgWQXKnUc+PRn0RVV8VF1SsflshLofposdRiit/YKIU5DsQrh/Bw+lq6ywrmtfASSUUo+W+fg3SSlrOoap24b6hFbW5+TQP0z6rTwYdbQPndINp3shzhQbOHyupypULSHl+QFngmqBlHN8M9jdbSuETrlr3J5lXAv+6D7EwRj7w0FxCwXMCnyI+U1CEtybGncnuUGH+zmtskmEADC7AV/peq4yEcF/pG5CSrqqQNY50jeqlpIy1xisE/LbD55D+PWCDo627xjVvu1iVHgsUAJ4HOWH6aPobTcf0WJLYKO24gURngmK/F5rzxfiDpxZLhQCS4GLpQS+aCnzL7q7/OV5XkpkxKdsPi5nniXB9EeWMyuIIpC9TERIMjpiZGzwgQcItH6Twh4jZ2VDkcqsEBmCHcVQwjlpQWvrWJMwx7iXmcf5uZuAMmN5C9gWsvaasmSKC2fTiqg5F3oj1yKSRafcvW0BhOgOkiYY6Te0LLY2lDVTw8/R2gc3kUDCCFyINhzEa1pf7UKrpnnwGKkI8+wIwdxFubUuE4tqlFRH+bugLiHa8Wi/B8ePBafEDN8ek09QaKiaa32ihtav+nMn58001JdLPm48Yam5K6moDrW6DMT8L3ez6C418qzmwIUfIVYa5JrabTI0jcjtJfmpIRnyHtoKwCQpbmktgaLsXPfzEwsrmKwKyK/cWa80xNqQVjKH3ofnksxYfqmrGWEOn24T4jNNoBstBSQ7E1S+dhSeDmlIzTdo/UViDl2/fnZ5dXVy8vjp58ebV9w6jLRUKOGO3vWobEvEqUjHDVfju8vJ8rSV43jRzDJXNFHjXOYNDGiWGvWTnd5UDogmXsC48ARuIa6q8RdPYrwt59Rg0XCCgFm2kNTdIjuhixr+xGksRe0nPnmVovf9/e+++3MaR5Qn/vR3R71CL+NySpgmK4FVkt3tC1q3ZI9n6RMnu/jY2EEWgSJYFoDAoQBTd4Yh+jY2YjfCz+FH6STbPNU9mZRVAm/LsN+GN2bYIFDKz8nLyXH7nd+6iM8Ei2yO2tn1drBhfb7QUIrplaG2NIR9MQU1QtHbrQ7EYHK8goqrKRPO+M3Bec2FtmZAdkWbTYoem87oRJS4lM7Ewt6X3sFA2I/wM2II1gLcGvGwYGQgvSVOtd4TMMvURMOR6bRcLyy1ghxeAOWRsrXgK3BFZjSzrz8a5P0Ex2wtKSNKRUdb0oplO1Qrgm2D9eeBLYx3Sf4BqC9QDTGleAbTLauAM9QAtX/J3rRHbrpQ8CdG+pdVRGoKVZQpxSKCQdON6sXAarVMFPMqzSnKiNen1SVn0sktcWx5WCPlfsZ4VSM2EfhyaG77Wchhjt6CNRhfgX1K06FZYFbyVGzxQ75rYIPVLtimOQUZIuFJZZJp4g024FnLW8UU75aC1EU+odAtSws3tVkTZ4rEZHa/Du418JTqfWzBhiDbTLy1CuboslleE51aukHpk0Qjt7yeoKdVknWG3zBfGnUYeIHZd9OGZ77/fsn6hfLV0I/3+e1wB+pyeanXehKFyY8DVTvUqBAkBODK/h+DRl0Deit18dXGBrkWO3sU0ukaTJvXMbGOwV6+cXfCtu2KwJAMu5bwI4XOJgTIWhUZazi7gKqdkzQC/Y2YGsEzBNHgzTBInAuaeWiRdC6eOeq1Fzn3XJ1COFhbZNbpfIps0cpLh1FDyKIaJslExmWzYNdw86lJmNfMLEl+eFZKD/mGkwaSRirMEVQUM0XT77VpH89lnXz5+9eyzzwLLGIv4xcIAe1cFRc8OtvTZZ0++evfl288+28yjIvWvjcXAuDJftQxltjd0Gc1De8R9eVkt++L2RGSa2y4sYegZd2MXzUe6i6JuoOv0ztBbOXGXIN85yiuAbNAaTPBUCcz4puWlwFnEYbdr9nNZYwZOFlTPgNhEDqfBWbpXm4zX8IT+1dlcX68mM0OGG5XL9hZIZYV8igulvUdZRxguChwIgVizVVJvPafphvOeyPO3ZoM6/Wwl+yhixtBeiKae5ylwSYKy9ReVF6kRtSdyBBZ3A1pXV/qZ+CERu1HBKuT6HRfRidB2d9FHo4dUFZ7NO8IHEALiDdN8co3UYDMI+owMIo6ixRzi4sYkqrwhOrzFmznLP3Ao4/yGgT+qSLh3r2YQjiJuI2DLUR6bjXT6AK8lZVjQyaLMLiQLkYjHOCUblHZNThWSB/jDoG4Ckc/fYkB86jADmvV6cVVVI6fb1EymGRHs0YafCWNDw0jbLIWceuVZELR8EemlLZ5JCjaBdUeuErlB/pqVo2qmEiQg+esWSc/Qr4iu2Z6B3Sb6FhlFQFx2A7c+hxUG0Ac6ziTNNIGdYGqpQNVIDdjGHwh8OquriWwtMhHRZ5gTPpj3Cq0YytPxDZQcpdx6RXOv7VKLRRLQAun5JxRe1XQAo+Lhd/ZGFssKNxnnfEt4K0Ne99YU8XDnUIQxKDWaa5XHOJ+OqrlNqzAPHdc1ToWnPNWwCmb7KHIhEgiZcDJyd9VbXiGgC4UlGAg63GIF8llEBWBS3VUhV0Gc0MWKWwHeHzmhcm8bXgTG8TBOuC0xAPO4v2Ea5EiloLWFrDn3SbCwwk3snyWh7kZrqsQj/WRL/gRH+a/Ky6uJ+/90B808PYehIiUrHw0/uJnUBQE/8x6faTrVrclsTaZf+13l8efdbGixITnK5+b68bU9AluJhD+xinBmtqdn480JnitMczbx07ZOTWIWvIjmo+BBUAsr/SJbEW5aodj72zv4E1icOKSa7rqgoL4U1UZSAokFpARfeN1h1D/imn3qDsx55RSvVPcWwmEEEBSH7iMHutuskUGPhaOJH52jo8mFZDJZ3cMXgQVCNF9wxILToAFYoJDiW568v23GiZI+SiorR5lSWdeSikb6fZLPonsruut8WYgZoKU6JapCqY4SZNli3/xK4n0SZkG3zexWuJQmQyG7UwOaD05gIs+DMFqb49CUhBtsSE7XQTGRX3N5CSKQ0wmF24goacHaE94QVj35GQ8bi6Wi5aSzmyE1uJSeoYolfhqW8gjitLenaQy6/iIfCXbgCWhNjf5bIlrr3WVzCFnSxKuss74lTzEBzoAKHr6CVIRUy8Q9mChuky8W7gBTtAaRXbg0XDiA0qndk5csfxR46rPDw94COniOcbiLyg0Cz/2/+NlRBefuVyY9CEnDczpGPh7lklcpCEJJI2QfG+ojhlTgVn36GqIBnAjqRPKL++b2tw8Fu3PDdTWvM610p7OEZLMcG+/wG27g5YfKR/l7SrwJoTVB+LKKpV93P9w4IguQES6iCkCX2zmVHbpMUHlv2rq3KLkxsatZoBBMkvaSCSWJX8FHkhKuz03HYAy3i6DsBmYFYRnXWYm5ZKWw8TRTbb0C1uWvNtYlnwx6wfDQqMHFmo/fXbBtOtrfIN1bzawKCQj5fHhpzd6bqlsV6hiDueigtqTsQWaQAcCGTbA0Z4tSwK8KYsLBWjDoKCSvKwbCO7o9L67yD2WF2krso4ENQ0w5dgEIHTCB16LZKt0YqtVi1DbDUbZTYnJp004pkV3RUvgwmA2+4NZqJocU8HCjUTEnlh3F9DHRHKjxsAKpkzIuoDyfeI07pobBW7IS9DtwCuJqUNSIeKIgQEkKk71azLm71U7gClxMsKp3je80V4gSrVRHWzaP0K0WBAwiGrZ0ZPgcCmV+MLMWCEWhnqeo4mJVq5jDZcRFa3AkJUbnZmSupbl1oLivEjmZjaBG69C1zCEfbmJICTM4ECGNfDKppIrC8D/iUU8HRS4nmBkTVEJ+SHvCEq2jk8PpX2KTku6HefWoRDKODeNt4Ar+hoSJmvd8eVRCdwaHqmxMrTd62bx31sH4897/w3HEIbx/z2r8trKrCi6c1YhoqtPzjm+34HtfuenIHwQRKw+RoGs8DThhncb3uaG7v3E/RUUhJdbHCD2DJ9G4LdYDapvKzgTsp1J8S6qiMteaRhpAD4UihdCfPuwN58bOS++y1jFImin5jcoLmOga2MgBbltcVB+BH5OIXeuCklSIfZhogWoGPIG9o7AKIi+65UBauR0tURurk5q0ErjyU+CADVYh6tgj17RxxFzbUhlkV8GfQfw8jKtvGO0LmANYFTJchQSeKutS5WOS4tWqL7lPqM+4rgeKxqIJdsxOn7YMzunalzNUJaINe/pUQ053bm60nVCJAtus8HqZL5byB9yYHnYun7plCx/wcDqnbQroL6iJgqZ2H5UfovvtqpLu5STTpRZOMEx0Kqj8HHHAqqNM63vTOK5KJ+SUjBcMO/Mo0i1KG523R5DYUGotK6PCb0XMFBJI9ExogSvD76nOFeLf9Dx9Oy7CGQJCaq3C1LPMvI/HHyByOZZk7p7iQdwNQNxVsN9BSfNExS2/lCi4mymaye795AdBb3nqNYYepSPlNS+M0A0zoJtYSOVmklWh47oM8uF1/ZI75rpqlGxqy0KJklXQIWjicloLAt1Ho2IBl1I2Khej1ZRjwxtMhtjsAYIu8Ogxbpq3jeY4IPYJNzMkhyFpe3VxYTJSZC8p3KriGlcxiLn76Hty1iAjQFTaLX6PRHxLtV6DBwvJtIiMQE+kKkbC2bnZCFFvAY8fZ4u8qqis5tsgVqfuB7lwIZJ2Ww9+Ky0LTbFsCS9eEIfiOUj5uApVdVAT29fWmTKkjyuls0839wnMTO/smRu6rzojJqkocvbk5Wl2HxLQoSNUoCGX9CIfFQ/sts9nBLykwROJkvvmclKd52nAU0uiV9OrHyKVcdd6o1FEJLyy03Lg0zxTpldJB7RsWYj/btc9VJnGDfIGFkU3BiwWQcdHkyLXewjUXgo9TEok58fSwb6CxvQ279/g/YoBVoZ6FPtpTpj14CHIoJoWD78AN46dh+4JcG1Uo9LzAvHGZ+pAysuYhfMqwcKlQjL4XYAjQMRSvrzFIKKpQZ82HwELfkp6GFbgXicnPJZ2naTbEaGqLANokXVq6I1dguaTFZ1u9ivdHWAULGC+AjeyXhGrOaAmgPqsrtfZXiQ/43qKNQEsVEli1TTlPdeMmhkWu/ToC3tY8MMr8SshfrNjpZqcd3p4XvvgSy+8tVSRnlAUmELvqgpjZHkdsCyEL9DVTxAct/qgnQiRGPBnfPBao8aa4kTy2GW5bik8bgslkLMFGxHK149ZNgqsBo8tPsqzTvm09NGS60oj2vEW7x5G20nJoHq8g61gS5j8OrpUTWHglv6wJ91f5t3Xhi9tgQqJpDCCgGJzBCqQ3UdfYeWGGcVnNpPQC9cA8AnJeQrdCr2wTjoIcBXdpLGCcMMJZzW7zRcR9BxeSQ0vt/U01OpD9uFfTjXkDUhLE9aM9sCLREQ2pVqgDAqHJUZqKjcgwS65rJjyWOD+5Oulc+tZBViGSqkzU2cqObjQkonowA2U2O8VCa+r/oeOs3IWvx0DK7aIbQE59VpmKlJqglg3jqxYTJHyU3gH57RBMHsMiFyzp4/fPqNV29xTImU40PwmhlGSMK/yOd6kfWXOByuQRBMS4KFXibw1Il1eVNUlVhJwP338+nTzUXDqk0faxln9wpgZEIrKZpC1gNI57mx4NTusat2KRU0wvdgY4FEadJn6FeRj7W0fbu+04zQlwwOe7Yvq0BTnrUfodxMkA/nD9Xw66dOG/92CPrJH3F+s9ExQup62EIO7c2Ogb1BAacP+DcNCUNzGGrr+uHJYIOn53nRg0MS39RDk5RIZ/rx8HQrndZDHhE/yIN1ILi/ROl9WUHDT2GrtAPWU7kLNeY/zhNw1JOM6kqhMLwg4ZLSdsvMGCsxGc+EXKp1h0Fw12hb2GAJMGUMh63ts92n70vYm5twGueh4Je+FEtlDs/oEar8D9P/8hr3KlPRDVt36E4XGK1woCNn4YGo416Mrp6JpvZti9J6BgssrXymNPaSXJVzUCFHeCJ1siP4TCHxUgPXFsKxfbRzJgt+nMOtP7yEO7mBHDKr1FXIoS99SMaXQ6CLfpdIIazLlqIihlXZnnru1h/gk5mJ93oPcuaGC7nvNPbr2XS37p7jeQPTA9U4MWZCvlbwhOFuB/jL/HgR5DHibERb489580PvTH+s5cFnSB7X7gIi2Oy4IIOp0v/lTcxB2CDv472+KCVKdOhkgPJ87W9njf3ucPVlerSZXK3jYjXDXDBLmhniZPOWkLxJRV5OVJ7sjWn4vmDhXhLFxRDKHsbIF3CVMW4MOR5pDHTyMAUcA9cWPTnoMvIC/Dk56WGUc/n140luiWcdfHLjLcpdLsmNpTyi4fux+sDN41B/s9ncOssH+yf7+yd4BFi4/6a0WE3ze9ZGiJfzXMce0Pt/befQ7HsXn2j+Ug79YFIXTa/rXcycXe38oT3bcF7u77gu3UYAmsJ98An4qEEJ3dc8raG/npMdV5EFkSNH5qKj8EZVfnxU48oH7DSs0PEHuDXsIAxvyY1jKfufk799Tr7yK/RlIUvjB7qH7xa/12uno9P7wPU4xc1zC1A0OTv6OW0oWxH2gxVJfynP4BBi1vEYT/8Vg4LZjQSFJXqQj99FjYOci8w0oW7QYouffqE1Nby214dVJCpFDc8e0Jy4LJwFxSff29t0gW5mZ6UCfZLQSZp2vSmefgV4MyTuvCUXKyRWgbIJgJYtbyQVZJTR0LqKZclZk9gTS+6WVJ1DKoIRC10VtIKr0bbBLwjECNAXwUGwh1IWzaYC6A+EFVDL0bX5OkubxyGnvY9SM0I1tCN5h23JM2Mkq9KWdFyMFYKqzBsrgESF89Z5eD2xaU6WS5T+h+chH2DV8KvD2zAdNPfUb3Y3qeX/KyBefYf8EiyC6a3W8vEpfl2Ff7BYhkexEx7CYuclaFUPagRqJHLpxD0lR1q/4doN8p3b75yDeThEfwWuhgZYjJ+k5HYVXKLMtX3q3ZIR4GodwGA1UEJU0gcsQ0zLjnBJKcExQGjSLsT0ntueTDNhADTjMs5DTQRyVpNiiyiYj4EwLKKj4lzPDZsbbDA5p/xp+CD5Qxa2R8XtZ8OvVAd4hWNzXvsbjSXYKQgB0d9cyEUaR6equgEt3s3rbCHw+s/5q7iZoBAkzplyrgacS4QpnJlZR/SS3q/ppKQGZYZKu6X28WEe4wluA1g1OoWVA2bB1VGxeu5sT7XIsk8P5jSJ+hNBNxoD+EgFnOrP0Smg5xGdTzYoNO+8Fifa2TFeK5Qrki43TY7kuATVR6GXWPAUz0EwT5ypVV1t2pqfE8MBxNK1mHK1DbCQ7HXHH8nbFFSmR5JyfNmR2XOaRhZnmwDEiRahdo4Snd3Jry6hAY1qyQw1KiOQC+ucbeORdQ3JoYA9m9Y27M6aMKhO36LTw25G/qsPik92DuSiKMbIza9r8hcjcgAHaA81WI2fF1Bjlaj94b1C1Kch7O80huLHiCDUQ/AreCBVdKllUMh9OhijXhQoELwPg6gQR65YVRgB1gO6Dl+pBeq++yt8jtf6CI8WQXqv0RAwpX4Z8QUIVRP2FwV3k8xML2v3YKSj5vBhvcdaqE8KTCYfP8abKL/n1kAe29ryryJZcjFaLeG1SI5cx6Fps/+Xsqy9pPzi1wB3a8YTifIwyxFAWGX3CDkVV8cjjjD+siOs1z7ahQip+FJ2yW4zn2zo1mhD6+CkGBaKo1gCLxWE8x230TEFkjPcQZrYJMFLXBAAFhc3pLLThIh1Lg+QnWbF9uS3y6DEY8ah48gek9umfpL4Vy9GGElSjTe5OWrIkpGJZiLGARwxFB8OivSmhr7Usp5E74qn1W51kUoMKs5/JuQVbMShgmZSyDXU40l9ewfGWjSFFHcAXYLiO8D1ewVjhgo+kAt+5HPRYFM4CrK/8vX+OJEw1085HKaxdY+F4AJ1fKh2nuaoyh7Da/8M4VOv/yeQobRcRZoQgUYGNVWCoqLzw2peoY2XNr9c1ahLFNpDiJmNRIra9969OPn3+9bM3Z6dffYmkq1LDkQ4SzuyfIf3l29rqEzKpfM2LJUA50QRLpeu+oRvLoZflQfUFAqTg6EfGccL29slSXNKFCWca7TD3eUlWjWGoeLhw2s64onLd/74qF4QO+BYJt/u8FBoyldfyF0LCER0dqWtR47EVNidJHYJYWQHiqc6+fPfypTM9CuL5oX8YBCQ+Sq4XgdQTZGVZMpD2pWlY8JIy5/A35L2dg/70yilBE4+wRbHdZSXst+oyb4o+G7XJzt1iBEoeA/AkFAdWHqWlMXIfzx7pL5eARy/GYjNjZNSWSPeFcbp2b0OkyTA9jR57OsTJPWp1cndTmEQdP8NklLHerHIgZfv0zLlm1TSjLNeFgPNZQ1Hthg0iFFK6WnQzLD541w2xisPTZ3Rc3xpZQPUpCXYlYhog2II+vtVcunPzEPVVVNrvg1qxpWwIOPTxAw0GI9eAswZiq6+1bmzLhD4l2obszGnE5277arYTGRxEX/DYfSYeA8oap86hs0mdi1VYbdJhsnbzYrniBJKf2IR3/YCWW2cPszfOrEsX626/oMmP92JRjhv2C8y59dE28HaxKkFnctfWUsIJlGiKXbZN9QdUFhjUUGB2Su03ajmDGjdjjogJ7EsNMr7a5KotF/GlB9cu8Jqg7LvIP4DyLsWFo0YiUBnQJzuRyCwa6H/c8I1EI8FYtjm1oQ/Vn04Pd0P2PU4Leka6Hy6ZvVP0GG5wp5hBxT+LRsPXY60UiOKSUWqHn7S45YyQJ6T0N1oRPMIcXGwPQZUUsCVKsQb3RtRRhdZsPYVLe1TVbhO7PcyadDmTF4U3it++m+8itjSfcZ1Mt1bA11qMRTN4D2WCkEQHeYjL0XsVnT5Njx1MLVasBvi9cxxvu9Wy6jMNS2gOk9Kbu9PGQlQqoZWxxUfR0ZZ+JbFZ+feUthw2hrdQNWuMhHiYa4zXcD3PR0WnjQ5ryU4D6zMQ5/ONt8ZgLm9zu6DA5ivMu25E04V1oKhqOkfMz1hHn5wx6v2z6Hcm+Ceg9EtqkzeG2wc90gh6tLnJS72wp5/QQrJWeOblD30AZOHtjlh8Z+KRQ+ylO183dLb80apM2Sk4ZhtKtlTdO6niOs+p5ogXbID7hOSLPoTVNusBCm/4hWRUMuelSAEYKOg5rzdrj0pKkjZFAl7OLpeZROim8n6UvEMkK3c16/Ovcr0m0GXG+BS+Mja9iK1gx8iIF8B7ilAQy2tKAQdgG56N2jdDHeARYKmdIJojBQztQNwIcB5yUHh4uyKaNG03oVgAkVoiow6f+Trb35l/pBrPc2un8Rqd5wtOY+bVOi+uQDq6KQPnJMmNC3eIikWy2zc5avLFx2K04mByWS2YloQ8mpYDQCQQnk0UXbLv6Xvyh7BZhysGZXk2m8R7Z/CKpvYSNX2PsL9yW1P1HfTu8RahxzY9tQJCHEE6P4tyFUgkwTuakpKihJIIOBHEleSBEwSV/djRXMDy6COyL/Wo5FK1riRYsxBuTVhVxS5+H94CxQJT/TCVAi4cEMVjKo8EGSnWbxOEi0MfuPLwVpQGXTzk6hWgpA3lsEguAkQ5Xrw7TbYH0R57Q4LVpNGVPg3sTZCXgC6l7BTVSGUUnVHcg1Yw8St4IfZpu9nBEUmvtBwgfw3rZThIDqYFie5qDGCFSaH8Cd1uSETCVUxBQzj1PjeU2nVT5WlEH9q3q5RkqJQkDeCqtSD/8C9APVHNF2fzwflAV0s1L2Y+fir8Z+wj21CLtMA/SEVhBNLpFGsZVx9JlmJ6tDcUu9oOtrsYn1wyqy6c5VhNBONC/JXG/571fgeotN6GYxdzZhIZGRZG+RSqdnW1x4g+1HaUuI3diULH1xYmeYJAAZCsOWz3DHZXRaLMrdrfqtXb1XnRpFIMVVQ9Jkj6GzHQQuAANghWiqy835FfWdRwlML8xgY+YImypMwm8U41zZtYpjwHxfLGPe3O/8fIRUm6SlKBDJafy4gGiZMwhivMaCEHAhO+eXCjYIptDkcCinXHxZqTVZh//CFRr7lZ1lm++bV8863KN8uUC1gnyIqZqFgviPRtGUyFFEza/rWc86/lnH8t5/wzyjnX/8XLOTdKofYzgUSHmrmitxeriRDCXDIEpfLVZMrZzasnz+TmrWaRGKNrC3oRLxD5xyDkzNapMvpDtM0XNxbW9u32IUbGA2eHVQbhxcTLFFo3lRwK72YDw6D3FMNtgNWjTnu217Dy0euv28p1eueqAlsxa/OLCipie8blWfv93tYrR//fgquJYwoBJb/Al2RD0Xtj0NJ9/OMPfhNxyhnKPaWda+33lVvFnHukwsAAv2RXPQ8E9bmNFwkGsL+zz7az4HkbYfv29ojzCmN18xwwyMLWRg5d+Fw54DGkTPEYP0KnxURN/vhDsNclixL18TPmCdFtr5ut6TwPZiFkAJ9Ul5eiinuAphZhjDze0E6jwq0av5LdCJMng6FpRt4aqVcXGOVHwdhidLS8MS+RxCCRFVsyjrwBTkl4F0tmDEVntNAlyE/pULfuq+s5eJ3nP/5w3+9M9ENDhMhthPlV/eMPrGo94IiNfGE8WcQiES8DdOpD8hHCAdCKAsJh9OpYCt9OgNKTiGF4i18Z4LHcPLQ6jEqySjZY1OSoYtgBCEzD1csiU+Fv5DhGT9kM94DB3P3cThJvLUYOZW2ErNvu/xEuzcPSvoL1ht/ZCOrpU0IDSdFoVUNVQRX+0XoEGQJjQlFjVd6puwAWN8IpB87RBRRjKc5DPjYeSmSW2r0FOcN449YEjGngT+oAzbQUWlT1eON0xzG5CEHVGIfcXzmlGpejrAfAPgDgLq96fqbwsv9QlYhruXBnQ/IG9hqJYYpL3OjtK6LqLT0lTI+RKr3sxelzC+agUASA5zA7flFwWC9hP+50IEPxEKkzCg7bJBA3HEDTwgoVRbfhNKl1gq8+q2ZNZNZ20inV7DOK49Fet2sZryQAEzbv0LocuAFQnWCTiq0nHmB5e3O/oGbxkHGmzswqi856erScidziuoFjhc3B1TsrYce7y6bz+iZ7Wl6WkD0g/Hp1qp+kd8POmlN5y2kuBnY4Ai1GAZHEa/f8TXZWfly60Wzp3yjO8BO2CLYytL+2MjBJ3B9gJtKXsJwZXxdQVw0UeaeSdXpuWF6Cd5L9wIxSrQTBI+AqdxvUSyLLX3wgZL7IHIrSi9gBbMkWHvlyvGWF5IMQm7uBX+kleMdYKSN/2dLdg4sSMikRBiE0MQRGrBOVhBquKt4JHKUO9Id3s3H18E0xrpRFu4xV9miTUSu1NHsBkJ9kGLyh+7c1JG5CcQjSa4vT0GksI/msWWaeU2uCph+/PnWNMuxG8mwqMcAQq8bkNAQAQc15hfFsZg9LAA2CRgGhCX46BO0GqCxjCmDtIpkB70KPWCfWBIRs28IigAEEq+WbasXs3MXSSLw5MR5FG5s2zm2ggS1EBzIUIjkJrQuG+qBmiF97U8dwZtweRmJ1Dy4axJF07HCKoEH0c84oEFzPK/KrP/3qlYANJCmadtxPn4yRM7fddXajHPAaZpRLMUTuzSGsN8e1wLRGtsSVBcjo65R/rRTPwhw0uQ345fIKDE3FaHrouTdb1NGNYoXdixzBtLd5rNI1EYDItKMwQImzGBSrT3JzggxSdgNE1bICNy3UIKFRUzaPxFFFVkvdS+5QNDjSwZRUTnPgc4CiEjgGPqeWhXeLS5lRlReCROSYmSGQBD8vm24Hxkl7hBXIro9aY9ldo7VNjKpnQBVIEAwP7cYliNSbK2RilNIrNFiwkOsVeKx93msnvhd9IHhfkBw1pKaNDn2QGdnSoaAMeI84+7pLbJ0TSdPLhE6ocFaLgVGUOrBdMoR7XI7B83KF9R2XQGFlypxuKVbcbC4siO4LrRIwi6XhutHi2hFJJwkRtEIBqx2ygQf6cSOrPg1JVxR7HE2FsYMiw/oRpYwiNsJUaSCqJqpIIxPqJNxqUiiTVchQIpB28n0whCqksomGKdcujOfavTKGk9/VMhW03wICBbNZYB+/jWw9jrbwq2CRes+egHoVmh82aw5uLrwk5Ldk2NZK7pZTrNwo1YE+Gb7gi3fujn4LTNZ6w0Q+xbxuyozIyeHM6CLmT43Ok2EkDmKrTBPsu2CHrb/Cz67cPaC4d8CcT26UQCyU8MmeI++PJwVF7ORH+WtiFHs6/H6AdUg79uMPWk8wgpxSErIcYuVVACp0EFx4t0imc9ugIdljTPOBYpGvbwMZYUTFWMuKoC6hv9CvTX0nWDh6Ot3r1/mC0PyhWopO7tSJbpznWIGmAw2eTkZuQfjQ1iWHrGlIkv8ONa0QjdPVJOE3Z5rXCO3/+6ocvZ9IsYWCrxDy21s+Wl8cgVjNLGwn3ad4LMbIqERhb8Vgcq1jiAgy+AqLPnCwvaJMFqZcCn6DwjvAe2ZtCr6VtJpzgUhJ8HypATLyxXzgc9SRPFa0gpmniZ+U5wsEio7YcMkt61mX7EsZx8HJCvRujC37vxmUygxwQSntGOFuQexyv9qsXzqh7pPrqurzLdZHn7UhTEQId73+dVrMBgkoCBwkiWDn9OWuTnxBKXbHMEKOgle+qq6hmcvpUoGox0O8WfAWcBtqXADl7a1eCa9MLjmh5AqUveNZfTG+IncU7jOY5aAfNOQ4gZdp6tyIlUj0NntUxBlIBQr5LbEs3oLdrCVxPUzb+vdzqVXQdBzxKnFFSSlNClik/BL9zxkTgAzL8eenT3vdL5v1xuNJn8ng+ZoYnt8M4X2HIPUxTY6fDTLBQEmeAUR0ei6kO+B4BalzTzK9bh4SQmuel4uua8xwsPizwiw96j4M8qHuYx5palvTzx50dQeGw0ME1SCwldM+jHo6kYwN5nJPJYtt8D4mkhG/XCKzoqF6x1fTYPu4mRsQK3Ed6UrIDKooxQUSeZL5RZd8pPj7bHGb84HAL5ui9cxmMXRdl8hjhoS6HJnQ7NlurCZdUow7A5vpjAsxJ38frUTDy5XyGKNXAk4aEEmkZr3dBW79nOJg8RkLmJ9OeBoY8KtSFH9yo6530knNaTv6RkjFWvEe+rhi3CP6xwDFQ1tbBFPYSHIGz5hvTa7VRcHF5Mn9Aib6jFPwaQB8RjWPmj5fZzHXPnkbXtXtFomdWzxyrFsgCwVcJkoUTzVaSE0BUMX90Nv4oGMcMcuzYVINdQLxlAe+rxmnlUR+EZmVLvBnsWAq6oDxqqWhLTqSJo/A/N4vrXHLSO7AYjULfNid+XqB3iONrcD1Y4yaxk7Dpzmstqik9jhbbmvSOmSXmzmA0FmGoTNI23Sbg2uCbSIjU5xTbXQyTTYL0VVcV2+q6y3ImomonbCo/KZ8NQTMQBNvGdJ/TZHqwBCP4QG9JIofms7IAtu0U/SRSY2UhbCRN1ybmk5BxSkIHY3n7BqoU67QCtmwS9YQRsw8F/ZNaWJOiYUkJQqCUgCSlZuGEeZWsaXm8ygA9FqWMl/CAn2WpP2bsmRBdelkGWnBUmpFX/FjJH5EldStYgmqfSyZuX4X8fPI0xycbXKuC4sMBRUhcMnxKFuxY3RVgWu0AS+lAbMK7G1Rlt1hR5roB0driq4cX49Q6jlEMXHVqmG5pV4G098tWpoPCs/RcaDLsBFyjX44CSS3SWCcEvNlbOtav3iIiG3pgIywD+IpEV+P1pWrt0ynyusjdNwg76hjTl4nydvRV5tIJzcKlTOVw0dRPTXtW1ptZEJuaXpK7zkIT0Z2sDjr0a4G3yiTMdgs4sa6+QmWeAa9LyoTIqzoXexM5cZBwNgl1rEketGWxxyNoPeUDrVNYu5x1hWA4KEU+BYE3SncpYWRApYzwnfNGlVnBXyU7rqBlMKq9ex+8jngLGaA15a3BaO10THDxSRnqans2CYpO2MrrIHOXPJQGWnp0x5xyufphlsIXLdklAHknhV7VBwMsTVHxA3nZRaAYcIekd/9vZMgKOUtDM2XJ8Ijw9G/afbPf/zHeKz2pzz1z3/8b5hc9+Uw/W26+wjkA7eY2zOmS1wtd6ChSjCjcVHVaHkd8TsbPo/gwRjAhjc6za3Q5njHgKbXVlzbCKd2u7NBYqZegPmmSU5EgYyTaz2P03k1o4xNiA2sb5aqdrsdAPEdyJ7e8mEYuB3I55shi6D7r+2KZT+FWKGOrp9RoJedET+b0eRSo0EXMpsBnhha6VxT5GvtL8MYT1Q1NpxWSK9acLVfQVBRojna54UBb65dc59IyX4u0QtyFZUGdMllJMF+Ocsv8kW5frBe5vNZVGJRk0bO7a5vDaCikrOJgySuKA+4xE2WfvEkjEhbPdje3fBHxpVH0S+6ZkTxYQU1oR8+2h7sKMk0/Hnczl8YcLIKRGFRGJYEYgIAKk23Hyb5nDlZ+Q+8WSC+kdaFlfw1l45qhv7Uylg31voWCYvDL2VQv9N4SjQVeSO7LdyLuBOfC5uK/8tH9oiUI9w267AX2kyAahDhhlKDgNj5bBy41q6qadGMpAuS9URzuanGEPOYcVFqpnz04FWGR0foLEJX/tUtwYfVBDBhUoB8JkUL0a5E7rLk1nrUakAGXIwXdKiAq5A9JcX4kqrIBSGt3Hg0+CKA6MlWGBcwhDf2U7HZusL5jPd2j/s98xC24JRr52K3qTc97DSV69SLEQOgs1IrxmQwcS/y5M/6nqTfvbOT25hJTy6ydLI9RgtqPReIoWIMK6T4lrP5ioq0s7ZHRgrdhmXNWe88UPLFVGQQcPI/Fd5xOzEcRTANDVphenuoGGCDu5Rqz34NcPngDYn4GiybIIE/txDKcZTqbj+QXHtddPMHP5Nufn8vpJs/2FlHN7+7c3h8uGcY5w9+Scb5kL78zgnnD46OA8L5X9nIf2Uj/yls5MjVv+v2o5MG477Yl31SF9PM/XueuR95JiLe/vbGkiz+h+7xZ3ldAt82JyYjRg0p/Qtk6w8iPaZeNxYvTlL37+zsPBLq/rheiNHjkIvClFG0BjdcCAS5oqdi1rYQY6/N+dR7hXyY9ssLTMsjLFSNxVkm+frKRtAxSGnIP8QaFrgRaFxq5FgwqiJQxNyGcTGPtORDu7GSBhkddFjH1Igyp+UZGDB1jCtEhgJ6QtywVhIOTyBSdpsr8YbPOnRt9AuJR1esT4QmsDO7C75nuRCx7EiyLGKu8tSkYrNcHclXx4Kae3MC0JKj0MLEpE5YKyVGA8vkrSStHEW7OyzWysA/4BcBLHMJQSqM+OPFzbEvzEUaufdFQCGo+xttHHEVAThXlFx6FY6/XFXKpYV+KXJ3V4sUpKgRP2RnNnkHaEdydRPoQUsThIhz/E3unZSG+uU5HUkLzWOvlC9zgEpgObJcdJo0x70n+9PCKnKiufI1H+3WDrDJZIsUFOmTukT+TgFvWk4D7I+xsjlr2xBKFxaM6EAqIi0PC0s23WxtJY3OMcAH0HVD+2gqAHY4Z7hsGPMhU/ABdiIxT6tHRRx3+gOnFgBlRrHoKLMVngvxLUZ1i/FYcq4IrVl3U5QrKyBnrpkYFqlcKf4ZHXphSSojpJcsysiCubhgBpUlYriDJoMhvZEUdFw0UDACq8nWErU2MuIXsQQfAgNSlCdt5y1XF7lsH8pfZqc1JF7/7ez0m7+94C0stY1566f3smnxqmTWOU7UrARA7026fIMGJRpgmxbGEwRssdBWYQ+5SImRt/WBJH25kMvAcDCiGb7sVsj9YdxCkAOdHrrPrSEHoOeCdpckh0rYoveBoEgLZDmPh4c2IH6C90BiR0sYCoGBdB1IxMISxvCdXozb9u0WpXWR5bgoL6+WXHgvuKDX344SaTBzTBk4HQclJ8Yory1JKKtFYSKIPFj2UxNPlLiOOzHFJSTSsg7AbhI0qRcqW2dkEyP0ae1bhUexstvE6ABoxtgQGe7RG5MQG3hcNuwtap8q0mPPcPvalOZaPEsS8d3kxXyQlUU3VXSm+1SgvXjHO3sH96jMM23kTbrob9AFkLZCZUaIJ/FjXuRxDRqNxcrDLdIvIf9i8Y9tS+KRbtpvvcfR79/11whfHv6cMhZP73ByyVRLVDvFMfRd6+hbzA6ApHu7UTe1vWi52HXArFctPLRfFuJpXl8hLWV6+Uw3JpMk15/rm6rAsqe2TVBEgGKW17zY1omvoXaSVblfICw8jf7R9NQ1vHkIDl0G726WyeiLEt8OTFRgklE+L9KGXrw7bderkE13xgeXPPm0/h6nxJaXdPMYNRD04ylYjcMOEYda0BEi/66QiBN74Urgpm4wpHutAJ0FbkSDkEAhEcijDj2R9oHcJ0Fxd9I7K7i4/K1loVDwx8zfcgCJWr8pVHPw6BVTgVZKHEt02FiykFvD9wCDNQnUekXJUJQyIa23s8T5nfMlc16jVq3iXrQLpQHTZ/Fb8TgIuwIiPm7c+D9i2tgErlU38NBlQ5UU6pG7D8Hfy5RXbKBwnYXA5AFeXjDrRUxWvBypZs01CavfsfDpH1gmH4htzpM/4vcVpZL2m/uFaiIGAZ9WP1KtBvfgFs3mue1Qc0JLbPFbcYADxD1YY/iP2eJw4wDjxjiQC3QfeUaBBJVjc47cntvsggsPmWS14cYSnZ+qMmCBedFJt7JimpeTLagB9EC0o88+e/7Vm1fDp4/fPv7sM5vgoda5v3X8BK4/fFzgmZQN0KkpePedN3UpWP6XMxBWmH0syW/LJVWISe/FZG+kss3hSp+NboQeZ3o+5CpaQ8RXir1FF/YU9VKiuI5Lo0kns9XUGeNIwiIlcJm41FqLtE4XyMhV9JdV3/1nS/6NtXSprNDshr/ssOOSrxd0h64GAq5IVTZvKNNaeQWd4kiqZgnHKOqdyATDMhgs9vXjCJVJVPAxlijKKtz2sMUkvYqSf1nY4Rc4UuE8k1F5ryGqgb/EOKKiS7ft8qJksnfKZ/44LwWYJ9q1Ku+UIbgoRuW8jJNmpaeOVClCAOyluWTaVFNUoFClozwSooYnpB2KTC5CK+aoCA0LxHYWarEIIBa4teT7lgG1aJuMDiTFjtx0/tDAp6X1OuKk4qXd9MpQpR7wL3WV6Enw7GiwWQrwstM2vJfDZdabMrFq8R7kned0ZDbKq5nfhy3brTXz2TgCWMPvLrp6DpbAUu2E5k3UdB+G6M1EMXjyCIqyfH7j00Z12k6fgjP3ovzYqfkTCh/OCcyF0NBFRrCaHW1+icZWqIMwR0g+haoiRyAuK0MLCf+SuE1LR7xXkcG40SU6RztcJ5F+Y4ZF1xPuimyRj8sq1J9Eyviyo22yEGff39M0n1QxkG59lPmBtAIwc8InuSZdlzKiAJtyDsSfEMJPleQL3Y84gwYDGYR+Q49osOpbnGQtnq5pnO5Tay72BbvGvFdZbBKQ8qvlVUwCNHNzwUO7Lr/LFyx3IqPXDQGDEVugkIQjbSghzGBv3pOHt8VYFhmfjoh4RP35YgdZrrK3URNHIPqNYy8GOSloJd4ujY2KZSyFkL5Z5OgWjWvqKab3syFYzlKdNv2KPhUz92mY6hk0rx75IYxzLTf3gdevMq9toYZlR7N+BCI55JKes0nKMUCuAjGldPithNOx8fLr+2R8FV0FCJSjgy+SQpFgLaJQ/MIz4kZHE5WFkjbO06a6ZmNqGoI90QXWmQsDjt7ljpq7pIujarHJVMBTH/IpBDUTtulFdOA6Xp5ItutlMddyG0gPV/pK3+kz3takPcNprbr9cgquUOrVRBFThxIBaalAE8cY2RRt7yUsJqUXsc8ZhI8LZz9R2phg3opUxx3d8HUStC0TUQtkocKaIdXivfAOFkQg1HXVhF2Fb4Mj9m8CKWNx+Q1cDfTbeUDDCdVIBwIovTu5kCY/S2RVkmCHt/EoByKc80JZizx0Z8sUgAVznPCWucBWfdEn8ByRicV4OXA3u7eucqhK5xMGIi4rJkZ2N9wVEq5J2jQYv6DoGR6l2wYTmiZ7IppA8RjSSyWoMAvMMxERLaZ3xwBUDR6PIbpVkHFGeGh0KZOqIxFc/jOnIrhQ4vpDSuOh7sJoJnRFmC3wQVKhdFZ+Qs0Xkbn0dl+uc2HIm6F/wLNjsWsQX3c1RZ2N9EAh/eSEWpprdThb1sxWkZvumT1KUgwIFWljsxOteUnozNUceTdleeEUTneniNqo1zoaYm5i1fHzCcgwrMglnnPOesWF9Mevdb1wvkzkLvD/Rj4KLL9OnDmoHUGEk7NdkNECOarSKrtOXTVjYjEQWiRTSd4m79tES2H2hG62hBzXHDZ5La6oThXoN2/aqBSJXviCY8wc7DWpaAM7fVMziZiepfaBcf4KkDL4hRKiiShNQLqPtw9bIVRJnZIgbHIshY+XARHCAsIQ2Vo87wDtBlouBl3XVzm2DqiY9Jha41y6PRrAkgsPp1OXe45cwYGbwvsY8dE2cJr0FND/hQA5xvTxQKAonSgZC/mXuDGX4sXU+HVsIKS9R+bwvSGAzKwuhUMaExpRyXzsdsUYyhPVXM+QM2WhkI0WWlvNCdW69hZAXLm8Aa4RgSBsXcT/AYDMIT7zP41+2dk2zhgDhps7mxZnXDHznUQFLGWNrzdKuvXaOy3ETyyKPp1RvCJVulC8yuTv1ajhYvlwnsANwvOIP8IolG0m3DqU8cGhMP107XrwVE+KIS3hkMNWQzc3l3AzD7GsH1YGReSEa+F5OVGdl37V7ZluRRfZIBv68slYMLe+6+j0qTvaUOYKgZJYDOL06e22Ny6o+iutWGXVwA4LTtNX6NJMZhmnZpKjoU5xJOJVRhT4Q1vOdFusWxVqyzPKGS3NTFcyxhJIuUZuRai2mxrpwLbh5l7MVS9FWM8E2q+PTtTUgFwhekiGLCE+LRHU28BbjWXkjCB//efXyddo1pTntuWGM3qD6M3VjLb1CID/Q7jgh94jTAbLEA7P0OlFV7lQ8+EnDfdH6swQmRbJGsS9nonhI5yQCIB1GhFttKjOs/2l29yQjABXmGp/wCmFFbmz+/8ajvbzB2vHJuQxgeInpitd1UOtjMtzV/Anjdz3cN/Q0tudQ0SpZjZ0IogNin0Cr9EWPL8JaMHYVyLjRfOrpEJa6wW9z4OTV4R0jiXmw74WighKk/2KA7SimUY2YavjxLqMyWu4lfVeVOQc9qQXcNVub/e2lBcHrQgc2lkqVSK1Zq5bRkQKCYU7EHjucRVB02LhDALRwjoAi8iqPa4jWd2b4Mn9WJ+Q/vKcr2Rf4u2cuUiDrQR483whWzXQGMcBGmH9a5PD2JYRzIPrmU4EUs5ThZ1XmFydarh3hmyh4t7tuf14Kexodt+wB0++Uh5zTqphPcrPDRwS3E84O7h1ATUWcpOGRGGtMKpmHBr7Mf4zTVoCA0p5NonKjdzqDLSKgzDpkTSoXN6IZ007F7JPyF5Reidb1tR7o0g1j4YsHVsilQ4H6uzGlCihcFoTl6F6U9h4cH3hmrDMUa8T4V54amI9uqrQ1QnunDHKvOTYc2TgNeyi0BmJKK91Uyj6n//4j36/zw6GZeb+DbQJlI0WNi20m1E4keYX9xWdbqiXnDsTR9zpjBU1hcZAdEGGVBs5iSLzvbF+fsNAJHHJspbqsdfYKq8zleXCKwyztL0sztq3MgkdcmlggLsQuC/FXHzQW6HV1xYfRW+L04E0UoxAmlTXG3Sujk3Ty7KcFjweTG6Do22Lrfo4gTBSGF9L2NcF5s2Z8KT3u5sOjUaJrDPQ/3eMDXtVTJxGtwCchz9Gj1eQtTIp3UEHJTPejG3JMT23TD0jGsDxiQFCEt5bLOU82zPRIZhgI0w87NE51fK9uNB2p70oQts+FIBxEvOm5f+sjO8KM94adHhcbKucpee6VX2HZk3JFQM1Xj9WPA6h1VFeUBkwPykEMnnBUVaS9QXIXWF6733ew6mz2kkbIYUkJ0F8H1neUV0SViqNORMIn2DGxBJYAf0F/iDQqNvf7YkvIoV89p5NDyEynLd/XYaa2p9fi8vCguVzOcFaWSy9SJ69gtxweJoxe2jmA6287wL8xsQgp9q5PELcb+CFIVYbt+WbGv8mc9WwyajuA1dGH7S/LR3+9O7O/S3JeZI0cjqV3mlNUys+jva+hFIgwLySfxY5zGWLnr2HsF4bk8JxCl4TB4cuFbnqjv0ctyVIIl+cg8kv2ImI1RzAAiiTChhVOkmZe7UwIcsttg+590lzEWbgy1vtLY1iNPdYN5HoO+JZJkTRCFM2QJUg0Cxl5zglfrZ8fF3gq+3/fq06i/SbHN8JAa8ByryaGc1qbaPiCn2Vz2uJlfysVsm9UNSjHG8A5klkDGbJJWuwqY5j1t5wOsgDs/wBjEcKyhp4mXKWRlfqLewXCt6wj201GRt7SAFWF7Jh7G4JTZ23DaLHTV9Q3wHu/Q2agNlw2uMpqdlYhfQJKNOgP86reX81x1cYTao6iBIFSZp5MJKfszBcmID3FoErkFy6GHv9bsOlSfXlS1WyyCSxKLV/LvKSSEgvTKCv9PylXJcidapbcHCRAcL9J4BkiwodjLRXgtd6SpHDC6ibIDgPEZcctA7Zv7zYExUXsFUAjyhjf4pYGsxN/h3XzxqHJHCWIIvmpHkef0Kz4iITTABdbly5QN1UHoRIBnNdOzkzTjiqf36n3oMOU8z+a7zpSV2aLIp8fJPK0n0Fpf88dSYA4gAMLlWRG3jbsjZRf47nUCAKNHWNDaCvGVJ5Ybqj+jOt0mhRPMnn7nc5j6UomDLpHJ3YyNMDuCggo5JjQJ53J7yG4oa7/4CSjLKSccO383Lj1PadBAEbY0qU95sl3c+tJY3UiuR3gu7GKyjJjJclsTjRlFhnKptTtQY21oOkfVSmzgCdCHvgu2JRIS4JuxEWRE+dqUmsHq1AXj81NlkRq8WhsNEMyriEY5rt8kaIg+pPAJ7YaGeeD3ZcTTEuM0fCfgLPr43fAx4FzWVPHGqSAc9LjE7Uwe2umKpbwBIMZCMAIFQ4+DFV5jQRkCTJS3cXsUlselFD/wIZFD2T50ZJsO+LAjWVSKXiraCperif3FuCLtqFOEjV0TbsHVF6oMkFxfgUuhTwN8HlKe4EVJ7qUTGDyjfpsEwCvd12KiFEsu6WKXlnMB0QEjh3vzLk8EGE0BRyKUUTkb6k1g36elE8XxOS0+zCBP4sLRk51qmRMEwariIbfHJjvL6Iu9hIcNHNaJLTIDeg5sSOAFCsEX2pNg9mGQ/m544EVU2jlEfoHpN5a/hvhJlHQxVjgndhPS64kdJR6KjuhJS4ij26flUZhyKpuC8W+QfYQKQ1R6vYSQQO6YZK7vgk3I0GGtncRTPPNA95a8U1kifhjdK0WaivVz59gK8bXmMYcN9gId3HlJz5OiiQ2+GboS7VjK/FYUI1oUXnxZP8b7Nq9B5owb6t+bkNHA2rxYSCd95NZw01mCJ/ijb19HAVDnKmSbEKUUifean7FHai2+7uzfINnGPGxe9jOzLKS6xY0JY3HCbUrOmCN2XImMpHD0lITXhnA09o5BbC6J8ExilaQtcC3wfNnPoOclaQ5PGEOl3W3e6wa4XJ2NdqCrJc6NLr8Cc3XZNQuZ15BhiLgN/tbGlhq6BKwwZ7xQgiDM+B/qnt3sP5uReHl9a32vCxXy2IpKThIZfivWANoxM8ZGzoGDhbgn+FlC3EP2xwnHUzgHQw5QV5TpkwcINj62EWkhKEhhAHgclEEXgNbS8GzMaqZjeladtNxiesD342YenXlPyFbbrJWHkEjJVIRPBTOCsHR9lgAASVBzsRZ+VgHWfl4Ph499BQVuoYfhnSyi7uvjunsNx7tBNQWHoSvV85+X4RTj7kfhy4/YMlWfpEopXmfNz3nI+P+bGA9LHZSprs0Z2SN5BqQE9pUDgiK/A2oK8YQ04Qlk1J1sfBzqODY2F9bEBSNVUf5pNvXZZuvI04OvzinWR2RqRyQj6YxvLY1a6RYoyMA2ADawgy4KJteNCZlIBLsPOGRPP9I/2zOXLGXbemrSQAwdAIqapi8aQ7a3BzxaZc8qWaJYRTcV/FpkSeTI+AF9sd81L0cUu/jfmCqTGk7wdRR2kS/vbV47O3cSU7qdXCXRO4PHHqwqb+zf0UdPeqlpRtZbR1agbjtXjVBO3SBqePmjYRWtTF4wHnWkJKayrasa+Pr6Dd7TmAGuQ26Vzv1lCjbChwMAaNXWjhyEQJKLN2+01w4hu8m3Q3EnwqYvdBmup3p6n29oL9QDvyj/U8n7VnYZ4DBNMCKckcwrrQOG4sxAxPYcdI1k48QQyHqmZhpoHcFJziFiS3kvUHc4GDSr/CfuMV3vnUETrqBuZLPsfgFNGpm/gCNgCHomqUiepNshnDYmaWBj7rPQGQ1KRnJKgoqbzVOezSVveAXqwJqLJrk8hc9RXYw1OKL+UDolppk9LdZ32p36SKYPeE77ZJsbDiCNd0MhvdZ4PKgicgUTMBi2r+hUmbwSWUOTQtYxE8AtUlmhzn9ZXlShWqQgFC1DfTc3dgcJ24kEs+p7ktowK8QRoRqRNMx2f3Ek1sfNIpItAgpqdJbYktmRVmzm7w+EmdsFILkQsQGN3TdVLQhR021jBMGUUdLFcDXHuEiUbq/mii0792S0hVgsfBjBIoBWMha+0kvfQmxYdiEjaD5q+5ClNLlSvWPFi0pZKXhjSMzj5eixlhlmCjQ8YJF/B1atabJwdPNN2Fn/cAE9C/LiAL8iTb39n5Q8+QASvFFAwZrx50FgqOUnKmrEq4EP5IDDg/lhQwe7Q3G0VrHEdrxgdknAT6KhGQRFVVourujRR78XvezdDkTPrhrb+776bnXPHl44UT8WC4iv7s35OX7M46xZbtG4rhR4WVnczHYBYbS/4e4J1DURIpI6NuTq6WrEzy2ZdQJTNq8xoWmcQp1OcQoiw6D4YnETHlYRXT/G63Y6xQIcwQ7hKm/5fbpOcMmQ/lJTmVhBXiboZgDmVjvzV2PGzLe1wfUyUHrtocjVYpG9R1FbeaE+HMeHEVgqGTesdPlFDCc7IMJJBdcYzM338Vy6Ot7M8gLWAa4usyr4X95F3NPgA52YalONKmH/yk5QxLcvoau+F1gyUFy8myDxwjcN8IU/cH0PfGVHqxBMcqxh/vZiRSeKmp0fmJ3jLShflq/Ga8W5GvjCve1iRJERQN/BCUVZOx2jqqUhF3Rh4rrcQuGkwe6zB39wqzYglRgZDOn0tNcukUNwC5upCiqIKQHj6P0pWgd+WyEI+p5sXdzSg5ypsSIsS47J5CIkIJ/DNc9McfBGPEdsvdDCdp+pOlJKZEmLBpRABBXO5QCfFeAGNzIUsj19wSXAWrrh4EH6V539n0KEROarIkRK3SiBA8FfY6P2GX+e6VM7qOIG9SYTacC+Eznoyj42dum5izoZzZhHJf9xGzXLCIe214zDnpTbe6yhivx5WfYEOF6eKaB6smD6WPgnqD/JhE8PuzeyM0WkMp3II5I4JDpNcnb6M5Twrq/7TzAG6BlxBttAUM+drzBI53p8jeejpqherZq8iac9jOXc1HKPpol4S1EEufYXQnq0AhHSkCQlXoJgVT0ogvMcqZI+Q+03YZUNUdLQ/FIn3dZPA0mh7vriOSRW02289Rr5Ldqb0Y2RCBN7ZFC9/bUAtPen0J8pBoNG6y44029CB4P1KxgNSKhmNnNg5cKR7BI9kYqfn+2eMKAzaCrtlquO4ZDelTE0Xx4ADPpxhbbtXwtf5VzmygQjDpwX6KQdpaLCQd3WDOqSQmax6wkH4woOd+kpEs8msD85DURNK5hhzR9BFfjEh8gjXzNdLcrlViMby1rC3Hvg+nFInOD14MoDR3r0A1rUMf8N0P1YLYULKqMs+H8m47DTy0jxPLgXRrdN+UKNuVn++TnLHbj8fAVmww2bM1st/rMdhpUD3sbgdMUj05UoZ0i01Lg/aPiMYP+EwY6N2OC3hmchI5nFYl8QxfdAyO35ypxoTPEFxPn2KGKMUvSpluxDc1wmZrvQjczS32vS8rtZxWs/E9Ng8+9YAB5ziWfEQxBRCk98KQoebZ73iS/1PGA0vtDZXwKuL6IuyHlcC3m2FC4eSf5CpqkOupKIt9ehRAWWvPfappjSycScLCQS2TF1vpOOjvX2BUsceUqBWnWHycKEeA6HiCReI/8XjM1mOhR05RT0nBGscQNIwhRwYQi4zFFVOwhjvWIZNTGLr1Gjr9ovwAJwJlyyc+BcY645LhW1LdnJAQzMxBWapcJrNelqP3NzGuz0P1sUtp75PMpzV7sZQ1lxANEGepgBPOPCqYdzyup5LRgzPqyxSZ02KLP4lZ1WKytRanSGS6JbLJjxJIn8adh1LEK3TkryV+HxQ8xEwRoLQ6sZTX89EFK9HDS6dPs5NjiDFrd96uqrExkhkQBS6JAiOceQovbAoO2+q1tlCUYd7/ppgAJxDczSwO3Ddb2eN/eyx/v1jkM+wHsci724+Mabw+Hc5PG9KxnEt4R328AhzjpARiuaBgojN+8oWU7jZ46F3GQ7+9KimJIHMbFHz9OUBeZsgpxsBbA0QTi+Ci/IiI13XjjfV2dldcwnTgdU3TAwUfYGPKqvMIjxiD9S9QzbxZYUWhVhNsAyTAwfae//G++XHSx+BVrt/+hh4TTUG3S1CNTZ7ikWyzOj3KZ5T4APk/7PbpBmNsN4HjewAcP7w9aHzQ3z3OBjvwyc4gBI3vH60FjQ8eHVnQ+OEvBxhP4X7vHCg+2H8UAMX/r4HyEoDave91VY2YDLOPamgSRb174FHUttzP1/SLEFCdbjWNqnZT/BiQXjWx+CBtVF9+yrzVLOV9ryCEsOckmPr4+PCRYKmPto/aeQFsk5EcIRl95c4s+G/yyy3giXdCYs+d67BsTSsYEy0rVsrKGUMx3Q43oZYWOlvhIxlXoxX4cg0egkK6JRM2+COVuD+OmkDy1kIN5wDKRXsl/R5ngAdDl0P2mg5EdnaVL8TeSXxtOPecyR0TpzedLPF6nK3OdaPU1ETQwrMZ8jE0F5LmmR1+SIMraFEZmRPcS++5dMIbVE7CM2BUmQsrbngr/q3KgfTz2VcxbhY2Dwb3YP/U4CZxb+EP4WatYyonp/CV3xWny//Oe3N9O5GS4hYmJAGgrXJbToG/MswxYDoXVDcwbvKZwXo2VbVcU69ZwonX8w99JzP6vEh9IkMWlq0gGZaSjxPJM60d5Ng83LV9KMtonT/SgWYgyi4Jy2gmj1cLXD/CHTW3pj96lH6M8K5i3KyQa2upitsM6I8WN8nxWHgQ5+ieZOFJc6tFxK3fePlMITyWsiRVzd7CRsKiX9xWdQGtLK9W0/OaMMMkNEUp2s7uO4Xc6Q7Z77MHpkUFgJ9kyNqRPsDsOqd4I2cxggrVB8NsO93c0wqqc0iaEqny1Vy3qpnOSuQxAspvlldk9uX6ay3wCv94XyTiBRuNoaN/iVdACnCcChGOBE1RiWDQ9tys92ZdvvRQorbx7OrrnxeQewpFTO6RP8jS3gX7b69pUJxkX81qJ77czh1fYgV4n1ZcUmGIYtxnElYAE/DpCyffjXZuznnQ6W5q0381EzA22nZYoQsYzUCKjhObTXwm/lpA3OUUwRfLSDlonA7XG299NucQKQHptmADjZBFwP3vaEUXzWQSjIA3epSYJG2f2TpDPDkIfiLhzCu9hYQyUP1iCRqirD84zKzWJGG5b1eI2X+PgtSj9vTJxihYQ/P1yVqGY3vTXFzRfRo31kn2zZOvw/dX8MSKVSBiZsJ+6vxDkWgjpX8BFzIy97jfgorNbuvnp+yZ/cljQWwZZJYAgC5gczItPZlgDUF0zLhlMQ1LGUHpAFgwr8HrVS04/ss5MR6sk2j/DSWaUwUriICCSUnGsJRQYFcusXPDw7TPgd010eBzn99Wp1D0vAB4QXxRuGVYZF+ElJvBkUxzmgTdZGMi9GucG5N/WiygI6ViunL9ZiOgQ8dqf+hX8mCDSMNwV0tJy85lKSAZQ2SKYez55onuf6/FuLM056rpeaJ0xkn2BREwmMrBJuM9NCqAY+LsLNWInY0wBS0I1YJhSLoQNH6JCeBJ1kU5CSi/lilF3r3snrPk9/Cy/rbOqEiH0/0Lcnt2Nv7alHimAdXldyzGqeEEKeIJ1gtxdrh7tuD2b2RJKr8kqV+qtfn6MVdg+ELpps5veEOXoLbMkOsBikWHFgTIzXM+QP+NG28IVZGVpM3oj2FSxqOF022Mtmg30dxSIAbbf6cBObFM8n90x7aaXf7peoRm8dBt9aFcO0OO+tETzBnjRUCUzJNaYfMGOJTfp5Nu2hT8xu8Fg2OJWGUZE+vXhXMnGaJbx2SjMGP/PCgctL6pD06NYFL3abM0lKSSoZRpyxNseHLh7PHx97ESbk1XLmWq+FXT7fLPf/yvmhtb37l/GWckQgnGUb5QXm5+sWQrwr+LShoG6VJjPV/d9KtFn/IrE2PtGqf0QFvhmydDNvFPTmB+h75QhLhm0bPtbhDiiXNydlSIUUC7KnFsDgOOof/WpkD+5YwT3BZY4apxAOSqZkurlbks5iyy4YQvqgrF4e+yx3N0tSCcjiiFOFmzqSnZN0nTfJxk3/6/aHoxGykKHyg99+8rcEW7QRBbjUUpQK4D7AMveEK5g61HJFDJaEgwvqMGgA31hs9784FEe/iDetBT+c+n7okggvlWCgwOIfkeUw2lxm9YA20H7B2Kz4r/Okhp9+Ie6zSt/baU9MyQ3ZYSqwAsW6dlqdhnkQNABhHuH94Wb8kY7mfCFCwzcAqTtbhp8910bUdmf1FoMSkuCmzl7GA4W1HjdlYbuen4Dm/RyU+x4OYEyAW8uz34fYeCRW5Jw3uvZqSuRmpEe+3OisA/6d75ciWA1rSXiKhJED/jDPkFhkPVh1s/5Am84mNdhUYRNpFcEEpkUB2SdXhWH88rwJ1fEBcKLYu/dxqkLn7XTJyc16rSzCN7vsKUXT9xod2WXNAgWTWzZoxx7NChYFrGWP0C2OSVsz4kAzK0vBkqWV4ItaVYiU+8kay3he3/jbLFGk8/dHJGx09OxFx12uYxlh6SHZxqZUP7Q6uenqqOUVtDVUpxVqKEFMuwg4Zu2LGbmA8dYtsXvjaHH889EwAZEh/jENwYQ/AIDaGM6z3ckb/wCHANhjwhw3o1neaLm9aRnEKJkilRepJnoZx9QFaPG6W/MQZ6uHUwA2k81jtM6LhgDfTKk3ItyT0eBqi9I0LFABmp5K+Sz/gq6i/z85o5d4W/aFldFgDaaJzKN4Y30U6htA9gVTz1yU6MfVBLX9QR54tFo9Xnm26WLvFXtXTPRgwXdZFOMLnnvOlPIqPDNeI2ASh1JRIZfSAHtKYMMJeeFK3F8gJYILq+4WoBZLEyyE0P2DlEL1yzdcNRdxiYRWlTTC6c1YxEJGBVwCFCe7BJN77BHRYaNAfbB7+/fQtenTpIKZJvbN78UyPz3rpdg3UT86n3A07z925+Ew7+1SwuCBGQEx0HZ8F4fJ+TZ8m0FCYhFTldnXIOqPigV8RSXuSf0CaItTanNCPQGcqBoXHUGlJOuLY4gNRbEp94ScV/Y0qeYM4eGVXywGi9Lf1haAgVX0Sj4KDh5qRKlbN+6E2HsAFLOvLWi58KXf4pN73dL0488yP33MrDpdXMqVgpTbrHdeWJ4IMo6FqLhVG54mMjWmyCN5sj1BIhIsc3w1cfelhrQtkOcvA0fzMfvQdd96F8cCq0hXfQMfrTfna/txMZ7EMJdhYZKf9iZv4bqtVSC4VJ7lk2icGcWdhVd/rtb+Tnb+k+J5xGeXkFwR6oKMgkwXRni8q7Pb+a60EU2vNRdTnDZ/M6uycKlgaTIOV4+57p8LUp2siWBm+VixJyM4IZh0o5wHrrf36aMryfVu+dWCEj+SR7hiliVtMrfXkoJ+HMWMyuhUqdFRaxMwmETFEDP0nYXQ0Rvc/ZPXYN97cHzoLhpUsHbU+yFxOIFIFcuV7kVBDLtvKE85eB9rpBXFZMJqmbgetGQDnNFQTv7a2erq4Z/tDwLQZjUe2JyidryTunrKubzR1PYAz3BOuTm+bNF86lE3PxvD36vYfaZAM3jY0m5P7GunFW3btYzUaU66PrpOMm9YKd960aZHO8Xj+yBbukp5MM1BpUsnnmhmU95AzmsqjvP2g0+KpEZi0YNDln3p3G9iH7mYk+2y8gpSi1jNBE26UWRklVVXR6sMZq7NaJvUuEbHcNvo6uk0/W4TOGzjV6DMQfeRP6WXB06ADbxhoOWhN4Yf/Fdvbb32g7T31xCaN6CJM+LQR7Y+BXbVvYC4M9GXDsbJCBk0U8rGZD49cXt2+SoJpGAXd84go+0+1hIDEiYIt4dLvbe+7sQmUrPBIfi6a23vl2mInqF6cJ6DwAQOfR9tGtIZ07B/3dRwDp3Nk92TmKIJ3HayGdh3sHBwbSySP4hUCdbdjDO0d27u4dBcjO//qwQoKM7jHNskxxGi666+GixHP5RB8PsaLN5pI40X3AiY7BFXKD1vAISnWNpBiAdEXFA1KY0N29febXHQTQd6Xq5Oo/ubDrA3QW3CIc07jEGBW8Hl5YgyjRQH8vhchzGhsVxiyxiBYjWkV7VcrlND6OAsM+qiP1/0xkBbVhuf0agnrQjEPIBjDczYg5SzKT3mbrdAFRB00E7q3ikEhpmZigthpjyCxMAePXvFmgluHKbUHcEIkBHrYRPCaOn1am3U+0swkg0InvabmaUrm6N8UlJUNhlRxT5Nb83BdCPMmydzPhbHSqXfHxhHBd7gbrg/Mz8esNY70HFtCJOSys+A+d3EclED90mgR+0Ijv7XrniJmQVkLjjdZ94COF60WiqRj8pa1eRJxmTQfjIMGm5kZHh+x8xbZb763bM++zv1Wr7BWRKPasat4oJvAKM1jg5+GF7nttcntGR14K66ANpTUNOXtZ4rpuKy8uC5WGPAslSpWpxnd//EHKc+V1jJWxiTjxKiVsLJ7eR8j5Av7oEuBsi4g2CJ96/G3+sUnYTl3ROftC5oeR1gGKuRGTxywYKSHH/m7sjHcokavAOvWdTtkoT2l6JxckDlK3mfuU0O914Ingma3jXMFtd2TzcfbHPLtyUvTz3sN/nX++d3h0uL/b+xPP0UHo6vrjw9wtBLSJIGabG4XhopLAs8xm4TTb3/4GM6IkYp5PaiU5r0kVDoiTEWgdTCbfSOTT/iPoAX/6+9+xwBwgqN+7SRryJH3//R8f4vfWNJ2N2fkVwvPhHJj5JYNC8r5b5bPfH7Iu9EOpOXor/LmNbTENfbjEO+78kxBObGGY5ZBlzOdvhZQg+6SNcYMkxM4K9zBYm5R3Nuu6HPb0t/uy3y8wAwy3hX5JokDAQahsYNAESNLAAEFfJLrCa8Qayu92ze8iomm2U0N8KRUvq8KqblgFrtax0MF8jrmuPM6kQYHa0+0NCvi/zGmJTgnbeXRbg+LR8cGxzxHTEfxCBkVKQb17Y2IQpon9F9NHfbUOLmwzzect1TqM4fAKH2rW6gjaSFoLB+4nz/K69OXb0F2PLnR3e0Qy+EVVQWQaukvaDkePjg7EdkigWxl2WRGLr9Diw4FzLWYvVpLHh9l70Spd5CNap96bAvZ6z0O+kAJnVl0jO+/MaX+L7N3pGu06hBtGXeMK40um8YRnX79IoFqgbptmh/BMub1IPKYFO6on9OwpFCObFVgza+Jea5ENBi2daRk8UR3caiqbajnTCsRMUsq1rD4ybgEuwWKMFLA1S+O5dWr7+zGNaHO3ErTOeONFEdIhA6EoV75E1oT7dOS4eGGd/fnt29dnD1CpkpqZGCeSOrJAPUrHA57sxv5h7/Dubp8ucfBhwAvLTQJOw6kK14jCQ7JuGS9g75eVGTLyR4L7aope8w1sFN4tM1Nbb1G4LTzz3NSrpZRpJIzkuFzVtswPe8fcsj2Vt6AQYkJ9z42qQREY78mVs0plr6pZ4/XWtCeQFiRGk5FAKYFZWC2dCkFclh+Q7qScLRPtgo9G0hvnGBoIEWVup6FX3bWM6RRO5S6KJcbXU6P0VzQl4nAudsTYfX5j9gFY5rquXF4MH48A71q93qvILSV13p2ekBnxz3/8h7MssumNdgDlxgELMIEi0+MtPYqwNSEaGiSzMMoycVG8O8VFxXeEAdsX6kMKJBdDzikqtEChF6xb7zHWseIf9aKay9a2bILakocrLBtJs2+HhccYMqzyD04jyj0hvhlh4k2j80qAUX1volCvVlwUypfQDvZh6qpF2UZECNbmCev9RVezSEIm2I8kCbPEG1u1NVGyzrmEEcS7scq2HTO2/vg7yDhxN0C4ywEscg5Y6QsmxIGdAPJ6y14SpVSTZ2GlDSY39PvihuKPgnEJXovwB5iQ0wflKL/Oo3Z035u74QT3whSjpX85w7kBemKmr0hus714m2m7NBdwpaJ6JoSEzjxWi8DoFvDMiWkGtAMTJzA23UlgejnNpppM3PoUk8977sLpbcF1s+CkRTelPWjpu8qJCzRLAK+16EFogRLRiuUomJZXfKNLHyyKSDWcRS4oehhK4gDlEqgj8rM/v3VmOWfJxhKPKtk4mQE20qSgNJbGDScMdmZfhXV7YAOFZ8+XlZIKNiyn8NG2DfV85TZktDqRglF6qFu4CVJOUJ/3Y2FLBJ1CZ/5OpOaRKQ57BPY0LhCG20HEM6yPxM19yba89nm2pErsws9xBR4kGw+tUb1eKTzwRwgQbGf3fbAAa/KAnCmnq6moNlrEDrer05iv85sHnUIjkDcq/bCmw0t3ysg389XFhZsfEeWNfMA2zQxnB9wpXkmS1fZZIwSZgu1FFQix0o7WQ4zu/eTxbqEbavqhmmY2coqzziJ6MsMejZCHpdHVnsE1tCg/lJA/WK0Wo6Sj6mDzuuC2yhTsFgpRBjdcrO1InoahH8Km8Idz5W3YxJ/bhPCckR7UXGF+1CprxayGExlIM9QksXIJJvxJxqSn6WGdsO5SCnUnAtC2zu5zpQrk9nHXtKamYoHwB3ayNnM4h0fenffsvrtdbiBvB/4bVkp7kGjTiJDKF1QGnw2GVc4X+eKGNHEQBiP63GJG7cvOWX3edfPkLTQUNQakJ7kZYMsxfs9tUrcXR0t8nGdYCij0xxUQMYE1s0rolNS1U9TLUbD8uSmAqRdjP3tVukusri6W5s5M39V56vaAHQxuUDZMzkEkwkPgNWgrHwmKg6Qqh+tFPF9LMt7gkafRzeQMubdapAlLJzeLCGpH/koKN0o/vqJIWNUgyGqtB59UfCKlQV3BAmSWFE8yArf48kPNMUklUkc3hnodjOoj+hQi7DhTHkXXfFLCdkHVYlLksyShR3y3k7oaeqTPCG1O/l+SQKYuM+h7UwCwrWZlqE88CUwlT+gqdJ/f5lHkXBkGkHjVXDvCBPOBaKzpXikJuwlpTID2iF5uIkgQMsC4jJ1JdAqx3m+KSfHBae11yeMNhCj8J545uNbcdVVjaolU+Xb22fPK6WUZBrDmYJxprPVCvkDaFKxF4q1/ZQ3DkqPBrrWRr0StM5Z1cGroEos3oev6qpgg9//lrKoLvwwmcmjsgkTpOc7GRyMhV8z0as6JyKyIyk2KRjbxgwBJ5YIYckMuWhJSINNrN/Rp3ubbSsjwK6Lh/qKqlhCBnaPBthhrOMDC5xPvkkKO4sRj/rpYbp4BFna9L36FMoATijo6QXdU8XEOWdkz5r0aNVx0gbvjInC8ZPGJx+uJKQlRetI9gJDk1WxWwPrAIXVCiyKYGnI8RWyuEwUnPn/UCUoICdFNDcWX5G1D9B+a3vMtp+piWIxsuuYkVtjaIlNaZoqO3ccI1wqU9wcqCt2z1k2ccrJhoihmfF2IE50vl03qz/OkeroSuJD6eiNRGXuLaIsvEWrlurJYtvtQpEQc7bia8gF7gB50D0wdGnriCQJKXi0485OqpkuPhcRZfuGGn5QB64taoqHSEASgV1BNcqy6Ehow5DoRPofI5UAd9CLXUy/aLXju53HipWngbO50xMXFjSpKJOfzCQZ0llzisuJMYSQGmMA6jkW0bGdP8pnJXlBHJhymQJ6zZE56Mk0NavRe4QRBopsbwmRSErEzmOZYeayi4sqJu3N549RT+CHkci6A2BeFRfKWxYq0vIPcCm+JBw22EngA+hAPl7LXcG1x8p8gPtmZkGg7XmWjFnBtU1E7ahLEchLv723v7Wx/fJDaYy23jPj7L4tKN7KY531eJOC0pHlt9XXfZ1ClO9zXICgXqwkmobtbvJaaQMwgSEf07OxldMD8eGINpg+sYbSP+BMYsdxNnGbfamK19UIUc95ig/dz73kfnCl9pNgdP9AIu9ORJoVOVlnHXqruxn/8AU0HuVPnUtMbYndzXd0ryKn/6kv+MtWyZ1sx+9O4mvG8gsXgBKOyraYFLLsGYcNL2inzxaY2frdsRnGMCdwej+ZOMJy332XstTp9ug6BcxszDxh5j25lHoq7ZQ+QJ/Hv4CXsoSNTlbkDnzNBkILvg6MvjjM80efExJN60xYu5drHc6uZ1cRSkh5vOCVbCchot7L8Q1UiL9u3XLHXXYslUtA4q5GxJFDkgP6iO3NLGPJBzanbdCkcDlSyclOxKK5h27jVfXJVzvLki3pK5IGhSh5sD4JvBjFZstUhIMGBKJO/WKyckjCpFYuD7MSEjxVsT6SAbLHXCYMeAm/aIpvMwHtoSWvGklif77aFKAU4DA5+gg9TegwmjCYUHxL3KRlreHWhAkQsmgnOX0R0HP0ERMdgtz84Aoj47uBkfy9EdBzsrEN07B0cHh3sGUjH0S8K6UiACO6e+HdvNwEP/09ACSD2Yte+snuvSdGnsg6LtfDtV/i44CgjPEZXu0lkxu7BkRL+Ylkk9Bz5mhkZteK5ZMiX2yxRssXe1S0WTggCDGDgkFgXjZ7Tb53Jj6nM6mCTH7rBlpczX6XS+7JIjUBsHDiiZCcjJSX6/aAZHnuTyPMVf/GSFNY0Qv1gZ9cj1GMuz7Ob2ejKyX0MXFFZgkmh3P7F9LzA/SVKmcpQZ1/oUyhCjAGFOkODkIRQ0mPmop4W4ZP3PFki2QBVgowUXqA9aoYKDVmg6K6HeZR7gIgdGJ2HpauRSEZLuia7alxyya4qE0vkeMdYbRcACfDyJbtos5WEGwlvSQBqQ/3T8nLFiG5NCp6CTxzBEz7SknKo5nKkVTnkAt4XzTFTRr47I+3jTkyMEjoAsgw9oe52irQwcSrw4ZFdm3BjB+kAVGJ1WnlfFVzbfCgSv46DKiQAsIUormjhThuW9PMleIKshoSCy7vNqSyTQhWwueReeyJEehHS0xLN0EtjpLoxKxPwOuKLcfPcFhuwLfo8EkFgjMj7jVK/60q1SOmo0Bi0/Wr3VRipSGVGHLfYcGsLpCXzLB6l1y7JDRmTQkbcj6yNmixSzxqZMCFOlDIJnN6iyuImEX8u+GIE41RwcA6eZAxlstG/nAW8mYyKnM6dlHULbwscMwoiKmjECxoEMjKf3vk16NPg0rDPMbqkmC8ZuNL/zumt/f9vK9vpH29lVzdzNxTSCqN69akuXkL57PI7tsLLhhUYjqO8kKHwEaUgCen9kiU58xP7XTmnBPTUbmhCF1VyR/c21EdmtFjt5CEEzlrcpjy6YlIY/H4O194NmiIqT/Eca8mfckmhD9ELsFR00d0HtIDN2VZcAyWhU9xUzJblxY1RUDpYpO28HBqTpYUDzfKmWGB77Za6GEuZH73Ub8PGYUeyH4xkL/hrN/iLTSv0vXgmcQAmW9xh+/f0lhIBw6AdWt04CsLpCLh+f9u6l+gntUE70OCMrf/OM+75JwbWJEw1shfi9M/YtiLwWydyvs3QcmrdTzK0EDo/OHJmyW2h80d7x4P9ADq//8vZWd3Gwd1bXEfHYnH9/0pjJgNtz89VPv4ATsVxn6yjtIW25y20x/w8wK7x+dBE62o5baMdu4VEv4fQM5O9BqGepM0Gif7VKq5XzDQZwgn629/AjTsCb3yhPKVeIP711UtumQy3+Woxr8jP0lZbEaJDv/0NcmiWom5W14xxkGAST1KfMMXMwgJ236gApQw8YR9zrPcw9xEoMDV++xupDHrFHjKqMyy1zAQAnDTmDgZiyjVor04J+e6zgYKtkCjK5Nq4pdQ46u8M+rv72e4OrP7uQSQ1Hq2TGvtHB3uDgREbO7+g0OjerncuNfaOo/pMXasDB9V1MCXakL6w+fQnpFqurZwkKijxjkhquzmrnY0nD+ve/oAP62oZkAwQhgoi9pi1x0wn3BhZ3vAFMKDKjWurZG+JqQLahVDeKGsHJMSi7gl4bgrTSlk7CglTNDinZIiATxUuoY8Z2q6LScn4ZPgJsmjC5cqHDT0CEvvxMljaYTkMPlqbjenGPizHnx/sDHaPBr0//Rlg5ZW+PoHqqYW+U9L7cyYQjd4QkjZT53p/51HrwX5OPj3iPPdgeXJvSD2iGhxMbsq0HxOHS/+eFqhWeSorSOBRME+d6AUrQJqmBzZomeKjdRjNmcrWTDbwBBBANZBWgGkPAp0B/SSF1QUO3EM0jih1ICc3CEQv5JYkUEiyu68Qq10XXLTGw1tKQbd8Gum51x8cZjvHcJh3928rPd3WO9w7/E+SnmsEyCcQn4eB/Pz1EPynH4LvaSdfAI8RxML7ErBr8fUfGaoW+Y1nz4sTMNtaTl5OkDf5sliS6qg+cwXRKA+Jca9zk4T6chKf9DHy6qQk8uEOvACI5D0f7OvwDSKEBm8l7okdH5ANzXNr2aFbUXR7QV9pv1j4fmGHUkwGE7u9LZHKyiln5RDDGgyTQYJ9KbpbJvzO69oT5wxvTjhUiKIjmq7mm+6E85oRRXCWLLWmyJ/UZqLzSoZ9g59R2mXXcl5fnVdQrmnpzs7C6WTM88vBWwFJEOCI5rf2senEejUubE8n98LHzLIs4SmHZ0r1/mhAQfZqtI+bTfloxDWVGlF0csOrD++oFdTil9jdHighgd3kSNofdiThNBpsczdGnK7kuLQxK3S3qLHbwtc/UI6DpBdPWertYFreqkmMsuZ9vO14XY4viyRX3UDpEsK9m4oYvHvzshYXpoA20Vw0BXzC36eIMpnuknx/ZbJC0kC9RuGgmgLEevYQosBKtoSP08NiyjkDy+WNShsu3AWAETx7CRfQEuuv0McCjh4VCxANHNzAZGTEw2POa8ElCyHLGXrBvOh4SNY5EslDrvBkEGbYAo6lGlUTW+o59VZyocjObTmG4cy377IckWNAwhRy0XYV/bJNP0ouamqn1fPS6VYL2HFWIpdSpyvd/EY7RgqgyK7ZZE6OwuLicYiN+xKPs0HvkIcdbs8YwMmn1SlV5Syx65KjSPR5mpC53DKV92OHU7TnTv3wQNgiaIALv6V6Pkxe5F68LDgVXDw/PASY7ieGokWNY3P9UlOqMOn9hEFCPFVa9hkDybo+ZngxFCAtJojDrWW+txsaQbOeUm3SHMpZv76ZjcBKDzZ/4WlD1jbLxa3FClGVnWaPfhosQ/MCSL9pUGRQXpilllw4fIOm8Ixxc6/AFbyA+Gc8a2uaE1AjwL2iSossPINSOUZ88iSzGtbZKi6r7nkumFV8FBMDvxbMfZBS3h4Z95TLPBCnSV9KDLRL6v34A44AhDX0G/a0hnCJDcfa56Dub+9QbvKDoB1fydzA91VjRbsHktbAy4x+nRkmc3MQtiOVgq4sklj02tN8XCTounFK2V4rxN2sikHsCdt07PDHG91eZ3j1QnYdXoFamWTWn6/OJ+Uoe/rlmXzXuT0oyQicAlD/JHjJC1NYlkbro9otw9ZClG7YpoIYABeG7mzgJhi6J5wKMgSD0CeCML0QEhQhqJ5ZD9yo4M1RtSJNPS7AaSVAWyou8fFhXcp84c1/ieLD/rKNx2kHmW3GvZpwIsnpBh4A8/PUhFt4QpUo9/qzylZ2SScn4D4UrRYGvR5Dh6ItGzT1DMLaz/PZ6AYi6Tx8T6RPyXggnciRcUHsE9xzEni1G1nb6fXymz+na5gY8YH8zT34bQ0YKXCarGoiU0F9Mnm2OooFxIcy9OWUUdXWWAEO+ajX9Bn5cfC4qdr2sFHDYcswB6LihEgZ+nMTgdJtEYhhHN2Cqf2rPDMkJ0J9DYFkvCTWCILlUW1m/Sp4hens2Vftm6vxFmsHz5o/JMDOhM4dgrp6v5LXT9kLMNubOQzPb9ydkVHuWoHMnKmdHGlYwqkgQ3wmweLXbKTLBLi9lfByJHrYafIugReRqohA3h0eO7ZjAYmHOhmN/+0Zoh6OkV79SWZPY3OS8HxxthvLgc6yxXaPILVkVNyBm6WCIkHyhZU1iB7U6QL7NgFtlKMTbB9fuYj0AhPo6ZJ5T4V1LpP76VzyOIcF0P0WfE/lk6E0iXT055PU5IFKZGFcVmw15m4tRQCGlwlKXIwb8gbe2sfCwpkyUG/YxH0aRx+u1Rorf3AVJgyLQ+arEx0trAUQTrjOF+OH7ifwX9kNjaHas+jGYxJiI6032M4NJogYkNSuVicGm7ixvDR5Kn5jAYOBIP0y/+C6mK2yNxV470NQRsuxMBcGSOV3XhYj54kfcGOVU0VHQBPdg7pW2e/XPmtLcga1FAXv5D2kmPwKIR3kuuCtizb53u9TC9EgwWof68H2Xtas5CiTb2fKmrXB/u/wTO6wAZfEPqFv/va0ocf93UNIMoH/i+Nwm9Qh2H+kYTgdwS+UY9IeJ7nzGJwPwX26kEfvD99/T6uH1YpgRLsQSBoceLiGaxuuAowyPYp5PQ0K4kyea8kQcevwmLgm8KhD+uzCJOoHUB4Vs0JPAJGmywKzVAnZGxSJovt7OyMcIrherivsoD7xt1uIMMg8Sc79WYWVeZlvxdZeFT/+A03GAgNFXUKn/Ch6ASYTQ25tZp6FWBJ3cKiAov0AeLkf5LdZuOae+Dr5r0fBX0fBX4fBXwfBX2Gbe8Ffu8FfdiT2OXoKebMRUIfs4RPh7odZwLU8iVi1dwY7x496f4p2zUn2GCq/OL2rKKh0Fiz9C30gWnHW2ADPYfGe6wfz4w+fdjQtENF9koZwLpg3ZigCb0ACz8k7p40tljf9wf7h3k7/fNnf3XZqFCLrnLxCKShyxJ2swhmdV9VSmjk8TMvN63mfg+sPKT24fuhk8MHDnf2H0fnens8uWZQ7ne6qWkhnX83cDLyozm5qgFbLpzidQ8TlRG8SD+HKKaBxZw9bMRoHgHDbeXSyt3+ye3zbBMTd4+PjvSOD0ZB5/2Uuh5TQDMPs6Sfu/OrA8QGqbdDorz+6KifjpDCHp6ODAKm5k3GLSMdcyMfZpLy8Wl4X8L8ZNs4y3DI0SXP4zbbA3GtEWoj/XdPr2BtErWCeTbG8R2ADKYOF/D6IIbjO01DNPcDMWNnwx6tdZ18s8XYkqcDldty3u+4+pIgWXB7ErS/GNGrozKf/2984jakA/iN3it1f5UV2n/jch0irWd/P7n3z+unTId8Q97IH2e/y6fwP+D/Zf5c2/dOcCDkcjyfDif/Rg+zvcENTLyOJtVVRz1wz5D72+XL49bM3Z6dffXnv5/dpoXAt8KvBp5VnRy14rM3lGW30Pu24/wtk22F/Z78/GGSDQzjh+7u3xZ/t7e3vPrLo3V9Q7e2QIyHQteu5uwep7ezAEf/1WG/aJ2j7MJludevVucryejh1E4hXAur+O7AO81KgzPhxeXJwePxIzYNd2N439fCa6qOanQNXHH8q5Uj8jfQ91wuYmOQ0s8juG2RiAWN+OJqH30g8E3L7cVBHOJJ9kzCBoUk55/qHrT0AHgLes1D9QU5QkEsaf98EevNuNgDM7sx6GGQijd50jNgp1haX8m/7wNdS8M49oMXvWqoqCPnBBhBAJ5oCI3b3mPvv0/w9tH/AiWnM7t6AC2kIfUmfCJ4estnDvzETCnPFU/dwPBYYqzwYzuveXluuUdR+yxTv8+u4e2N0Ic/aOQaJ5e4UnNKH8g/zoM713mHILvHQ/tFHqruFeVlZg/29pMPgYeIz+XW4Jt9jc1d5fUVajbtLioNHxf75eHd3ZzQ+GF3snhfHR7ujg9H5zniQ7x3xOQP9x4mw5RBEO1IslUU9JCAJXAGDg/2Do53jo+PjP1B9xaETEcPBcGeINrp7sveH85PBH77/PxvmJzY=','yes'),(9099,'toolset_executed_upgrade_commands','a:3:{i:0;s:55:\"Toolset_Upgrade_Command_Delete_Obsolete_Upgrade_Options\";i:1;s:57:\"Toolset_Upgrade_Command_M2M_V1_Database_Structure_Upgrade\";i:2;s:57:\"Toolset_Upgrade_Command_M2M_V2_Database_Structure_Upgrade\";}','no'),(9100,'toolset_data_structure_version','3','yes'),(9101,'wpcf-messages','a:2:{i:17;a:0:{}i:4;a:0:{}}','yes'),(9102,'wpcf_users_options','1','yes'),(9103,'wpcf-custom-taxonomies','a:2:{s:8:\"category\";a:25:{s:4:\"name\";s:8:\"category\";s:5:\"label\";s:10:\"Categories\";s:6:\"labels\";a:23:{s:4:\"name\";s:10:\"Categories\";s:13:\"singular_name\";s:8:\"Category\";s:12:\"search_items\";s:17:\"Search Categories\";s:13:\"popular_items\";N;s:9:\"all_items\";s:14:\"All Categories\";s:11:\"parent_item\";s:15:\"Parent Category\";s:17:\"parent_item_colon\";s:16:\"Parent Category:\";s:9:\"edit_item\";s:13:\"Edit Category\";s:9:\"view_item\";s:13:\"View Category\";s:11:\"update_item\";s:15:\"Update Category\";s:12:\"add_new_item\";s:16:\"Add New Category\";s:13:\"new_item_name\";s:17:\"New Category Name\";s:26:\"separate_items_with_commas\";N;s:19:\"add_or_remove_items\";N;s:21:\"choose_from_most_used\";N;s:9:\"not_found\";s:20:\"No categories found.\";s:8:\"no_terms\";s:13:\"No categories\";s:21:\"items_list_navigation\";s:26:\"Categories list navigation\";s:10:\"items_list\";s:15:\"Categories list\";s:9:\"most_used\";s:9:\"Most Used\";s:13:\"back_to_items\";s:25:\"← Back to Categories\";s:9:\"menu_name\";s:10:\"Categories\";s:14:\"name_admin_bar\";s:8:\"category\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:1;s:18:\"publicly_queryable\";b:1;s:12:\"hierarchical\";b:1;s:7:\"show_ui\";b:1;s:12:\"show_in_menu\";b:1;s:17:\"show_in_nav_menus\";b:1;s:13:\"show_tagcloud\";b:1;s:18:\"show_in_quick_edit\";b:1;s:17:\"show_admin_column\";b:1;s:11:\"meta_box_cb\";s:24:\"post_categories_meta_box\";s:11:\"object_type\";a:1:{i:0;s:4:\"post\";}s:3:\"cap\";a:4:{s:12:\"manage_terms\";s:17:\"manage_categories\";s:10:\"edit_terms\";s:15:\"edit_categories\";s:12:\"delete_terms\";s:17:\"delete_categories\";s:12:\"assign_terms\";s:17:\"assign_categories\";}s:7:\"rewrite\";a:4:{s:10:\"with_front\";b:1;s:12:\"hierarchical\";b:1;s:7:\"ep_mask\";i:512;s:4:\"slug\";s:8:\"category\";}s:9:\"query_var\";s:13:\"category_name\";s:21:\"update_count_callback\";s:0:\"\";s:12:\"show_in_rest\";b:1;s:9:\"rest_base\";s:10:\"categories\";s:21:\"rest_controller_class\";s:24:\"WP_REST_Terms_Controller\";s:8:\"_builtin\";b:1;s:4:\"slug\";s:8:\"category\";s:8:\"supports\";a:3:{s:4:\"post\";i:1;s:7:\"feature\";i:1;s:8:\"solution\";i:1;}}s:8:\"post_tag\";a:25:{s:4:\"name\";s:8:\"post_tag\";s:5:\"label\";s:4:\"Tags\";s:6:\"labels\";a:23:{s:4:\"name\";s:4:\"Tags\";s:13:\"singular_name\";s:3:\"Tag\";s:12:\"search_items\";s:11:\"Search Tags\";s:13:\"popular_items\";s:12:\"Popular Tags\";s:9:\"all_items\";s:8:\"All Tags\";s:11:\"parent_item\";N;s:17:\"parent_item_colon\";N;s:9:\"edit_item\";s:8:\"Edit Tag\";s:9:\"view_item\";s:8:\"View Tag\";s:11:\"update_item\";s:10:\"Update Tag\";s:12:\"add_new_item\";s:11:\"Add New Tag\";s:13:\"new_item_name\";s:12:\"New Tag Name\";s:26:\"separate_items_with_commas\";s:25:\"Separate tags with commas\";s:19:\"add_or_remove_items\";s:18:\"Add or remove tags\";s:21:\"choose_from_most_used\";s:30:\"Choose from the most used tags\";s:9:\"not_found\";s:14:\"No tags found.\";s:8:\"no_terms\";s:7:\"No tags\";s:21:\"items_list_navigation\";s:20:\"Tags list navigation\";s:10:\"items_list\";s:9:\"Tags list\";s:9:\"most_used\";s:9:\"Most Used\";s:13:\"back_to_items\";s:19:\"← Back to Tags\";s:9:\"menu_name\";s:4:\"Tags\";s:14:\"name_admin_bar\";s:8:\"post_tag\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:1;s:18:\"publicly_queryable\";b:1;s:12:\"hierarchical\";b:0;s:7:\"show_ui\";b:1;s:12:\"show_in_menu\";b:1;s:17:\"show_in_nav_menus\";b:1;s:13:\"show_tagcloud\";b:1;s:18:\"show_in_quick_edit\";b:1;s:17:\"show_admin_column\";b:1;s:11:\"meta_box_cb\";s:18:\"post_tags_meta_box\";s:11:\"object_type\";a:1:{i:0;s:4:\"post\";}s:3:\"cap\";a:4:{s:12:\"manage_terms\";s:16:\"manage_post_tags\";s:10:\"edit_terms\";s:14:\"edit_post_tags\";s:12:\"delete_terms\";s:16:\"delete_post_tags\";s:12:\"assign_terms\";s:16:\"assign_post_tags\";}s:7:\"rewrite\";a:4:{s:10:\"with_front\";b:1;s:12:\"hierarchical\";b:0;s:7:\"ep_mask\";i:1024;s:4:\"slug\";s:3:\"tag\";}s:9:\"query_var\";s:3:\"tag\";s:21:\"update_count_callback\";s:0:\"\";s:12:\"show_in_rest\";b:1;s:9:\"rest_base\";s:4:\"tags\";s:21:\"rest_controller_class\";s:24:\"WP_REST_Terms_Controller\";s:8:\"_builtin\";b:1;s:4:\"slug\";s:8:\"post_tag\";s:8:\"supports\";a:1:{s:4:\"post\";i:1;}}}','yes'),(9104,'wpcf-custom-types','a:2:{s:7:\"feature\";a:25:{s:8:\"_builtin\";b:0;s:18:\"_toolset_edit_last\";i:1541498404;s:15:\"_wpcf_author_id\";i:4;s:14:\"wpcf-post-type\";s:7:\"feature\";s:4:\"icon\";s:10:\"admin-post\";s:6:\"labels\";a:13:{s:4:\"name\";s:7:\"Feature\";s:13:\"singular_name\";s:8:\"Features\";s:7:\"add_new\";s:7:\"Add New\";s:12:\"add_new_item\";s:10:\"Add New %s\";s:9:\"edit_item\";s:7:\"Edit %s\";s:8:\"new_item\";s:6:\"New %s\";s:9:\"view_item\";s:7:\"View %s\";s:12:\"search_items\";s:9:\"Search %s\";s:9:\"not_found\";s:11:\"No %s found\";s:18:\"not_found_in_trash\";s:20:\"No %s found in Trash\";s:17:\"parent_item_colon\";s:11:\"Parent text\";s:9:\"all_items\";s:9:\"All items\";s:16:\"enter_title_here\";s:16:\"Enter title here\";}s:4:\"slug\";s:7:\"feature\";s:11:\"description\";s:90:\"The Most Effective Work Management Tool With The Friendly and Easy To Start With Features.\";s:6:\"public\";s:6:\"public\";s:13:\"menu_position\";s:48:\"20--wpcf-add-menu-after--edit.php?post_type=page\";s:10:\"taxonomies\";a:1:{s:8:\"category\";s:1:\"1\";}s:8:\"supports\";a:4:{s:5:\"title\";s:1:\"1\";s:6:\"editor\";s:1:\"1\";s:7:\"excerpt\";s:1:\"1\";s:9:\"thumbnail\";s:1:\"1\";}s:7:\"rewrite\";a:6:{s:7:\"enabled\";s:1:\"1\";s:6:\"custom\";s:6:\"normal\";s:4:\"slug\";s:0:\"\";s:10:\"with_front\";s:1:\"1\";s:5:\"feeds\";s:1:\"1\";s:5:\"pages\";s:1:\"1\";}s:11:\"has_archive\";s:1:\"1\";s:16:\"has_archive_slug\";s:0:\"\";s:12:\"show_in_menu\";s:1:\"1\";s:17:\"show_in_menu_page\";s:0:\"\";s:7:\"show_ui\";s:1:\"1\";s:18:\"publicly_queryable\";s:1:\"1\";s:10:\"can_export\";s:1:\"1\";s:17:\"show_in_nav_menus\";s:1:\"1\";s:17:\"query_var_enabled\";s:1:\"1\";s:9:\"query_var\";s:0:\"\";s:16:\"permalink_epmask\";s:12:\"EP_PERMALINK\";s:9:\"rest_base\";s:0:\"\";}s:8:\"solution\";a:25:{s:8:\"_builtin\";b:0;s:18:\"_toolset_edit_last\";i:1543586160;s:15:\"_wpcf_author_id\";i:4;s:14:\"wpcf-post-type\";s:8:\"solution\";s:4:\"icon\";s:10:\"admin-post\";s:6:\"labels\";a:13:{s:4:\"name\";s:9:\"Solutions\";s:13:\"singular_name\";s:8:\"Solution\";s:7:\"add_new\";s:7:\"Add New\";s:12:\"add_new_item\";s:10:\"Add New %s\";s:9:\"edit_item\";s:7:\"Edit %s\";s:8:\"new_item\";s:6:\"New %s\";s:9:\"view_item\";s:7:\"View %s\";s:12:\"search_items\";s:9:\"Search %s\";s:9:\"not_found\";s:11:\"No %s found\";s:18:\"not_found_in_trash\";s:20:\"No %s found in Trash\";s:17:\"parent_item_colon\";s:11:\"Parent text\";s:9:\"all_items\";s:9:\"All items\";s:16:\"enter_title_here\";s:16:\"Enter title here\";}s:4:\"slug\";s:8:\"solution\";s:11:\"description\";s:120:\"The most effective work management solution for Product, IT Operation, Creative, Marketing, Design and Engineering Teams\";s:6:\"public\";s:6:\"public\";s:13:\"menu_position\";s:51:\"20--wpcf-add-menu-after--edit.php?post_type=feature\";s:10:\"taxonomies\";a:1:{s:8:\"category\";s:1:\"1\";}s:8:\"supports\";a:4:{s:5:\"title\";s:1:\"1\";s:6:\"editor\";s:1:\"1\";s:7:\"excerpt\";s:1:\"1\";s:9:\"thumbnail\";s:1:\"1\";}s:7:\"rewrite\";a:6:{s:7:\"enabled\";s:1:\"1\";s:6:\"custom\";s:6:\"normal\";s:4:\"slug\";s:0:\"\";s:10:\"with_front\";s:1:\"1\";s:5:\"feeds\";s:1:\"1\";s:5:\"pages\";s:1:\"1\";}s:11:\"has_archive\";s:1:\"1\";s:16:\"has_archive_slug\";s:0:\"\";s:12:\"show_in_menu\";s:1:\"1\";s:17:\"show_in_menu_page\";s:0:\"\";s:7:\"show_ui\";s:1:\"1\";s:18:\"publicly_queryable\";s:1:\"1\";s:10:\"can_export\";s:1:\"1\";s:17:\"show_in_nav_menus\";s:1:\"1\";s:17:\"query_var_enabled\";s:1:\"1\";s:9:\"query_var\";s:0:\"\";s:16:\"permalink_epmask\";s:12:\"EP_PERMALINK\";s:9:\"rest_base\";s:0:\"\";}}','yes'),(9105,'wpcf_post_relationship','a:0:{}','yes'),(9111,'wpseo_sitemap_feature_cache_validator','3FfvH','no'),(9159,'installer_repositories_with_theme','a:1:{i:0;s:7:\"toolset\";}','yes'),(9161,'duplicate_post_copytitle','1','yes'),(9162,'duplicate_post_copydate','','yes'),(9163,'duplicate_post_copystatus','','yes'),(9164,'duplicate_post_copyslug','','yes'),(9165,'duplicate_post_copyexcerpt','1','yes'),(9166,'duplicate_post_copycontent','1','yes'),(9167,'duplicate_post_copythumbnail','1','yes'),(9168,'duplicate_post_copytemplate','1','yes'),(9169,'duplicate_post_copyformat','1','yes'),(9170,'duplicate_post_copyauthor','','yes'),(9171,'duplicate_post_copypassword','','yes'),(9172,'duplicate_post_copyattachments','','yes'),(9173,'duplicate_post_copychildren','','yes'),(9174,'duplicate_post_copycomments','','yes'),(9175,'duplicate_post_copymenuorder','1','yes'),(9176,'duplicate_post_taxonomies_blacklist','','yes'),(9177,'duplicate_post_blacklist','','yes'),(9178,'duplicate_post_types_enabled','a:3:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:7:\"feature\";}','yes'),(9179,'duplicate_post_show_row','1','yes'),(9180,'duplicate_post_show_adminbar','1','yes'),(9181,'duplicate_post_show_submitbox','1','yes'),(9182,'duplicate_post_show_bulkactions','1','yes'),(9183,'duplicate_post_version','3.2.2','yes'),(9184,'duplicate_post_show_notice','0','no'),(9185,'duplicate_post_title_prefix','','yes'),(9186,'duplicate_post_title_suffix','','yes'),(9187,'duplicate_post_increase_menu_order_by','','yes'),(9188,'duplicate_post_roles','a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}','yes'),(9222,'wpb_js_composer_license_activation_notified','yes','yes'),(9279,'ebooks_children','a:0:{}','yes'),(9280,'case-study-category_children','a:0:{}','yes'),(9281,'faq-category_children','a:0:{}','yes'),(9282,'help_children','a:3:{i:59;a:4:{i:0;i:67;i:1;i:63;i:2;i:64;i:3;i:66;}i:78;a:1:{i:0;i:83;}i:43;a:14:{i:0;i:88;i:1;i:54;i:2;i:76;i:3;i:61;i:4;i:81;i:5;i:62;i:6;i:77;i:7;i:69;i:8;i:71;i:9;i:70;i:10;i:75;i:11;i:84;i:12;i:89;i:13;i:82;}}','yes'),(9609,'rewrite_rules','a:372:{s:9:\"forums/?$\";s:25:\"index.php?post_type=forum\";s:39:\"forums/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?post_type=forum&feed=$matches[1]\";s:34:\"forums/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?post_type=forum&feed=$matches[1]\";s:26:\"forums/page/([0-9]{1,})/?$\";s:43:\"index.php?post_type=forum&paged=$matches[1]\";s:9:\"topics/?$\";s:25:\"index.php?post_type=topic\";s:39:\"topics/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?post_type=topic&feed=$matches[1]\";s:34:\"topics/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?post_type=topic&feed=$matches[1]\";s:26:\"topics/page/([0-9]{1,})/?$\";s:43:\"index.php?post_type=topic&paged=$matches[1]\";s:28:\"forums/forum/([^/]+)/edit/?$\";s:34:\"index.php?forum=$matches[1]&edit=1\";s:28:\"forums/topic/([^/]+)/edit/?$\";s:34:\"index.php?topic=$matches[1]&edit=1\";s:28:\"forums/reply/([^/]+)/edit/?$\";s:34:\"index.php?reply=$matches[1]&edit=1\";s:32:\"forums/topic-tag/([^/]+)/edit/?$\";s:38:\"index.php?topic-tag=$matches[1]&edit=1\";s:48:\"forums/users/([^/]+)/topics/page/?([0-9]{1,})/?$\";s:59:\"index.php?bbp_user=$matches[1]&bbp_tops=1&paged=$matches[2]\";s:49:\"forums/users/([^/]+)/replies/page/?([0-9]{1,})/?$\";s:59:\"index.php?bbp_user=$matches[1]&bbp_reps=1&paged=$matches[2]\";s:51:\"forums/users/([^/]+)/favorites/page/?([0-9]{1,})/?$\";s:59:\"index.php?bbp_user=$matches[1]&bbp_favs=1&paged=$matches[2]\";s:55:\"forums/users/([^/]+)/subscriptions/page/?([0-9]{1,})/?$\";s:59:\"index.php?bbp_user=$matches[1]&bbp_subs=1&paged=$matches[2]\";s:30:\"forums/users/([^/]+)/topics/?$\";s:41:\"index.php?bbp_user=$matches[1]&bbp_tops=1\";s:31:\"forums/users/([^/]+)/replies/?$\";s:41:\"index.php?bbp_user=$matches[1]&bbp_reps=1\";s:33:\"forums/users/([^/]+)/favorites/?$\";s:41:\"index.php?bbp_user=$matches[1]&bbp_favs=1\";s:37:\"forums/users/([^/]+)/subscriptions/?$\";s:41:\"index.php?bbp_user=$matches[1]&bbp_subs=1\";s:28:\"forums/users/([^/]+)/edit/?$\";s:37:\"index.php?bbp_user=$matches[1]&edit=1\";s:23:\"forums/users/([^/]+)/?$\";s:30:\"index.php?bbp_user=$matches[1]\";s:40:\"forums/view/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?bbp_view=$matches[1]&paged=$matches[2]\";s:27:\"forums/view/([^/]+)/feed/?$\";s:47:\"index.php?bbp_view=$matches[1]&feed=$matches[2]\";s:22:\"forums/view/([^/]+)/?$\";s:30:\"index.php?bbp_view=$matches[1]\";s:34:\"forums/search/page/?([0-9]{1,})/?$\";s:27:\"index.php?paged=$matches[1]\";s:16:\"forums/search/?$\";s:20:\"index.php?bbp_search\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:10:\"feature/?$\";s:27:\"index.php?post_type=feature\";s:40:\"feature/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=feature&feed=$matches[1]\";s:35:\"feature/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=feature&feed=$matches[1]\";s:27:\"feature/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=feature&paged=$matches[1]\";s:11:\"solution/?$\";s:28:\"index.php?post_type=solution\";s:41:\"solution/feed/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=solution&feed=$matches[1]\";s:36:\"solution/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=solution&feed=$matches[1]\";s:28:\"solution/page/([0-9]{1,})/?$\";s:46:\"index.php?post_type=solution&paged=$matches[1]\";s:42:\"wp-types-group/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"wp-types-group/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"wp-types-group/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"wp-types-group/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"wp-types-group/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"wp-types-group/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"wp-types-group/([^/]+)/embed/?$\";s:47:\"index.php?wp-types-group=$matches[1]&embed=true\";s:35:\"wp-types-group/([^/]+)/trackback/?$\";s:41:\"index.php?wp-types-group=$matches[1]&tb=1\";s:43:\"wp-types-group/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?wp-types-group=$matches[1]&paged=$matches[2]\";s:50:\"wp-types-group/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?wp-types-group=$matches[1]&cpage=$matches[2]\";s:39:\"wp-types-group/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?wp-types-group=$matches[1]&page=$matches[2]\";s:31:\"wp-types-group/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"wp-types-group/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"wp-types-group/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"wp-types-group/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"wp-types-group/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"wp-types-group/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:47:\"wp-types-user-group/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"wp-types-user-group/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"wp-types-user-group/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"wp-types-user-group/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"wp-types-user-group/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"wp-types-user-group/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"wp-types-user-group/([^/]+)/embed/?$\";s:52:\"index.php?wp-types-user-group=$matches[1]&embed=true\";s:40:\"wp-types-user-group/([^/]+)/trackback/?$\";s:46:\"index.php?wp-types-user-group=$matches[1]&tb=1\";s:48:\"wp-types-user-group/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?wp-types-user-group=$matches[1]&paged=$matches[2]\";s:55:\"wp-types-user-group/([^/]+)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?wp-types-user-group=$matches[1]&cpage=$matches[2]\";s:44:\"wp-types-user-group/([^/]+)(?:/([0-9]+))?/?$\";s:58:\"index.php?wp-types-user-group=$matches[1]&page=$matches[2]\";s:36:\"wp-types-user-group/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"wp-types-user-group/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"wp-types-user-group/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"wp-types-user-group/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"wp-types-user-group/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"wp-types-user-group/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:47:\"wp-types-term-group/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"wp-types-term-group/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"wp-types-term-group/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"wp-types-term-group/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"wp-types-term-group/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"wp-types-term-group/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"wp-types-term-group/([^/]+)/embed/?$\";s:52:\"index.php?wp-types-term-group=$matches[1]&embed=true\";s:40:\"wp-types-term-group/([^/]+)/trackback/?$\";s:46:\"index.php?wp-types-term-group=$matches[1]&tb=1\";s:48:\"wp-types-term-group/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?wp-types-term-group=$matches[1]&paged=$matches[2]\";s:55:\"wp-types-term-group/([^/]+)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?wp-types-term-group=$matches[1]&cpage=$matches[2]\";s:44:\"wp-types-term-group/([^/]+)(?:/([0-9]+))?/?$\";s:58:\"index.php?wp-types-term-group=$matches[1]&page=$matches[2]\";s:36:\"wp-types-term-group/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"wp-types-term-group/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"wp-types-term-group/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"wp-types-term-group/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"wp-types-term-group/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"wp-types-term-group/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:52:\"post_format/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:47:\"post_format/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:28:\"post_format/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:40:\"post_format/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:22:\"post_format/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:38:\"forums/forum/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"forums/forum/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"forums/forum/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"forums/forum/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"forums/forum/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"forums/forum/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"forums/forum/(.+?)/embed/?$\";s:38:\"index.php?forum=$matches[1]&embed=true\";s:31:\"forums/forum/(.+?)/trackback/?$\";s:32:\"index.php?forum=$matches[1]&tb=1\";s:51:\"forums/forum/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?forum=$matches[1]&feed=$matches[2]\";s:46:\"forums/forum/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?forum=$matches[1]&feed=$matches[2]\";s:39:\"forums/forum/(.+?)/page/?([0-9]{1,})/?$\";s:45:\"index.php?forum=$matches[1]&paged=$matches[2]\";s:46:\"forums/forum/(.+?)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?forum=$matches[1]&cpage=$matches[2]\";s:35:\"forums/forum/(.+?)(?:/([0-9]+))?/?$\";s:44:\"index.php?forum=$matches[1]&page=$matches[2]\";s:40:\"forums/topic/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"forums/topic/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"forums/topic/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"forums/topic/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"forums/topic/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"forums/topic/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"forums/topic/([^/]+)/embed/?$\";s:38:\"index.php?topic=$matches[1]&embed=true\";s:33:\"forums/topic/([^/]+)/trackback/?$\";s:32:\"index.php?topic=$matches[1]&tb=1\";s:53:\"forums/topic/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?topic=$matches[1]&feed=$matches[2]\";s:48:\"forums/topic/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?topic=$matches[1]&feed=$matches[2]\";s:41:\"forums/topic/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?topic=$matches[1]&paged=$matches[2]\";s:48:\"forums/topic/([^/]+)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?topic=$matches[1]&cpage=$matches[2]\";s:37:\"forums/topic/([^/]+)(?:/([0-9]+))?/?$\";s:44:\"index.php?topic=$matches[1]&page=$matches[2]\";s:29:\"forums/topic/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"forums/topic/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"forums/topic/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"forums/topic/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"forums/topic/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"forums/topic/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"forums/reply/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"forums/reply/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"forums/reply/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"forums/reply/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"forums/reply/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"forums/reply/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"forums/reply/([^/]+)/embed/?$\";s:38:\"index.php?reply=$matches[1]&embed=true\";s:33:\"forums/reply/([^/]+)/trackback/?$\";s:32:\"index.php?reply=$matches[1]&tb=1\";s:41:\"forums/reply/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?reply=$matches[1]&paged=$matches[2]\";s:48:\"forums/reply/([^/]+)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?reply=$matches[1]&cpage=$matches[2]\";s:37:\"forums/reply/([^/]+)(?:/([0-9]+))?/?$\";s:44:\"index.php?reply=$matches[1]&page=$matches[2]\";s:29:\"forums/reply/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"forums/reply/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"forums/reply/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"forums/reply/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"forums/reply/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"forums/reply/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:57:\"forums/topic-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?topic-tag=$matches[1]&feed=$matches[2]\";s:52:\"forums/topic-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?topic-tag=$matches[1]&feed=$matches[2]\";s:33:\"forums/topic-tag/([^/]+)/embed/?$\";s:42:\"index.php?topic-tag=$matches[1]&embed=true\";s:45:\"forums/topic-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?topic-tag=$matches[1]&paged=$matches[2]\";s:27:\"forums/topic-tag/([^/]+)/?$\";s:31:\"index.php?topic-tag=$matches[1]\";s:42:\"forums/search/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?bbp_search=$matches[1]&paged=$matches[2]\";s:24:\"forums/search/([^/]+)/?$\";s:32:\"index.php?bbp_search=$matches[1]\";s:53:\"faq-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?faq-category=$matches[1]&feed=$matches[2]\";s:48:\"faq-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?faq-category=$matches[1]&feed=$matches[2]\";s:29:\"faq-category/([^/]+)/embed/?$\";s:45:\"index.php?faq-category=$matches[1]&embed=true\";s:41:\"faq-category/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?faq-category=$matches[1]&paged=$matches[2]\";s:23:\"faq-category/([^/]+)/?$\";s:34:\"index.php?faq-category=$matches[1]\";s:45:\"help/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?help=$matches[1]&feed=$matches[2]\";s:40:\"help/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?help=$matches[1]&feed=$matches[2]\";s:21:\"help/([^/]+)/embed/?$\";s:37:\"index.php?help=$matches[1]&embed=true\";s:33:\"help/([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?help=$matches[1]&paged=$matches[2]\";s:15:\"help/([^/]+)/?$\";s:26:\"index.php?help=$matches[1]\";s:52:\"article-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?article-tag=$matches[1]&feed=$matches[2]\";s:47:\"article-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?article-tag=$matches[1]&feed=$matches[2]\";s:28:\"article-tag/([^/]+)/embed/?$\";s:44:\"index.php?article-tag=$matches[1]&embed=true\";s:40:\"article-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?article-tag=$matches[1]&paged=$matches[2]\";s:22:\"article-tag/([^/]+)/?$\";s:33:\"index.php?article-tag=$matches[1]\";s:40:\"vc_grid_item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"vc_grid_item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"vc_grid_item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"vc_grid_item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"vc_grid_item/([^/]+)/embed/?$\";s:45:\"index.php?vc_grid_item=$matches[1]&embed=true\";s:33:\"vc_grid_item/([^/]+)/trackback/?$\";s:39:\"index.php?vc_grid_item=$matches[1]&tb=1\";s:41:\"vc_grid_item/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&paged=$matches[2]\";s:48:\"vc_grid_item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&cpage=$matches[2]\";s:37:\"vc_grid_item/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?vc_grid_item=$matches[1]&page=$matches[2]\";s:29:\"vc_grid_item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"vc_grid_item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"vc_grid_item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"vc_grid_item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"faq/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"faq/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"faq/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"faq/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"faq/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"faq/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:20:\"faq/([^/]+)/embed/?$\";s:36:\"index.php?faq=$matches[1]&embed=true\";s:24:\"faq/([^/]+)/trackback/?$\";s:30:\"index.php?faq=$matches[1]&tb=1\";s:32:\"faq/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?faq=$matches[1]&paged=$matches[2]\";s:39:\"faq/([^/]+)/comment-page-([0-9]{1,})/?$\";s:43:\"index.php?faq=$matches[1]&cpage=$matches[2]\";s:28:\"faq/([^/]+)(?:/([0-9]+))?/?$\";s:42:\"index.php?faq=$matches[1]&page=$matches[2]\";s:20:\"faq/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:30:\"faq/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:50:\"faq/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:45:\"faq/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:45:\"faq/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:26:\"faq/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"infobox/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"infobox/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"infobox/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"infobox/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"infobox/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"infobox/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"infobox/([^/]+)/embed/?$\";s:40:\"index.php?infobox=$matches[1]&embed=true\";s:28:\"infobox/([^/]+)/trackback/?$\";s:34:\"index.php?infobox=$matches[1]&tb=1\";s:36:\"infobox/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?infobox=$matches[1]&paged=$matches[2]\";s:43:\"infobox/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?infobox=$matches[1]&cpage=$matches[2]\";s:32:\"infobox/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?infobox=$matches[1]&page=$matches[2]\";s:24:\"infobox/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"infobox/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"infobox/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"infobox/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"infobox/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"infobox/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"article/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"article/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"article/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"article/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"article/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"article/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"article/([^/]+)/embed/?$\";s:40:\"index.php?article=$matches[1]&embed=true\";s:28:\"article/([^/]+)/trackback/?$\";s:34:\"index.php?article=$matches[1]&tb=1\";s:36:\"article/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?article=$matches[1]&paged=$matches[2]\";s:43:\"article/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?article=$matches[1]&cpage=$matches[2]\";s:32:\"article/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?article=$matches[1]&page=$matches[2]\";s:24:\"article/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"article/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"article/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"article/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"article/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"article/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"feature/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"feature/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"feature/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"feature/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"feature/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"feature/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"feature/([^/]+)/embed/?$\";s:40:\"index.php?feature=$matches[1]&embed=true\";s:28:\"feature/([^/]+)/trackback/?$\";s:34:\"index.php?feature=$matches[1]&tb=1\";s:48:\"feature/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?feature=$matches[1]&feed=$matches[2]\";s:43:\"feature/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?feature=$matches[1]&feed=$matches[2]\";s:36:\"feature/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?feature=$matches[1]&paged=$matches[2]\";s:43:\"feature/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?feature=$matches[1]&cpage=$matches[2]\";s:32:\"feature/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?feature=$matches[1]&page=$matches[2]\";s:24:\"feature/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"feature/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"feature/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"feature/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"feature/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"feature/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"solution/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"solution/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"solution/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"solution/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"solution/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"solution/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"solution/([^/]+)/embed/?$\";s:41:\"index.php?solution=$matches[1]&embed=true\";s:29:\"solution/([^/]+)/trackback/?$\";s:35:\"index.php?solution=$matches[1]&tb=1\";s:49:\"solution/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?solution=$matches[1]&feed=$matches[2]\";s:44:\"solution/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?solution=$matches[1]&feed=$matches[2]\";s:37:\"solution/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?solution=$matches[1]&paged=$matches[2]\";s:44:\"solution/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?solution=$matches[1]&cpage=$matches[2]\";s:33:\"solution/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?solution=$matches[1]&page=$matches[2]\";s:25:\"solution/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"solution/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"solution/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"solution/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"solution/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"solution/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"download/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"download/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"download/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"download/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"download/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"download/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"download/([^/]+)/embed/?$\";s:40:\"index.php?wpdmpro=$matches[1]&embed=true\";s:29:\"download/([^/]+)/trackback/?$\";s:34:\"index.php?wpdmpro=$matches[1]&tb=1\";s:37:\"download/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?wpdmpro=$matches[1]&paged=$matches[2]\";s:44:\"download/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?wpdmpro=$matches[1]&cpage=$matches[2]\";s:33:\"download/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?wpdmpro=$matches[1]&page=$matches[2]\";s:25:\"download/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"download/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"download/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"download/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"download/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"download/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:58:\"download-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?wpdmcategory=$matches[1]&feed=$matches[2]\";s:53:\"download-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?wpdmcategory=$matches[1]&feed=$matches[2]\";s:34:\"download-category/([^/]+)/embed/?$\";s:45:\"index.php?wpdmcategory=$matches[1]&embed=true\";s:46:\"download-category/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?wpdmcategory=$matches[1]&paged=$matches[2]\";s:28:\"download-category/([^/]+)/?$\";s:34:\"index.php?wpdmcategory=$matches[1]\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:41:\"index.php?&page_id=6195&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(10064,'fc_settings','a:2:{s:10:\"fc_enabled\";s:2:\"on\";s:14:\"fc_widget_code\";s:215:\"<script>\r\n window.fcSettings = {\r\n token: \"142a49aa-1699-45ce-8ed3-6243c05aaae0\",\r\n host: \"https://wchat.freshchat.com\"\r\n };\r\n</script>\r\n<script src=\"https://wchat.freshchat.com/js/widget.js\" async></script>\";}','yes'),(10686,'otgs_active_components','a:2:{s:6:\"plugin\";a:15:{i:0;a:3:{s:4:\"File\";s:19:\"bbpress/bbpress.php\";s:4:\"Name\";s:7:\"bbPress\";s:7:\"Version\";s:6:\"2.5.14\";}i:1;a:3:{s:4:\"File\";s:45:\"taxonomy-terms-order/taxonomy-terms-order.php\";s:4:\"Name\";s:39:\"Category Order and Taxonomy Terms Order\";s:7:\"Version\";s:5:\"1.5.4\";}i:2;a:3:{s:4:\"File\";s:33:\"classic-editor/classic-editor.php\";s:4:\"Name\";s:14:\"Classic Editor\";s:7:\"Version\";s:3:\"0.4\";}i:3;a:3:{s:4:\"File\";s:33:\"duplicate-post/duplicate-post.php\";s:4:\"Name\";s:14:\"Duplicate Post\";s:7:\"Version\";s:5:\"3.2.2\";}i:4;a:3:{s:4:\"File\";s:33:\"font-organizer/font-organizer.php\";s:4:\"Name\";s:14:\"Font Organizer\";s:7:\"Version\";s:5:\"2.1.1\";}i:5;a:3:{s:4:\"File\";s:23:\"freshchat/freshchat.php\";s:4:\"Name\";s:9:\"Freshchat\";s:7:\"Version\";s:5:\"2.2.2\";}i:6;a:3:{s:4:\"File\";s:43:\"list-category-posts/list-category-posts.php\";s:4:\"Name\";s:19:\"List category posts\";s:7:\"Version\";s:6:\"0.78.1\";}i:7;a:3:{s:4:\"File\";s:37:\"post-types-order/post-types-order.php\";s:4:\"Name\";s:16:\"Post Types Order\";s:7:\"Version\";s:7:\"1.9.3.9\";}i:8;a:3:{s:4:\"File\";s:37:\"tinymce-advanced/tinymce-advanced.php\";s:4:\"Name\";s:16:\"TinyMCE Advanced\";s:7:\"Version\";s:5:\"4.8.0\";}i:9;a:3:{s:4:\"File\";s:14:\"types/wpcf.php\";s:4:\"Name\";s:13:\"Toolset Types\";s:7:\"Version\";s:5:\"2.3.4\";}i:10;a:3:{s:4:\"File\";s:53:\"velvet-blues-update-urls/velvet-blues-update-urls.php\";s:4:\"Name\";s:24:\"Velvet Blues Update URLs\";s:7:\"Version\";s:5:\"3.2.8\";}i:11;a:3:{s:4:\"File\";s:41:\"wordpress-importer/wordpress-importer.php\";s:4:\"Name\";s:18:\"WordPress Importer\";s:7:\"Version\";s:5:\"0.6.4\";}i:12;a:3:{s:4:\"File\";s:39:\"js_composer_new_12_2017/js_composer.php\";s:4:\"Name\";s:21:\"WPBakery Page Builder\";s:7:\"Version\";s:5:\"5.4.4\";}i:13;a:3:{s:4:\"File\";s:41:\"wp-database-backup/wp-database-backup.php\";s:4:\"Name\";s:18:\"WP Database Backup\";s:7:\"Version\";s:5:\"4.6.5\";}i:14;a:3:{s:4:\"File\";s:31:\"wp-statistics/wp-statistics.php\";s:4:\"Name\";s:13:\"WP Statistics\";s:7:\"Version\";s:6:\"12.5.2\";}}s:5:\"theme\";a:1:{i:0;a:3:{s:8:\"Template\";s:8:\"flatbase\";s:4:\"Name\";s:19:\"Flatbase ChildTheme\";s:7:\"Version\";s:0:\"\";}}}','yes'),(11279,'wp_statistics_plugin_version','12.5.2','yes'),(11280,'wp_statistics_db_version','12.5.2','yes'),(11281,'wp_statistics','a:29:{s:18:\"pending_db_updates\";a:2:{s:13:\"date_ip_agent\";b:0;s:11:\"unique_date\";b:0;}s:16:\"search_converted\";i:1;s:9:\"robotlist\";s:1715:\"007ac9\n5bot\nA6-Indexer\nAbachoBOT\naccoona\nAcoiRobot\nAddThis.com\nADmantX\nAdsBot-Google\nadvbot\nAhrefsBot\naiHitBot\nalexa\nalphabot\nAltaVista\nAntivirusPro\nanyevent\nappie\nApplebot\narchive.org_bot\nAsk Jeeves\nASPSeek\nBaiduspider\nBenjojo\nBeetleBot\nbingbot\nBlekkobot\nblexbot\nBOT for JCE\nbubing\nButterfly\ncbot\nclamantivirus\ncliqzbot\nclumboot\ncoccoc\ncrawler\nCrocCrawler\ncrowsnest.tv\ndbot\ndl2bot\ndotbot\ndownloadbot\nduckduckgo\nDumbot\nEasouSpider\neStyle\nEveryoneSocialBot\nExabot\nezooms\nfacebook.com\nfacebookexternalhit\nFAST\nFeedfetcher-Google\nfeedzirra\nfindxbot\nFirfly\nFriendFeedBot\nfroogle\nGeonaBot\nGigabot\ngirafabot\ngimme60bot\nglbot\nGooglebot\nGroupHigh\nia_archiver\nIDBot\nInfoSeek\ninktomi\nIstellaBot\njetmon\nKraken\nLeikibot\nlinkapediabot\nlinkdexbot\nLinkpadBot\nLoadTimeBot\nlooksmart\nltx71\nLycos\nMail.RU_Bot\nMe.dium\nmeanpathbot\nmediabot\nmedialbot\nMediapartners-Google\nMJ12bot\nmsnbot\nMojeekBot\nmonobot\nmoreover\nMRBOT\nNationalDirectory\nNerdyBot\nNetcraftSurveyAgent\nniki-bot\nnutch\nOpenbot\nOrangeBot\nowler\np4Bot\nPaperLiBot\npageanalyzer\nPagesInventory\nPimonster\nporkbun\npr-cy\nproximic\npwbot\nr4bot\nrabaz\nRambler\nRankivabot\nrevip\nriddler\nrogerbot\nScooter\nScrubby\nscrapy.org\nSearchmetricsBot\nsees.co\nSemanticBot\nSemrushBot\nSeznamBot\nsfFeedReader\nshareaholic-bot\nsistrix\nSiteExplorer\nSlurp\nSocialradarbot\nSocialSearch\nSogou web spider\nSpade\nspbot\nSpiderLing\nSputnikBot\nSuperfeedr\nSurveyBot\nTechnoratiSnoop\nTECNOSEEK\nTeoma\ntrendictionbot\nTweetmemeBot\nTwiceler\nTwitterbot\nTwitturls\nu2bot\nuMBot-LN\nuni5download\nunrulymedia\nUptimeRobot\nURL_Spider_SQL\nVagabondo\nvBSEO\nWASALive-Bot\nWebAlta Crawler\nWebBug\nWebFindBot\nWebMasterAid\nWeSEE\nWotbox\nwsowner\nwsr-agent\nwww.galaxy.com\nx100bot\nXoviBot\nxzybot\nyandex\nYahoo\nYammybot\nYoudaoBot\nZyBorg\nZemlyaCrawl\";s:13:\"anonymize_ips\";b:0;s:5:\"geoip\";b:0;s:10:\"useronline\";b:1;s:6:\"visits\";b:1;s:8:\"visitors\";b:1;s:5:\"pages\";b:1;s:12:\"check_online\";s:2:\"30\";s:8:\"menu_bar\";b:0;s:11:\"coefficient\";s:1:\"1\";s:12:\"stats_report\";b:0;s:11:\"time_report\";s:5:\"daily\";s:11:\"send_report\";s:4:\"mail\";s:14:\"content_report\";s:0:\"\";s:12:\"update_geoip\";b:1;s:8:\"store_ua\";b:0;s:21:\"exclude_administrator\";b:1;s:18:\"disable_se_clearch\";b:1;s:16:\"disable_se_qwant\";b:1;s:16:\"disable_se_baidu\";b:1;s:14:\"disable_se_ask\";b:1;s:8:\"map_type\";s:6:\"jqvmap\";s:18:\"force_robot_update\";b:1;s:17:\"show_welcome_page\";b:0;s:23:\"first_show_welcome_page\";b:1;s:20:\"disable_donation_nag\";b:1;s:13:\"admin_notices\";b:0;}','yes'),(11282,'widget_wp_statistics_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(12447,'toolset_bs_component_show_buttons_tinymce_status','yes','yes'),(13511,'_transient_timeout_flatbase-update-response','3087844992','no'),(13512,'_transient_flatbase-update-response','O:8:\"stdClass\":11:{s:11:\"new_version\";s:5:\"2.0.6\";s:14:\"stable_version\";s:5:\"2.0.6\";s:4:\"name\";s:8:\"Flatbase\";s:4:\"slug\";s:8:\"flatbase\";s:3:\"url\";s:52:\"https://nicethemes.com/product/flatbase/?changelog=1\";s:12:\"last_updated\";s:19:\"2018-03-26 21:40:55\";s:8:\"homepage\";s:40:\"https://nicethemes.com/product/flatbase/\";s:7:\"package\";s:163:\"https://nicethemes.com/edd-sl/package_download/MTU0Mzk4NzI5NjpjZTgwNWQ2YTA1OWE2OWE5ZTUwOGM4Y2NmNWM1Y2MwMzoxNzQ0NTo4MWVmMTdiOGFkYTJhMmMwNWY2Yzk0YTZmMjY3YWIwMDo6MA==\";s:13:\"download_link\";s:163:\"https://nicethemes.com/edd-sl/package_download/MTU0Mzk4NzI5NjpjZTgwNWQ2YTA1OWE2OWE5ZTUwOGM4Y2NmNWM1Y2MwMzoxNzQ0NTo4MWVmMTdiOGFkYTJhMmMwNWY2Yzk0YTZmMjY3YWIwMDo6MA==\";s:8:\"sections\";a:2:{s:11:\"description\";s:248:\"<p>Flatbase, a nicely crafted and complete all-in-one solution to create your own support platform. Its clean and detail-oriented design is the perfect frame to provide support articles, informing and teaching users how to master your product.</p>\n\";s:9:\"changelog\";s:7450:\"<p>=== Flatbase Changelog ===</p>\n<p>= 2.0.6 (2018.03.27) =<br />\n * Improvement: RTL Support.<br />\n * Add: bbPress RTL Support.</p>\n<p>= 2.0.5 (2018.03.01) =<br />\n * Add: `.bypostauthor` class.<br />\n * Add: Missing Textdomain for Author & Date strings.<br />\n * Add: Reset the contact form after sending the message.</p>\n<p>= 2.0.4 (2018.02.23) =<br />\n * Fix: Article number for the home page.<br />\n * Fix: Text Title Logo line height. It was looking different on the single article template.<br />\n * Fix: Default button background color for default search form.<br />\n * Fix: Accessibility - changed color for post meta data text and links.<br />\n * Add: Sub categories for the \"Articles Categories\" Widget.</p>\n<p>= 2.0.3 (2018.02.15) =<br />\n * Fix: FAQ (Accordion) page template always showing FAQs expanded.</p>\n<p>= 2.0.2 (2018.02.6) =<br />\n * Add: Theme support for `title-tag`<br />\n * Add: FAQ new functions with categories. You can now use the `[nicethemes_faq]` shortcode.<br />\n * Fix: Call to undefined function when creating articles as editor (User Role).<br />\n * Fix: Sub-category link problem on the Knowledge Base.<br />\n * Improvement: Customizer is taking theme options now.</p>\n<p>= 2.0.1 (2017.11.15) =<br />\n * Fix: `check_ajax_referer()` being called too early and breaking AJAX requests.</p>\n<p>= 2.0 (2017.11.13) =<br />\n * Add: New Organization to the theme options panel.<br />\n * Add: Performance options<br />\n * Add: Customization options<br />\n * Add: Custom fields for pages, posts and articles.<br />\n * Add: Usage of skins.<br />\n * Add: New footer skin.<br />\n * Add: New header skins.<br />\n * Add: Usage of the new color palette instead of color selectors.<br />\n * Add: Implementation of the new social media tool, they can be sorted now. And you can add new ones.<br />\n * Add: Home page template blocks con now be sorted.<br />\n * Add: You can pick different button styles.<br />\n * Add: Option for changing the live search placeholder via options.<br />\n * Add: Compatibility with Contact Form 7 and Gravity forms.<br />\n * Add: Page loader functionality,<br />\n * Add: Navigation bar color selection.<br />\n * Add: Navigation highlight color selection.<br />\n * Add: Different navigation skins.<br />\n * Add: Different sub navigation skins.<br />\n * Add: Option to add text alignment on Info Boxes.<br />\n * Add: Option to add/remove hover effect on images for Info Boxes.<br />\n * Add: Recent Articles Widget<br />\n * Add: Demo Importer Functionality<br />\n * Improvement: Header handler, now using actions.<br />\n * Improvement: Footer handler, now using actions.<br />\n * Improvement: Sidebar handler, now using actions.<br />\n * Improvement: Home page template handler, now using actions.<br />\n * Improvement: Styles are now generated via SASS.<br />\n * Improvement: Improved the Widget registration.<br />\n * Improvement: Full compatibility with NiceFramework 2.0<br />\n * Improvement: JavaScript libraries.<br />\n * Improvement: General code improvements.<br />\n * Improvement: Updated the page template structure. It now uses template parts.<br />\n * Fix: overflow issue in header while scrolling.<br />\n * Updated: FontAwesome to 4.7</p>\n<p>= 1.1.2 (2017.09.27) =<br />\n * Improvement: Updated 404 template.</p>\n<p>= 1.1.1 (2017.06.28) =<br />\n * Make theme compatible with NiceFramework 2.0<br />\n * Add bbPress to the list of plugins managed by TGMPA<br />\n * Update Fancybox to v3.<br />\n * Fix responsive issues.</p>\n<p>= 1.1.0 (2016.12.23) =<br />\n * Change enqueueing priorities to fix child theme compatibility issues.<br />\n * Improve responsive navigation menu. Fix scrolling issue.<br />\n * Improve child theme compatibility with bbpress and styles.</p>\n<p>= 1.0.9 (2016.09.19) =<br />\n * Fix the sub category query on the main knowledge base function.<br />\n * Fix breadcumbs disappearing after post a comment on bbPress.<br />\n * Fix bbPress child theme compatibility issues.<br />\n * Fix blank gap in bbPress user page.<br />\n * Fix PHP notices for widgets.<br />\n * Add `nice_homepage_knowledgebase` hook to enable/disable Knowledge Base in the Home Page Template.</p>\n<p>= 1.0.8 (2016.05.23) =<br />\n * SEO by Yoast compatibility. Sanitized the title attribute with `esc_attr()`.<br />\n * Add `datetime` attribute for functions within `template-tags.php`<br />\n * Allow to use `page` post type in the live search via hook.<br />\n * Update FontAwesome to version 4.6<br />\n * Include WPML configuration file.<br />\n * Add escaping to the Call to Action text, url and attributes.</p>\n<p>= 1.0.7 (2016.03.28) =<br />\n * Add \"Category\" and \"Tag\" in the dashboard article list. Make them sortable.<br />\n * Set the rewrite parameter \'with_front\' as \'false\' by default when registering articles. Avoiding permalinks conflict with people that would like to have a prefixed blog url.<br />\n * Stop enqueueing the \'user-profile\' scripts on the bbPress user edit form. It was causing a conflict.<br />\n * Fix live search responsive problems (width wasn\'t responding)<br />\n * Update FontAwesome to version 4.5</p>\n<p>= 1.0.6 (2015.08.06) =<br />\n * Fix child theme compatibility issues.<br />\n * Break a new record. Three versions released on the same day.</p>\n<p>= 1.0.5 (2015.08.06) =<br />\n * Hotfix for redeclared class error (Nice_Walker_Nav_Menu), when users update their themes through Envato Toolkit.</p>\n<p>= 1.0.4 (2015.08.06) =<br />\n * CSS fix for hiding the topic author avatar in the topics list.<br />\n * CSS fix for the select input.<br />\n * Add \'nice_livesearch_label\' filter to enable label customization (programmatically).<br />\n * Added Editor Styles. (includes/editor-styles.php)<br />\n * Updated post types registration functions.</p>\n<p>= 1.0.3 (2015.07.31) =<br />\n * Fix for parent forum description bug.<br />\n * Remove protocol for remote JavaScript inclusion.<br />\n * Updated jQuery.validate() to version 1.13.1<br />\n * Updated translations catalog, now including some missed plural translations.<br />\n * Updated FontAwesome to version 4.4<br />\n * Added the category description for the Article Category template.<br />\n * Added \'numberposts\' parameter to the [nicethemes_knowledgebase] shortcode.<br />\n * Added filter to give the possibility to display the Article Category description: \'nicethemes_knowledgebase_display_category_description\'.</p>\n<p>= 1.0.2 (2015.04.15) =<br />\n * Added revisions support for Articles.<br />\n * Updated Font Awesome to version 4.3<br />\n * Added Buttons as a typography option.<br />\n * Fixed bug for typography selection on input fields and buttons.<br />\n * Added arguments for order and orderby in nicethemes_knowledgebase()<br />\n * Added filter for nice_options<br />\n * Added tags and categories on the single post page.</p>\n<p>= 1.0.1 (2014.09.18) =<br />\n * Updated Font Awesome to version 4.2<br />\n * Updated Twitter oAuth to avoid object duplication.<br />\n * Added filter to enable/disable the contact form.<br />\n * Added author field for articles.<br />\n * Fixed bug for checkboxes and radio fields in Chrome.<br />\n * Modified the order for the FAQs template.<br />\n * Added filter nice_faq_order to set an order for the FAQs templates.<br />\n * Added filter nice_live_search_post_type in order to programatically add or remove post types for the live search functionality.<br />\n * Fixed the \"Less than a minute\" reading time issue.</p>\n<p>= 1.0.0 (2014.04.03) =<br />\n * First Logged release</p>\n\";}s:7:\"banners\";s:41:\"a:2:{s:4:\"high\";s:0:\"\";s:3:\"low\";s:0:\"\";}\";}','no'),(14559,'category_children','a:0:{}','yes'),(14762,'wp_db_backup_destination_FTP','1','yes'),(14763,'wp_db_backup_destination_Email','1','yes'),(14764,'wp_db_backup_destination_s3','1','yes'),(14765,'wp_db_remove_local_backup','0','yes'),(14768,'wp_db_backup_backups','a:0:{}','yes'),(14769,'wp_db_backup_options','','yes'),(14784,'widget_wpdm_packageinfo_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(14785,'widget_wpdm_categories_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(14786,'widget_wpdm_topdls_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(14787,'widget_wpdm_newpacks_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(14788,'widget_wpdm_catpacks_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(14789,'widget_wpdm_affiliate_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(14790,'__wpdm_welcome','2.9.84','yes'),(14791,'wpdm_latest','s:2851:\"a:81:{s:16:\"download-manager\";s:6:\"4.8.11\";s:21:\"download-after-submit\";s:3:\"1.2\";s:15:\"email-templates\";s:1:\"1\";s:20:\"multilevel-marketing\";s:1:\"1\";s:14:\"wpdm-accordion\";s:5:\"1.8.8\";s:19:\"wpdm-activecampaign\";s:5:\"1.1.0\";s:27:\"wpdm-advanced-custom-fields\";s:5:\"1.8.0\";s:14:\"wpdm-amazon-s3\";s:5:\"2.7.3\";s:8:\"wpdm-api\";s:5:\"2.1.0\";s:17:\"wpdm-archive-page\";s:5:\"2.9.5\";s:12:\"wpdm-audiojs\";s:1:\"1\";s:14:\"wpdm-autoshare\";s:5:\"1.0.0\";s:18:\"wpdm-block-hotlink\";s:5:\"1.0.0\";s:11:\"wpdm-blocks\";s:5:\"1.0.0\";s:12:\"wpdm-box-com\";s:5:\"1.2.0\";s:21:\"wpdm-buddypress-share\";s:1:\"1\";s:21:\"wpdm-button-templates\";s:5:\"1.2.1\";s:21:\"wpdm-campaign-monitor\";s:5:\"1.2.0\";s:11:\"wpdm-catman\";s:5:\"1.2.1\";s:21:\"wpdm-constant-contact\";s:5:\"1.2.0\";s:15:\"wpdm-convertkit\";s:5:\"1.1.0\";s:17:\"wpdm-csv-importer\";s:5:\"2.6.0\";s:24:\"wpdm-custom-access-level\";s:5:\"2.7.0\";s:18:\"wpdm-custom-fields\";s:1:\"1\";s:19:\"wpdm-daily-download\";s:1:\"1\";s:19:\"wpdm-default-values\";s:5:\"1.6.0\";s:20:\"wpdm-download-button\";s:5:\"2.6.0\";s:20:\"wpdm-download-period\";s:5:\"1.2.1\";s:12:\"wpdm-dropbox\";s:5:\"1.3.0\";s:17:\"wpdm-email-editor\";s:1:\"1\";s:23:\"wpdm-email-notification\";s:5:\"1.3.1\";s:24:\"wpdm-extended-shortcodes\";s:5:\"2.8.1\";s:19:\"wpdm-facebook-login\";s:1:\"1\";s:19:\"wpdm-facebook-share\";s:5:\"1.5.0\";s:14:\"wpdm-file-cart\";s:5:\"1.2.4\";s:17:\"wpdm-file-hosting\";s:5:\"1.3.5\";s:16:\"wpdm-filemanager\";s:5:\"1.3.0\";s:14:\"wpdm-form-lock\";s:5:\"1.6.1\";s:21:\"wpdm-ftp-file-browser\";s:5:\"2.2.7\";s:17:\"wpdm-google-drive\";s:5:\"1.4.0\";s:14:\"wpdm-i-contact\";s:1:\"1\";s:18:\"wpdm-lazy-download\";s:5:\"2.4.0\";s:14:\"wpdm-mailchimp\";s:5:\"1.3.0\";s:15:\"wpdm-newsletter\";s:5:\"3.2.0\";s:13:\"wpdm-onedrive\";s:5:\"1.0.0\";s:15:\"wpdm-optinmagic\";s:5:\"1.0.0\";s:18:\"wpdm-package-lists\";s:5:\"1.1.0\";s:18:\"wpdm-page-template\";s:3:\"1.1\";s:16:\"wpdm-pdf-stamper\";s:5:\"1.9.2\";s:15:\"wpdm-pdf-viewer\";s:5:\"1.2.4\";s:18:\"wpdm-pinterest-pin\";s:5:\"1.2.0\";s:21:\"wpdm-premium-packages\";s:5:\"3.9.1\";s:19:\"wpdm-prepaid_credit\";s:5:\"1.6.0\";s:19:\"wpdm-social-connect\";s:1:\"1\";s:18:\"wpdm-speed-control\";s:1:\"1\";s:19:\"wpdm-tinymce-button\";s:5:\"2.7.2\";s:19:\"wpdm-twitter-follow\";s:1:\"1\";s:19:\"wpdm-update-checker\";s:1:\"1\";s:17:\"wpdm-user-reviews\";s:5:\"1.5.0\";s:15:\"wpdm-users-pack\";s:1:\"1\";s:13:\"wpdm-webhooks\";s:1:\"1\";s:9:\"wpdm-zoho\";s:1:\"1\";s:10:\"wpdmpp-2co\";s:5:\"1.5.2\";s:14:\"wpdmpp-advcash\";s:5:\"1.0.1\";s:20:\"wpdmpp-authorize_net\";s:5:\"1.3.0\";s:14:\"wpdmpp-bluepay\";s:1:\"1\";s:15:\"wpdmpp-coinbase\";s:5:\"1.2.0\";s:15:\"wpdmpp-data-api\";s:1:\"1\";s:13:\"wpdmpp-mollie\";s:5:\"1.0.1\";s:13:\"wpdmpp-orange\";s:5:\"1.3.0\";s:14:\"wpdmpp-payfast\";s:1:\"1\";s:16:\"wpdmpp-PaypalPro\";s:5:\"1.4.0\";s:12:\"wpdmpp-payza\";s:1:\"1\";s:11:\"wpdmpp-payu\";s:5:\"1.1.0\";s:19:\"wpdmpp-sales-report\";s:1:\"1\";s:13:\"wpdmpp-skrill\";s:1:\"1\";s:13:\"wpdmpp-stripe\";s:5:\"1.3.2\";s:12:\"wpdmpp-wepay\";s:1:\"1\";s:15:\"wpdmpp-worldpay\";s:1:\"1\";s:15:\"wppromembership\";s:5:\"2.3.7\";s:11:\"theme|verse\";s:5:\"1.4.0\";}\";','yes'),(14792,'wpdm_latest_check','1544544332','yes'),(15100,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:2:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.0.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.0.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.0.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.0.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.0.2\";s:7:\"version\";s:5:\"5.0.2\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.0.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.0.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.0.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.0.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.0.2\";s:7:\"version\";s:5:\"5.0.2\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1545687231;s:15:\"version_checked\";s:5:\"4.9.9\";s:12:\"translations\";a:0:{}}','no'),(15103,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:23:\"rut2prajapati@gmail.com\";s:7:\"version\";s:5:\"4.9.9\";s:9:\"timestamp\";i:1544672882;}','no'),(15702,'_site_transient_timeout_browser_7c536d82012ce7c421315e5571540a1e','1545739386','no'),(15703,'_site_transient_browser_7c536d82012ce7c421315e5571540a1e','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"70.0.3538.110\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(16038,'_transient_timeout_nice_remote_settings','1547993037','no'),(16039,'_transient_nice_remote_settings','a:0:{}','no'),(16287,'_transient_timeout_nice_images_width','1545726674','no'),(16288,'_transient_nice_images_width','a:1:{s:12:\"default-logo\";d:166.66666666666666;}','no'),(16340,'_site_transient_timeout_theme_roots','1545689034','no'),(16341,'_site_transient_theme_roots','a:3:{s:14:\"flatbase-child\";s:7:\"/themes\";s:8:\"flatbase\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";}','no'),(16342,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1545687235;s:7:\"checked\";a:3:{s:14:\"flatbase-child\";s:0:\"\";s:8:\"flatbase\";s:5:\"2.0.6\";s:15:\"twentyseventeen\";s:3:\"1.7\";}s:8:\"response\";a:1:{s:15:\"twentyseventeen\";a:4:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"1.9\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.1.9.zip\";}}s:12:\"translations\";a:0:{}}','no'),(16343,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1545687238;s:7:\"checked\";a:23:{s:19:\"akismet/akismet.php\";s:3:\"4.1\";s:19:\"bbpress/bbpress.php\";s:6:\"2.5.14\";s:45:\"taxonomy-terms-order/taxonomy-terms-order.php\";s:5:\"1.5.4\";s:33:\"classic-editor/classic-editor.php\";s:3:\"0.4\";s:43:\"custom-post-type-ui/custom-post-type-ui.php\";s:5:\"1.5.8\";s:32:\"disqus-comment-system/disqus.php\";s:6:\"3.0.16\";s:33:\"duplicate-post/duplicate-post.php\";s:5:\"3.2.2\";s:33:\"font-organizer/font-organizer.php\";s:5:\"2.1.1\";s:23:\"freshchat/freshchat.php\";s:5:\"2.2.2\";s:9:\"hello.php\";s:3:\"1.7\";s:43:\"list-category-posts/list-category-posts.php\";s:6:\"0.78.1\";s:41:\"mega-addons-for-visual-composer/index.php\";s:3:\"2.2\";s:23:\"page-list/page-list.php\";s:3:\"5.1\";s:13:\"pods/init.php\";s:5:\"2.7.9\";s:37:\"post-types-order/post-types-order.php\";s:7:\"1.9.3.9\";s:37:\"tinymce-advanced/tinymce-advanced.php\";s:5:\"4.8.0\";s:14:\"types/wpcf.php\";s:5:\"2.3.4\";s:53:\"velvet-blues-update-urls/velvet-blues-update-urls.php\";s:5:\"3.2.8\";s:41:\"wordpress-importer/wordpress-importer.php\";s:5:\"0.6.4\";s:39:\"js_composer_new_12_2017/js_composer.php\";s:5:\"5.4.4\";s:41:\"wp-database-backup/wp-database-backup.php\";s:5:\"4.6.5\";s:31:\"wp-statistics/wp-statistics.php\";s:6:\"12.5.2\";s:24:\"wordpress-seo/wp-seo.php\";s:3:\"8.1\";}s:8:\"response\";a:10:{s:45:\"taxonomy-terms-order/taxonomy-terms-order.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:34:\"w.org/plugins/taxonomy-terms-order\";s:4:\"slug\";s:20:\"taxonomy-terms-order\";s:6:\"plugin\";s:45:\"taxonomy-terms-order/taxonomy-terms-order.php\";s:11:\"new_version\";s:5:\"1.5.5\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/taxonomy-terms-order/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/taxonomy-terms-order.1.5.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/taxonomy-terms-order/assets/icon-256x256.png?rev=1564412\";s:2:\"1x\";s:73:\"https://ps.w.org/taxonomy-terms-order/assets/icon-128x128.png?rev=1564412\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/taxonomy-terms-order/assets/banner-1544x500.png?rev=1564412\";s:2:\"1x\";s:75:\"https://ps.w.org/taxonomy-terms-order/assets/banner-772x250.png?rev=1564412\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.0\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/classic-editor.1.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.0.2\";s:12:\"requires_php\";s:5:\"5.2.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:43:\"custom-post-type-ui/custom-post-type-ui.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:33:\"w.org/plugins/custom-post-type-ui\";s:4:\"slug\";s:19:\"custom-post-type-ui\";s:6:\"plugin\";s:43:\"custom-post-type-ui/custom-post-type-ui.php\";s:11:\"new_version\";s:5:\"1.6.1\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/custom-post-type-ui/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/custom-post-type-ui.1.6.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/custom-post-type-ui/assets/icon-256x256.png?rev=1069557\";s:2:\"1x\";s:72:\"https://ps.w.org/custom-post-type-ui/assets/icon-128x128.png?rev=1069557\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/custom-post-type-ui/assets/banner-1544x500.png?rev=1069557\";s:2:\"1x\";s:74:\"https://ps.w.org/custom-post-type-ui/assets/banner-772x250.png?rev=1069557\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.0.2\";s:12:\"requires_php\";s:3:\"5.2\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:43:\"list-category-posts/list-category-posts.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:33:\"w.org/plugins/list-category-posts\";s:4:\"slug\";s:19:\"list-category-posts\";s:6:\"plugin\";s:43:\"list-category-posts/list-category-posts.php\";s:11:\"new_version\";s:4:\"0.79\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/list-category-posts/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/list-category-posts.0.79.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/list-category-posts/assets/icon-256x256.png?rev=978341\";s:2:\"1x\";s:71:\"https://ps.w.org/list-category-posts/assets/icon-128x128.png?rev=978341\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:73:\"https://ps.w.org/list-category-posts/assets/banner-772x250.png?rev=978337\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.0\";s:12:\"requires_php\";s:3:\"5.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:13:\"pods/init.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:18:\"w.org/plugins/pods\";s:4:\"slug\";s:4:\"pods\";s:6:\"plugin\";s:13:\"pods/init.php\";s:11:\"new_version\";s:6:\"2.7.12\";s:3:\"url\";s:35:\"https://wordpress.org/plugins/pods/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/pods.2.7.12.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:57:\"https://ps.w.org/pods/assets/icon-256x256.png?rev=1667333\";s:2:\"1x\";s:49:\"https://ps.w.org/pods/assets/icon.svg?rev=1667333\";s:3:\"svg\";s:49:\"https://ps.w.org/pods/assets/icon.svg?rev=1667333\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:59:\"https://ps.w.org/pods/assets/banner-772x250.png?rev=1667333\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.0.2\";s:12:\"requires_php\";s:3:\"5.3\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:37:\"tinymce-advanced/tinymce-advanced.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:30:\"w.org/plugins/tinymce-advanced\";s:4:\"slug\";s:16:\"tinymce-advanced\";s:6:\"plugin\";s:37:\"tinymce-advanced/tinymce-advanced.php\";s:11:\"new_version\";s:5:\"4.8.2\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/tinymce-advanced/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/tinymce-advanced.4.8.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/tinymce-advanced/assets/icon-256x256.png?rev=971511\";s:2:\"1x\";s:68:\"https://ps.w.org/tinymce-advanced/assets/icon-128x128.png?rev=971511\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/tinymce-advanced/assets/banner-1544x500.png?rev=1998995\";s:2:\"1x\";s:71:\"https://ps.w.org/tinymce-advanced/assets/banner-772x250.png?rev=1998995\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.0.2\";s:12:\"requires_php\";s:3:\"5.2\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:14:\"types/wpcf.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:19:\"w.org/plugins/types\";s:4:\"slug\";s:5:\"types\";s:6:\"plugin\";s:14:\"types/wpcf.php\";s:11:\"new_version\";s:5:\"2.3.5\";s:3:\"url\";s:36:\"https://wordpress.org/plugins/types/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/types.2.3.5.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:58:\"https://ps.w.org/types/assets/icon-256x256.png?rev=1625832\";s:2:\"1x\";s:50:\"https://ps.w.org/types/assets/icon.svg?rev=1009056\";s:3:\"svg\";s:50:\"https://ps.w.org/types/assets/icon.svg?rev=1009056\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/types/assets/banner-1544x500.png?rev=1681816\";s:2:\"1x\";s:60:\"https://ps.w.org/types/assets/banner-772x250.png?rev=1681816\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.8\";s:12:\"requires_php\";s:3:\"5.3\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:31:\"wp-statistics/wp-statistics.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:27:\"w.org/plugins/wp-statistics\";s:4:\"slug\";s:13:\"wp-statistics\";s:6:\"plugin\";s:31:\"wp-statistics/wp-statistics.php\";s:11:\"new_version\";s:6:\"12.5.7\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wp-statistics/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wp-statistics.12.5.7.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/wp-statistics/assets/icon-256x256.png?rev=1673578\";s:2:\"1x\";s:58:\"https://ps.w.org/wp-statistics/assets/icon.svg?rev=1860682\";s:3:\"svg\";s:58:\"https://ps.w.org/wp-statistics/assets/icon.svg?rev=1860682\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/wp-statistics/assets/banner-772x250.png?rev=1673578\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.0.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:3:\"9.3\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/wordpress-seo.9.3.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.png?rev=1834347\";s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1946641\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1946641\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=1843435\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=1843435\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=1843435\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=1843435\";}s:6:\"tested\";s:5:\"5.0.2\";s:12:\"requires_php\";s:5:\"5.2.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:39:\"js_composer_new_12_2017/js_composer.php\";O:8:\"stdClass\":5:{s:4:\"slug\";s:11:\"js_composer\";s:11:\"new_version\";s:3:\"5.6\";s:3:\"url\";s:0:\"\";s:7:\"package\";b:0;s:4:\"name\";s:21:\"WPBakery Page Builder\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:13:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:3:\"4.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.4.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}}s:19:\"bbpress/bbpress.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/bbpress\";s:4:\"slug\";s:7:\"bbpress\";s:6:\"plugin\";s:19:\"bbpress/bbpress.php\";s:11:\"new_version\";s:6:\"2.5.14\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/bbpress/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/bbpress.2.5.14.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:60:\"https://ps.w.org/bbpress/assets/icon-256x256.png?rev=1534011\";s:2:\"1x\";s:51:\"https://ps.w.org/bbpress/assets/icon.svg?rev=978290\";s:3:\"svg\";s:51:\"https://ps.w.org/bbpress/assets/icon.svg?rev=978290\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/bbpress/assets/banner-1544x500.png?rev=567403\";s:2:\"1x\";s:61:\"https://ps.w.org/bbpress/assets/banner-772x250.png?rev=478663\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/bbpress/assets/banner-1544x500-rtl.png?rev=1534011\";s:2:\"1x\";s:66:\"https://ps.w.org/bbpress/assets/banner-772x250-rtl.png?rev=1534011\";}}s:32:\"disqus-comment-system/disqus.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:35:\"w.org/plugins/disqus-comment-system\";s:4:\"slug\";s:21:\"disqus-comment-system\";s:6:\"plugin\";s:32:\"disqus-comment-system/disqus.php\";s:11:\"new_version\";s:6:\"3.0.16\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/disqus-comment-system/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/disqus-comment-system.3.0.16.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:74:\"https://ps.w.org/disqus-comment-system/assets/icon-256x256.png?rev=1012448\";s:2:\"1x\";s:66:\"https://ps.w.org/disqus-comment-system/assets/icon.svg?rev=1636350\";s:3:\"svg\";s:66:\"https://ps.w.org/disqus-comment-system/assets/icon.svg?rev=1636350\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:76:\"https://ps.w.org/disqus-comment-system/assets/banner-772x250.png?rev=1636350\";}s:11:\"banners_rtl\";a:0:{}}s:33:\"duplicate-post/duplicate-post.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/duplicate-post\";s:4:\"slug\";s:14:\"duplicate-post\";s:6:\"plugin\";s:33:\"duplicate-post/duplicate-post.php\";s:11:\"new_version\";s:5:\"3.2.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/duplicate-post/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/duplicate-post.3.2.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/duplicate-post/assets/icon-256x256.png?rev=1612753\";s:2:\"1x\";s:67:\"https://ps.w.org/duplicate-post/assets/icon-128x128.png?rev=1612753\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/duplicate-post/assets/banner-772x250.png?rev=1612986\";}s:11:\"banners_rtl\";a:0:{}}s:33:\"font-organizer/font-organizer.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/font-organizer\";s:4:\"slug\";s:14:\"font-organizer\";s:6:\"plugin\";s:33:\"font-organizer/font-organizer.php\";s:11:\"new_version\";s:5:\"2.1.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/font-organizer/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/font-organizer.2.1.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/font-organizer/assets/icon-256x256.jpg?rev=1539991\";s:2:\"1x\";s:67:\"https://ps.w.org/font-organizer/assets/icon-128x128.jpg?rev=1539991\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/font-organizer/assets/banner-1544x500.jpg?rev=1539991\";s:2:\"1x\";s:69:\"https://ps.w.org/font-organizer/assets/banner-772x250.jpg?rev=1539991\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/font-organizer/assets/banner-1544x500-rtl.jpg?rev=1539991\";s:2:\"1x\";s:73:\"https://ps.w.org/font-organizer/assets/banner-772x250-rtl.jpg?rev=1539991\";}}s:23:\"freshchat/freshchat.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:23:\"w.org/plugins/freshchat\";s:4:\"slug\";s:9:\"freshchat\";s:6:\"plugin\";s:23:\"freshchat/freshchat.php\";s:11:\"new_version\";s:5:\"2.2.2\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/freshchat/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/freshchat.2.2.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/freshchat/assets/icon-256x256.jpg?rev=1736357\";s:2:\"1x\";s:62:\"https://ps.w.org/freshchat/assets/icon-128x128.png?rev=1736357\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=969907\";s:2:\"1x\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=969907\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:65:\"https://ps.w.org/hello-dolly/assets/banner-772x250.png?rev=478342\";}s:11:\"banners_rtl\";a:0:{}}s:41:\"mega-addons-for-visual-composer/index.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:45:\"w.org/plugins/mega-addons-for-visual-composer\";s:4:\"slug\";s:31:\"mega-addons-for-visual-composer\";s:6:\"plugin\";s:41:\"mega-addons-for-visual-composer/index.php\";s:11:\"new_version\";s:3:\"2.2\";s:3:\"url\";s:62:\"https://wordpress.org/plugins/mega-addons-for-visual-composer/\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/plugin/mega-addons-for-visual-composer.2.2.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:84:\"https://ps.w.org/mega-addons-for-visual-composer/assets/icon-128x128.jpg?rev=1786727\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:86:\"https://ps.w.org/mega-addons-for-visual-composer/assets/banner-772x250.jpg?rev=1619900\";}s:11:\"banners_rtl\";a:0:{}}s:23:\"page-list/page-list.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:23:\"w.org/plugins/page-list\";s:4:\"slug\";s:9:\"page-list\";s:6:\"plugin\";s:23:\"page-list/page-list.php\";s:11:\"new_version\";s:3:\"5.1\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/page-list/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/page-list.5.1.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:60:\"https://s.w.org/plugins/geopattern-icon/page-list_dfd1ca.svg\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:63:\"https://ps.w.org/page-list/assets/banner-772x250.png?rev=616293\";}s:11:\"banners_rtl\";a:0:{}}s:37:\"post-types-order/post-types-order.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:30:\"w.org/plugins/post-types-order\";s:4:\"slug\";s:16:\"post-types-order\";s:6:\"plugin\";s:37:\"post-types-order/post-types-order.php\";s:11:\"new_version\";s:7:\"1.9.3.9\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/post-types-order/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/post-types-order.1.9.3.9.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/post-types-order/assets/icon-128x128.png?rev=1226428\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/post-types-order/assets/banner-1544x500.png?rev=1675574\";s:2:\"1x\";s:71:\"https://ps.w.org/post-types-order/assets/banner-772x250.png?rev=1429949\";}s:11:\"banners_rtl\";a:0:{}}s:53:\"velvet-blues-update-urls/velvet-blues-update-urls.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:38:\"w.org/plugins/velvet-blues-update-urls\";s:4:\"slug\";s:24:\"velvet-blues-update-urls\";s:6:\"plugin\";s:53:\"velvet-blues-update-urls/velvet-blues-update-urls.php\";s:11:\"new_version\";s:5:\"3.2.8\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/velvet-blues-update-urls/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/velvet-blues-update-urls.3.2.8.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:75:\"https://s.w.org/plugins/geopattern-icon/velvet-blues-update-urls_727172.svg\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:78:\"https://ps.w.org/velvet-blues-update-urls/assets/banner-772x250.jpg?rev=486343\";}s:11:\"banners_rtl\";a:0:{}}s:41:\"wordpress-importer/wordpress-importer.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:32:\"w.org/plugins/wordpress-importer\";s:4:\"slug\";s:18:\"wordpress-importer\";s:6:\"plugin\";s:41:\"wordpress-importer/wordpress-importer.php\";s:11:\"new_version\";s:5:\"0.6.4\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/wordpress-importer/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wordpress-importer.0.6.4.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:71:\"https://ps.w.org/wordpress-importer/assets/icon-256x256.png?rev=1908375\";s:2:\"1x\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=1908375\";s:3:\"svg\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=1908375\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-importer/assets/banner-772x250.png?rev=547654\";}s:11:\"banners_rtl\";a:0:{}}s:41:\"wp-database-backup/wp-database-backup.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:32:\"w.org/plugins/wp-database-backup\";s:4:\"slug\";s:18:\"wp-database-backup\";s:6:\"plugin\";s:41:\"wp-database-backup/wp-database-backup.php\";s:11:\"new_version\";s:5:\"4.6.5\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/wp-database-backup/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wp-database-backup.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:71:\"https://ps.w.org/wp-database-backup/assets/icon-128x128.png?rev=1456861\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/wp-database-backup/assets/banner-1544x500.png?rev=1456043\";s:2:\"1x\";s:73:\"https://ps.w.org/wp-database-backup/assets/banner-772x250.png?rev=1456043\";}s:11:\"banners_rtl\";a:0:{}}}}','no'),(16356,'_transient_timeout_nice_twitter_tweets','1545696000','no'),(16357,'_transient_nice_twitter_tweets','a:2:{i:0;O:8:\"stdClass\":24:{s:10:\"created_at\";s:30:\"Tue Nov 28 14:06:34 +0000 2017\";s:2:\"id\";i:935510229495767040;s:6:\"id_str\";s:18:\"935510229495767040\";s:4:\"text\";s:161:\"? Smart 1.0.3 is out and you’re gonna ❤️ IT!\n\n✅ Front-end editor\n✅ Transparent & Sticky Header Options for mobile\n✅… https://t.co/LOnRYLrZ3X\";s:9:\"truncated\";b:1;s:8:\"entities\";O:8:\"stdClass\":4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;O:8:\"stdClass\":4:{s:3:\"url\";s:23:\"https://t.co/LOnRYLrZ3X\";s:12:\"expanded_url\";s:51:\"https://twitter.com/i/web/status/935510229495767040\";s:11:\"display_url\";s:29:\"twitter.com/i/web/status/9…\";s:7:\"indices\";a:2:{i:0;i:121;i:1;i:144;}}}}s:6:\"source\";s:66:\"<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>\";s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";O:8:\"stdClass\":42:{s:2:\"id\";i:323464973;s:6:\"id_str\";s:9:\"323464973\";s:4:\"name\";s:14:\"NiceThemes.com\";s:11:\"screen_name\";s:10:\"nicethemes\";s:8:\"location\";s:12:\"The Internet\";s:11:\"description\";s:43:\"We create premium quality WordPress Themes.\";s:3:\"url\";s:22:\"http://t.co/CagvkyBfOS\";s:8:\"entities\";O:8:\"stdClass\":2:{s:3:\"url\";O:8:\"stdClass\":1:{s:4:\"urls\";a:1:{i:0;O:8:\"stdClass\":4:{s:3:\"url\";s:22:\"http://t.co/CagvkyBfOS\";s:12:\"expanded_url\";s:21:\"http://nicethemes.com\";s:11:\"display_url\";s:14:\"nicethemes.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";O:8:\"stdClass\":1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:219;s:13:\"friends_count\";i:4;s:12:\"listed_count\";i:11;s:10:\"created_at\";s:30:\"Fri Jun 24 21:42:02 +0000 2011\";s:16:\"favourites_count\";i:57;s:10:\"utc_offset\";N;s:9:\"time_zone\";N;s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:202;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"484E54\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:1;s:17:\"profile_image_url\";s:91:\"http://pbs.twimg.com/profile_images/2823004253/ac199627e669cca1a7d0d34b6331d378_normal.jpeg\";s:23:\"profile_image_url_https\";s:92:\"https://pbs.twimg.com/profile_images/2823004253/ac199627e669cca1a7d0d34b6331d378_normal.jpeg\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/323464973/1498140299\";s:18:\"profile_link_color\";s:6:\"41B7D8\";s:28:\"profile_sidebar_border_color\";s:6:\"000000\";s:26:\"profile_sidebar_fill_color\";s:6:\"E0E0E0\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;s:15:\"translator_type\";s:4:\"none\";}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:1;s:14:\"favorite_count\";i:4;s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:1;O:8:\"stdClass\":25:{s:10:\"created_at\";s:30:\"Tue Nov 07 16:59:22 +0000 2017\";s:2:\"id\";i:927943571520581635;s:6:\"id_str\";s:18:\"927943571520581635\";s:4:\"text\";s:131:\"Our awesome #Smart theme is now certified by @WPML https://t.co/OXHHPeW8RW #WordPress #i18n #multilanguage https://t.co/ovfH9Va6oz\";s:9:\"truncated\";b:0;s:8:\"entities\";O:8:\"stdClass\":5:{s:8:\"hashtags\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"text\";s:5:\"Smart\";s:7:\"indices\";a:2:{i:0;i:12;i:1;i:18;}}i:1;O:8:\"stdClass\":2:{s:4:\"text\";s:9:\"WordPress\";s:7:\"indices\";a:2:{i:0;i:76;i:1;i:86;}}i:2;O:8:\"stdClass\":2:{s:4:\"text\";s:4:\"i18n\";s:7:\"indices\";a:2:{i:0;i:87;i:1;i:92;}}i:3;O:8:\"stdClass\":2:{s:4:\"text\";s:13:\"multilanguage\";s:7:\"indices\";a:2:{i:0;i:93;i:1;i:107;}}}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:1:{i:0;O:8:\"stdClass\":5:{s:11:\"screen_name\";s:4:\"wpml\";s:4:\"name\";s:4:\"WPML\";s:2:\"id\";i:47167313;s:6:\"id_str\";s:8:\"47167313\";s:7:\"indices\";a:2:{i:0;i:45;i:1;i:50;}}}s:4:\"urls\";a:1:{i:0;O:8:\"stdClass\":4:{s:3:\"url\";s:23:\"https://t.co/OXHHPeW8RW\";s:12:\"expanded_url\";s:52:\"https://nicethemes.com/2017/11/smart-wpml-certified/\";s:11:\"display_url\";s:32:\"nicethemes.com/2017/11/smart-…\";s:7:\"indices\";a:2:{i:0;i:52;i:1;i:75;}}}s:5:\"media\";a:1:{i:0;O:8:\"stdClass\":10:{s:2:\"id\";i:927943567384903686;s:6:\"id_str\";s:18:\"927943567384903686\";s:7:\"indices\";a:2:{i:0;i:108;i:1;i:131;}s:9:\"media_url\";s:58:\"http://pbs.twimg.com/tweet_video_thumb/DOC3whGWAAYfyCr.jpg\";s:15:\"media_url_https\";s:59:\"https://pbs.twimg.com/tweet_video_thumb/DOC3whGWAAYfyCr.jpg\";s:3:\"url\";s:23:\"https://t.co/ovfH9Va6oz\";s:11:\"display_url\";s:26:\"pic.twitter.com/ovfH9Va6oz\";s:12:\"expanded_url\";s:64:\"https://twitter.com/nicethemes/status/927943571520581635/photo/1\";s:4:\"type\";s:5:\"photo\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:5:\"small\";O:8:\"stdClass\":3:{s:1:\"w\";i:680;s:1:\"h\";i:340;s:6:\"resize\";s:3:\"fit\";}s:5:\"thumb\";O:8:\"stdClass\":3:{s:1:\"w\";i:150;s:1:\"h\";i:150;s:6:\"resize\";s:4:\"crop\";}s:5:\"large\";O:8:\"stdClass\":3:{s:1:\"w\";i:800;s:1:\"h\";i:400;s:6:\"resize\";s:3:\"fit\";}s:6:\"medium\";O:8:\"stdClass\":3:{s:1:\"w\";i:800;s:1:\"h\";i:400;s:6:\"resize\";s:3:\"fit\";}}}}}s:17:\"extended_entities\";O:8:\"stdClass\":1:{s:5:\"media\";a:1:{i:0;O:8:\"stdClass\":11:{s:2:\"id\";i:927943567384903686;s:6:\"id_str\";s:18:\"927943567384903686\";s:7:\"indices\";a:2:{i:0;i:108;i:1;i:131;}s:9:\"media_url\";s:58:\"http://pbs.twimg.com/tweet_video_thumb/DOC3whGWAAYfyCr.jpg\";s:15:\"media_url_https\";s:59:\"https://pbs.twimg.com/tweet_video_thumb/DOC3whGWAAYfyCr.jpg\";s:3:\"url\";s:23:\"https://t.co/ovfH9Va6oz\";s:11:\"display_url\";s:26:\"pic.twitter.com/ovfH9Va6oz\";s:12:\"expanded_url\";s:64:\"https://twitter.com/nicethemes/status/927943571520581635/photo/1\";s:4:\"type\";s:12:\"animated_gif\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:5:\"small\";O:8:\"stdClass\":3:{s:1:\"w\";i:680;s:1:\"h\";i:340;s:6:\"resize\";s:3:\"fit\";}s:5:\"thumb\";O:8:\"stdClass\":3:{s:1:\"w\";i:150;s:1:\"h\";i:150;s:6:\"resize\";s:4:\"crop\";}s:5:\"large\";O:8:\"stdClass\":3:{s:1:\"w\";i:800;s:1:\"h\";i:400;s:6:\"resize\";s:3:\"fit\";}s:6:\"medium\";O:8:\"stdClass\":3:{s:1:\"w\";i:800;s:1:\"h\";i:400;s:6:\"resize\";s:3:\"fit\";}}s:10:\"video_info\";O:8:\"stdClass\":2:{s:12:\"aspect_ratio\";a:2:{i:0;i:2;i:1;i:1;}s:8:\"variants\";a:1:{i:0;O:8:\"stdClass\":3:{s:7:\"bitrate\";i:0;s:12:\"content_type\";s:9:\"video/mp4\";s:3:\"url\";s:55:\"https://video.twimg.com/tweet_video/DOC3whGWAAYfyCr.mp4\";}}}}}}s:6:\"source\";s:101:\"<a href=\"http://itunes.apple.com/us/app/twitter/id409789998?mt=12\" rel=\"nofollow\">Twitter for Mac</a>\";s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";O:8:\"stdClass\":42:{s:2:\"id\";i:323464973;s:6:\"id_str\";s:9:\"323464973\";s:4:\"name\";s:14:\"NiceThemes.com\";s:11:\"screen_name\";s:10:\"nicethemes\";s:8:\"location\";s:12:\"The Internet\";s:11:\"description\";s:43:\"We create premium quality WordPress Themes.\";s:3:\"url\";s:22:\"http://t.co/CagvkyBfOS\";s:8:\"entities\";O:8:\"stdClass\":2:{s:3:\"url\";O:8:\"stdClass\":1:{s:4:\"urls\";a:1:{i:0;O:8:\"stdClass\":4:{s:3:\"url\";s:22:\"http://t.co/CagvkyBfOS\";s:12:\"expanded_url\";s:21:\"http://nicethemes.com\";s:11:\"display_url\";s:14:\"nicethemes.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";O:8:\"stdClass\":1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:219;s:13:\"friends_count\";i:4;s:12:\"listed_count\";i:11;s:10:\"created_at\";s:30:\"Fri Jun 24 21:42:02 +0000 2011\";s:16:\"favourites_count\";i:57;s:10:\"utc_offset\";N;s:9:\"time_zone\";N;s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:202;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"484E54\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:1;s:17:\"profile_image_url\";s:91:\"http://pbs.twimg.com/profile_images/2823004253/ac199627e669cca1a7d0d34b6331d378_normal.jpeg\";s:23:\"profile_image_url_https\";s:92:\"https://pbs.twimg.com/profile_images/2823004253/ac199627e669cca1a7d0d34b6331d378_normal.jpeg\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/323464973/1498140299\";s:18:\"profile_link_color\";s:6:\"41B7D8\";s:28:\"profile_sidebar_border_color\";s:6:\"000000\";s:26:\"profile_sidebar_fill_color\";s:6:\"E0E0E0\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;s:15:\"translator_type\";s:4:\"none\";}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:1;s:14:\"favorite_count\";i:4;s:9:\"favorited\";b:1;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}}','no'),(16364,'_transient_timeout_wps_excluded_hostname_to_ip_cache','1545709897','no'),(16365,'_transient_wps_excluded_hostname_to_ip_cache','a:0:{}','no'),(16366,'_transient_timeout_nice_theme_demo_packs','1545713400','no'),(16367,'_transient_nice_theme_demo_packs','a:7:{s:16:\"flatbase-classic\";a:8:{s:4:\"slug\";s:16:\"flatbase-classic\";s:4:\"name\";s:7:\"Classic\";s:12:\"external_url\";s:91:\"https://nicethemes-demos.s3-us-west-2.amazonaws.com/flatbase/flatbase-classic/demo-pack.zip\";s:10:\"menu_order\";i:0;s:6:\"colors\";a:2:{i:0;s:5:\"Green\";i:1;s:5:\"White\";}s:6:\"images\";a:1:{i:0;s:98:\"https://nicethemes-demos.s3-us-west-2.amazonaws.com/flatbase/flatbase-classic/images/image-001.jpg\";}s:11:\"preview_url\";s:43:\"http://demo.nicethemes.com/flatbase/classic\";s:7:\"plugins\";a:1:{s:19:\"bbpress/bbpress.php\";a:1:{s:4:\"name\";s:7:\"bbPress\";}}}s:16:\"flatbase-minimal\";a:7:{s:4:\"slug\";s:16:\"flatbase-minimal\";s:4:\"name\";s:7:\"Minimal\";s:12:\"external_url\";s:91:\"https://nicethemes-demos.s3-us-west-2.amazonaws.com/flatbase/flatbase-minimal/demo-pack.zip\";s:10:\"menu_order\";i:0;s:6:\"images\";a:1:{i:0;s:98:\"https://nicethemes-demos.s3-us-west-2.amazonaws.com/flatbase/flatbase-minimal/images/image-001.jpg\";}s:11:\"preview_url\";s:43:\"http://demo.nicethemes.com/flatbase/minimal\";s:7:\"plugins\";a:1:{s:19:\"bbpress/bbpress.php\";a:1:{s:4:\"name\";s:7:\"bbPress\";}}}s:15:\"flatbase-modern\";a:7:{s:4:\"slug\";s:15:\"flatbase-modern\";s:4:\"name\";s:6:\"Modern\";s:12:\"external_url\";s:90:\"https://nicethemes-demos.s3-us-west-2.amazonaws.com/flatbase/flatbase-modern/demo-pack.zip\";s:10:\"menu_order\";i:0;s:6:\"images\";a:1:{i:0;s:97:\"https://nicethemes-demos.s3-us-west-2.amazonaws.com/flatbase/flatbase-modern/images/image-001.jpg\";}s:11:\"preview_url\";s:42:\"http://demo.nicethemes.com/flatbase/modern\";s:7:\"plugins\";a:1:{s:19:\"bbpress/bbpress.php\";a:1:{s:4:\"name\";s:7:\"bbPress\";}}}s:17:\"flatbase-software\";a:7:{s:4:\"slug\";s:17:\"flatbase-software\";s:4:\"name\";s:8:\"Software\";s:12:\"external_url\";s:92:\"https://nicethemes-demos.s3-us-west-2.amazonaws.com/flatbase/flatbase-software/demo-pack.zip\";s:10:\"menu_order\";i:0;s:6:\"images\";a:1:{i:0;s:99:\"https://nicethemes-demos.s3-us-west-2.amazonaws.com/flatbase/flatbase-software/images/image-001.jpg\";}s:11:\"preview_url\";s:44:\"http://demo.nicethemes.com/flatbase/software\";s:7:\"plugins\";a:1:{s:19:\"bbpress/bbpress.php\";a:1:{s:4:\"name\";s:7:\"bbPress\";}}}s:16:\"flatbase-startup\";a:7:{s:4:\"slug\";s:16:\"flatbase-startup\";s:4:\"name\";s:7:\"Startup\";s:12:\"external_url\";s:91:\"https://nicethemes-demos.s3-us-west-2.amazonaws.com/flatbase/flatbase-startup/demo-pack.zip\";s:10:\"menu_order\";i:0;s:6:\"images\";a:1:{i:0;s:98:\"https://nicethemes-demos.s3-us-west-2.amazonaws.com/flatbase/flatbase-startup/images/image-001.jpg\";}s:11:\"preview_url\";s:43:\"http://demo.nicethemes.com/flatbase/startup\";s:7:\"plugins\";a:1:{s:19:\"bbpress/bbpress.php\";a:1:{s:4:\"name\";s:7:\"bbPress\";}}}s:19:\"flatbase-mobile-app\";a:7:{s:4:\"slug\";s:19:\"flatbase-mobile-app\";s:4:\"name\";s:10:\"Mobile App\";s:12:\"external_url\";s:94:\"https://nicethemes-demos.s3-us-west-2.amazonaws.com/flatbase/flatbase-mobile-app/demo-pack.zip\";s:10:\"menu_order\";i:0;s:6:\"images\";a:1:{i:0;s:101:\"https://nicethemes-demos.s3-us-west-2.amazonaws.com/flatbase/flatbase-mobile-app/images/image-001.jpg\";}s:11:\"preview_url\";s:46:\"http://demo.nicethemes.com/flatbase/mobile-app\";s:7:\"plugins\";a:1:{s:19:\"bbpress/bbpress.php\";a:1:{s:4:\"name\";s:7:\"bbPress\";}}}s:18:\"flatbase-help-desk\";a:7:{s:4:\"slug\";s:18:\"flatbase-help-desk\";s:4:\"name\";s:9:\"Help Desk\";s:12:\"external_url\";s:93:\"https://nicethemes-demos.s3-us-west-2.amazonaws.com/flatbase/flatbase-help-desk/demo-pack.zip\";s:10:\"menu_order\";i:0;s:6:\"images\";a:1:{i:0;s:100:\"https://nicethemes-demos.s3-us-west-2.amazonaws.com/flatbase/flatbase-help-desk/images/image-001.jpg\";}s:11:\"preview_url\";s:45:\"http://demo.nicethemes.com/flatbase/help-desk\";s:7:\"plugins\";a:1:{s:19:\"bbpress/bbpress.php\";a:1:{s:4:\"name\";s:7:\"bbPress\";}}}}','no'),(16368,'_site_transient_timeout_browser_0ac1f9240df96b3586c220faef490724','1546314601','no'),(16369,'_site_transient_browser_0ac1f9240df96b3586c220faef490724','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"71.0.3578.98\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(16370,'_transient_timeout_nice_external_update_plugins','1545731402','no'),(16371,'_transient_nice_external_update_plugins','a:2:{s:11:\"js_composer\";s:5:\"5.4.7\";s:9:\"revslider\";s:7:\"5.4.7.3\";}','no'),(16372,'_transient_timeout_nice_framework_latest_version','1545713403','no'),(16373,'_transient_nice_framework_latest_version','2.0.9.1','no');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_podsrel`
--
DROP TABLE IF EXISTS `wp_podsrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_podsrel` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`pod_id` int(10) unsigned DEFAULT NULL,
`field_id` int(10) unsigned DEFAULT NULL,
`item_id` bigint(20) unsigned DEFAULT NULL,
`related_pod_id` int(10) unsigned DEFAULT NULL,
`related_field_id` int(10) unsigned DEFAULT NULL,
`related_item_id` bigint(20) unsigned DEFAULT NULL,
`weight` smallint(5) unsigned DEFAULT '0',
PRIMARY KEY (`id`),
KEY `field_item_idx` (`field_id`,`item_id`),
KEY `rel_field_rel_item_idx` (`related_field_id`,`related_item_id`),
KEY `field_rel_item_idx` (`field_id`,`related_item_id`),
KEY `rel_field_item_idx` (`related_field_id`,`item_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_podsrel`
--
LOCK TABLES `wp_podsrel` WRITE;
/*!40000 ALTER TABLE `wp_podsrel` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_podsrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_postmeta`
--
DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_postmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`meta_id`),
KEY `post_id` (`post_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=23137 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_postmeta`
--
LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default'),(483,1848,'_wp_attached_file','2014/03/infobox-knowledgebase.png'),(484,1848,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:33:\"2014/03/infobox-knowledgebase.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(485,1849,'_wp_attached_file','2014/03/infobox-faq.png'),(486,1849,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:23:\"2014/03/infobox-faq.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(487,1850,'_wp_attached_file','2014/03/infobox-forums.png'),(488,1850,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:26:\"2014/03/infobox-forums.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(489,1907,'_wp_attached_file','2014/03/aidan-hancock-333098.jpg'),(490,1907,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1502;s:4:\"file\";s:32:\"2014/03/aidan-hancock-333098.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(491,1908,'_wp_attached_file','2014/03/aidan-hancock-344149.jpg'),(492,1908,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1502;s:4:\"file\";s:32:\"2014/03/aidan-hancock-344149.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(493,1909,'_wp_attached_file','2014/03/alesia-kazantceva-283285.jpg'),(494,1909,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:36:\"2014/03/alesia-kazantceva-283285.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(495,1910,'_wp_attached_file','2014/03/alesia-kazantceva-283288.jpg'),(496,1910,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:36:\"2014/03/alesia-kazantceva-283288.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(497,1911,'_wp_attached_file','2014/03/breather-181294.jpg'),(498,1911,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:27:\"2014/03/breather-181294.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(499,1912,'_wp_attached_file','2014/03/breather-187925.jpg'),(500,1912,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1349;s:4:\"file\";s:27:\"2014/03/breather-187925.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(501,1913,'_wp_attached_file','2014/03/breather-187939.jpg'),(502,1913,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:27:\"2014/03/breather-187939.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(503,1914,'_wp_attached_file','2014/03/christin-hume-309877.jpg'),(504,1914,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:32:\"2014/03/christin-hume-309877.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(505,1915,'_wp_attached_file','2014/03/christopher-gower-291240.jpg'),(506,1915,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:36:\"2014/03/christopher-gower-291240.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(507,1916,'_wp_attached_file','2014/03/dai-ke-32162.jpg'),(508,1916,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:24:\"2014/03/dai-ke-32162.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(509,1917,'_wp_attached_file','2014/03/joey-sforza-20571.jpg'),(510,1917,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:29:\"2014/03/joey-sforza-20571.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(511,1918,'_wp_attached_file','2014/03/kari-shea-226157.jpg'),(512,1918,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:3000;s:4:\"file\";s:28:\"2014/03/kari-shea-226157.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(513,1919,'_wp_attached_file','2014/03/kelly-brito-256889.jpg'),(514,1919,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:30:\"2014/03/kelly-brito-256889.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(515,1920,'_wp_attached_file','2014/03/norbert-levajsics-184254.jpg'),(516,1920,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:36:\"2014/03/norbert-levajsics-184254.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(517,1921,'_wp_attached_file','2014/03/philipp-mandler-357142.jpg'),(518,1921,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1414;s:4:\"file\";s:34:\"2014/03/philipp-mandler-357142.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(519,1922,'_wp_attached_file','2014/03/rawpixel-com-296612.jpg'),(520,1922,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1335;s:4:\"file\";s:31:\"2014/03/rawpixel-com-296612.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(521,1923,'_wp_attached_file','2014/03/rawpixel-com-296613.jpg'),(522,1923,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:31:\"2014/03/rawpixel-com-296613.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(523,1924,'_wp_attached_file','2014/03/rawpixel-com-310778.jpg'),(524,1924,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1335;s:4:\"file\";s:31:\"2014/03/rawpixel-com-310778.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(525,1925,'_wp_attached_file','2014/03/ryan-riggins-213451.jpg'),(526,1925,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1325;s:4:\"file\";s:31:\"2014/03/ryan-riggins-213451.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(527,1926,'_wp_attached_file','2014/03/sergey-zolkin-192937.jpg'),(528,1926,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:32:\"2014/03/sergey-zolkin-192937.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(529,1927,'_wp_attached_file','2014/03/thought-catalog-354861.jpg'),(530,1927,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:34:\"2014/03/thought-catalog-354861.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(531,1930,'_wp_attached_file','2017/10/flatbase-logo-mobile-app.png'),(532,1930,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:150;s:4:\"file\";s:36:\"2017/10/flatbase-logo-mobile-app.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(533,1937,'_wp_attached_file','2014/03/infobox-1.png'),(534,1937,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:21:\"2014/03/infobox-1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(535,1938,'_wp_attached_file','2014/03/infobox-1-1.png'),(536,1938,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:23:\"2014/03/infobox-1-1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(537,1939,'_wp_attached_file','2014/03/infobox-2.png'),(538,1939,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:21:\"2014/03/infobox-2.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(539,1940,'_wp_attached_file','2014/03/infobox-1-2.png'),(540,1940,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:23:\"2014/03/infobox-1-2.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(541,1941,'_wp_attached_file','2014/03/infobox-1-3.png'),(542,1941,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:23:\"2014/03/infobox-1-3.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(543,1942,'_wp_attached_file','2014/03/infobox-3.png'),(544,1942,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:21:\"2014/03/infobox-3.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(545,1943,'_wp_attached_file','2014/03/infobox-3b.png'),(546,1943,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:22:\"2014/03/infobox-3b.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(547,1944,'_wp_attached_file','2014/03/infobox-2-1.png'),(548,1944,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:23:\"2014/03/infobox-2-1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(759,1946,'_wp_attached_file','2014/02/flatbase-header-background-2-2.jpg'),(760,1946,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:1952;s:4:\"file\";s:42:\"2014/02/flatbase-header-background-2-2.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(761,1968,'_wp_attached_file','2017/11/flatbase-avatar.jpg'),(762,1968,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:840;s:6:\"height\";i:840;s:4:\"file\";s:27:\"2017/11/flatbase-avatar.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(763,1968,'_wp_attachment_wp_user_avatar','3'),(788,155,'_wp_page_template','default'),(789,155,'_wp_page_template','default'),(790,156,'_wp_page_template','default'),(791,156,'_wp_page_template','default'),(792,172,'_wp_page_template','default'),(793,172,'_wp_page_template','default'),(794,173,'_wp_page_template','default'),(795,173,'_wp_page_template','default'),(796,174,'_wp_page_template','default'),(797,174,'_wp_page_template','default'),(798,11,'_wp_page_template','default'),(799,11,'_wp_page_template','default'),(800,72,'_wp_page_template','default'),(801,72,'_wp_page_template','default'),(802,501,'_wp_page_template','default'),(803,501,'_wp_page_template','default'),(804,703,'_wp_page_template','template-blog-masonry.php'),(805,703,'_wp_page_template','template-blog-masonry.php'),(806,742,'_wp_page_template','default'),(807,742,'_wp_page_template','default'),(808,744,'_wp_page_template','default'),(809,744,'_wp_page_template','default'),(810,746,'_wp_page_template','default'),(811,746,'_wp_page_template','default'),(812,748,'_wp_page_template','default'),(813,748,'_wp_page_template','default'),(814,1133,'_publicize_pending','1'),(815,1133,'_wp_page_template','default'),(816,1133,'original_post_id','1080'),(817,1133,'_wp_old_slug','1080'),(818,1133,'_publicize_pending','1'),(819,1133,'_wp_page_template','default'),(820,1133,'original_post_id','1080'),(821,1133,'_wp_old_slug','1080'),(822,1134,'_publicize_pending','1'),(823,1134,'_wp_page_template','default'),(824,1134,'standard_seo_post_meta_description',''),(825,1134,'original_post_id','1083'),(826,1134,'_wp_old_slug','1083'),(827,1134,'_publicize_pending','1'),(828,1134,'_wp_page_template','default'),(829,1134,'standard_seo_post_meta_description',''),(830,1134,'original_post_id','1083'),(831,1134,'_wp_old_slug','1083'),(832,1135,'_wp_page_template','template-blog.php'),(833,1135,'_wp_page_template','template-blog.php'),(834,1136,'_wp_page_template','template-home.php'),(835,1136,'_post_navigation_menu',''),(836,1136,'_post_header_skin',''),(837,1136,'_post_navigation_submenu_skin',''),(838,1136,'_post_header_background_color','nice_user_color_qs_teal'),(840,1136,'_post_header_background_image_repeat','no-repeat'),(841,1136,'_post_header_background_image_position','center top'),(844,1136,'_post_content_skin',''),(845,1136,'_post_title_content','true'),(846,1136,'_post_title_content_breadcrumbs','true'),(847,1136,'_post_title_content_breadcrumbs_position',''),(848,1136,'_post_title_text_transform',''),(849,1136,'_post_title_font_weight',''),(850,1136,'_post_title_font_size',''),(851,1136,'_post_content_width',''),(852,1136,'_post_content_width_value','a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}'),(853,1136,'_post_sidebar','true'),(854,1136,'_post_sidebar_id',''),(855,1136,'_post_sidebar_position','right'),(856,1136,'_post_footer','true'),(857,1136,'_post_footer_skin',''),(858,1136,'_post_footer_widgets','true'),(859,1136,'_post_footer_extended','true'),(860,1136,'_wp_page_template','template-home.php'),(861,1136,'_post_navigation_menu',''),(862,1136,'_post_header_skin',''),(863,1136,'_post_navigation_submenu_skin',''),(864,1136,'_post_header_background_color','nice_user_color_qs_teal'),(866,1136,'_post_header_background_image_repeat','no-repeat'),(867,1136,'_post_header_background_image_position','center top'),(870,1136,'_post_content_skin',''),(871,1136,'_post_title_content','true'),(872,1136,'_post_title_content_breadcrumbs','true'),(873,1136,'_post_title_content_breadcrumbs_position',''),(874,1136,'_post_title_text_transform',''),(875,1136,'_post_title_font_weight',''),(876,1136,'_post_title_font_size',''),(877,1136,'_post_content_width',''),(878,1136,'_post_content_width_value','a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}'),(879,1136,'_post_sidebar','true'),(880,1136,'_post_sidebar_id',''),(881,1136,'_post_sidebar_position','right'),(882,1136,'_post_footer','true'),(883,1136,'_post_footer_skin',''),(884,1136,'_post_footer_widgets','true'),(885,1136,'_post_footer_extended','true'),(886,1707,'_wp_page_template','template-faq.php'),(887,1707,'_wp_page_template','template-faq.php'),(888,1709,'_wp_page_template','template-faq-scroll.php'),(889,1709,'_wp_page_template','template-faq-scroll.php'),(890,1721,'_wp_page_template','template-full-width.php'),(891,1721,'_wp_page_template','template-full-width.php'),(892,1725,'_wp_page_template','template-full-width.php'),(893,1725,'_wp_page_template','template-full-width.php'),(894,1755,'_wp_page_template','template-contact.php'),(895,1755,'_wp_page_template','template-contact.php'),(896,1770,'_wp_page_template','template-knowledgebase.php'),(897,1770,'_wp_page_template','template-knowledgebase.php'),(898,1772,'_wp_page_template','template-sitemap.php'),(899,1772,'_wp_page_template','template-sitemap.php'),(900,1778,'_wp_page_template','template-gallery.php'),(901,1778,'_post_navigation_menu',''),(902,1778,'_post_header_skin',''),(903,1778,'_post_navigation_submenu_skin',''),(904,1778,'_post_header_background_color',''),(905,1778,'_post_header_background_image',''),(906,1778,'_post_header_background_image_repeat',''),(907,1778,'_post_header_background_image_position',''),(908,1778,'_post_header_background_image_size',''),(909,1778,'_post_header_background_image_attachment',''),(910,1778,'_post_content_skin',''),(911,1778,'_post_title_content','true'),(912,1778,'_post_title_content_breadcrumbs','true'),(913,1778,'_post_title_content_breadcrumbs_position',''),(914,1778,'_post_title_text_transform',''),(915,1778,'_post_title_font_weight',''),(916,1778,'_post_title_font_size',''),(917,1778,'_post_content_width',''),(918,1778,'_post_content_width_value','a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}'),(919,1778,'_post_sidebar','true'),(920,1778,'_post_sidebar_id',''),(921,1778,'_post_sidebar_position','right'),(922,1778,'_post_footer','true'),(923,1778,'_post_footer_skin',''),(924,1778,'_post_footer_widgets','true'),(925,1778,'_post_footer_extended','true'),(926,1778,'_wp_page_template','template-gallery.php'),(927,1778,'_post_navigation_menu',''),(928,1778,'_post_header_skin',''),(929,1778,'_post_navigation_submenu_skin',''),(930,1778,'_post_header_background_color',''),(931,1778,'_post_header_background_image',''),(932,1778,'_post_header_background_image_repeat',''),(933,1778,'_post_header_background_image_position',''),(934,1778,'_post_header_background_image_size',''),(935,1778,'_post_header_background_image_attachment',''),(936,1778,'_post_content_skin',''),(937,1778,'_post_title_content','true'),(938,1778,'_post_title_content_breadcrumbs','true'),(939,1778,'_post_title_content_breadcrumbs_position',''),(940,1778,'_post_title_text_transform',''),(941,1778,'_post_title_font_weight',''),(942,1778,'_post_title_font_size',''),(943,1778,'_post_content_width',''),(944,1778,'_post_content_width_value','a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}'),(945,1778,'_post_sidebar','true'),(946,1778,'_post_sidebar_id',''),(947,1778,'_post_sidebar_position','right'),(948,1778,'_post_footer','true'),(949,1778,'_post_footer_skin',''),(950,1778,'_post_footer_widgets','true'),(951,1778,'_post_footer_extended','true'),(1190,1782,'_wp_page_template','default'),(1191,1782,'_wp_page_template','default'),(1244,1883,'_wp_page_template','bbpress-templates/page-front-forums.php'),(1245,1883,'_post_navigation_menu',''),(1246,1883,'_post_header_skin',''),(1247,1883,'_post_navigation_submenu_skin',''),(1248,1883,'_post_header_background_color',''),(1249,1883,'_post_header_background_image',''),(1250,1883,'_post_header_background_image_repeat',''),(1251,1883,'_post_header_background_image_position',''),(1252,1883,'_post_header_background_image_size',''),(1253,1883,'_post_header_background_image_attachment',''),(1254,1883,'_post_content_skin',''),(1255,1883,'_post_title_content','true'),(1256,1883,'_post_title_content_breadcrumbs','true'),(1257,1883,'_post_title_content_breadcrumbs_position',''),(1258,1883,'_post_title_text_transform',''),(1259,1883,'_post_title_font_weight',''),(1260,1883,'_post_title_font_size',''),(1261,1883,'_post_content_width','limit'),(1262,1883,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(1263,1883,'_post_sidebar','false'),(1264,1883,'_post_sidebar_id','bbpress'),(1265,1883,'_post_sidebar_position','right'),(1266,1883,'_post_footer','true'),(1267,1883,'_post_footer_skin',''),(1268,1883,'_post_footer_widgets','true'),(1269,1883,'_post_footer_extended','true'),(1270,1883,'_wp_page_template','bbpress-templates/page-front-forums.php'),(1271,1883,'_post_navigation_menu',''),(1272,1883,'_post_header_skin',''),(1273,1883,'_post_navigation_submenu_skin',''),(1274,1883,'_post_header_background_color',''),(1275,1883,'_post_header_background_image',''),(1276,1883,'_post_header_background_image_repeat',''),(1277,1883,'_post_header_background_image_position',''),(1278,1883,'_post_header_background_image_size',''),(1279,1883,'_post_header_background_image_attachment',''),(1280,1883,'_post_content_skin',''),(1281,1883,'_post_title_content','true'),(1282,1883,'_post_title_content_breadcrumbs','true'),(1283,1883,'_post_title_content_breadcrumbs_position',''),(1284,1883,'_post_title_text_transform',''),(1285,1883,'_post_title_font_weight',''),(1286,1883,'_post_title_font_size',''),(1287,1883,'_post_content_width','limit'),(1288,1883,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(1289,1883,'_post_sidebar','false'),(1290,1883,'_post_sidebar_id','bbpress'),(1291,1883,'_post_sidebar_position','right'),(1292,1883,'_post_footer','true'),(1293,1883,'_post_footer_skin',''),(1294,1883,'_post_footer_widgets','true'),(1295,1883,'_post_footer_extended','true'),(2143,1968,'_wp_attachment_wp_user_avatar','3'),(2168,155,'_wp_page_template','default'),(2169,155,'_wp_page_template','default'),(2170,156,'_wp_page_template','default'),(2171,156,'_wp_page_template','default'),(2172,172,'_wp_page_template','default'),(2173,172,'_wp_page_template','default'),(2174,173,'_wp_page_template','default'),(2175,173,'_wp_page_template','default'),(2176,174,'_wp_page_template','default'),(2177,174,'_wp_page_template','default'),(2186,11,'_wp_page_template','default'),(2187,11,'_wp_page_template','default'),(2188,72,'_wp_page_template','default'),(2189,72,'_wp_page_template','default'),(2190,501,'_wp_page_template','default'),(2191,501,'_wp_page_template','default'),(2192,703,'_wp_page_template','template-blog-masonry.php'),(2193,703,'_wp_page_template','template-blog-masonry.php'),(2194,742,'_wp_page_template','default'),(2195,742,'_wp_page_template','default'),(2196,744,'_wp_page_template','default'),(2197,744,'_wp_page_template','default'),(2198,746,'_wp_page_template','default'),(2199,746,'_wp_page_template','default'),(2200,748,'_wp_page_template','default'),(2201,748,'_wp_page_template','default'),(2202,1133,'_publicize_pending','1'),(2203,1133,'_wp_page_template','default'),(2204,1133,'original_post_id','1080'),(2205,1133,'_wp_old_slug','1080'),(2206,1133,'_publicize_pending','1'),(2207,1133,'_wp_page_template','default'),(2208,1133,'original_post_id','1080'),(2209,1133,'_wp_old_slug','1080'),(2210,1134,'_publicize_pending','1'),(2211,1134,'_wp_page_template','default'),(2212,1134,'standard_seo_post_meta_description',''),(2213,1134,'original_post_id','1083'),(2214,1134,'_wp_old_slug','1083'),(2215,1134,'_publicize_pending','1'),(2216,1134,'_wp_page_template','default'),(2217,1134,'standard_seo_post_meta_description',''),(2218,1134,'original_post_id','1083'),(2219,1134,'_wp_old_slug','1083'),(2220,1135,'_wp_page_template','template-blog.php'),(2221,1135,'_wp_page_template','template-blog.php'),(2222,1136,'_wp_page_template','template-home.php'),(2223,1136,'_post_navigation_menu',''),(2224,1136,'_post_header_skin',''),(2225,1136,'_post_navigation_submenu_skin',''),(2226,1136,'_post_header_background_color','nice_user_color_qs_teal'),(2228,1136,'_post_header_background_image_repeat','no-repeat'),(2229,1136,'_post_header_background_image_position','center top'),(2232,1136,'_post_content_skin',''),(2233,1136,'_post_title_content','true'),(2234,1136,'_post_title_content_breadcrumbs','true'),(2235,1136,'_post_title_content_breadcrumbs_position',''),(2236,1136,'_post_title_text_transform',''),(2237,1136,'_post_title_font_weight',''),(2238,1136,'_post_title_font_size',''),(2239,1136,'_post_content_width',''),(2240,1136,'_post_content_width_value','a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}'),(2241,1136,'_post_sidebar','true'),(2242,1136,'_post_sidebar_id',''),(2243,1136,'_post_sidebar_position','right'),(2244,1136,'_post_footer','true'),(2245,1136,'_post_footer_skin',''),(2246,1136,'_post_footer_widgets','true'),(2247,1136,'_post_footer_extended','true'),(2248,1136,'_wp_page_template','template-home.php'),(2249,1136,'_post_navigation_menu',''),(2250,1136,'_post_header_skin',''),(2251,1136,'_post_navigation_submenu_skin',''),(2252,1136,'_post_header_background_color','nice_user_color_qs_teal'),(2254,1136,'_post_header_background_image_repeat','no-repeat'),(2255,1136,'_post_header_background_image_position','center top'),(2258,1136,'_post_content_skin',''),(2259,1136,'_post_title_content','true'),(2260,1136,'_post_title_content_breadcrumbs','true'),(2261,1136,'_post_title_content_breadcrumbs_position',''),(2262,1136,'_post_title_text_transform',''),(2263,1136,'_post_title_font_weight',''),(2264,1136,'_post_title_font_size',''),(2265,1136,'_post_content_width',''),(2266,1136,'_post_content_width_value','a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}'),(2267,1136,'_post_sidebar','true'),(2268,1136,'_post_sidebar_id',''),(2269,1136,'_post_sidebar_position','right'),(2270,1136,'_post_footer','true'),(2271,1136,'_post_footer_skin',''),(2272,1136,'_post_footer_widgets','true'),(2273,1136,'_post_footer_extended','true'),(2274,1707,'_wp_page_template','template-faq.php'),(2275,1707,'_wp_page_template','template-faq.php'),(2276,1709,'_wp_page_template','template-faq-scroll.php'),(2277,1709,'_wp_page_template','template-faq-scroll.php'),(2278,1721,'_wp_page_template','template-full-width.php'),(2279,1721,'_wp_page_template','template-full-width.php'),(2280,1725,'_wp_page_template','template-full-width.php'),(2281,1725,'_wp_page_template','template-full-width.php'),(2282,1755,'_wp_page_template','template-contact.php'),(2283,1755,'_wp_page_template','template-contact.php'),(2284,1770,'_wp_page_template','template-knowledgebase.php'),(2285,1770,'_wp_page_template','template-knowledgebase.php'),(2286,1772,'_wp_page_template','template-sitemap.php'),(2287,1772,'_wp_page_template','template-sitemap.php'),(2288,1778,'_wp_page_template','template-gallery.php'),(2289,1778,'_post_navigation_menu',''),(2290,1778,'_post_header_skin',''),(2291,1778,'_post_navigation_submenu_skin',''),(2292,1778,'_post_header_background_color',''),(2293,1778,'_post_header_background_image',''),(2294,1778,'_post_header_background_image_repeat',''),(2295,1778,'_post_header_background_image_position',''),(2296,1778,'_post_header_background_image_size',''),(2297,1778,'_post_header_background_image_attachment',''),(2298,1778,'_post_content_skin',''),(2299,1778,'_post_title_content','true'),(2300,1778,'_post_title_content_breadcrumbs','true'),(2301,1778,'_post_title_content_breadcrumbs_position',''),(2302,1778,'_post_title_text_transform',''),(2303,1778,'_post_title_font_weight',''),(2304,1778,'_post_title_font_size',''),(2305,1778,'_post_content_width',''),(2306,1778,'_post_content_width_value','a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}'),(2307,1778,'_post_sidebar','true'),(2308,1778,'_post_sidebar_id',''),(2309,1778,'_post_sidebar_position','right'),(2310,1778,'_post_footer','true'),(2311,1778,'_post_footer_skin',''),(2312,1778,'_post_footer_widgets','true'),(2313,1778,'_post_footer_extended','true'),(2314,1778,'_wp_page_template','template-gallery.php'),(2315,1778,'_post_navigation_menu',''),(2316,1778,'_post_header_skin',''),(2317,1778,'_post_navigation_submenu_skin',''),(2318,1778,'_post_header_background_color',''),(2319,1778,'_post_header_background_image',''),(2320,1778,'_post_header_background_image_repeat',''),(2321,1778,'_post_header_background_image_position',''),(2322,1778,'_post_header_background_image_size',''),(2323,1778,'_post_header_background_image_attachment',''),(2324,1778,'_post_content_skin',''),(2325,1778,'_post_title_content','true'),(2326,1778,'_post_title_content_breadcrumbs','true'),(2327,1778,'_post_title_content_breadcrumbs_position',''),(2328,1778,'_post_title_text_transform',''),(2329,1778,'_post_title_font_weight',''),(2330,1778,'_post_title_font_size',''),(2331,1778,'_post_content_width',''),(2332,1778,'_post_content_width_value','a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}'),(2333,1778,'_post_sidebar','true'),(2334,1778,'_post_sidebar_id',''),(2335,1778,'_post_sidebar_position','right'),(2336,1778,'_post_footer','true'),(2337,1778,'_post_footer_skin',''),(2338,1778,'_post_footer_widgets','true'),(2339,1778,'_post_footer_extended','true'),(2548,1782,'_wp_page_template','default'),(2549,1782,'_wp_page_template','default'),(2600,1883,'_wp_page_template','bbpress-templates/page-front-forums.php'),(2601,1883,'_post_navigation_menu',''),(2602,1883,'_post_header_skin',''),(2603,1883,'_post_navigation_submenu_skin',''),(2604,1883,'_post_header_background_color',''),(2605,1883,'_post_header_background_image',''),(2606,1883,'_post_header_background_image_repeat',''),(2607,1883,'_post_header_background_image_position',''),(2608,1883,'_post_header_background_image_size',''),(2609,1883,'_post_header_background_image_attachment',''),(2610,1883,'_post_content_skin',''),(2611,1883,'_post_title_content','true'),(2612,1883,'_post_title_content_breadcrumbs','true'),(2613,1883,'_post_title_content_breadcrumbs_position',''),(2614,1883,'_post_title_text_transform',''),(2615,1883,'_post_title_font_weight',''),(2616,1883,'_post_title_font_size',''),(2617,1883,'_post_content_width','limit'),(2618,1883,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(2619,1883,'_post_sidebar','false'),(2620,1883,'_post_sidebar_id','bbpress'),(2621,1883,'_post_sidebar_position','right'),(2622,1883,'_post_footer','true'),(2623,1883,'_post_footer_skin',''),(2624,1883,'_post_footer_widgets','true'),(2625,1883,'_post_footer_extended','true'),(2626,1883,'_wp_page_template','bbpress-templates/page-front-forums.php'),(2627,1883,'_post_navigation_menu',''),(2628,1883,'_post_header_skin',''),(2629,1883,'_post_navigation_submenu_skin',''),(2630,1883,'_post_header_background_color',''),(2631,1883,'_post_header_background_image',''),(2632,1883,'_post_header_background_image_repeat',''),(2633,1883,'_post_header_background_image_position',''),(2634,1883,'_post_header_background_image_size',''),(2635,1883,'_post_header_background_image_attachment',''),(2636,1883,'_post_content_skin',''),(2637,1883,'_post_title_content','true'),(2638,1883,'_post_title_content_breadcrumbs','true'),(2639,1883,'_post_title_content_breadcrumbs_position',''),(2640,1883,'_post_title_text_transform',''),(2641,1883,'_post_title_font_weight',''),(2642,1883,'_post_title_font_size',''),(2643,1883,'_post_content_width','limit'),(2644,1883,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(2645,1883,'_post_sidebar','false'),(2646,1883,'_post_sidebar_id','bbpress'),(2647,1883,'_post_sidebar_position','right'),(2648,1883,'_post_footer','true'),(2649,1883,'_post_footer_skin',''),(2650,1883,'_post_footer_widgets','true'),(2651,1883,'_post_footer_extended','true'),(2889,1985,'_wp_attached_file','2018/08/ref2.png'),(2890,1985,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:16:\"2018/08/ref2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"ref2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"ref2-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"ref2-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"ref2-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:16:\"ref2-480x320.png\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:16:\"ref2-507x338.png\";s:5:\"width\";i:507;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:16:\"ref2-580x387.png\";s:5:\"width\";i:580;s:6:\"height\";i:387;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:16:\"ref2-428x285.png\";s:5:\"width\";i:428;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2954,1136,'_edit_lock','1539589406:17'),(2955,1136,'_edit_last','17'),(2978,2010,'_wp_attached_file','2014/03/Axosoft-Work-Items.png'),(2979,2010,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:334;s:4:\"file\";s:30:\"2014/03/Axosoft-Work-Items.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Axosoft-Work-Items-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Axosoft-Work-Items-300x121.png\";s:5:\"width\";i:300;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Axosoft-Work-Items-768x309.png\";s:5:\"width\";i:768;s:6:\"height\";i:309;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:30:\"Axosoft-Work-Items-480x193.png\";s:5:\"width\";i:480;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:30:\"Axosoft-Work-Items-730x294.png\";s:5:\"width\";i:730;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:30:\"Axosoft-Work-Items-580x233.png\";s:5:\"width\";i:580;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:30:\"Axosoft-Work-Items-665x268.png\";s:5:\"width\";i:665;s:6:\"height\";i:268;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2980,2013,'_wp_attached_file','2014/03/absence-or-lack-of-client-involvement.png'),(2981,2013,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:384;s:4:\"file\";s:49:\"2014/03/absence-or-lack-of-client-involvement.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"absence-or-lack-of-client-involvement-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"absence-or-lack-of-client-involvement-300x139.png\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"absence-or-lack-of-client-involvement-768x355.png\";s:5:\"width\";i:768;s:6:\"height\";i:355;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:49:\"absence-or-lack-of-client-involvement-480x222.png\";s:5:\"width\";i:480;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:49:\"absence-or-lack-of-client-involvement-730x338.png\";s:5:\"width\";i:730;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:49:\"absence-or-lack-of-client-involvement-580x268.png\";s:5:\"width\";i:580;s:6:\"height\";i:268;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:49:\"absence-or-lack-of-client-involvement-616x285.png\";s:5:\"width\";i:616;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2982,2014,'_wp_attached_file','2014/03/failed-team-collaboration.png'),(2983,2014,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:384;s:4:\"file\";s:37:\"2014/03/failed-team-collaboration.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"failed-team-collaboration-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"failed-team-collaboration-300x139.png\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"failed-team-collaboration-768x355.png\";s:5:\"width\";i:768;s:6:\"height\";i:355;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:37:\"failed-team-collaboration-480x222.png\";s:5:\"width\";i:480;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:37:\"failed-team-collaboration-730x338.png\";s:5:\"width\";i:730;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:37:\"failed-team-collaboration-580x268.png\";s:5:\"width\";i:580;s:6:\"height\";i:268;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:37:\"failed-team-collaboration-616x285.png\";s:5:\"width\";i:616;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2984,2015,'_wp_attached_file','2014/03/lack-of-motivation-within-team-members.png'),(2985,2015,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:384;s:4:\"file\";s:50:\"2014/03/lack-of-motivation-within-team-members.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"lack-of-motivation-within-team-members-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"lack-of-motivation-within-team-members-300x139.png\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"lack-of-motivation-within-team-members-768x355.png\";s:5:\"width\";i:768;s:6:\"height\";i:355;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:50:\"lack-of-motivation-within-team-members-480x222.png\";s:5:\"width\";i:480;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:50:\"lack-of-motivation-within-team-members-730x338.png\";s:5:\"width\";i:730;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:50:\"lack-of-motivation-within-team-members-580x268.png\";s:5:\"width\";i:580;s:6:\"height\";i:268;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:50:\"lack-of-motivation-within-team-members-616x285.png\";s:5:\"width\";i:616;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2986,2016,'_wp_attached_file','2014/03/mounting-technical-debts.png'),(2987,2016,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:384;s:4:\"file\";s:36:\"2014/03/mounting-technical-debts.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"mounting-technical-debts-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"mounting-technical-debts-300x139.png\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"mounting-technical-debts-768x355.png\";s:5:\"width\";i:768;s:6:\"height\";i:355;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:36:\"mounting-technical-debts-480x222.png\";s:5:\"width\";i:480;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:36:\"mounting-technical-debts-730x338.png\";s:5:\"width\";i:730;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:36:\"mounting-technical-debts-580x268.png\";s:5:\"width\";i:580;s:6:\"height\";i:268;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:36:\"mounting-technical-debts-616x285.png\";s:5:\"width\";i:616;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2988,2017,'_wp_attached_file','2014/03/poor-requirements-engineering.png'),(2989,2017,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:384;s:4:\"file\";s:41:\"2014/03/poor-requirements-engineering.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"poor-requirements-engineering-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"poor-requirements-engineering-300x139.png\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"poor-requirements-engineering-768x355.png\";s:5:\"width\";i:768;s:6:\"height\";i:355;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:41:\"poor-requirements-engineering-480x222.png\";s:5:\"width\";i:480;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:41:\"poor-requirements-engineering-730x338.png\";s:5:\"width\";i:730;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:41:\"poor-requirements-engineering-580x268.png\";s:5:\"width\";i:580;s:6:\"height\";i:268;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:41:\"poor-requirements-engineering-616x285.png\";s:5:\"width\";i:616;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2990,2018,'_wp_attached_file','2014/03/slow-and-infrequent-work-delivery.png'),(2991,2018,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:384;s:4:\"file\";s:45:\"2014/03/slow-and-infrequent-work-delivery.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"slow-and-infrequent-work-delivery-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"slow-and-infrequent-work-delivery-300x139.png\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"slow-and-infrequent-work-delivery-768x355.png\";s:5:\"width\";i:768;s:6:\"height\";i:355;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:45:\"slow-and-infrequent-work-delivery-480x222.png\";s:5:\"width\";i:480;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:45:\"slow-and-infrequent-work-delivery-730x338.png\";s:5:\"width\";i:730;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:45:\"slow-and-infrequent-work-delivery-580x268.png\";s:5:\"width\";i:580;s:6:\"height\";i:268;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:45:\"slow-and-infrequent-work-delivery-616x285.png\";s:5:\"width\";i:616;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3020,2071,'_wp_attached_file','2018/08/failure-of-projects-3.png'),(3021,2071,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:400;s:4:\"file\";s:33:\"2018/08/failure-of-projects-3.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"failure-of-projects-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"failure-of-projects-3-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"failure-of-projects-3-768x370.png\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:33:\"failure-of-projects-3-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:33:\"failure-of-projects-3-701x338.png\";s:5:\"width\";i:701;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:33:\"failure-of-projects-3-580x280.png\";s:5:\"width\";i:580;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:33:\"failure-of-projects-3-591x285.png\";s:5:\"width\";i:591;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3022,2072,'_wp_attached_file','2018/08/failure-of-projects-2.png'),(3023,2072,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:400;s:4:\"file\";s:33:\"2018/08/failure-of-projects-2.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"failure-of-projects-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"failure-of-projects-2-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"failure-of-projects-2-768x370.png\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:33:\"failure-of-projects-2-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:33:\"failure-of-projects-2-701x338.png\";s:5:\"width\";i:701;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:33:\"failure-of-projects-2-580x280.png\";s:5:\"width\";i:580;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:33:\"failure-of-projects-2-591x285.png\";s:5:\"width\";i:591;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3024,2073,'_wp_attached_file','2018/08/failure-of-projects-1.png'),(3025,2073,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:400;s:4:\"file\";s:33:\"2018/08/failure-of-projects-1.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"failure-of-projects-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"failure-of-projects-1-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"failure-of-projects-1-768x370.png\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:33:\"failure-of-projects-1-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:33:\"failure-of-projects-1-701x338.png\";s:5:\"width\";i:701;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:33:\"failure-of-projects-1-580x280.png\";s:5:\"width\";i:580;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:33:\"failure-of-projects-1-591x285.png\";s:5:\"width\";i:591;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3319,2229,'_wp_attached_file','2018/09/time-is-running-out.png'),(3320,2229,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:31:\"2018/09/time-is-running-out.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"time-is-running-out-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"time-is-running-out-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"time-is-running-out-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"time-is-running-out-1024x682.png\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:31:\"time-is-running-out-480x320.png\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:31:\"time-is-running-out-507x338.png\";s:5:\"width\";i:507;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:31:\"time-is-running-out-580x386.png\";s:5:\"width\";i:580;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:31:\"time-is-running-out-428x285.png\";s:5:\"width\";i:428;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3388,2248,'_wp_attached_file','2018/09/7MistakesToAvoidInTheDailyScrumMeeting.jpg'),(3389,2248,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:500;s:4:\"file\";s:50:\"2018/09/7MistakesToAvoidInTheDailyScrumMeeting.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"7MistakesToAvoidInTheDailyScrumMeeting-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"7MistakesToAvoidInTheDailyScrumMeeting-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"7MistakesToAvoidInTheDailyScrumMeeting-768x463.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:50:\"7MistakesToAvoidInTheDailyScrumMeeting-480x289.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:50:\"7MistakesToAvoidInTheDailyScrumMeeting-561x338.jpg\";s:5:\"width\";i:561;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:50:\"7MistakesToAvoidInTheDailyScrumMeeting-580x349.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:349;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:50:\"7MistakesToAvoidInTheDailyScrumMeeting-473x285.jpg\";s:5:\"width\";i:473;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3415,2252,'_wp_attached_file','2018/09/estimating-in-agile-and-scrum1.png'),(3416,2252,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:308;s:4:\"file\";s:42:\"2018/09/estimating-in-agile-and-scrum1.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"estimating-in-agile-and-scrum1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"estimating-in-agile-and-scrum1-300x111.png\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"estimating-in-agile-and-scrum1-768x285.png\";s:5:\"width\";i:768;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:42:\"estimating-in-agile-and-scrum1-480x178.png\";s:5:\"width\";i:480;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:42:\"estimating-in-agile-and-scrum1-730x271.png\";s:5:\"width\";i:730;s:6:\"height\";i:271;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:42:\"estimating-in-agile-and-scrum1-580x215.png\";s:5:\"width\";i:580;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:42:\"estimating-in-agile-and-scrum1-665x247.png\";s:5:\"width\";i:665;s:6:\"height\";i:247;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3443,2259,'_wp_attached_file','2018/09/rstiutpa.png'),(3444,2259,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:400;s:4:\"file\";s:20:\"2018/09/rstiutpa.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"rstiutpa-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"rstiutpa-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"rstiutpa-768x370.png\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:20:\"rstiutpa-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:20:\"rstiutpa-701x338.png\";s:5:\"width\";i:701;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:20:\"rstiutpa-580x280.png\";s:5:\"width\";i:580;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:20:\"rstiutpa-591x285.png\";s:5:\"width\";i:591;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3474,2267,'_wp_attached_file','2018/09/scrum-of-scrum.png'),(3475,2267,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:500;s:4:\"file\";s:26:\"2018/09/scrum-of-scrum.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"scrum-of-scrum-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"scrum-of-scrum-300x181.png\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"scrum-of-scrum-768x463.png\";s:5:\"width\";i:768;s:6:\"height\";i:463;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:26:\"scrum-of-scrum-480x289.png\";s:5:\"width\";i:480;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:26:\"scrum-of-scrum-561x338.png\";s:5:\"width\";i:561;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:26:\"scrum-of-scrum-580x349.png\";s:5:\"width\";i:580;s:6:\"height\";i:349;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:26:\"scrum-of-scrum-473x285.png\";s:5:\"width\";i:473;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3502,2273,'_wp_attached_file','2018/09/salient-features-of-scrum.png'),(3503,2273,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:400;s:4:\"file\";s:37:\"2018/09/salient-features-of-scrum.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"salient-features-of-scrum-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"salient-features-of-scrum-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"salient-features-of-scrum-768x370.png\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:37:\"salient-features-of-scrum-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:37:\"salient-features-of-scrum-701x338.png\";s:5:\"width\";i:701;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:37:\"salient-features-of-scrum-580x280.png\";s:5:\"width\";i:580;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:37:\"salient-features-of-scrum-591x285.png\";s:5:\"width\";i:591;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3531,2277,'_wp_attached_file','2018/09/scrum-product-owner-role.png'),(3532,2277,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:409;s:4:\"file\";s:36:\"2018/09/scrum-product-owner-role.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"scrum-product-owner-role-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"scrum-product-owner-role-300x148.png\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"scrum-product-owner-role-768x378.png\";s:5:\"width\";i:768;s:6:\"height\";i:378;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:36:\"scrum-product-owner-role-480x237.png\";s:5:\"width\";i:480;s:6:\"height\";i:237;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:36:\"scrum-product-owner-role-686x338.png\";s:5:\"width\";i:686;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:36:\"scrum-product-owner-role-580x286.png\";s:5:\"width\";i:580;s:6:\"height\";i:286;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:36:\"scrum-product-owner-role-578x285.png\";s:5:\"width\";i:578;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3558,2280,'_wp_attached_file','2018/09/Two-Parts-Of-Sprint-Planning.png'),(3559,2280,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:493;s:4:\"file\";s:40:\"2018/09/Two-Parts-Of-Sprint-Planning.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Two-Parts-Of-Sprint-Planning-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Two-Parts-Of-Sprint-Planning-300x193.png\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Two-Parts-Of-Sprint-Planning-768x493.png\";s:5:\"width\";i:768;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:40:\"Two-Parts-Of-Sprint-Planning-480x308.png\";s:5:\"width\";i:480;s:6:\"height\";i:308;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:40:\"Two-Parts-Of-Sprint-Planning-527x338.png\";s:5:\"width\";i:527;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:40:\"Two-Parts-Of-Sprint-Planning-580x372.png\";s:5:\"width\";i:580;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:40:\"Two-Parts-Of-Sprint-Planning-444x285.png\";s:5:\"width\";i:444;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3584,2284,'_wp_attached_file','2018/09/sprint-retrospective.png'),(3585,2284,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:400;s:4:\"file\";s:32:\"2018/09/sprint-retrospective.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"sprint-retrospective-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"sprint-retrospective-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"sprint-retrospective-768x370.png\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:32:\"sprint-retrospective-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:32:\"sprint-retrospective-701x338.png\";s:5:\"width\";i:701;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:32:\"sprint-retrospective-580x280.png\";s:5:\"width\";i:580;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:32:\"sprint-retrospective-591x285.png\";s:5:\"width\";i:591;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3613,2286,'_wp_attached_file','2018/09/main-featuresof-agile.png'),(3614,2286,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:450;s:4:\"file\";s:33:\"2018/09/main-featuresof-agile.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"main-featuresof-agile-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"main-featuresof-agile-300x163.png\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"main-featuresof-agile-768x416.png\";s:5:\"width\";i:768;s:6:\"height\";i:416;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:33:\"main-featuresof-agile-480x260.png\";s:5:\"width\";i:480;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:33:\"main-featuresof-agile-623x338.png\";s:5:\"width\";i:623;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:33:\"main-featuresof-agile-580x314.png\";s:5:\"width\";i:580;s:6:\"height\";i:314;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:33:\"main-featuresof-agile-526x285.png\";s:5:\"width\";i:526;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3691,2300,'_wp_attached_file','2018/09/sprint-planning-meeting-agenda.png'),(3692,2300,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:430;s:4:\"file\";s:42:\"2018/09/sprint-planning-meeting-agenda.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"sprint-planning-meeting-agenda-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"sprint-planning-meeting-agenda-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"sprint-planning-meeting-agenda-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:42:\"sprint-planning-meeting-agenda-480x249.png\";s:5:\"width\";i:480;s:6:\"height\";i:249;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:42:\"sprint-planning-meeting-agenda-652x338.png\";s:5:\"width\";i:652;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:42:\"sprint-planning-meeting-agenda-580x300.png\";s:5:\"width\";i:580;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:42:\"sprint-planning-meeting-agenda-550x285.png\";s:5:\"width\";i:550;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3717,2302,'_wp_attached_file','2018/09/ProductBacklogRefinement.png'),(3718,2302,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:622;s:4:\"file\";s:36:\"2018/09/ProductBacklogRefinement.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"ProductBacklogRefinement-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"ProductBacklogRefinement-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"ProductBacklogRefinement-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:36:\"ProductBacklogRefinement-480x360.png\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:36:\"ProductBacklogRefinement-451x338.png\";s:5:\"width\";i:451;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:36:\"ProductBacklogRefinement-540x405.png\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:36:\"ProductBacklogRefinement-380x285.png\";s:5:\"width\";i:380;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3719,2306,'_wp_attached_file','2018/09/SprintRetrospectiveMeetingsDosAndDonts.png'),(3720,2306,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:628;s:4:\"file\";s:50:\"2018/09/SprintRetrospectiveMeetingsDosAndDonts.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"SprintRetrospectiveMeetingsDosAndDonts-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"SprintRetrospectiveMeetingsDosAndDonts-300x227.png\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"SprintRetrospectiveMeetingsDosAndDonts-768x581.png\";s:5:\"width\";i:768;s:6:\"height\";i:581;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:50:\"SprintRetrospectiveMeetingsDosAndDonts-480x363.png\";s:5:\"width\";i:480;s:6:\"height\";i:363;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:50:\"SprintRetrospectiveMeetingsDosAndDonts-447x338.png\";s:5:\"width\";i:447;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:50:\"SprintRetrospectiveMeetingsDosAndDonts-535x405.png\";s:5:\"width\";i:535;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:50:\"SprintRetrospectiveMeetingsDosAndDonts-377x285.png\";s:5:\"width\";i:377;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3748,2316,'_wp_attached_file','2018/09/Productbacklog-planning-process.png'),(3749,2316,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:369;s:4:\"file\";s:43:\"2018/09/Productbacklog-planning-process.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Productbacklog-planning-process-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Productbacklog-planning-process-300x133.png\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Productbacklog-planning-process-768x341.png\";s:5:\"width\";i:768;s:6:\"height\";i:341;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:43:\"Productbacklog-planning-process-480x213.png\";s:5:\"width\";i:480;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:43:\"Productbacklog-planning-process-730x325.png\";s:5:\"width\";i:730;s:6:\"height\";i:325;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:43:\"Productbacklog-planning-process-580x258.png\";s:5:\"width\";i:580;s:6:\"height\";i:258;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:43:\"Productbacklog-planning-process-641x285.png\";s:5:\"width\";i:641;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3802,2321,'_wp_attached_file','2018/09/self-organise-and-self-manage.jpg'),(3803,2321,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:450;s:4:\"file\";s:41:\"2018/09/self-organise-and-self-manage.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"self-organise-and-self-manage-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"self-organise-and-self-manage-300x163.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"self-organise-and-self-manage-768x416.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:41:\"self-organise-and-self-manage-480x260.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:41:\"self-organise-and-self-manage-623x338.jpg\";s:5:\"width\";i:623;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:41:\"self-organise-and-self-manage-580x314.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:41:\"self-organise-and-self-manage-526x285.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3804,2322,'_wp_attached_file','2018/09/sprint-planning-meeting-agenda-1.png'),(3805,2322,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:430;s:4:\"file\";s:44:\"2018/09/sprint-planning-meeting-agenda-1.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"sprint-planning-meeting-agenda-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"sprint-planning-meeting-agenda-1-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"sprint-planning-meeting-agenda-1-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:44:\"sprint-planning-meeting-agenda-1-480x249.png\";s:5:\"width\";i:480;s:6:\"height\";i:249;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:44:\"sprint-planning-meeting-agenda-1-652x338.png\";s:5:\"width\";i:652;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:44:\"sprint-planning-meeting-agenda-1-580x300.png\";s:5:\"width\";i:580;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:44:\"sprint-planning-meeting-agenda-1-550x285.png\";s:5:\"width\";i:550;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3831,2325,'_wp_attached_file','2018/09/decisions.jpg'),(3832,2325,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:450;s:4:\"file\";s:21:\"2018/09/decisions.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"decisions-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"decisions-300x163.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"decisions-768x416.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:21:\"decisions-480x260.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:21:\"decisions-623x338.jpg\";s:5:\"width\";i:623;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:21:\"decisions-580x314.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:21:\"decisions-526x285.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3834,2327,'_wp_attached_file','2018/09/product-backlog-items.png'),(3835,2327,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:346;s:4:\"file\";s:33:\"2018/09/product-backlog-items.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"product-backlog-items-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"product-backlog-items-300x125.png\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"product-backlog-items-768x320.png\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:33:\"product-backlog-items-480x200.png\";s:5:\"width\";i:480;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:33:\"product-backlog-items-730x304.png\";s:5:\"width\";i:730;s:6:\"height\";i:304;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:33:\"product-backlog-items-580x242.png\";s:5:\"width\";i:580;s:6:\"height\";i:242;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:33:\"product-backlog-items-665x277.png\";s:5:\"width\";i:665;s:6:\"height\";i:277;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3837,2329,'_wp_attached_file','2018/09/resolving-issues.png'),(3838,2329,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:450;s:4:\"file\";s:28:\"2018/09/resolving-issues.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"resolving-issues-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"resolving-issues-300x163.png\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"resolving-issues-768x416.png\";s:5:\"width\";i:768;s:6:\"height\";i:416;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:28:\"resolving-issues-480x260.png\";s:5:\"width\";i:480;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:28:\"resolving-issues-623x338.png\";s:5:\"width\";i:623;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:28:\"resolving-issues-580x314.png\";s:5:\"width\";i:580;s:6:\"height\";i:314;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:28:\"resolving-issues-526x285.png\";s:5:\"width\";i:526;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3915,2337,'_wp_attached_file','2018/09/scrum-daily-meeting.png'),(3916,2337,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:350;s:4:\"file\";s:31:\"2018/09/scrum-daily-meeting.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"scrum-daily-meeting-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"scrum-daily-meeting-300x127.png\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"scrum-daily-meeting-768x324.png\";s:5:\"width\";i:768;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:31:\"scrum-daily-meeting-480x202.png\";s:5:\"width\";i:480;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:31:\"scrum-daily-meeting-730x308.png\";s:5:\"width\";i:730;s:6:\"height\";i:308;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:31:\"scrum-daily-meeting-580x245.png\";s:5:\"width\";i:580;s:6:\"height\";i:245;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:31:\"scrum-daily-meeting-665x280.png\";s:5:\"width\";i:665;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3917,2340,'_wp_attached_file','2018/09/product-backlogs.png'),(3918,2340,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:400;s:4:\"file\";s:28:\"2018/09/product-backlogs.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"product-backlogs-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"product-backlogs-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"product-backlogs-768x370.png\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:28:\"product-backlogs-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:28:\"product-backlogs-701x338.png\";s:5:\"width\";i:701;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:28:\"product-backlogs-580x280.png\";s:5:\"width\";i:580;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:28:\"product-backlogs-591x285.png\";s:5:\"width\";i:591;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3944,2345,'_wp_attached_file','2018/09/scrum-daily-meeting-1.png'),(3945,2345,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:267;s:4:\"file\";s:33:\"2018/09/scrum-daily-meeting-1.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"scrum-daily-meeting-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"scrum-daily-meeting-1-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"scrum-daily-meeting-1-768x247.png\";s:5:\"width\";i:768;s:6:\"height\";i:247;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:33:\"scrum-daily-meeting-1-480x154.png\";s:5:\"width\";i:480;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:33:\"scrum-daily-meeting-1-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:33:\"scrum-daily-meeting-1-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:33:\"scrum-daily-meeting-1-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3975,2350,'_wp_attached_file','2018/09/scrum-masters-services-tow-pro-owner.png'),(3976,2350,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:400;s:4:\"file\";s:48:\"2018/09/scrum-masters-services-tow-pro-owner.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"scrum-masters-services-tow-pro-owner-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"scrum-masters-services-tow-pro-owner-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"scrum-masters-services-tow-pro-owner-768x370.png\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:48:\"scrum-masters-services-tow-pro-owner-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:48:\"scrum-masters-services-tow-pro-owner-701x338.png\";s:5:\"width\";i:701;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:48:\"scrum-masters-services-tow-pro-owner-580x280.png\";s:5:\"width\";i:580;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:48:\"scrum-masters-services-tow-pro-owner-591x285.png\";s:5:\"width\";i:591;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4003,2354,'_wp_attached_file','2018/09/scrum-retrospective-meeting.png'),(4004,2354,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:438;s:4:\"file\";s:39:\"2018/09/scrum-retrospective-meeting.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"scrum-retrospective-meeting-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"scrum-retrospective-meeting-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"scrum-retrospective-meeting-768x405.png\";s:5:\"width\";i:768;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:39:\"scrum-retrospective-meeting-480x253.png\";s:5:\"width\";i:480;s:6:\"height\";i:253;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:39:\"scrum-retrospective-meeting-641x338.png\";s:5:\"width\";i:641;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:39:\"scrum-retrospective-meeting-580x306.png\";s:5:\"width\";i:580;s:6:\"height\";i:306;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:39:\"scrum-retrospective-meeting-540x285.png\";s:5:\"width\";i:540;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4028,2356,'_wp_attached_file','2018/09/scrum-masters-serv-tow-the-dev-team.png'),(4029,2356,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:400;s:4:\"file\";s:47:\"2018/09/scrum-masters-serv-tow-the-dev-team.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"scrum-masters-serv-tow-the-dev-team-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"scrum-masters-serv-tow-the-dev-team-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"scrum-masters-serv-tow-the-dev-team-768x370.png\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:47:\"scrum-masters-serv-tow-the-dev-team-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:47:\"scrum-masters-serv-tow-the-dev-team-701x338.png\";s:5:\"width\";i:701;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:47:\"scrum-masters-serv-tow-the-dev-team-580x280.png\";s:5:\"width\";i:580;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:47:\"scrum-masters-serv-tow-the-dev-team-591x285.png\";s:5:\"width\";i:591;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4030,2358,'_wp_attached_file','2018/09/what-is-scrum-process.png'),(4031,2358,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:427;s:4:\"file\";s:33:\"2018/09/what-is-scrum-process.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"what-is-scrum-process-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"what-is-scrum-process-300x154.png\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"what-is-scrum-process-768x395.png\";s:5:\"width\";i:768;s:6:\"height\";i:395;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:33:\"what-is-scrum-process-480x247.png\";s:5:\"width\";i:480;s:6:\"height\";i:247;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:33:\"what-is-scrum-process-657x338.png\";s:5:\"width\";i:657;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:33:\"what-is-scrum-process-580x298.png\";s:5:\"width\";i:580;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:33:\"what-is-scrum-process-554x285.png\";s:5:\"width\";i:554;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4079,2364,'_wp_attached_file','2018/09/role-of-product-owner-scrum-guide.png'),(4081,2364,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:474;s:4:\"file\";s:45:\"2018/09/role-of-product-owner-scrum-guide.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"role-of-product-owner-scrum-guide-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"role-of-product-owner-scrum-guide-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"role-of-product-owner-scrum-guide-768x439.png\";s:5:\"width\";i:768;s:6:\"height\";i:439;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:45:\"role-of-product-owner-scrum-guide-480x274.png\";s:5:\"width\";i:480;s:6:\"height\";i:274;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:45:\"role-of-product-owner-scrum-guide-592x338.png\";s:5:\"width\";i:592;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:45:\"role-of-product-owner-scrum-guide-580x331.png\";s:5:\"width\";i:580;s:6:\"height\";i:331;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:45:\"role-of-product-owner-scrum-guide-499x285.png\";s:5:\"width\";i:499;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4082,2365,'_wp_attached_file','2018/09/scrum-masters-serv-tow-the-organisation.png'),(4083,2365,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:400;s:4:\"file\";s:51:\"2018/09/scrum-masters-serv-tow-the-organisation.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"scrum-masters-serv-tow-the-organisation-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"scrum-masters-serv-tow-the-organisation-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"scrum-masters-serv-tow-the-organisation-768x370.png\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:51:\"scrum-masters-serv-tow-the-organisation-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:51:\"scrum-masters-serv-tow-the-organisation-701x338.png\";s:5:\"width\";i:701;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:51:\"scrum-masters-serv-tow-the-organisation-580x280.png\";s:5:\"width\";i:580;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:51:\"scrum-masters-serv-tow-the-organisation-591x285.png\";s:5:\"width\";i:591;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4085,2366,'_wp_attached_file','2018/09/is-scrum-a-methodology.png'),(4086,2366,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:481;s:4:\"file\";s:34:\"2018/09/is-scrum-a-methodology.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"is-scrum-a-methodology-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"is-scrum-a-methodology-300x174.png\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"is-scrum-a-methodology-768x445.png\";s:5:\"width\";i:768;s:6:\"height\";i:445;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:34:\"is-scrum-a-methodology-480x278.png\";s:5:\"width\";i:480;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:34:\"is-scrum-a-methodology-583x338.png\";s:5:\"width\";i:583;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:34:\"is-scrum-a-methodology-580x336.png\";s:5:\"width\";i:580;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:34:\"is-scrum-a-methodology-492x285.png\";s:5:\"width\";i:492;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4087,2367,'_wp_attached_file','2018/09/what-is-agile-software-dev-model.png'),(4088,2367,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:400;s:4:\"file\";s:44:\"2018/09/what-is-agile-software-dev-model.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"what-is-agile-software-dev-model-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"what-is-agile-software-dev-model-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"what-is-agile-software-dev-model-768x370.png\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:44:\"what-is-agile-software-dev-model-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:44:\"what-is-agile-software-dev-model-701x338.png\";s:5:\"width\";i:701;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:44:\"what-is-agile-software-dev-model-580x280.png\";s:5:\"width\";i:580;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:44:\"what-is-agile-software-dev-model-591x285.png\";s:5:\"width\";i:591;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4089,2369,'_wp_attached_file','2018/09/sprint-goal.png'),(4090,2369,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:380;s:4:\"file\";s:23:\"2018/09/sprint-goal.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"sprint-goal-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"sprint-goal-300x137.png\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"sprint-goal-768x352.png\";s:5:\"width\";i:768;s:6:\"height\";i:352;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:23:\"sprint-goal-480x220.png\";s:5:\"width\";i:480;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:23:\"sprint-goal-730x334.png\";s:5:\"width\";i:730;s:6:\"height\";i:334;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:23:\"sprint-goal-580x266.png\";s:5:\"width\";i:580;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:23:\"sprint-goal-623x285.png\";s:5:\"width\";i:623;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4142,2375,'_wp_attached_file','2018/09/what-is-agile-software-development-life-cycle.png'),(4143,2375,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:480;s:4:\"file\";s:57:\"2018/09/what-is-agile-software-development-life-cycle.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"what-is-agile-software-development-life-cycle-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"what-is-agile-software-development-life-cycle-300x173.png\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:57:\"what-is-agile-software-development-life-cycle-768x444.png\";s:5:\"width\";i:768;s:6:\"height\";i:444;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:57:\"what-is-agile-software-development-life-cycle-480x278.png\";s:5:\"width\";i:480;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:57:\"what-is-agile-software-development-life-cycle-584x338.png\";s:5:\"width\";i:584;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:57:\"what-is-agile-software-development-life-cycle-580x335.png\";s:5:\"width\";i:580;s:6:\"height\";i:335;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:57:\"what-is-agile-software-development-life-cycle-493x285.png\";s:5:\"width\";i:493;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4171,2379,'_wp_attached_file','2018/09/what-is-agile-software-dev-model-1.png'),(4172,2379,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:400;s:4:\"file\";s:46:\"2018/09/what-is-agile-software-dev-model-1.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"what-is-agile-software-dev-model-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"what-is-agile-software-dev-model-1-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"what-is-agile-software-dev-model-1-768x370.png\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:46:\"what-is-agile-software-dev-model-1-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:46:\"what-is-agile-software-dev-model-1-701x338.png\";s:5:\"width\";i:701;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:46:\"what-is-agile-software-dev-model-1-580x280.png\";s:5:\"width\";i:580;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:46:\"what-is-agile-software-dev-model-1-591x285.png\";s:5:\"width\";i:591;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4173,2380,'_wp_attached_file','2018/09/acceptance_criteria.png'),(4174,2380,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:450;s:4:\"file\";s:31:\"2018/09/acceptance_criteria.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"acceptance_criteria-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"acceptance_criteria-300x163.png\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"acceptance_criteria-768x416.png\";s:5:\"width\";i:768;s:6:\"height\";i:416;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:31:\"acceptance_criteria-480x260.png\";s:5:\"width\";i:480;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:31:\"acceptance_criteria-623x338.png\";s:5:\"width\";i:623;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:31:\"acceptance_criteria-580x314.png\";s:5:\"width\";i:580;s:6:\"height\";i:314;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:31:\"acceptance_criteria-526x285.png\";s:5:\"width\";i:526;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4176,2381,'_wp_attached_file','2018/09/how-can-agile-scrum-reduce-regression-during-software-development-1.png'),(4177,2381,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:400;s:4:\"file\";s:79:\"2018/09/how-can-agile-scrum-reduce-regression-during-software-development-1.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:79:\"how-can-agile-scrum-reduce-regression-during-software-development-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:79:\"how-can-agile-scrum-reduce-regression-during-software-development-1-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:79:\"how-can-agile-scrum-reduce-regression-during-software-development-1-768x370.png\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:79:\"how-can-agile-scrum-reduce-regression-during-software-development-1-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:79:\"how-can-agile-scrum-reduce-regression-during-software-development-1-701x338.png\";s:5:\"width\";i:701;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:79:\"how-can-agile-scrum-reduce-regression-during-software-development-1-580x280.png\";s:5:\"width\";i:580;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:79:\"how-can-agile-scrum-reduce-regression-during-software-development-1-591x285.png\";s:5:\"width\";i:591;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4178,2382,'_wp_attached_file','2018/09/roles-in-scrum-po.png'),(4179,2382,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:300;s:4:\"file\";s:29:\"2018/09/roles-in-scrum-po.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"roles-in-scrum-po-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"roles-in-scrum-po-300x108.png\";s:5:\"width\";i:300;s:6:\"height\";i:108;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"roles-in-scrum-po-768x278.png\";s:5:\"width\";i:768;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:29:\"roles-in-scrum-po-480x173.png\";s:5:\"width\";i:480;s:6:\"height\";i:173;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:29:\"roles-in-scrum-po-730x264.png\";s:5:\"width\";i:730;s:6:\"height\";i:264;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:29:\"roles-in-scrum-po-580x210.png\";s:5:\"width\";i:580;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:29:\"roles-in-scrum-po-665x240.png\";s:5:\"width\";i:665;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4180,2383,'_wp_attached_file','2018/09/task-board-process.png'),(4181,2383,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:474;s:4:\"file\";s:30:\"2018/09/task-board-process.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"task-board-process-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"task-board-process-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"task-board-process-768x439.png\";s:5:\"width\";i:768;s:6:\"height\";i:439;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:30:\"task-board-process-480x274.png\";s:5:\"width\";i:480;s:6:\"height\";i:274;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:30:\"task-board-process-592x338.png\";s:5:\"width\";i:592;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:30:\"task-board-process-580x331.png\";s:5:\"width\";i:580;s:6:\"height\";i:331;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:30:\"task-board-process-499x285.png\";s:5:\"width\";i:499;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4182,2384,'_wp_attached_file','2018/09/how-can-agile-scrum-reduce-regression-during-software-development-2.png'),(4183,2384,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:400;s:4:\"file\";s:79:\"2018/09/how-can-agile-scrum-reduce-regression-during-software-development-2.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:79:\"how-can-agile-scrum-reduce-regression-during-software-development-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:79:\"how-can-agile-scrum-reduce-regression-during-software-development-2-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:79:\"how-can-agile-scrum-reduce-regression-during-software-development-2-768x370.png\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:79:\"how-can-agile-scrum-reduce-regression-during-software-development-2-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:79:\"how-can-agile-scrum-reduce-regression-during-software-development-2-701x338.png\";s:5:\"width\";i:701;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:79:\"how-can-agile-scrum-reduce-regression-during-software-development-2-580x280.png\";s:5:\"width\";i:580;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:79:\"how-can-agile-scrum-reduce-regression-during-software-development-2-591x285.png\";s:5:\"width\";i:591;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4184,2385,'_wp_attached_file','2018/09/roles-in-scrum-sm.png'),(4185,2385,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:300;s:4:\"file\";s:29:\"2018/09/roles-in-scrum-sm.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"roles-in-scrum-sm-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"roles-in-scrum-sm-300x108.png\";s:5:\"width\";i:300;s:6:\"height\";i:108;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"roles-in-scrum-sm-768x278.png\";s:5:\"width\";i:768;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:29:\"roles-in-scrum-sm-480x173.png\";s:5:\"width\";i:480;s:6:\"height\";i:173;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:29:\"roles-in-scrum-sm-730x264.png\";s:5:\"width\";i:730;s:6:\"height\";i:264;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:29:\"roles-in-scrum-sm-580x210.png\";s:5:\"width\";i:580;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:29:\"roles-in-scrum-sm-665x240.png\";s:5:\"width\";i:665;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4186,2386,'_wp_attached_file','2018/09/what-is-sprint-planning.png'),(4187,2386,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:508;s:4:\"file\";s:35:\"2018/09/what-is-sprint-planning.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"what-is-sprint-planning-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"what-is-sprint-planning-300x184.png\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"what-is-sprint-planning-768x470.png\";s:5:\"width\";i:768;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:35:\"what-is-sprint-planning-480x294.png\";s:5:\"width\";i:480;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:35:\"what-is-sprint-planning-552x338.png\";s:5:\"width\";i:552;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:35:\"what-is-sprint-planning-580x355.png\";s:5:\"width\";i:580;s:6:\"height\";i:355;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:35:\"what-is-sprint-planning-466x285.png\";s:5:\"width\";i:466;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4188,2387,'_wp_attached_file','2018/09/roles-in-scrum-dt.png'),(4189,2387,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:300;s:4:\"file\";s:29:\"2018/09/roles-in-scrum-dt.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"roles-in-scrum-dt-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"roles-in-scrum-dt-300x108.png\";s:5:\"width\";i:300;s:6:\"height\";i:108;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"roles-in-scrum-dt-768x278.png\";s:5:\"width\";i:768;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:29:\"roles-in-scrum-dt-480x173.png\";s:5:\"width\";i:480;s:6:\"height\";i:173;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:29:\"roles-in-scrum-dt-730x264.png\";s:5:\"width\";i:730;s:6:\"height\";i:264;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:29:\"roles-in-scrum-dt-580x210.png\";s:5:\"width\";i:580;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:29:\"roles-in-scrum-dt-665x240.png\";s:5:\"width\";i:665;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4190,2390,'_wp_attached_file','2018/09/what-is-scrum-backlog.png'),(4191,2390,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:400;s:4:\"file\";s:33:\"2018/09/what-is-scrum-backlog.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"what-is-scrum-backlog-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"what-is-scrum-backlog-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"what-is-scrum-backlog-768x370.png\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:33:\"what-is-scrum-backlog-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:33:\"what-is-scrum-backlog-701x338.png\";s:5:\"width\";i:701;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:33:\"what-is-scrum-backlog-580x280.png\";s:5:\"width\";i:580;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:33:\"what-is-scrum-backlog-591x285.png\";s:5:\"width\";i:591;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4241,2395,'_wp_attached_file','2018/09/how-should-acceptance-criteria-be-defined-in-scrum.png'),(4242,2395,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:450;s:4:\"file\";s:62:\"2018/09/how-should-acceptance-criteria-be-defined-in-scrum.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:62:\"how-should-acceptance-criteria-be-defined-in-scrum-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:62:\"how-should-acceptance-criteria-be-defined-in-scrum-300x163.png\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:62:\"how-should-acceptance-criteria-be-defined-in-scrum-768x416.png\";s:5:\"width\";i:768;s:6:\"height\";i:416;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:62:\"how-should-acceptance-criteria-be-defined-in-scrum-480x260.png\";s:5:\"width\";i:480;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:62:\"how-should-acceptance-criteria-be-defined-in-scrum-623x338.png\";s:5:\"width\";i:623;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:62:\"how-should-acceptance-criteria-be-defined-in-scrum-580x314.png\";s:5:\"width\";i:580;s:6:\"height\";i:314;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:62:\"how-should-acceptance-criteria-be-defined-in-scrum-526x285.png\";s:5:\"width\";i:526;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4319,2409,'_wp_attached_file','2018/09/7MistakesToAvoidInTheDailyScrumMeeting-1.jpg'),(4320,2409,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:500;s:4:\"file\";s:52:\"2018/09/7MistakesToAvoidInTheDailyScrumMeeting-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"7MistakesToAvoidInTheDailyScrumMeeting-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"7MistakesToAvoidInTheDailyScrumMeeting-1-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"7MistakesToAvoidInTheDailyScrumMeeting-1-768x463.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:52:\"7MistakesToAvoidInTheDailyScrumMeeting-1-480x289.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:52:\"7MistakesToAvoidInTheDailyScrumMeeting-1-561x338.jpg\";s:5:\"width\";i:561;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:52:\"7MistakesToAvoidInTheDailyScrumMeeting-1-580x349.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:349;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:52:\"7MistakesToAvoidInTheDailyScrumMeeting-1-473x285.jpg\";s:5:\"width\";i:473;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4351,2423,'_wp_attached_file','2018/09/xpagile_1.png'),(4352,2423,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:450;s:4:\"file\";s:21:\"2018/09/xpagile_1.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"xpagile_1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"xpagile_1-300x163.png\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"xpagile_1-768x416.png\";s:5:\"width\";i:768;s:6:\"height\";i:416;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:21:\"xpagile_1-480x260.png\";s:5:\"width\";i:480;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:21:\"xpagile_1-623x338.png\";s:5:\"width\";i:623;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:21:\"xpagile_1-580x314.png\";s:5:\"width\";i:580;s:6:\"height\";i:314;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:21:\"xpagile_1-526x285.png\";s:5:\"width\";i:526;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4353,2425,'_wp_attached_file','2018/09/xpagile_2.png'),(4354,2425,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:450;s:4:\"file\";s:21:\"2018/09/xpagile_2.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"xpagile_2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"xpagile_2-300x163.png\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"xpagile_2-768x416.png\";s:5:\"width\";i:768;s:6:\"height\";i:416;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:21:\"xpagile_2-480x260.png\";s:5:\"width\";i:480;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:21:\"xpagile_2-623x338.png\";s:5:\"width\";i:623;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:21:\"xpagile_2-580x314.png\";s:5:\"width\";i:580;s:6:\"height\";i:314;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:21:\"xpagile_2-526x285.png\";s:5:\"width\";i:526;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4380,2428,'_wp_attached_file','2018/09/estimating-in-agile-and-scrum1-1.png'),(4381,2428,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:308;s:4:\"file\";s:44:\"2018/09/estimating-in-agile-and-scrum1-1.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"estimating-in-agile-and-scrum1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"estimating-in-agile-and-scrum1-1-300x111.png\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"estimating-in-agile-and-scrum1-1-768x285.png\";s:5:\"width\";i:768;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:44:\"estimating-in-agile-and-scrum1-1-480x178.png\";s:5:\"width\";i:480;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:44:\"estimating-in-agile-and-scrum1-1-730x271.png\";s:5:\"width\";i:730;s:6:\"height\";i:271;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:44:\"estimating-in-agile-and-scrum1-1-580x215.png\";s:5:\"width\";i:580;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:44:\"estimating-in-agile-and-scrum1-1-665x247.png\";s:5:\"width\";i:665;s:6:\"height\";i:247;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4382,2429,'_wp_attached_file','2018/09/xpagile_3.png'),(4383,2429,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:450;s:4:\"file\";s:21:\"2018/09/xpagile_3.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"xpagile_3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"xpagile_3-300x163.png\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"xpagile_3-768x416.png\";s:5:\"width\";i:768;s:6:\"height\";i:416;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:21:\"xpagile_3-480x260.png\";s:5:\"width\";i:480;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:21:\"xpagile_3-623x338.png\";s:5:\"width\";i:623;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:21:\"xpagile_3-580x314.png\";s:5:\"width\";i:580;s:6:\"height\";i:314;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:21:\"xpagile_3-526x285.png\";s:5:\"width\";i:526;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4411,2435,'_wp_attached_file','2018/09/time-and-organize-your-product-release-1.png'),(4412,2435,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:400;s:4:\"file\";s:52:\"2018/09/time-and-organize-your-product-release-1.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"time-and-organize-your-product-release-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"time-and-organize-your-product-release-1-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"time-and-organize-your-product-release-1-768x370.png\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:52:\"time-and-organize-your-product-release-1-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:52:\"time-and-organize-your-product-release-1-701x338.png\";s:5:\"width\";i:701;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:52:\"time-and-organize-your-product-release-1-580x280.png\";s:5:\"width\";i:580;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:52:\"time-and-organize-your-product-release-1-591x285.png\";s:5:\"width\";i:591;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4413,2436,'_wp_attached_file','2018/09/agile-ratio2.jpg'),(4414,2436,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:500;s:4:\"file\";s:24:\"2018/09/agile-ratio2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"agile-ratio2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"agile-ratio2-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"agile-ratio2-768x463.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:24:\"agile-ratio2-480x289.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:24:\"agile-ratio2-561x338.jpg\";s:5:\"width\";i:561;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:24:\"agile-ratio2-580x349.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:349;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:24:\"agile-ratio2-473x285.jpg\";s:5:\"width\";i:473;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4415,2437,'_wp_attached_file','2018/09/time-and-organize-your-product-release-2.png'),(4416,2437,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:296;s:4:\"file\";s:52:\"2018/09/time-and-organize-your-product-release-2.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"time-and-organize-your-product-release-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"time-and-organize-your-product-release-2-300x107.png\";s:5:\"width\";i:300;s:6:\"height\";i:107;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"time-and-organize-your-product-release-2-768x274.png\";s:5:\"width\";i:768;s:6:\"height\";i:274;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:52:\"time-and-organize-your-product-release-2-480x171.png\";s:5:\"width\";i:480;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:52:\"time-and-organize-your-product-release-2-730x260.png\";s:5:\"width\";i:730;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:52:\"time-and-organize-your-product-release-2-580x207.png\";s:5:\"width\";i:580;s:6:\"height\";i:207;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:52:\"time-and-organize-your-product-release-2-665x237.png\";s:5:\"width\";i:665;s:6:\"height\";i:237;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4417,2438,'_wp_attached_file','2018/09/The-Development-Process.jpg'),(4418,2438,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:199;s:4:\"file\";s:35:\"2018/09/The-Development-Process.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"The-Development-Process-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"The-Development-Process-300x72.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"The-Development-Process-768x184.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:35:\"The-Development-Process-480x115.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:35:\"The-Development-Process-730x175.jpg\";s:5:\"width\";i:730;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:35:\"The-Development-Process-580x139.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:35:\"The-Development-Process-665x159.jpg\";s:5:\"width\";i:665;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4466,2442,'_wp_attached_file','2018/09/time-and-organize-your-product-release-3.png'),(4467,2442,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:554;s:4:\"file\";s:52:\"2018/09/time-and-organize-your-product-release-3.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"time-and-organize-your-product-release-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"time-and-organize-your-product-release-3-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"time-and-organize-your-product-release-3-768x513.png\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:52:\"time-and-organize-your-product-release-3-480x320.png\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:52:\"time-and-organize-your-product-release-3-506x338.png\";s:5:\"width\";i:506;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:52:\"time-and-organize-your-product-release-3-580x387.png\";s:5:\"width\";i:580;s:6:\"height\";i:387;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:52:\"time-and-organize-your-product-release-3-427x285.png\";s:5:\"width\";i:427;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4468,2445,'_wp_attached_file','2018/09/capturing-and-prioritizing-the-business-value-3.png'),(4469,2445,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:511;s:4:\"file\";s:59:\"2018/09/capturing-and-prioritizing-the-business-value-3.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-3-300x185.png\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-3-768x473.png\";s:5:\"width\";i:768;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-3-480x296.png\";s:5:\"width\";i:480;s:6:\"height\";i:296;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-3-549x338.png\";s:5:\"width\";i:549;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-3-580x357.png\";s:5:\"width\";i:580;s:6:\"height\";i:357;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-3-463x285.png\";s:5:\"width\";i:463;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4470,2446,'_wp_attached_file','2018/09/time-and-organize-your-product-release-4.png'),(4471,2446,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:305;s:4:\"file\";s:52:\"2018/09/time-and-organize-your-product-release-4.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"time-and-organize-your-product-release-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"time-and-organize-your-product-release-4-300x110.png\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"time-and-organize-your-product-release-4-768x282.png\";s:5:\"width\";i:768;s:6:\"height\";i:282;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:52:\"time-and-organize-your-product-release-4-480x176.png\";s:5:\"width\";i:480;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:52:\"time-and-organize-your-product-release-4-730x268.png\";s:5:\"width\";i:730;s:6:\"height\";i:268;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:52:\"time-and-organize-your-product-release-4-580x213.png\";s:5:\"width\";i:580;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:52:\"time-and-organize-your-product-release-4-665x244.png\";s:5:\"width\";i:665;s:6:\"height\";i:244;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4472,2447,'_wp_attached_file','2018/09/capturing-and-prioritizing-the-business-value-5.png'),(4473,2447,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:300;s:4:\"file\";s:59:\"2018/09/capturing-and-prioritizing-the-business-value-5.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"capturing-and-prioritizing-the-business-value-5-300x66.png\";s:5:\"width\";i:300;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-5-768x169.png\";s:5:\"width\";i:768;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"capturing-and-prioritizing-the-business-value-5-1024x225.png\";s:5:\"width\";i:1024;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-5-480x105.png\";s:5:\"width\";i:480;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-5-730x160.png\";s:5:\"width\";i:730;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-5-580x127.png\";s:5:\"width\";i:580;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-5-665x146.png\";s:5:\"width\";i:665;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4475,2450,'_wp_attached_file','2018/09/capturing-and-prioritizing-the-business-value-6.png'),(4476,2450,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:300;s:4:\"file\";s:59:\"2018/09/capturing-and-prioritizing-the-business-value-6.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"capturing-and-prioritizing-the-business-value-6-300x66.png\";s:5:\"width\";i:300;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-6-768x169.png\";s:5:\"width\";i:768;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"capturing-and-prioritizing-the-business-value-6-1024x225.png\";s:5:\"width\";i:1024;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-6-480x105.png\";s:5:\"width\";i:480;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-6-730x160.png\";s:5:\"width\";i:730;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-6-580x127.png\";s:5:\"width\";i:580;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-6-665x146.png\";s:5:\"width\";i:665;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4478,2451,'_wp_attached_file','2018/09/capturing-and-prioritizing-the-business-value-7.png'),(4479,2451,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:300;s:4:\"file\";s:59:\"2018/09/capturing-and-prioritizing-the-business-value-7.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"capturing-and-prioritizing-the-business-value-7-300x66.png\";s:5:\"width\";i:300;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-7-768x169.png\";s:5:\"width\";i:768;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"capturing-and-prioritizing-the-business-value-7-1024x225.png\";s:5:\"width\";i:1024;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-7-480x105.png\";s:5:\"width\";i:480;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-7-730x160.png\";s:5:\"width\";i:730;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-7-580x127.png\";s:5:\"width\";i:580;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-7-665x146.png\";s:5:\"width\";i:665;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4489,2456,'_wp_attached_file','2018/09/DistributedTeamsChallengesAndAgileAdvantages-5.png'),(4490,2456,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:500;s:4:\"file\";s:58:\"2018/09/DistributedTeamsChallengesAndAgileAdvantages-5.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"DistributedTeamsChallengesAndAgileAdvantages-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"DistributedTeamsChallengesAndAgileAdvantages-5-300x181.png\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"DistributedTeamsChallengesAndAgileAdvantages-5-768x463.png\";s:5:\"width\";i:768;s:6:\"height\";i:463;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:58:\"DistributedTeamsChallengesAndAgileAdvantages-5-480x289.png\";s:5:\"width\";i:480;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:58:\"DistributedTeamsChallengesAndAgileAdvantages-5-561x338.png\";s:5:\"width\";i:561;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:58:\"DistributedTeamsChallengesAndAgileAdvantages-5-580x349.png\";s:5:\"width\";i:580;s:6:\"height\";i:349;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:58:\"DistributedTeamsChallengesAndAgileAdvantages-5-473x285.png\";s:5:\"width\";i:473;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4494,2458,'_wp_attached_file','2018/09/why-agile-can-be-a-popular-software-development-framework.png'),(4495,2458,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:964;s:6:\"height\";i:591;s:4:\"file\";s:69:\"2018/09/why-agile-can-be-a-popular-software-development-framework.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:69:\"why-agile-can-be-a-popular-software-development-framework-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:69:\"why-agile-can-be-a-popular-software-development-framework-300x184.png\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:69:\"why-agile-can-be-a-popular-software-development-framework-768x471.png\";s:5:\"width\";i:768;s:6:\"height\";i:471;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:69:\"why-agile-can-be-a-popular-software-development-framework-480x294.png\";s:5:\"width\";i:480;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:69:\"why-agile-can-be-a-popular-software-development-framework-551x338.png\";s:5:\"width\";i:551;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:69:\"why-agile-can-be-a-popular-software-development-framework-580x356.png\";s:5:\"width\";i:580;s:6:\"height\";i:356;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:69:\"why-agile-can-be-a-popular-software-development-framework-465x285.png\";s:5:\"width\";i:465;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4496,2459,'_wp_attached_file','2018/09/why-agile-can-be-a-popular-software-development-framework-1.png'),(4497,2459,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:400;s:4:\"file\";s:71:\"2018/09/why-agile-can-be-a-popular-software-development-framework-1.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:71:\"why-agile-can-be-a-popular-software-development-framework-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:71:\"why-agile-can-be-a-popular-software-development-framework-1-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:71:\"why-agile-can-be-a-popular-software-development-framework-1-768x370.png\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:71:\"why-agile-can-be-a-popular-software-development-framework-1-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:71:\"why-agile-can-be-a-popular-software-development-framework-1-701x338.png\";s:5:\"width\";i:701;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:71:\"why-agile-can-be-a-popular-software-development-framework-1-580x280.png\";s:5:\"width\";i:580;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:71:\"why-agile-can-be-a-popular-software-development-framework-1-591x285.png\";s:5:\"width\";i:591;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4498,2460,'_wp_attached_file','2018/09/why-agile-can-be-a-popular-software-development-framework-2.png'),(4499,2460,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:400;s:4:\"file\";s:71:\"2018/09/why-agile-can-be-a-popular-software-development-framework-2.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:71:\"why-agile-can-be-a-popular-software-development-framework-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:71:\"why-agile-can-be-a-popular-software-development-framework-2-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:71:\"why-agile-can-be-a-popular-software-development-framework-2-768x370.png\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:71:\"why-agile-can-be-a-popular-software-development-framework-2-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:71:\"why-agile-can-be-a-popular-software-development-framework-2-701x338.png\";s:5:\"width\";i:701;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:71:\"why-agile-can-be-a-popular-software-development-framework-2-580x280.png\";s:5:\"width\";i:580;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:71:\"why-agile-can-be-a-popular-software-development-framework-2-591x285.png\";s:5:\"width\";i:591;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4500,2461,'_wp_attached_file','2018/09/why-agile-can-be-a-popular-software-development-framework-3.png'),(4501,2461,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:400;s:4:\"file\";s:71:\"2018/09/why-agile-can-be-a-popular-software-development-framework-3.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:71:\"why-agile-can-be-a-popular-software-development-framework-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:71:\"why-agile-can-be-a-popular-software-development-framework-3-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:71:\"why-agile-can-be-a-popular-software-development-framework-3-768x370.png\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:71:\"why-agile-can-be-a-popular-software-development-framework-3-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:71:\"why-agile-can-be-a-popular-software-development-framework-3-701x338.png\";s:5:\"width\";i:701;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:71:\"why-agile-can-be-a-popular-software-development-framework-3-580x280.png\";s:5:\"width\";i:580;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:71:\"why-agile-can-be-a-popular-software-development-framework-3-591x285.png\";s:5:\"width\";i:591;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4502,2462,'_wp_attached_file','2018/09/why-agile-can-be-a-popular-software-development-framework-4.png'),(4503,2462,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:400;s:4:\"file\";s:71:\"2018/09/why-agile-can-be-a-popular-software-development-framework-4.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:71:\"why-agile-can-be-a-popular-software-development-framework-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:71:\"why-agile-can-be-a-popular-software-development-framework-4-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:71:\"why-agile-can-be-a-popular-software-development-framework-4-768x370.png\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:71:\"why-agile-can-be-a-popular-software-development-framework-4-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:71:\"why-agile-can-be-a-popular-software-development-framework-4-701x338.png\";s:5:\"width\";i:701;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:71:\"why-agile-can-be-a-popular-software-development-framework-4-580x280.png\";s:5:\"width\";i:580;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:71:\"why-agile-can-be-a-popular-software-development-framework-4-591x285.png\";s:5:\"width\";i:591;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4504,2463,'_wp_attached_file','2018/09/why-agile-can-be-a-popular-software-development-framework-5.png'),(4505,2463,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:350;s:4:\"file\";s:71:\"2018/09/why-agile-can-be-a-popular-software-development-framework-5.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:71:\"why-agile-can-be-a-popular-software-development-framework-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:71:\"why-agile-can-be-a-popular-software-development-framework-5-300x127.png\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:71:\"why-agile-can-be-a-popular-software-development-framework-5-768x324.png\";s:5:\"width\";i:768;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:71:\"why-agile-can-be-a-popular-software-development-framework-5-480x202.png\";s:5:\"width\";i:480;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:71:\"why-agile-can-be-a-popular-software-development-framework-5-730x308.png\";s:5:\"width\";i:730;s:6:\"height\";i:308;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:71:\"why-agile-can-be-a-popular-software-development-framework-5-580x245.png\";s:5:\"width\";i:580;s:6:\"height\";i:245;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:71:\"why-agile-can-be-a-popular-software-development-framework-5-665x280.png\";s:5:\"width\";i:665;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4506,2464,'_wp_attached_file','2018/09/why-agile-can-be-a-popular-software-development-framework-6.png'),(4507,2464,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:350;s:4:\"file\";s:71:\"2018/09/why-agile-can-be-a-popular-software-development-framework-6.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:71:\"why-agile-can-be-a-popular-software-development-framework-6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:71:\"why-agile-can-be-a-popular-software-development-framework-6-300x127.png\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:71:\"why-agile-can-be-a-popular-software-development-framework-6-768x324.png\";s:5:\"width\";i:768;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:71:\"why-agile-can-be-a-popular-software-development-framework-6-480x202.png\";s:5:\"width\";i:480;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:71:\"why-agile-can-be-a-popular-software-development-framework-6-730x308.png\";s:5:\"width\";i:730;s:6:\"height\";i:308;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:71:\"why-agile-can-be-a-popular-software-development-framework-6-580x245.png\";s:5:\"width\";i:580;s:6:\"height\";i:245;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:71:\"why-agile-can-be-a-popular-software-development-framework-6-665x280.png\";s:5:\"width\";i:665;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4580,2472,'_wp_attached_file','2018/09/capturing-and-prioritizing-the-business-value.png'),(4581,2472,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:488;s:4:\"file\";s:57:\"2018/09/capturing-and-prioritizing-the-business-value.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"capturing-and-prioritizing-the-business-value-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"capturing-and-prioritizing-the-business-value-300x176.png\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:57:\"capturing-and-prioritizing-the-business-value-768x452.png\";s:5:\"width\";i:768;s:6:\"height\";i:452;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:57:\"capturing-and-prioritizing-the-business-value-480x282.png\";s:5:\"width\";i:480;s:6:\"height\";i:282;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:57:\"capturing-and-prioritizing-the-business-value-575x338.png\";s:5:\"width\";i:575;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:57:\"capturing-and-prioritizing-the-business-value-580x341.png\";s:5:\"width\";i:580;s:6:\"height\";i:341;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:57:\"capturing-and-prioritizing-the-business-value-485x285.png\";s:5:\"width\";i:485;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4582,2473,'_wp_attached_file','2018/09/capturing-and-prioritizing-the-business-value-1.png'),(4583,2473,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:451;s:4:\"file\";s:59:\"2018/09/capturing-and-prioritizing-the-business-value-1.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-1-300x163.png\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-1-768x417.png\";s:5:\"width\";i:768;s:6:\"height\";i:417;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-1-480x261.png\";s:5:\"width\";i:480;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-1-622x338.png\";s:5:\"width\";i:622;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-1-580x315.png\";s:5:\"width\";i:580;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-1-525x285.png\";s:5:\"width\";i:525;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4584,2475,'_wp_attached_file','2018/09/capturing-and-prioritizing-the-business-value-2.png'),(4585,2475,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:451;s:4:\"file\";s:59:\"2018/09/capturing-and-prioritizing-the-business-value-2.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-2-300x163.png\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-2-768x417.png\";s:5:\"width\";i:768;s:6:\"height\";i:417;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-2-480x261.png\";s:5:\"width\";i:480;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-2-622x338.png\";s:5:\"width\";i:622;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-2-580x315.png\";s:5:\"width\";i:580;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-2-525x285.png\";s:5:\"width\";i:525;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4586,2476,'_wp_attached_file','2018/09/capturing-and-prioritizing-the-business-value-3-1.png'),(4587,2476,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:511;s:4:\"file\";s:61:\"2018/09/capturing-and-prioritizing-the-business-value-3-1.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"capturing-and-prioritizing-the-business-value-3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:61:\"capturing-and-prioritizing-the-business-value-3-1-300x185.png\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:61:\"capturing-and-prioritizing-the-business-value-3-1-768x473.png\";s:5:\"width\";i:768;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:61:\"capturing-and-prioritizing-the-business-value-3-1-480x296.png\";s:5:\"width\";i:480;s:6:\"height\";i:296;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:61:\"capturing-and-prioritizing-the-business-value-3-1-549x338.png\";s:5:\"width\";i:549;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:61:\"capturing-and-prioritizing-the-business-value-3-1-580x357.png\";s:5:\"width\";i:580;s:6:\"height\";i:357;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:61:\"capturing-and-prioritizing-the-business-value-3-1-463x285.png\";s:5:\"width\";i:463;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4588,2477,'_wp_attached_file','2018/09/capturing-and-prioritizing-the-business-value-4.png'),(4589,2477,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:456;s:4:\"file\";s:59:\"2018/09/capturing-and-prioritizing-the-business-value-4.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-4-300x165.png\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-4-768x422.png\";s:5:\"width\";i:768;s:6:\"height\";i:422;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-4-480x264.png\";s:5:\"width\";i:480;s:6:\"height\";i:264;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-4-615x338.png\";s:5:\"width\";i:615;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-4-580x319.png\";s:5:\"width\";i:580;s:6:\"height\";i:319;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-4-519x285.png\";s:5:\"width\";i:519;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4590,2478,'_wp_attached_file','2018/09/capturing-and-prioritizing-the-business-value-5-1.png'),(4591,2478,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:300;s:4:\"file\";s:61:\"2018/09/capturing-and-prioritizing-the-business-value-5-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"capturing-and-prioritizing-the-business-value-5-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"capturing-and-prioritizing-the-business-value-5-1-300x66.png\";s:5:\"width\";i:300;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:61:\"capturing-and-prioritizing-the-business-value-5-1-768x169.png\";s:5:\"width\";i:768;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:62:\"capturing-and-prioritizing-the-business-value-5-1-1024x225.png\";s:5:\"width\";i:1024;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:61:\"capturing-and-prioritizing-the-business-value-5-1-480x105.png\";s:5:\"width\";i:480;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:61:\"capturing-and-prioritizing-the-business-value-5-1-730x160.png\";s:5:\"width\";i:730;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:61:\"capturing-and-prioritizing-the-business-value-5-1-580x127.png\";s:5:\"width\";i:580;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:61:\"capturing-and-prioritizing-the-business-value-5-1-665x146.png\";s:5:\"width\";i:665;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4592,2479,'_wp_attached_file','2018/09/capturing-and-prioritizing-the-business-value-6-1.png'),(4593,2479,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:300;s:4:\"file\";s:61:\"2018/09/capturing-and-prioritizing-the-business-value-6-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"capturing-and-prioritizing-the-business-value-6-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"capturing-and-prioritizing-the-business-value-6-1-300x66.png\";s:5:\"width\";i:300;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:61:\"capturing-and-prioritizing-the-business-value-6-1-768x169.png\";s:5:\"width\";i:768;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:62:\"capturing-and-prioritizing-the-business-value-6-1-1024x225.png\";s:5:\"width\";i:1024;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:61:\"capturing-and-prioritizing-the-business-value-6-1-480x105.png\";s:5:\"width\";i:480;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:61:\"capturing-and-prioritizing-the-business-value-6-1-730x160.png\";s:5:\"width\";i:730;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:61:\"capturing-and-prioritizing-the-business-value-6-1-580x127.png\";s:5:\"width\";i:580;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:61:\"capturing-and-prioritizing-the-business-value-6-1-665x146.png\";s:5:\"width\";i:665;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4594,2480,'_wp_attached_file','2018/09/capturing-and-prioritizing-the-business-value-7-1.png'),(4595,2480,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:300;s:4:\"file\";s:61:\"2018/09/capturing-and-prioritizing-the-business-value-7-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"capturing-and-prioritizing-the-business-value-7-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"capturing-and-prioritizing-the-business-value-7-1-300x66.png\";s:5:\"width\";i:300;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:61:\"capturing-and-prioritizing-the-business-value-7-1-768x169.png\";s:5:\"width\";i:768;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:62:\"capturing-and-prioritizing-the-business-value-7-1-1024x225.png\";s:5:\"width\";i:1024;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:61:\"capturing-and-prioritizing-the-business-value-7-1-480x105.png\";s:5:\"width\";i:480;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:61:\"capturing-and-prioritizing-the-business-value-7-1-730x160.png\";s:5:\"width\";i:730;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:61:\"capturing-and-prioritizing-the-business-value-7-1-580x127.png\";s:5:\"width\";i:580;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:61:\"capturing-and-prioritizing-the-business-value-7-1-665x146.png\";s:5:\"width\";i:665;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4596,2481,'_wp_attached_file','2018/09/capturing-and-prioritizing-the-business-value-8.png'),(4597,2481,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:400;s:4:\"file\";s:59:\"2018/09/capturing-and-prioritizing-the-business-value-8.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-8-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-8-768x370.png\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-8-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-8-701x338.png\";s:5:\"width\";i:701;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-8-580x280.png\";s:5:\"width\";i:580;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:59:\"capturing-and-prioritizing-the-business-value-8-591x285.png\";s:5:\"width\";i:591;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4603,2495,'_wp_attached_file','2018/09/scrum-product-owner-role-1.png'),(4604,2495,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:409;s:4:\"file\";s:38:\"2018/09/scrum-product-owner-role-1.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"scrum-product-owner-role-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"scrum-product-owner-role-1-300x148.png\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"scrum-product-owner-role-1-768x378.png\";s:5:\"width\";i:768;s:6:\"height\";i:378;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:38:\"scrum-product-owner-role-1-480x237.png\";s:5:\"width\";i:480;s:6:\"height\";i:237;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:38:\"scrum-product-owner-role-1-686x338.png\";s:5:\"width\";i:686;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:38:\"scrum-product-owner-role-1-580x286.png\";s:5:\"width\";i:580;s:6:\"height\";i:286;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:38:\"scrum-product-owner-role-1-578x285.png\";s:5:\"width\";i:578;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4607,2496,'_wp_attached_file','2018/09/iot.png'),(4608,2496,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:500;s:4:\"file\";s:15:\"2018/09/iot.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"iot-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"iot-300x181.png\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"iot-768x463.png\";s:5:\"width\";i:768;s:6:\"height\";i:463;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:15:\"iot-480x289.png\";s:5:\"width\";i:480;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:15:\"iot-561x338.png\";s:5:\"width\";i:561;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:15:\"iot-580x349.png\";s:5:\"width\";i:580;s:6:\"height\";i:349;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:15:\"iot-473x285.png\";s:5:\"width\";i:473;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4633,2498,'_wp_attached_file','2018/09/offshoring1.png'),(4634,2498,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:500;s:4:\"file\";s:23:\"2018/09/offshoring1.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"offshoring1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"offshoring1-300x181.png\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"offshoring1-768x463.png\";s:5:\"width\";i:768;s:6:\"height\";i:463;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:23:\"offshoring1-480x289.png\";s:5:\"width\";i:480;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:23:\"offshoring1-561x338.png\";s:5:\"width\";i:561;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:23:\"offshoring1-580x349.png\";s:5:\"width\";i:580;s:6:\"height\";i:349;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:23:\"offshoring1-473x285.png\";s:5:\"width\";i:473;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4635,2499,'_wp_attached_file','2018/09/Multiskilledprojectmanager.png'),(4636,2499,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:500;s:4:\"file\";s:38:\"2018/09/Multiskilledprojectmanager.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Multiskilledprojectmanager-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Multiskilledprojectmanager-300x181.png\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Multiskilledprojectmanager-768x463.png\";s:5:\"width\";i:768;s:6:\"height\";i:463;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:38:\"Multiskilledprojectmanager-480x289.png\";s:5:\"width\";i:480;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:38:\"Multiskilledprojectmanager-561x338.png\";s:5:\"width\";i:561;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:38:\"Multiskilledprojectmanager-580x349.png\";s:5:\"width\";i:580;s:6:\"height\";i:349;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:38:\"Multiskilledprojectmanager-473x285.png\";s:5:\"width\";i:473;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4637,2500,'_wp_attached_file','2018/09/Agileframeworks.png'),(4638,2500,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:500;s:4:\"file\";s:27:\"2018/09/Agileframeworks.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Agileframeworks-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Agileframeworks-300x181.png\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Agileframeworks-768x463.png\";s:5:\"width\";i:768;s:6:\"height\";i:463;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:27:\"Agileframeworks-480x289.png\";s:5:\"width\";i:480;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:27:\"Agileframeworks-561x338.png\";s:5:\"width\";i:561;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:27:\"Agileframeworks-580x349.png\";s:5:\"width\";i:580;s:6:\"height\";i:349;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:27:\"Agileframeworks-473x285.png\";s:5:\"width\";i:473;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4639,2502,'_wp_attached_file','2018/09/Collaborationandincreasedteamwork.png'),(4640,2502,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:500;s:4:\"file\";s:45:\"2018/09/Collaborationandincreasedteamwork.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Collaborationandincreasedteamwork-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Collaborationandincreasedteamwork-300x181.png\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Collaborationandincreasedteamwork-768x463.png\";s:5:\"width\";i:768;s:6:\"height\";i:463;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:45:\"Collaborationandincreasedteamwork-480x289.png\";s:5:\"width\";i:480;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:45:\"Collaborationandincreasedteamwork-561x338.png\";s:5:\"width\";i:561;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:45:\"Collaborationandincreasedteamwork-580x349.png\";s:5:\"width\";i:580;s:6:\"height\";i:349;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:45:\"Collaborationandincreasedteamwork-473x285.png\";s:5:\"width\";i:473;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4691,2507,'_wp_attached_file','2018/09/AgileForProjectManagement–AnIntroduction.png'),(4692,2507,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:500;s:4:\"file\";s:54:\"2018/09/AgileForProjectManagement–AnIntroduction.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"AgileForProjectManagement–AnIntroduction-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"AgileForProjectManagement–AnIntroduction-300x181.png\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"AgileForProjectManagement–AnIntroduction-768x463.png\";s:5:\"width\";i:768;s:6:\"height\";i:463;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:54:\"AgileForProjectManagement–AnIntroduction-480x289.png\";s:5:\"width\";i:480;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:54:\"AgileForProjectManagement–AnIntroduction-561x338.png\";s:5:\"width\";i:561;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:54:\"AgileForProjectManagement–AnIntroduction-580x349.png\";s:5:\"width\";i:580;s:6:\"height\";i:349;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:54:\"AgileForProjectManagement–AnIntroduction-473x285.png\";s:5:\"width\";i:473;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4719,2510,'_wp_attached_file','2018/09/gitlab-community.png'),(4720,2510,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:400;s:4:\"file\";s:28:\"2018/09/gitlab-community.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"gitlab-community-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"gitlab-community-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"gitlab-community-768x370.png\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:28:\"gitlab-community-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:28:\"gitlab-community-701x338.png\";s:5:\"width\";i:701;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:28:\"gitlab-community-580x280.png\";s:5:\"width\";i:580;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:28:\"gitlab-community-591x285.png\";s:5:\"width\";i:591;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4721,2511,'_wp_attached_file','2018/09/gitlab-distributed-development.png'),(4722,2511,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:537;s:4:\"file\";s:42:\"2018/09/gitlab-distributed-development.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"gitlab-distributed-development-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"gitlab-distributed-development-300x194.png\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"gitlab-distributed-development-768x497.png\";s:5:\"width\";i:768;s:6:\"height\";i:497;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:42:\"gitlab-distributed-development-480x311.png\";s:5:\"width\";i:480;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:42:\"gitlab-distributed-development-522x338.png\";s:5:\"width\";i:522;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:42:\"gitlab-distributed-development-580x375.png\";s:5:\"width\";i:580;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:42:\"gitlab-distributed-development-441x285.png\";s:5:\"width\";i:441;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4723,2512,'_wp_attached_file','2018/09/gitlab-feature-branch-workflow.png'),(4724,2512,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:259;s:4:\"file\";s:42:\"2018/09/gitlab-feature-branch-workflow.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"gitlab-feature-branch-workflow-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"gitlab-feature-branch-workflow-300x94.png\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"gitlab-feature-branch-workflow-768x240.png\";s:5:\"width\";i:768;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:42:\"gitlab-feature-branch-workflow-480x150.png\";s:5:\"width\";i:480;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:42:\"gitlab-feature-branch-workflow-730x228.png\";s:5:\"width\";i:730;s:6:\"height\";i:228;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:42:\"gitlab-feature-branch-workflow-580x181.png\";s:5:\"width\";i:580;s:6:\"height\";i:181;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:42:\"gitlab-feature-branch-workflow-665x208.png\";s:5:\"width\";i:665;s:6:\"height\";i:208;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4725,2513,'_wp_attached_file','2018/09/gitlab-pull-requests.png'),(4726,2513,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:400;s:4:\"file\";s:32:\"2018/09/gitlab-pull-requests.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"gitlab-pull-requests-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"gitlab-pull-requests-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"gitlab-pull-requests-768x370.png\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:32:\"gitlab-pull-requests-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:32:\"gitlab-pull-requests-701x338.png\";s:5:\"width\";i:701;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:32:\"gitlab-pull-requests-580x280.png\";s:5:\"width\";i:580;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:32:\"gitlab-pull-requests-591x285.png\";s:5:\"width\";i:591;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4727,2514,'_wp_attached_file','2018/09/gitlab-Software-code-and-version-control-systems.png'),(4728,2514,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:400;s:4:\"file\";s:60:\"2018/09/gitlab-Software-code-and-version-control-systems.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"gitlab-Software-code-and-version-control-systems-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"gitlab-Software-code-and-version-control-systems-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:60:\"gitlab-Software-code-and-version-control-systems-768x370.png\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:60:\"gitlab-Software-code-and-version-control-systems-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:60:\"gitlab-Software-code-and-version-control-systems-701x338.png\";s:5:\"width\";i:701;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:60:\"gitlab-Software-code-and-version-control-systems-580x280.png\";s:5:\"width\";i:580;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:60:\"gitlab-Software-code-and-version-control-systems-591x285.png\";s:5:\"width\";i:591;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4729,2516,'_wp_attached_file','2018/09/busi-value-defi-of-ready-product-backlogs.png'),(4730,2516,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:400;s:4:\"file\";s:53:\"2018/09/busi-value-defi-of-ready-product-backlogs.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"busi-value-defi-of-ready-product-backlogs-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"busi-value-defi-of-ready-product-backlogs-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"busi-value-defi-of-ready-product-backlogs-768x370.png\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:53:\"busi-value-defi-of-ready-product-backlogs-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:53:\"busi-value-defi-of-ready-product-backlogs-701x338.png\";s:5:\"width\";i:701;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:53:\"busi-value-defi-of-ready-product-backlogs-580x280.png\";s:5:\"width\";i:580;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:53:\"busi-value-defi-of-ready-product-backlogs-591x285.png\";s:5:\"width\";i:591;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4756,2520,'_wp_attached_file','2018/09/CanAgileReduceComplexity1.png'),(4757,2520,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:500;s:4:\"file\";s:37:\"2018/09/CanAgileReduceComplexity1.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"CanAgileReduceComplexity1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"CanAgileReduceComplexity1-300x181.png\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"CanAgileReduceComplexity1-768x463.png\";s:5:\"width\";i:768;s:6:\"height\";i:463;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:37:\"CanAgileReduceComplexity1-480x289.png\";s:5:\"width\";i:480;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:37:\"CanAgileReduceComplexity1-561x338.png\";s:5:\"width\";i:561;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:37:\"CanAgileReduceComplexity1-580x349.png\";s:5:\"width\";i:580;s:6:\"height\";i:349;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:37:\"CanAgileReduceComplexity1-473x285.png\";s:5:\"width\";i:473;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4787,2525,'_wp_attached_file','2018/09/AgieCoach.png'),(4788,2525,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:500;s:4:\"file\";s:21:\"2018/09/AgieCoach.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"AgieCoach-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"AgieCoach-300x181.png\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"AgieCoach-768x463.png\";s:5:\"width\";i:768;s:6:\"height\";i:463;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:21:\"AgieCoach-480x289.png\";s:5:\"width\";i:480;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:21:\"AgieCoach-561x338.png\";s:5:\"width\";i:561;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:21:\"AgieCoach-580x349.png\";s:5:\"width\";i:580;s:6:\"height\";i:349;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:21:\"AgieCoach-473x285.png\";s:5:\"width\";i:473;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4837,2532,'_wp_attached_file','2018/09/Whyagiletransformationisdifficult-1.png'),(4838,2532,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:500;s:4:\"file\";s:47:\"2018/09/Whyagiletransformationisdifficult-1.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Whyagiletransformationisdifficult-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"Whyagiletransformationisdifficult-1-300x181.png\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"Whyagiletransformationisdifficult-1-768x463.png\";s:5:\"width\";i:768;s:6:\"height\";i:463;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:47:\"Whyagiletransformationisdifficult-1-480x289.png\";s:5:\"width\";i:480;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:47:\"Whyagiletransformationisdifficult-1-561x338.png\";s:5:\"width\";i:561;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:47:\"Whyagiletransformationisdifficult-1-580x349.png\";s:5:\"width\";i:580;s:6:\"height\";i:349;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:47:\"Whyagiletransformationisdifficult-1-473x285.png\";s:5:\"width\";i:473;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4866,2542,'_wp_attached_file','2018/09/whydevelopmentteamfail1.png'),(4867,2542,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:500;s:4:\"file\";s:35:\"2018/09/whydevelopmentteamfail1.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"whydevelopmentteamfail1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"whydevelopmentteamfail1-300x181.png\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"whydevelopmentteamfail1-768x463.png\";s:5:\"width\";i:768;s:6:\"height\";i:463;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:35:\"whydevelopmentteamfail1-480x289.png\";s:5:\"width\";i:480;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:35:\"whydevelopmentteamfail1-561x338.png\";s:5:\"width\";i:561;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:35:\"whydevelopmentteamfail1-580x349.png\";s:5:\"width\";i:580;s:6:\"height\";i:349;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:35:\"whydevelopmentteamfail1-473x285.png\";s:5:\"width\";i:473;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4873,2546,'_wp_attached_file','2018/09/product-vision-and-goals-in-scrum-1.png'),(4874,2546,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:346;s:4:\"file\";s:47:\"2018/09/product-vision-and-goals-in-scrum-1.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"product-vision-and-goals-in-scrum-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"product-vision-and-goals-in-scrum-1-300x125.png\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"product-vision-and-goals-in-scrum-1-768x320.png\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:47:\"product-vision-and-goals-in-scrum-1-480x200.png\";s:5:\"width\";i:480;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:47:\"product-vision-and-goals-in-scrum-1-730x304.png\";s:5:\"width\";i:730;s:6:\"height\";i:304;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:47:\"product-vision-and-goals-in-scrum-1-580x242.png\";s:5:\"width\";i:580;s:6:\"height\";i:242;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:47:\"product-vision-and-goals-in-scrum-1-665x277.png\";s:5:\"width\";i:665;s:6:\"height\";i:277;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4875,2548,'_wp_attached_file','2018/09/product-vision-and-goals-in-scrum-2.png'),(4876,2548,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:400;s:4:\"file\";s:47:\"2018/09/product-vision-and-goals-in-scrum-2.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"product-vision-and-goals-in-scrum-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"product-vision-and-goals-in-scrum-2-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"product-vision-and-goals-in-scrum-2-768x370.png\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:47:\"product-vision-and-goals-in-scrum-2-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:47:\"product-vision-and-goals-in-scrum-2-701x338.png\";s:5:\"width\";i:701;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:47:\"product-vision-and-goals-in-scrum-2-580x280.png\";s:5:\"width\";i:580;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:47:\"product-vision-and-goals-in-scrum-2-591x285.png\";s:5:\"width\";i:591;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4966,2616,'_wp_attached_file','2018/09/ProductOwnerTeamStakeholders.png'),(4967,2616,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:633;s:6:\"height\";i:355;s:4:\"file\";s:40:\"2018/09/ProductOwnerTeamStakeholders.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"ProductOwnerTeamStakeholders-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"ProductOwnerTeamStakeholders-300x168.png\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:40:\"ProductOwnerTeamStakeholders-480x269.png\";s:5:\"width\";i:480;s:6:\"height\";i:269;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:40:\"ProductOwnerTeamStakeholders-603x338.png\";s:5:\"width\";i:603;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:40:\"ProductOwnerTeamStakeholders-580x325.png\";s:5:\"width\";i:580;s:6:\"height\";i:325;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:40:\"ProductOwnerTeamStakeholders-508x285.png\";s:5:\"width\";i:508;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5154,2719,'_wp_attached_file','2018/09/task-board-process-1.png'),(5155,2719,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:474;s:4:\"file\";s:32:\"2018/09/task-board-process-1.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"task-board-process-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"task-board-process-1-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"task-board-process-1-768x439.png\";s:5:\"width\";i:768;s:6:\"height\";i:439;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:32:\"task-board-process-1-480x274.png\";s:5:\"width\";i:480;s:6:\"height\";i:274;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:32:\"task-board-process-1-592x338.png\";s:5:\"width\";i:592;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:32:\"task-board-process-1-580x331.png\";s:5:\"width\";i:580;s:6:\"height\";i:331;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:32:\"task-board-process-1-499x285.png\";s:5:\"width\";i:499;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5210,1782,'_edit_lock','1536386058:6'),(5292,2805,'_wp_attached_file','2018/09/04_20180731054244855.png'),(5293,2805,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1036;s:6:\"height\";i:529;s:4:\"file\";s:32:\"2018/09/04_20180731054244855.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"04_20180731054244855-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"04_20180731054244855-300x153.png\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"04_20180731054244855-768x392.png\";s:5:\"width\";i:768;s:6:\"height\";i:392;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"04_20180731054244855-1024x523.png\";s:5:\"width\";i:1024;s:6:\"height\";i:523;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:32:\"04_20180731054244855-480x245.png\";s:5:\"width\";i:480;s:6:\"height\";i:245;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:32:\"04_20180731054244855-662x338.png\";s:5:\"width\";i:662;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:32:\"04_20180731054244855-580x296.png\";s:5:\"width\";i:580;s:6:\"height\";i:296;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:32:\"04_20180731054244855-558x285.png\";s:5:\"width\";i:558;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5555,2891,'_edit_lock','1536408795:3'),(5556,2891,'_edit_last','3'),(5557,2891,'_yoast_wpseo_primary_faq-category',''),(5558,2891,'_yoast_wpseo_content_score','60'),(5559,2892,'_edit_lock','1536408496:3'),(5560,2892,'_edit_last','3'),(5561,2892,'_yoast_wpseo_primary_faq-category',''),(5562,2892,'_yoast_wpseo_content_score','90'),(5567,2894,'_edit_lock','1536408461:3'),(5568,2894,'_edit_last','3'),(5569,2894,'_yoast_wpseo_primary_faq-category',''),(5570,2894,'_yoast_wpseo_content_score','90'),(5571,2895,'_edit_lock','1536408368:3'),(5572,2895,'_edit_last','3'),(5573,2895,'_yoast_wpseo_primary_faq-category',''),(5574,2895,'_yoast_wpseo_content_score','90'),(5579,2897,'_edit_lock','1541490511:8'),(5580,2897,'_edit_last','8'),(5581,2897,'_yoast_wpseo_primary_faq-category',''),(5582,2897,'_yoast_wpseo_content_score','90'),(5584,2899,'_edit_lock','1536405138:3'),(5585,2899,'_edit_last','3'),(5586,2899,'_yoast_wpseo_primary_faq-category',''),(5587,2899,'_yoast_wpseo_content_score','90'),(5588,2900,'_edit_lock','1536405049:3'),(5589,2900,'_edit_last','3'),(5590,2900,'_yoast_wpseo_primary_faq-category',''),(5591,2900,'_yoast_wpseo_content_score','60'),(5592,2901,'_edit_lock','1536404916:3'),(5593,2901,'_edit_last','3'),(5594,2901,'_yoast_wpseo_primary_faq-category',''),(5595,2901,'_yoast_wpseo_content_score','90'),(5623,2906,'_edit_lock','1536408838:3'),(5624,2906,'_edit_last','3'),(5625,2906,'_yoast_wpseo_primary_faq-category',''),(5626,2906,'_yoast_wpseo_content_score','30'),(5627,2907,'_edit_lock','1536401161:3'),(5628,2907,'_edit_last','3'),(5629,2907,'_yoast_wpseo_primary_faq-category',''),(5630,2907,'_yoast_wpseo_content_score','30'),(5631,2909,'_edit_lock','1536400699:3'),(5632,2909,'_edit_last','3'),(5633,2909,'_yoast_wpseo_primary_faq-category',''),(5634,2909,'_yoast_wpseo_content_score','90'),(5635,2910,'_edit_lock','1536400583:3'),(5636,2910,'_edit_last','3'),(5637,2910,'_yoast_wpseo_primary_faq-category',''),(5638,2910,'_yoast_wpseo_content_score','90'),(5639,2911,'_edit_lock','1536400001:3'),(5640,2911,'_edit_last','3'),(5641,2911,'_yoast_wpseo_primary_faq-category',''),(5642,2911,'_yoast_wpseo_content_score','30'),(5643,2912,'_edit_lock','1536399589:3'),(5644,2912,'_edit_last','3'),(5645,2912,'_yoast_wpseo_primary_faq-category',''),(5646,2912,'_yoast_wpseo_content_score','30'),(5647,2913,'_edit_lock','1536399537:3'),(5648,2913,'_edit_last','3'),(5649,2913,'_yoast_wpseo_primary_faq-category',''),(5650,2913,'_yoast_wpseo_content_score','30'),(5655,2915,'_edit_lock','1536399264:3'),(5656,2915,'_edit_last','3'),(5657,2915,'_yoast_wpseo_primary_faq-category',''),(5658,2915,'_yoast_wpseo_content_score','90'),(5659,2916,'_edit_lock','1536398376:3'),(5660,2916,'_edit_last','8'),(5661,2916,'_yoast_wpseo_primary_faq-category',''),(5662,2916,'_yoast_wpseo_content_score','90'),(5663,1707,'_edit_lock','1536582258:4'),(5668,2923,'_wp_attached_file','2018/09/core-responsibilities.png'),(5669,2923,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:300;s:4:\"file\";s:33:\"2018/09/core-responsibilities.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"core-responsibilities-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"core-responsibilities-300x108.png\";s:5:\"width\";i:300;s:6:\"height\";i:108;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"core-responsibilities-768x278.png\";s:5:\"width\";i:768;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:33:\"core-responsibilities-480x173.png\";s:5:\"width\";i:480;s:6:\"height\";i:173;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:33:\"core-responsibilities-730x264.png\";s:5:\"width\";i:730;s:6:\"height\";i:264;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:33:\"core-responsibilities-580x210.png\";s:5:\"width\";i:580;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:33:\"core-responsibilities-665x240.png\";s:5:\"width\";i:665;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5670,2924,'_wp_attached_file','2018/09/manual-vs-computerised-s-p-m.png'),(5671,2924,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:369;s:4:\"file\";s:40:\"2018/09/manual-vs-computerised-s-p-m.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"manual-vs-computerised-s-p-m-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"manual-vs-computerised-s-p-m-300x133.png\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"manual-vs-computerised-s-p-m-768x341.png\";s:5:\"width\";i:768;s:6:\"height\";i:341;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:40:\"manual-vs-computerised-s-p-m-480x213.png\";s:5:\"width\";i:480;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:40:\"manual-vs-computerised-s-p-m-730x325.png\";s:5:\"width\";i:730;s:6:\"height\";i:325;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:40:\"manual-vs-computerised-s-p-m-580x258.png\";s:5:\"width\";i:580;s:6:\"height\";i:258;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:40:\"manual-vs-computerised-s-p-m-641x285.png\";s:5:\"width\";i:641;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5724,1770,'_edit_lock','1536310070:1'),(5725,2933,'_wp_attached_file','2018/09/what-is-agile-programming.png'),(5726,2933,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:400;s:4:\"file\";s:37:\"2018/09/what-is-agile-programming.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"what-is-agile-programming-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"what-is-agile-programming-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"what-is-agile-programming-768x370.png\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:37:\"what-is-agile-programming-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:37:\"what-is-agile-programming-701x338.png\";s:5:\"width\";i:701;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:37:\"what-is-agile-programming-580x280.png\";s:5:\"width\";i:580;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:37:\"what-is-agile-programming-591x285.png\";s:5:\"width\";i:591;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5727,2934,'_wp_attached_file','2018/09/when-to-start-developing-a-user-story.png'),(5728,2934,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:474;s:4:\"file\";s:49:\"2018/09/when-to-start-developing-a-user-story.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"when-to-start-developing-a-user-story-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"when-to-start-developing-a-user-story-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"when-to-start-developing-a-user-story-768x439.png\";s:5:\"width\";i:768;s:6:\"height\";i:439;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:49:\"when-to-start-developing-a-user-story-480x274.png\";s:5:\"width\";i:480;s:6:\"height\";i:274;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:49:\"when-to-start-developing-a-user-story-592x338.png\";s:5:\"width\";i:592;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:49:\"when-to-start-developing-a-user-story-580x331.png\";s:5:\"width\";i:580;s:6:\"height\";i:331;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:49:\"when-to-start-developing-a-user-story-499x285.png\";s:5:\"width\";i:499;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5942,11,'_edit_lock','1536299225:4'),(5944,11,'_yoast_wpseo_content_score','30'),(5946,11,'_edit_last','4'),(5947,11,'_post_navigation_menu',''),(5948,11,'_post_header_skin',''),(5949,11,'_post_navigation_submenu_skin',''),(5950,11,'_post_header_background_color',''),(5951,11,'_post_header_background_image',''),(5952,11,'_post_header_background_image_repeat',''),(5953,11,'_post_header_background_image_position',''),(5954,11,'_post_header_background_image_size',''),(5955,11,'_post_header_background_image_attachment',''),(5956,11,'_post_content_skin',''),(5957,11,'_post_title_content_breadcrumbs_position',''),(5958,11,'_post_title_text_transform',''),(5959,11,'_post_title_font_weight',''),(5960,11,'_post_title_font_size',''),(5961,11,'_post_content_width',''),(5962,11,'_post_content_width_value','a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}'),(5963,11,'_post_sidebar_id',''),(5964,11,'_post_sidebar_position','right'),(5965,11,'_post_footer_skin',''),(5966,2998,'_wp_attached_file','2018/09/breaking-down-the-a-manifesto-and-understanding-it.png'),(5967,2998,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:400;s:4:\"file\";s:62:\"2018/09/breaking-down-the-a-manifesto-and-understanding-it.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:62:\"breaking-down-the-a-manifesto-and-understanding-it-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:62:\"breaking-down-the-a-manifesto-and-understanding-it-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:62:\"breaking-down-the-a-manifesto-and-understanding-it-768x370.png\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:62:\"breaking-down-the-a-manifesto-and-understanding-it-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:62:\"breaking-down-the-a-manifesto-and-understanding-it-701x338.png\";s:5:\"width\";i:701;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:62:\"breaking-down-the-a-manifesto-and-understanding-it-580x280.png\";s:5:\"width\";i:580;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:62:\"breaking-down-the-a-manifesto-and-understanding-it-591x285.png\";s:5:\"width\";i:591;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5991,3000,'_wp_attached_file','2018/09/breaking-down-the-a-manifesto-and-understanding-it-1.png'),(5992,3000,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:400;s:4:\"file\";s:64:\"2018/09/breaking-down-the-a-manifesto-and-understanding-it-1.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:64:\"breaking-down-the-a-manifesto-and-understanding-it-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:64:\"breaking-down-the-a-manifesto-and-understanding-it-1-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:64:\"breaking-down-the-a-manifesto-and-understanding-it-1-768x370.png\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:64:\"breaking-down-the-a-manifesto-and-understanding-it-1-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:64:\"breaking-down-the-a-manifesto-and-understanding-it-1-701x338.png\";s:5:\"width\";i:701;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:64:\"breaking-down-the-a-manifesto-and-understanding-it-1-580x280.png\";s:5:\"width\";i:580;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:64:\"breaking-down-the-a-manifesto-and-understanding-it-1-591x285.png\";s:5:\"width\";i:591;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6016,3013,'_wp_attached_file','2018/09/scrum-tool-article-main.png'),(6017,3013,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:409;s:4:\"file\";s:35:\"2018/09/scrum-tool-article-main.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"scrum-tool-article-main-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"scrum-tool-article-main-300x148.png\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"scrum-tool-article-main-768x378.png\";s:5:\"width\";i:768;s:6:\"height\";i:378;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:35:\"scrum-tool-article-main-480x237.png\";s:5:\"width\";i:480;s:6:\"height\";i:237;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:35:\"scrum-tool-article-main-686x338.png\";s:5:\"width\";i:686;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:35:\"scrum-tool-article-main-580x286.png\";s:5:\"width\";i:580;s:6:\"height\";i:286;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:35:\"scrum-tool-article-main-578x285.png\";s:5:\"width\";i:578;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6044,3021,'_wp_attached_file','2018/09/agile-software-development-model.png'),(6045,3021,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:684;s:4:\"file\";s:44:\"2018/09/agile-software-development-model.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"agile-software-development-model-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"agile-software-development-model-300x247.png\";s:5:\"width\";i:300;s:6:\"height\";i:247;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"agile-software-development-model-768x633.png\";s:5:\"width\";i:768;s:6:\"height\";i:633;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:44:\"agile-software-development-model-480x396.png\";s:5:\"width\";i:480;s:6:\"height\";i:396;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:44:\"agile-software-development-model-410x338.png\";s:5:\"width\";i:410;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:44:\"agile-software-development-model-491x405.png\";s:5:\"width\";i:491;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:44:\"agile-software-development-model-346x285.png\";s:5:\"width\";i:346;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6073,3029,'_wp_attached_file','2018/09/what-is-agile-model-in-sdlc.png'),(6074,3029,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:400;s:4:\"file\";s:39:\"2018/09/what-is-agile-model-in-sdlc.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"what-is-agile-model-in-sdlc-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"what-is-agile-model-in-sdlc-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"what-is-agile-model-in-sdlc-768x370.png\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:39:\"what-is-agile-model-in-sdlc-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:39:\"what-is-agile-model-in-sdlc-701x338.png\";s:5:\"width\";i:701;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:39:\"what-is-agile-model-in-sdlc-580x280.png\";s:5:\"width\";i:580;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:39:\"what-is-agile-model-in-sdlc-591x285.png\";s:5:\"width\";i:591;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6076,3030,'_wp_attached_file','2018/09/software-planning-process.png'),(6077,3030,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:350;s:4:\"file\";s:37:\"2018/09/software-planning-process.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"software-planning-process-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"software-planning-process-300x127.png\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"software-planning-process-768x324.png\";s:5:\"width\";i:768;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:37:\"software-planning-process-480x202.png\";s:5:\"width\";i:480;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:37:\"software-planning-process-730x308.png\";s:5:\"width\";i:730;s:6:\"height\";i:308;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:37:\"software-planning-process-580x245.png\";s:5:\"width\";i:580;s:6:\"height\";i:245;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:37:\"software-planning-process-665x280.png\";s:5:\"width\";i:665;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6104,3034,'_wp_attached_file','2018/09/manual-vs-computerised-s-p-m-1.png'),(6105,3034,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:369;s:4:\"file\";s:42:\"2018/09/manual-vs-computerised-s-p-m-1.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"manual-vs-computerised-s-p-m-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"manual-vs-computerised-s-p-m-1-300x133.png\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"manual-vs-computerised-s-p-m-1-768x341.png\";s:5:\"width\";i:768;s:6:\"height\";i:341;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:42:\"manual-vs-computerised-s-p-m-1-480x213.png\";s:5:\"width\";i:480;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:42:\"manual-vs-computerised-s-p-m-1-730x325.png\";s:5:\"width\";i:730;s:6:\"height\";i:325;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:42:\"manual-vs-computerised-s-p-m-1-580x258.png\";s:5:\"width\";i:580;s:6:\"height\";i:258;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:42:\"manual-vs-computerised-s-p-m-1-641x285.png\";s:5:\"width\";i:641;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6182,3047,'_wp_attached_file','2018/09/DealingWithProjectRisk.png'),(6183,3047,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:450;s:4:\"file\";s:34:\"2018/09/DealingWithProjectRisk.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"DealingWithProjectRisk-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"DealingWithProjectRisk-300x163.png\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"DealingWithProjectRisk-768x416.png\";s:5:\"width\";i:768;s:6:\"height\";i:416;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:34:\"DealingWithProjectRisk-480x260.png\";s:5:\"width\";i:480;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:34:\"DealingWithProjectRisk-623x338.png\";s:5:\"width\";i:623;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:34:\"DealingWithProjectRisk-580x314.png\";s:5:\"width\";i:580;s:6:\"height\";i:314;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:34:\"DealingWithProjectRisk-526x285.png\";s:5:\"width\";i:526;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6210,3050,'_wp_attached_file','2018/09/GBharti-MarketingDigital-MarketingQuickScrumGraphicsArticle-Graphics5-Ways-How-To-Retain-Clien.jpg'),(6211,3050,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:450;s:4:\"file\";s:106:\"2018/09/GBharti-MarketingDigital-MarketingQuickScrumGraphicsArticle-Graphics5-Ways-How-To-Retain-Clien.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:106:\"GBharti-MarketingDigital-MarketingQuickScrumGraphicsArticle-Graphics5-Ways-How-To-Retain-Clien-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:106:\"GBharti-MarketingDigital-MarketingQuickScrumGraphicsArticle-Graphics5-Ways-How-To-Retain-Clien-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:106:\"GBharti-MarketingDigital-MarketingQuickScrumGraphicsArticle-Graphics5-Ways-How-To-Retain-Clien-480x288.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:106:\"GBharti-MarketingDigital-MarketingQuickScrumGraphicsArticle-Graphics5-Ways-How-To-Retain-Clien-563x338.jpg\";s:5:\"width\";i:563;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:106:\"GBharti-MarketingDigital-MarketingQuickScrumGraphicsArticle-Graphics5-Ways-How-To-Retain-Clien-580x348.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:348;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:106:\"GBharti-MarketingDigital-MarketingQuickScrumGraphicsArticle-Graphics5-Ways-How-To-Retain-Clien-475x285.jpg\";s:5:\"width\";i:475;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:23:\"03_ wedding_photography\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6271,3061,'_wp_attached_file','2018/09/what-is-sprint-planning-1.png'),(6272,3061,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:508;s:4:\"file\";s:37:\"2018/09/what-is-sprint-planning-1.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"what-is-sprint-planning-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"what-is-sprint-planning-1-300x184.png\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"what-is-sprint-planning-1-768x470.png\";s:5:\"width\";i:768;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:37:\"what-is-sprint-planning-1-480x294.png\";s:5:\"width\";i:480;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:37:\"what-is-sprint-planning-1-552x338.png\";s:5:\"width\";i:552;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:37:\"what-is-sprint-planning-1-580x355.png\";s:5:\"width\";i:580;s:6:\"height\";i:355;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:37:\"what-is-sprint-planning-1-466x285.png\";s:5:\"width\";i:466;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6275,3062,'_wp_attached_file','2018/09/ProductOwnerTeamStakeholders-300x168-1.png'),(6276,3062,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:168;s:4:\"file\";s:50:\"2018/09/ProductOwnerTeamStakeholders-300x168-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"ProductOwnerTeamStakeholders-300x168-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"ProductOwnerTeamStakeholders-300x168-1-300x168.png\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6353,3072,'_wp_attached_file','2018/09/software-development-activities-in-the-it-field-1.png'),(6354,3072,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:350;s:4:\"file\";s:61:\"2018/09/software-development-activities-in-the-it-field-1.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"software-development-activities-in-the-it-field-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:61:\"software-development-activities-in-the-it-field-1-300x127.png\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:61:\"software-development-activities-in-the-it-field-1-768x324.png\";s:5:\"width\";i:768;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:61:\"software-development-activities-in-the-it-field-1-480x202.png\";s:5:\"width\";i:480;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:61:\"software-development-activities-in-the-it-field-1-730x308.png\";s:5:\"width\";i:730;s:6:\"height\";i:308;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:61:\"software-development-activities-in-the-it-field-1-580x245.png\";s:5:\"width\";i:580;s:6:\"height\";i:245;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:61:\"software-development-activities-in-the-it-field-1-665x280.png\";s:5:\"width\";i:665;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6383,3094,'_wp_attached_file','2018/09/Devops_Banner_1.jpg'),(6384,3094,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:300;s:4:\"file\";s:27:\"2018/09/Devops_Banner_1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Devops_Banner_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Devops_Banner_1-300x108.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Devops_Banner_1-768x278.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:27:\"Devops_Banner_1-480x173.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:27:\"Devops_Banner_1-730x264.jpg\";s:5:\"width\";i:730;s:6:\"height\";i:264;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:27:\"Devops_Banner_1-580x210.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:27:\"Devops_Banner_1-665x240.jpg\";s:5:\"width\";i:665;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6385,3096,'_wp_attached_file','2018/09/Devops_Banner_2.jpg'),(6386,3096,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:500;s:4:\"file\";s:27:\"2018/09/Devops_Banner_2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Devops_Banner_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Devops_Banner_2-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Devops_Banner_2-768x463.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:27:\"Devops_Banner_2-480x289.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:27:\"Devops_Banner_2-561x338.jpg\";s:5:\"width\";i:561;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:27:\"Devops_Banner_2-580x349.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:349;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:27:\"Devops_Banner_2-473x285.jpg\";s:5:\"width\";i:473;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6387,3100,'_wp_attached_file','2018/09/Devops_Banner-_4.jpg'),(6388,3100,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:187;s:4:\"file\";s:28:\"2018/09/Devops_Banner-_4.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Devops_Banner-_4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Devops_Banner-_4-300x68.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Devops_Banner-_4-768x173.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:28:\"Devops_Banner-_4-480x108.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:28:\"Devops_Banner-_4-730x164.jpg\";s:5:\"width\";i:730;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:28:\"Devops_Banner-_4-580x131.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:28:\"Devops_Banner-_4-665x150.jpg\";s:5:\"width\";i:665;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6389,3101,'_wp_attached_file','2018/09/Devops_Banner_5.jpg'),(6390,3101,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:500;s:4:\"file\";s:27:\"2018/09/Devops_Banner_5.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Devops_Banner_5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Devops_Banner_5-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Devops_Banner_5-768x463.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:27:\"Devops_Banner_5-480x289.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:27:\"Devops_Banner_5-561x338.jpg\";s:5:\"width\";i:561;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:27:\"Devops_Banner_5-580x349.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:349;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:27:\"Devops_Banner_5-473x285.jpg\";s:5:\"width\";i:473;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6427,3105,'_edit_lock','1536663084:8'),(6428,3105,'_edit_last','12'),(6429,3105,'_yoast_wpseo_content_score','60'),(6430,3105,'_bbp_last_active_time','2018-09-07 14:04:02'),(6431,3105,'_bbp_forum_subforum_count','0'),(6432,3105,'_bbp_reply_count','0'),(6433,3105,'_bbp_total_reply_count','0'),(6434,3105,'_bbp_topic_count','1'),(6435,3105,'_bbp_total_topic_count','1'),(6436,3105,'_bbp_topic_count_hidden','0'),(6437,3108,'_edit_lock','1536663168:8'),(6438,3108,'_edit_last','12'),(6439,3108,'_bbp_forum_id','3105'),(6440,3108,'_bbp_topic_id','3110'),(6441,3108,'_bbp_author_ip','203.88.149.91'),(6442,3108,'_bbp_last_active_time','2018-09-07 14:04:05'),(6443,3108,'_bbp_reply_count','0'),(6444,3108,'_bbp_reply_count_hidden','0'),(6445,3105,'_bbp_last_reply_id','3108'),(6446,3108,'_yoast_wpseo_content_score','90'),(6447,3108,'_bbp_last_active_id','3108'),(6448,3108,'_bbp_voice_count','1'),(6449,3105,'_bbp_last_topic_id','3108'),(6450,3105,'_bbp_last_active_id','3108'),(6451,3108,'_bbp_last_reply_id','0'),(6452,3112,'_edit_lock','1536310686:12'),(6454,3112,'_edit_last','12'),(6455,3112,'_yoast_wpseo_content_score','30'),(6456,3112,'_bbp_last_active_time','2018-09-07 14:10:21'),(6457,3112,'_bbp_forum_subforum_count','0'),(6458,3112,'_bbp_reply_count','0'),(6459,3112,'_bbp_total_reply_count','0'),(6460,3112,'_bbp_topic_count','2'),(6461,3112,'_bbp_total_topic_count','2'),(6462,3112,'_bbp_topic_count_hidden','0'),(6463,3115,'_edit_lock','1536309382:12'),(6464,3115,'_edit_last','12'),(6467,3115,'_bbp_forum_id','3112'),(6468,3115,'_bbp_topic_id','3119'),(6469,3115,'_bbp_author_ip','203.88.149.91'),(6470,3115,'_bbp_last_active_time','2018-09-07 14:08:28'),(6471,3115,'_bbp_reply_count','0'),(6472,3115,'_bbp_reply_count_hidden','0'),(6473,3112,'_bbp_last_reply_id','3122'),(6474,3115,'_yoast_wpseo_content_score','90'),(6475,3115,'_bbp_last_active_id','3115'),(6476,3115,'_bbp_voice_count','1'),(6477,3112,'_bbp_last_topic_id','3122'),(6478,3112,'_bbp_last_active_id','3122'),(6479,3115,'_bbp_last_reply_id','0'),(6503,3121,'_wp_attached_file','2018/09/TimeToMarket.jpg'),(6504,3121,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:500;s:4:\"file\";s:24:\"2018/09/TimeToMarket.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"TimeToMarket-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"TimeToMarket-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"TimeToMarket-768x463.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:24:\"TimeToMarket-480x289.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:24:\"TimeToMarket-561x338.jpg\";s:5:\"width\";i:561;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:24:\"TimeToMarket-580x349.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:349;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:24:\"TimeToMarket-473x285.jpg\";s:5:\"width\";i:473;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6505,3122,'_edit_lock','1536309527:12'),(6506,3122,'_edit_last','12'),(6507,3122,'_bbp_forum_id','3112'),(6508,3122,'_bbp_topic_id','3124'),(6509,3122,'_bbp_author_ip','203.88.149.91'),(6510,3122,'_bbp_last_active_time','2018-09-07 14:10:30'),(6511,3122,'_bbp_reply_count','0'),(6512,3122,'_bbp_reply_count_hidden','0'),(6513,3122,'_yoast_wpseo_content_score','30'),(6514,3122,'_bbp_last_active_id','3122'),(6515,3122,'_bbp_voice_count','1'),(6516,3122,'_bbp_last_reply_id','0'),(6517,3125,'_edit_lock','1536310719:12'),(6518,3125,'_edit_last','12'),(6519,3125,'_yoast_wpseo_content_score','60'),(6520,3125,'_bbp_last_active_time','2018-09-07 14:26:35'),(6521,3125,'_bbp_forum_subforum_count','0'),(6522,3125,'_bbp_reply_count','0'),(6523,3125,'_bbp_total_reply_count','0'),(6524,3125,'_bbp_topic_count','9'),(6525,3125,'_bbp_total_topic_count','9'),(6526,3125,'_bbp_topic_count_hidden','0'),(6527,3127,'_edit_lock','1536309659:12'),(6528,3127,'_edit_last','12'),(6529,3127,'_bbp_forum_id','3125'),(6530,3127,'_bbp_topic_id','3129'),(6531,3127,'_bbp_author_ip','203.88.149.91'),(6532,3127,'_bbp_last_active_time','2018-09-07 14:13:01'),(6533,3127,'_bbp_reply_count','0'),(6534,3127,'_bbp_reply_count_hidden','0'),(6535,3125,'_bbp_last_reply_id','3158'),(6536,3127,'_yoast_wpseo_content_score','90'),(6537,3127,'_bbp_last_active_id','3127'),(6538,3127,'_bbp_voice_count','1'),(6539,3125,'_bbp_last_topic_id','3158'),(6540,3125,'_bbp_last_active_id','3158'),(6541,3127,'_bbp_last_reply_id','0'),(6542,3130,'_edit_lock','1536309820:12'),(6543,3130,'_edit_last','12'),(6544,3130,'_bbp_forum_id','3125'),(6545,3130,'_bbp_topic_id','3132'),(6546,3130,'_bbp_author_ip','203.88.149.91'),(6547,3130,'_bbp_last_active_time','2018-09-07 14:15:52'),(6548,3130,'_bbp_reply_count','0'),(6549,3130,'_bbp_reply_count_hidden','0'),(6550,3130,'_yoast_wpseo_content_score','60'),(6551,3130,'_bbp_last_active_id','3130'),(6552,3130,'_bbp_voice_count','1'),(6553,3130,'_bbp_last_reply_id','0'),(6554,3133,'_edit_lock','1536309973:12'),(6555,3133,'_edit_last','12'),(6580,3133,'_bbp_forum_id','3125'),(6581,3133,'_bbp_topic_id','3136'),(6582,3133,'_bbp_author_ip','203.88.149.91'),(6583,3133,'_bbp_last_active_time','2018-09-07 14:17:37'),(6584,3133,'_bbp_reply_count','0'),(6585,3133,'_bbp_reply_count_hidden','0'),(6586,3133,'_yoast_wpseo_content_score','90'),(6587,3133,'_bbp_last_active_id','3133'),(6588,3133,'_bbp_voice_count','1'),(6589,3133,'_bbp_last_reply_id','0'),(6590,3137,'_edit_lock','1536310076:12'),(6591,3137,'_edit_last','12'),(6592,3137,'_bbp_forum_id','3125'),(6593,3137,'_bbp_topic_id','3140'),(6594,3137,'_bbp_author_ip','203.88.149.91'),(6595,3137,'_bbp_last_active_time','2018-09-07 14:19:49'),(6596,3137,'_bbp_reply_count','0'),(6597,3137,'_bbp_reply_count_hidden','0'),(6598,3137,'_yoast_wpseo_content_score','90'),(6599,3137,'_bbp_last_active_id','3137'),(6600,3137,'_bbp_voice_count','1'),(6601,3137,'_bbp_last_reply_id','0'),(6602,3141,'_edit_lock','1536310170:12'),(6603,3141,'_edit_last','12'),(6604,3141,'_bbp_forum_id','3125'),(6605,3141,'_bbp_topic_id','3144'),(6606,3141,'_bbp_author_ip','203.88.149.91'),(6607,3141,'_bbp_last_active_time','2018-09-07 14:20:50'),(6608,3141,'_bbp_reply_count','0'),(6609,3141,'_bbp_reply_count_hidden','0'),(6610,3141,'_yoast_wpseo_content_score','60'),(6611,3141,'_bbp_last_active_id','3141'),(6612,3141,'_bbp_voice_count','1'),(6613,3141,'_bbp_last_reply_id','0'),(6616,3145,'_edit_lock','1536310229:12'),(6617,3145,'_edit_last','12'),(6618,3145,'_bbp_forum_id','3125'),(6619,3145,'_bbp_topic_id','3147'),(6620,3145,'_bbp_author_ip','203.88.149.91'),(6621,3145,'_bbp_last_active_time','2018-09-07 14:22:39'),(6622,3145,'_bbp_reply_count','0'),(6623,3145,'_bbp_reply_count_hidden','0'),(6624,3145,'_yoast_wpseo_content_score','90'),(6625,3145,'_bbp_last_active_id','3145'),(6626,3145,'_bbp_voice_count','1'),(6627,3145,'_bbp_last_reply_id','0'),(6628,3149,'_wp_attached_file','2018/09/1.jpg'),(6629,3149,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:500;s:4:\"file\";s:13:\"2018/09/1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"1-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"1-768x463.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:13:\"1-480x289.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:13:\"1-561x338.jpg\";s:5:\"width\";i:561;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:13:\"1-580x349.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:349;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:13:\"1-473x285.jpg\";s:5:\"width\";i:473;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6630,3148,'_edit_lock','1536310372:12'),(6631,3148,'_edit_last','12'),(6632,3150,'_wp_attached_file','2018/09/2.jpg'),(6633,3150,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:500;s:4:\"file\";s:13:\"2018/09/2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"2-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"2-768x463.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:13:\"2-480x289.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:13:\"2-561x338.jpg\";s:5:\"width\";i:561;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:13:\"2-580x349.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:349;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:13:\"2-473x285.jpg\";s:5:\"width\";i:473;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6634,3148,'_bbp_forum_id','3125'),(6635,3148,'_bbp_topic_id','3153'),(6636,3148,'_bbp_author_ip','203.88.149.91'),(6637,3148,'_bbp_last_active_time','2018-09-07 14:24:55'),(6638,3148,'_bbp_reply_count','0'),(6639,3148,'_bbp_reply_count_hidden','0'),(6640,3148,'_yoast_wpseo_content_score','60'),(6641,3148,'_bbp_last_active_id','3148'),(6642,3148,'_bbp_voice_count','1'),(6667,3148,'_bbp_last_reply_id','0'),(6668,3154,'_edit_lock','1536310434:12'),(6669,3154,'_edit_last','12'),(6670,3154,'_bbp_forum_id','3125'),(6671,3154,'_bbp_topic_id','3157'),(6672,3154,'_bbp_author_ip','203.88.149.91'),(6673,3154,'_bbp_last_active_time','2018-09-07 14:25:54'),(6674,3154,'_bbp_reply_count','0'),(6675,3154,'_bbp_reply_count_hidden','0'),(6676,3154,'_yoast_wpseo_content_score','30'),(6677,3154,'_bbp_last_active_id','3154'),(6678,3154,'_bbp_voice_count','1'),(6679,3154,'_bbp_last_reply_id','0'),(6680,3158,'_edit_lock','1536310503:12'),(6681,3158,'_edit_last','12'),(6682,3158,'_bbp_forum_id','3125'),(6683,3158,'_bbp_topic_id','3160'),(6684,3158,'_bbp_author_ip','203.88.149.91'),(6685,3158,'_bbp_last_active_time','2018-09-07 14:26:40'),(6686,3158,'_bbp_reply_count','0'),(6687,3158,'_bbp_reply_count_hidden','0'),(6688,3158,'_yoast_wpseo_content_score','60'),(6689,3158,'_bbp_last_active_id','3158'),(6690,3158,'_bbp_voice_count','1'),(6691,3158,'_bbp_last_reply_id','0'),(6694,3162,'_edit_lock','1536310529:12'),(6695,3162,'_edit_last','12'),(6696,3162,'_yoast_wpseo_content_score','60'),(6697,3162,'_bbp_last_active_time','2018-09-07 14:34:32'),(6698,3162,'_bbp_forum_subforum_count','0'),(6699,3162,'_bbp_reply_count','0'),(6700,3162,'_bbp_total_reply_count','0'),(6701,3162,'_bbp_topic_count','3'),(6702,3162,'_bbp_total_topic_count','3'),(6703,3162,'_bbp_topic_count_hidden','0'),(6704,3164,'_edit_lock','1536310554:12'),(6705,3164,'_edit_last','12'),(6706,3164,'_yoast_wpseo_content_score','60'),(6707,3164,'_bbp_last_active_time','2018-09-07 14:39:15'),(6708,3164,'_bbp_forum_subforum_count','0'),(6709,3164,'_bbp_reply_count','0'),(6710,3164,'_bbp_total_reply_count','0'),(6711,3164,'_bbp_topic_count','3'),(6712,3164,'_bbp_total_topic_count','3'),(6713,3164,'_bbp_topic_count_hidden','0'),(6714,3166,'_edit_lock','1536310575:12'),(6715,3166,'_edit_last','12'),(6716,3167,'_wp_attached_file','2018/09/be-a-good-listener.png'),(6717,3167,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:541;s:4:\"file\";s:30:\"2018/09/be-a-good-listener.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"be-a-good-listener-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"be-a-good-listener-300x196.png\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"be-a-good-listener-768x501.png\";s:5:\"width\";i:768;s:6:\"height\";i:501;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:30:\"be-a-good-listener-480x313.png\";s:5:\"width\";i:480;s:6:\"height\";i:313;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:30:\"be-a-good-listener-519x338.png\";s:5:\"width\";i:519;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:30:\"be-a-good-listener-580x378.png\";s:5:\"width\";i:580;s:6:\"height\";i:378;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:30:\"be-a-good-listener-437x285.png\";s:5:\"width\";i:437;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6718,3166,'_yoast_wpseo_content_score','60'),(6719,3166,'_bbp_last_active_time','2018-09-07 14:47:35'),(6720,3166,'_bbp_forum_subforum_count','0'),(6721,3166,'_bbp_reply_count','0'),(6722,3166,'_bbp_total_reply_count','0'),(6723,3166,'_bbp_topic_count','6'),(6724,3166,'_bbp_total_topic_count','6'),(6725,3166,'_bbp_topic_count_hidden','0'),(6726,3169,'_edit_lock','1536310602:12'),(6727,3169,'_edit_last','12'),(6728,3169,'_yoast_wpseo_content_score','60'),(6729,3169,'_bbp_last_active_time','2018-09-07 14:51:34'),(6730,3169,'_bbp_forum_subforum_count','0'),(6731,3169,'_bbp_reply_count','0'),(6732,3169,'_bbp_total_reply_count','0'),(6733,3169,'_bbp_topic_count','3'),(6734,3169,'_bbp_total_topic_count','3'),(6735,3169,'_bbp_topic_count_hidden','0'),(6736,3171,'_edit_lock','1536310624:12'),(6737,3171,'_edit_last','12'),(6738,3171,'_yoast_wpseo_content_score','60'),(6739,3171,'_bbp_last_active_time','2018-09-07 15:01:48'),(6740,3171,'_bbp_forum_subforum_count','0'),(6741,3171,'_bbp_reply_count','0'),(6742,3171,'_bbp_total_reply_count','0'),(6743,3171,'_bbp_topic_count','10'),(6744,3171,'_bbp_total_topic_count','10'),(6745,3171,'_bbp_topic_count_hidden','0'),(6746,3173,'_wp_attached_file','2018/09/be-aware-about-issues-and-problems.png'),(6747,3173,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:369;s:4:\"file\";s:46:\"2018/09/be-aware-about-issues-and-problems.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"be-aware-about-issues-and-problems-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"be-aware-about-issues-and-problems-300x133.png\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"be-aware-about-issues-and-problems-768x341.png\";s:5:\"width\";i:768;s:6:\"height\";i:341;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:46:\"be-aware-about-issues-and-problems-480x213.png\";s:5:\"width\";i:480;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:46:\"be-aware-about-issues-and-problems-730x325.png\";s:5:\"width\";i:730;s:6:\"height\";i:325;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:46:\"be-aware-about-issues-and-problems-580x258.png\";s:5:\"width\";i:580;s:6:\"height\";i:258;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:46:\"be-aware-about-issues-and-problems-641x285.png\";s:5:\"width\";i:641;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6748,3174,'_edit_lock','1536310644:12'),(6749,3174,'_edit_last','12'),(6750,3174,'_yoast_wpseo_content_score','90'),(6751,3174,'_bbp_last_active_time','2018-09-07 15:04:34'),(6752,3174,'_bbp_forum_subforum_count','0'),(6753,3174,'_bbp_reply_count','0'),(6754,3174,'_bbp_total_reply_count','0'),(6755,3174,'_bbp_topic_count','1'),(6756,3174,'_bbp_total_topic_count','1'),(6757,3174,'_bbp_topic_count_hidden','0'),(6758,3176,'_wp_attached_file','2018/09/be-persuasive-rather-than-autocratic.png'),(6759,3176,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:217;s:4:\"file\";s:48:\"2018/09/be-persuasive-rather-than-autocratic.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"be-persuasive-rather-than-autocratic-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"be-persuasive-rather-than-autocratic-300x78.png\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"be-persuasive-rather-than-autocratic-768x201.png\";s:5:\"width\";i:768;s:6:\"height\";i:201;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:48:\"be-persuasive-rather-than-autocratic-480x125.png\";s:5:\"width\";i:480;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:48:\"be-persuasive-rather-than-autocratic-730x191.png\";s:5:\"width\";i:730;s:6:\"height\";i:191;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:48:\"be-persuasive-rather-than-autocratic-580x152.png\";s:5:\"width\";i:580;s:6:\"height\";i:152;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:48:\"be-persuasive-rather-than-autocratic-665x174.png\";s:5:\"width\";i:665;s:6:\"height\";i:174;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6783,3179,'_edit_lock','1536310824:12'),(6784,3179,'_edit_last','12'),(6786,3179,'_bbp_forum_id','3162'),(6787,3179,'_bbp_topic_id','3181'),(6788,3179,'_bbp_author_ip','203.88.149.91'),(6789,3179,'_bbp_last_active_time','2018-09-07 14:32:27'),(6790,3179,'_bbp_reply_count','0'),(6791,3179,'_bbp_reply_count_hidden','0'),(6792,3162,'_bbp_last_reply_id','3185'),(6793,3179,'_yoast_wpseo_content_score','60'),(6794,3179,'_bbp_last_active_id','3179'),(6795,3179,'_bbp_voice_count','1'),(6796,3162,'_bbp_last_topic_id','3185'),(6797,3162,'_bbp_last_active_id','3185'),(6798,3179,'_bbp_last_reply_id','0'),(6799,3182,'_edit_lock','1536310879:12'),(6800,3182,'_edit_last','12'),(6801,3182,'_bbp_forum_id','3162'),(6802,3182,'_bbp_topic_id','3184'),(6803,3182,'_bbp_author_ip','203.88.149.91'),(6804,3182,'_bbp_last_active_time','2018-09-07 14:33:25'),(6805,3182,'_bbp_reply_count','0'),(6806,3182,'_bbp_reply_count_hidden','0'),(6807,3182,'_yoast_wpseo_content_score','60'),(6808,3182,'_bbp_last_active_id','3182'),(6809,3182,'_bbp_voice_count','1'),(6810,3182,'_bbp_last_reply_id','0'),(6813,3185,'_edit_lock','1536310952:12'),(6814,3185,'_edit_last','12'),(6817,3185,'_bbp_forum_id','3162'),(6818,3185,'_bbp_topic_id','3189'),(6819,3185,'_bbp_author_ip','203.88.149.91'),(6820,3185,'_bbp_last_active_time','2018-09-07 14:34:38'),(6821,3185,'_bbp_reply_count','0'),(6822,3185,'_bbp_reply_count_hidden','0'),(6823,3185,'_yoast_wpseo_content_score','30'),(6824,3185,'_bbp_last_active_id','3185'),(6825,3185,'_bbp_voice_count','1'),(6826,3185,'_bbp_last_reply_id','0'),(6827,3190,'_edit_lock','1536311033:12'),(6828,3190,'_edit_last','12'),(6829,3191,'_edit_lock','1536311044:13'),(6830,3190,'_bbp_forum_id','3164'),(6831,3190,'_bbp_topic_id','3193'),(6832,3190,'_bbp_author_ip','203.88.149.91'),(6833,3190,'_bbp_last_active_time','2018-09-07 14:36:06'),(6834,3190,'_bbp_reply_count','0'),(6835,3190,'_bbp_reply_count_hidden','0'),(6836,3164,'_bbp_last_reply_id','3199'),(6837,3190,'_yoast_wpseo_content_score','60'),(6838,3190,'_bbp_last_active_id','3190'),(6839,3190,'_bbp_voice_count','1'),(6840,3164,'_bbp_last_topic_id','3199'),(6841,3164,'_bbp_last_active_id','3199'),(6842,3190,'_bbp_last_reply_id','0'),(6843,3191,'_edit_last','13'),(6844,3191,'_yoast_wpseo_content_score','90'),(6845,3191,'_bbp_last_active_time','2018-09-07 14:40:03'),(6846,3191,'_bbp_forum_subforum_count','0'),(6847,3191,'_bbp_reply_count','0'),(6848,3191,'_bbp_total_reply_count','0'),(6849,3191,'_bbp_topic_count','2'),(6850,3191,'_bbp_total_topic_count','2'),(6851,3191,'_bbp_topic_count_hidden','0'),(6852,3194,'_edit_lock','1536311094:12'),(6853,3194,'_edit_last','12'),(6854,3194,'_bbp_forum_id','3164'),(6855,3194,'_bbp_topic_id','3198'),(6856,3194,'_bbp_author_ip','203.88.149.91'),(6857,3194,'_bbp_last_active_time','2018-09-07 14:36:52'),(6858,3194,'_bbp_reply_count','0'),(6859,3194,'_bbp_reply_count_hidden','0'),(6860,3194,'_yoast_wpseo_content_score','60'),(6861,3194,'_bbp_last_active_id','3194'),(6862,3194,'_bbp_voice_count','1'),(6863,3196,'_edit_lock','1536311213:13'),(6864,3196,'_edit_last','13'),(6865,3194,'_bbp_last_reply_id','0'),(6866,3199,'_edit_lock','1536311234:12'),(6867,3199,'_edit_last','12'),(6868,3196,'_bbp_forum_id','3191'),(6869,3196,'_bbp_topic_id','3202'),(6870,3196,'_bbp_author_ip','203.88.149.91'),(6871,3196,'_bbp_last_active_time','2018-09-07 14:37:55'),(6872,3196,'_bbp_reply_count','0'),(6873,3196,'_bbp_reply_count_hidden','0'),(6874,3191,'_bbp_last_reply_id','3205'),(6875,3196,'_yoast_wpseo_content_score','60'),(6876,3196,'_bbp_last_active_id','3196'),(6877,3196,'_bbp_voice_count','1'),(6878,3191,'_bbp_last_topic_id','3205'),(6879,3191,'_bbp_last_active_id','3205'),(6881,3196,'_bbp_last_reply_id','0'),(6882,3199,'_bbp_forum_id','3164'),(6883,3199,'_bbp_topic_id','3204'),(6884,3199,'_bbp_author_ip','203.88.149.91'),(6885,3199,'_bbp_last_active_time','2018-09-07 14:39:20'),(6886,3199,'_bbp_reply_count','0'),(6887,3199,'_bbp_reply_count_hidden','0'),(6888,3199,'_yoast_wpseo_content_score','60'),(6889,3199,'_bbp_last_active_id','3199'),(6890,3199,'_bbp_voice_count','1'),(6891,3199,'_bbp_last_reply_id','0'),(6892,3205,'_edit_lock','1536311319:13'),(6893,3205,'_edit_last','13'),(6894,3206,'_edit_lock','1536311307:12'),(6895,3206,'_edit_last','12'),(6896,3205,'_bbp_forum_id','3191'),(6897,3205,'_bbp_topic_id','3205'),(6898,3205,'_bbp_author_ip','203.88.149.91'),(6899,3205,'_bbp_last_active_time','2018-09-07 14:40:21'),(6900,3205,'_bbp_reply_count','0'),(6901,3205,'_bbp_reply_count_hidden','0'),(6902,3205,'_yoast_wpseo_content_score','60'),(6903,3205,'_bbp_last_active_id','3205'),(6904,3205,'_bbp_voice_count','1'),(6905,3205,'_bbp_last_reply_id','0'),(6906,3206,'_bbp_forum_id','3166'),(6907,3206,'_bbp_topic_id','3209'),(6908,3206,'_bbp_author_ip','203.88.149.91'),(6909,3206,'_bbp_last_active_time','2018-09-07 14:40:46'),(6910,3206,'_bbp_reply_count','0'),(6911,3206,'_bbp_reply_count_hidden','0'),(6912,3166,'_bbp_last_reply_id','3233'),(6913,3206,'_yoast_wpseo_content_score','90'),(6914,3206,'_bbp_last_active_id','3206'),(6915,3206,'_bbp_voice_count','1'),(6916,3166,'_bbp_last_topic_id','3233'),(6917,3166,'_bbp_last_active_id','3233'),(6918,3206,'_bbp_last_reply_id','0'),(6919,3210,'_edit_lock','1536311340:12'),(6920,3210,'_edit_last','12'),(6921,3210,'_bbp_forum_id','3166'),(6922,3210,'_bbp_topic_id','3213'),(6923,3210,'_bbp_author_ip','203.88.149.91'),(6924,3210,'_bbp_last_active_time','2018-09-07 14:41:20'),(6925,3210,'_bbp_reply_count','0'),(6926,3210,'_bbp_reply_count_hidden','0'),(6927,3210,'_yoast_wpseo_content_score','60'),(6928,3210,'_bbp_last_active_id','3210'),(6929,3210,'_bbp_voice_count','1'),(6930,3211,'_edit_lock','1536311384:13'),(6931,3210,'_bbp_last_reply_id','0'),(6933,3211,'_edit_last','13'),(6934,3211,'_yoast_wpseo_content_score','60'),(6935,3211,'_bbp_last_active_time','2018-09-07 14:57:26'),(6936,3211,'_bbp_forum_subforum_count','0'),(6937,3211,'_bbp_reply_count','0'),(6938,3211,'_bbp_total_reply_count','0'),(6939,3211,'_bbp_topic_count','11'),(6940,3211,'_bbp_total_topic_count','11'),(6941,3211,'_bbp_topic_count_hidden','0'),(6942,3214,'_edit_lock','1536311549:12'),(6943,3214,'_edit_last','12'),(6944,3216,'_edit_lock','1536311547:13'),(6945,3216,'_edit_last','13'),(6946,3214,'_bbp_forum_id','3166'),(6947,3214,'_bbp_topic_id','3219'),(6948,3214,'_bbp_author_ip','203.88.149.91'),(6949,3214,'_bbp_last_active_time','2018-09-07 14:44:05'),(6950,3214,'_bbp_reply_count','0'),(6951,3214,'_bbp_reply_count_hidden','0'),(6952,3214,'_yoast_wpseo_content_score','30'),(6953,3214,'_bbp_last_active_id','3214'),(6954,3214,'_bbp_voice_count','1'),(6955,3216,'_bbp_forum_id','3211'),(6956,3216,'_bbp_topic_id','3216'),(6957,3216,'_bbp_author_ip','203.88.149.91'),(6958,3216,'_bbp_last_active_time','2018-09-07 14:44:27'),(6959,3216,'_bbp_reply_count','0'),(6960,3216,'_bbp_reply_count_hidden','0'),(6961,3211,'_bbp_last_reply_id','3284'),(6962,3216,'_yoast_wpseo_content_score','30'),(6963,3216,'_bbp_last_active_id','3216'),(6964,3216,'_bbp_voice_count','1'),(6965,3211,'_bbp_last_topic_id','3284'),(6966,3211,'_bbp_last_active_id','3284'),(6967,3214,'_bbp_last_reply_id','0'),(6968,3216,'_bbp_last_reply_id','0'),(6969,3221,'_edit_lock','1536311584:13'),(6970,3221,'_edit_last','13'),(6971,3220,'_edit_lock','1536311612:12'),(6972,3220,'_edit_last','12'),(6973,3221,'_bbp_forum_id','3211'),(6974,3221,'_bbp_topic_id','3221'),(6975,3221,'_bbp_author_ip','203.88.149.91'),(6976,3221,'_bbp_last_active_time','2018-09-07 14:45:16'),(6977,3221,'_bbp_reply_count','0'),(6978,3221,'_bbp_reply_count_hidden','0'),(6979,3221,'_yoast_wpseo_content_score','60'),(6980,3221,'_bbp_last_active_id','3221'),(6981,3221,'_bbp_voice_count','1'),(6982,3223,'_edit_lock','1536311641:13'),(6983,3220,'_bbp_forum_id','3166'),(6984,3220,'_bbp_topic_id','3225'),(6985,3220,'_bbp_author_ip','203.88.149.91'),(6986,3220,'_bbp_last_active_time','2018-09-07 14:45:51'),(6987,3220,'_bbp_reply_count','0'),(6988,3220,'_bbp_reply_count_hidden','0'),(6989,3220,'_yoast_wpseo_content_score','90'),(6990,3220,'_bbp_last_active_id','3220'),(6991,3220,'_bbp_voice_count','1'),(6992,3220,'_bbp_last_reply_id','0'),(6993,3223,'_edit_last','13'),(6995,3223,'_bbp_forum_id','3211'),(6996,3223,'_bbp_topic_id','3223'),(6997,3223,'_bbp_author_ip','203.88.149.91'),(6998,3223,'_bbp_last_active_time','2018-09-07 14:46:10'),(6999,3223,'_bbp_reply_count','0'),(7000,3223,'_bbp_reply_count_hidden','0'),(7001,3223,'_yoast_wpseo_content_score','90'),(7002,3223,'_bbp_last_active_id','3223'),(7003,3223,'_bbp_voice_count','1'),(7004,3226,'_edit_lock','1536311689:12'),(7005,3226,'_edit_last','12'),(7006,3229,'_edit_lock','1536311723:13'),(7007,3229,'_edit_last','13'),(7008,3226,'_bbp_forum_id','3166'),(7009,3226,'_bbp_topic_id','3231'),(7010,3226,'_bbp_author_ip','203.88.149.91'),(7011,3226,'_bbp_last_active_time','2018-09-07 14:46:57'),(7012,3226,'_bbp_reply_count','0'),(7013,3226,'_bbp_reply_count_hidden','0'),(7014,3226,'_yoast_wpseo_content_score','60'),(7015,3226,'_bbp_last_active_id','3226'),(7016,3226,'_bbp_voice_count','1'),(7017,3226,'_bbp_last_reply_id','0'),(7041,3233,'_edit_lock','1536311726:12'),(7042,3233,'_edit_last','12'),(7043,3229,'_bbp_forum_id','3211'),(7044,3229,'_bbp_topic_id','3229'),(7045,3229,'_bbp_author_ip','203.88.149.91'),(7046,3229,'_bbp_last_active_time','2018-09-07 14:47:23'),(7047,3229,'_bbp_reply_count','0'),(7048,3229,'_bbp_reply_count_hidden','0'),(7049,3229,'_yoast_wpseo_content_score','90'),(7050,3229,'_bbp_last_active_id','3229'),(7051,3229,'_bbp_voice_count','1'),(7052,3233,'_bbp_forum_id','3166'),(7053,3233,'_bbp_topic_id','3236'),(7054,3233,'_bbp_author_ip','203.88.149.91'),(7055,3233,'_bbp_last_active_time','2018-09-07 14:47:41'),(7056,3233,'_bbp_reply_count','0'),(7057,3233,'_bbp_reply_count_hidden','0'),(7058,3233,'_yoast_wpseo_content_score','90'),(7059,3233,'_bbp_last_active_id','3233'),(7060,3233,'_bbp_voice_count','1'),(7061,3233,'_bbp_last_reply_id','0'),(7064,3238,'_edit_lock','1536311835:13'),(7065,3238,'_edit_last','13'),(7066,3239,'_edit_lock','1536311824:12'),(7067,3239,'_edit_last','12'),(7068,3238,'_bbp_forum_id','3211'),(7069,3238,'_bbp_topic_id','3238'),(7070,3238,'_bbp_author_ip','203.88.149.91'),(7071,3238,'_bbp_last_active_time','2018-09-07 14:49:07'),(7072,3238,'_bbp_reply_count','0'),(7073,3238,'_bbp_reply_count_hidden','0'),(7074,3238,'_yoast_wpseo_content_score','90'),(7075,3238,'_bbp_last_active_id','3238'),(7076,3238,'_bbp_voice_count','1'),(7077,3239,'_bbp_forum_id','3169'),(7078,3239,'_bbp_topic_id','3242'),(7079,3239,'_bbp_author_ip','203.88.149.91'),(7080,3239,'_bbp_last_active_time','2018-09-07 14:49:07'),(7081,3239,'_bbp_reply_count','0'),(7082,3239,'_bbp_reply_count_hidden','0'),(7083,3169,'_bbp_last_reply_id','3248'),(7084,3239,'_yoast_wpseo_content_score','60'),(7085,3239,'_bbp_last_active_id','3239'),(7086,3239,'_bbp_voice_count','1'),(7087,3169,'_bbp_last_topic_id','3248'),(7088,3169,'_bbp_last_active_id','3248'),(7089,3238,'_bbp_last_reply_id','0'),(7090,3239,'_bbp_last_reply_id','0'),(7092,3244,'_edit_lock','1536311893:12'),(7093,3244,'_edit_last','12'),(7094,3245,'_edit_lock','1536312161:13'),(7095,3245,'_edit_last','13'),(7096,3244,'_bbp_forum_id','3169'),(7097,3244,'_bbp_topic_id','3247'),(7098,3244,'_bbp_author_ip','203.88.149.91'),(7099,3244,'_bbp_last_active_time','2018-09-07 14:50:18'),(7100,3244,'_bbp_reply_count','0'),(7101,3244,'_bbp_reply_count_hidden','0'),(7102,3244,'_yoast_wpseo_content_score','60'),(7103,3244,'_bbp_last_active_id','3244'),(7104,3244,'_bbp_voice_count','1'),(7105,3244,'_bbp_last_reply_id','0'),(7107,3248,'_edit_lock','1536311986:12'),(7108,3248,'_edit_last','12'),(7111,3248,'_bbp_forum_id','3169'),(7112,3248,'_bbp_topic_id','3251'),(7113,3248,'_bbp_author_ip','203.88.149.91'),(7114,3248,'_bbp_last_active_time','2018-09-07 14:51:42'),(7115,3248,'_bbp_reply_count','0'),(7116,3248,'_bbp_reply_count_hidden','0'),(7117,3248,'_yoast_wpseo_content_score','90'),(7118,3248,'_bbp_last_active_id','3248'),(7119,3248,'_bbp_voice_count','1'),(7120,3248,'_bbp_last_reply_id','0'),(7121,3245,'_bbp_forum_id','3211'),(7122,3245,'_bbp_topic_id','3245'),(7123,3245,'_bbp_author_ip','203.88.149.91'),(7124,3245,'_bbp_last_active_time','2018-09-07 14:52:25'),(7125,3245,'_bbp_reply_count','0'),(7126,3245,'_bbp_reply_count_hidden','0'),(7127,3245,'_yoast_wpseo_content_score','60'),(7128,3245,'_bbp_last_active_id','3245'),(7129,3245,'_bbp_voice_count','1'),(7130,3253,'_edit_lock','1536312014:12'),(7131,3245,'_bbp_last_reply_id','0'),(7132,3253,'_edit_last','12'),(7133,3253,'_bbp_forum_id','3171'),(7134,3253,'_bbp_topic_id','3255'),(7135,3253,'_bbp_author_ip','203.88.149.91'),(7136,3253,'_bbp_last_active_time','2018-09-07 14:52:37'),(7137,3253,'_bbp_reply_count','0'),(7138,3253,'_bbp_reply_count_hidden','0'),(7139,3171,'_bbp_last_reply_id','3307'),(7140,3253,'_yoast_wpseo_content_score','60'),(7141,3253,'_bbp_last_active_id','3253'),(7142,3253,'_bbp_voice_count','1'),(7143,3171,'_bbp_last_topic_id','3307'),(7144,3171,'_bbp_last_active_id','3307'),(7145,3253,'_bbp_last_reply_id','0'),(7146,3257,'_edit_lock','1536312074:13'),(7147,3256,'_edit_lock','1536312058:12'),(7148,3256,'_edit_last','12'),(7149,1136,'_yoast_wpseo_content_score','30'),(7150,3256,'_bbp_forum_id','3171'),(7151,3256,'_bbp_topic_id','3260'),(7152,3256,'_bbp_author_ip','203.88.149.91'),(7153,3256,'_bbp_last_active_time','2018-09-07 14:53:14'),(7154,3256,'_bbp_reply_count','0'),(7155,3256,'_bbp_reply_count_hidden','0'),(7156,3256,'_yoast_wpseo_content_score','30'),(7157,3256,'_bbp_last_active_id','3256'),(7158,3256,'_bbp_voice_count','1'),(7159,3257,'_edit_last','13'),(7160,3256,'_bbp_last_reply_id','0'),(7161,3257,'_bbp_forum_id','3211'),(7162,3257,'_bbp_topic_id','3257'),(7163,3257,'_bbp_author_ip','203.88.149.91'),(7164,3257,'_bbp_last_active_time','2018-09-07 14:53:35'),(7165,3257,'_bbp_reply_count','0'),(7166,3257,'_bbp_reply_count_hidden','0'),(7167,3257,'_yoast_wpseo_content_score','60'),(7168,3257,'_bbp_last_active_id','3257'),(7169,3257,'_bbp_voice_count','1'),(7170,3262,'_edit_lock','1536312118:12'),(7171,3262,'_edit_last','12'),(7172,3262,'_bbp_forum_id','3171'),(7173,3262,'_bbp_topic_id','3266'),(7174,3262,'_bbp_author_ip','203.88.149.91'),(7175,3262,'_bbp_last_active_time','2018-09-07 14:54:08'),(7176,3262,'_bbp_reply_count','0'),(7177,3262,'_bbp_reply_count_hidden','0'),(7178,3262,'_yoast_wpseo_content_score','30'),(7179,3262,'_bbp_last_active_id','3262'),(7180,3262,'_bbp_voice_count','1'),(7181,3264,'_edit_lock','1536312120:13'),(7182,3264,'_edit_last','13'),(7183,3262,'_bbp_last_reply_id','0'),(7184,3264,'_bbp_forum_id','3211'),(7185,3264,'_bbp_topic_id','3264'),(7186,3264,'_bbp_author_ip','203.88.149.91'),(7187,3264,'_bbp_last_active_time','2018-09-07 14:54:22'),(7188,3264,'_bbp_reply_count','0'),(7189,3264,'_bbp_reply_count_hidden','0'),(7190,3264,'_yoast_wpseo_content_score','90'),(7191,3264,'_bbp_last_active_id','3264'),(7192,3264,'_bbp_voice_count','1'),(7193,3268,'_edit_lock','1536312203:12'),(7194,3268,'_edit_last','12'),(7195,3269,'_edit_lock','1536312190:13'),(7196,3269,'_edit_last','13'),(7197,3269,'_bbp_forum_id','3211'),(7198,3269,'_bbp_topic_id','3269'),(7199,3269,'_bbp_author_ip','203.88.149.91'),(7200,3269,'_bbp_last_active_time','2018-09-07 14:55:08'),(7201,3269,'_bbp_reply_count','0'),(7202,3269,'_bbp_reply_count_hidden','0'),(7203,3269,'_yoast_wpseo_content_score','90'),(7204,3269,'_bbp_last_active_id','3269'),(7205,3269,'_bbp_voice_count','1'),(7208,3268,'_bbp_forum_id','3171'),(7209,3268,'_bbp_topic_id','3273'),(7210,3268,'_bbp_author_ip','203.88.149.91'),(7211,3268,'_bbp_last_active_time','2018-09-07 14:55:37'),(7212,3268,'_bbp_reply_count','0'),(7213,3268,'_bbp_reply_count_hidden','0'),(7214,3268,'_yoast_wpseo_content_score','90'),(7215,3268,'_bbp_last_active_id','3268'),(7216,3268,'_bbp_voice_count','1'),(7217,3268,'_bbp_last_reply_id','0'),(7218,3274,'_edit_lock','1536312249:13'),(7221,3274,'_edit_last','13'),(7224,3276,'_edit_lock','1536312232:12'),(7225,3276,'_edit_last','12'),(7226,3276,'_bbp_forum_id','3171'),(7227,3276,'_bbp_topic_id','3279'),(7228,3276,'_bbp_author_ip','203.88.149.91'),(7229,3276,'_bbp_last_active_time','2018-09-07 14:56:14'),(7230,3276,'_bbp_reply_count','0'),(7231,3276,'_bbp_reply_count_hidden','0'),(7232,3276,'_yoast_wpseo_content_score','60'),(7233,3276,'_bbp_last_active_id','3276'),(7234,3276,'_bbp_voice_count','1'),(7235,3276,'_bbp_last_reply_id','0'),(7237,3274,'_bbp_forum_id','3211'),(7238,3274,'_bbp_topic_id','3274'),(7239,3274,'_bbp_author_ip','203.88.149.91'),(7240,3274,'_bbp_last_active_time','2018-09-07 14:56:24'),(7241,3274,'_bbp_reply_count','0'),(7242,3274,'_bbp_reply_count_hidden','0'),(7243,3274,'_yoast_wpseo_content_score','90'),(7244,3274,'_bbp_last_active_id','3274'),(7245,3274,'_bbp_voice_count','1'),(7246,3280,'_edit_lock','1536312325:12'),(7250,3284,'_edit_lock','1536312381:13'),(7251,3284,'_edit_last','13'),(7252,3280,'_edit_last','12'),(7253,3284,'_bbp_forum_id','3211'),(7254,3284,'_bbp_topic_id','3284'),(7255,3284,'_bbp_author_ip','203.88.149.91'),(7256,3284,'_bbp_last_active_time','2018-09-07 14:57:44'),(7257,3284,'_bbp_reply_count','0'),(7258,3284,'_bbp_reply_count_hidden','0'),(7259,3284,'_yoast_wpseo_content_score','90'),(7260,3284,'_bbp_last_active_id','3284'),(7261,3284,'_bbp_voice_count','1'),(7262,3280,'_bbp_forum_id','3171'),(7263,3280,'_bbp_topic_id','3287'),(7264,3280,'_bbp_author_ip','203.88.149.91'),(7265,3280,'_bbp_last_active_time','2018-09-07 14:57:48'),(7266,3280,'_bbp_reply_count','0'),(7267,3280,'_bbp_reply_count_hidden','0'),(7268,3280,'_yoast_wpseo_content_score','60'),(7269,3280,'_bbp_last_active_id','3280'),(7270,3280,'_bbp_voice_count','1'),(7271,3284,'_bbp_last_reply_id','0'),(7272,3280,'_bbp_last_reply_id','0'),(7273,3288,'_edit_lock','1536312384:12'),(7274,3288,'_edit_last','12'),(7275,3288,'_bbp_forum_id','3171'),(7276,3288,'_bbp_topic_id','3290'),(7277,3288,'_bbp_author_ip','203.88.149.91'),(7278,3288,'_bbp_last_active_time','2018-09-07 14:58:39'),(7279,3288,'_bbp_reply_count','0'),(7280,3288,'_bbp_reply_count_hidden','0'),(7281,3288,'_yoast_wpseo_content_score','30'),(7282,3288,'_bbp_last_active_id','3288'),(7283,3288,'_bbp_voice_count','1'),(7284,3288,'_bbp_last_reply_id','0'),(7285,3292,'_edit_lock','1536312412:13'),(7286,3292,'_edit_last','13'),(7287,3292,'_yoast_wpseo_content_score','60'),(7288,3292,'_bbp_last_active_time','2018-09-07 15:11:06'),(7289,3292,'_bbp_forum_subforum_count','0'),(7290,3292,'_bbp_reply_count','0'),(7291,3292,'_bbp_total_reply_count','0'),(7292,3292,'_bbp_topic_count','10'),(7293,3292,'_bbp_total_topic_count','10'),(7294,3292,'_bbp_topic_count_hidden','0'),(7295,3291,'_edit_lock','1536312472:12'),(7296,3291,'_edit_last','12'),(7321,3295,'_edit_lock','1536312465:13'),(7322,3295,'_edit_last','13'),(7323,3295,'_bbp_forum_id','3292'),(7324,3295,'_bbp_topic_id','3295'),(7325,3295,'_bbp_author_ip','203.88.149.91'),(7326,3295,'_bbp_last_active_time','2018-09-07 14:59:58'),(7327,3295,'_bbp_reply_count','0'),(7328,3295,'_bbp_reply_count_hidden','0'),(7329,3292,'_bbp_last_reply_id','3335'),(7330,3295,'_yoast_wpseo_content_score','90'),(7331,3295,'_bbp_last_active_id','3295'),(7332,3295,'_bbp_voice_count','1'),(7333,3292,'_bbp_last_topic_id','3335'),(7334,3292,'_bbp_last_active_id','3335'),(7335,3295,'_bbp_last_reply_id','0'),(7336,3291,'_bbp_forum_id','3171'),(7337,3291,'_bbp_topic_id','3299'),(7338,3291,'_bbp_author_ip','203.88.149.91'),(7339,3291,'_bbp_last_active_time','2018-09-07 15:00:09'),(7340,3291,'_bbp_reply_count','0'),(7341,3291,'_bbp_reply_count_hidden','0'),(7342,3291,'_yoast_wpseo_content_score','60'),(7343,3291,'_bbp_last_active_id','3291'),(7344,3291,'_bbp_voice_count','1'),(7345,3291,'_bbp_last_reply_id','0'),(7346,3300,'_edit_lock','1536312521:13'),(7347,3300,'_edit_last','13'),(7348,3302,'_edit_lock','1536312539:12'),(7349,3302,'_edit_last','12'),(7350,3300,'_bbp_forum_id','3292'),(7351,3300,'_bbp_topic_id','3300'),(7352,3300,'_bbp_author_ip','203.88.149.91'),(7353,3300,'_bbp_last_active_time','2018-09-07 15:00:54'),(7354,3300,'_bbp_reply_count','0'),(7355,3300,'_bbp_reply_count_hidden','0'),(7356,3300,'_yoast_wpseo_content_score','90'),(7357,3300,'_bbp_last_active_id','3300'),(7358,3300,'_bbp_voice_count','1'),(7359,3302,'_bbp_forum_id','3171'),(7360,3302,'_bbp_topic_id','3306'),(7361,3302,'_bbp_author_ip','203.88.149.91'),(7362,3302,'_bbp_last_active_time','2018-09-07 15:01:17'),(7363,3302,'_bbp_reply_count','0'),(7364,3302,'_bbp_reply_count_hidden','0'),(7365,3302,'_yoast_wpseo_content_score','90'),(7366,3302,'_bbp_last_active_id','3302'),(7367,3302,'_bbp_voice_count','1'),(7368,3305,'_edit_lock','1536312608:13'),(7369,3305,'_edit_last','13'),(7370,3302,'_bbp_last_reply_id','0'),(7371,3307,'_edit_lock','1536312677:12'),(7372,3307,'_edit_last','12'),(7373,3307,'_bbp_forum_id','3171'),(7374,3307,'_bbp_topic_id','3309'),(7375,3307,'_bbp_author_ip','203.88.149.91'),(7376,3307,'_bbp_last_active_time','2018-09-07 15:01:55'),(7377,3307,'_bbp_reply_count','0'),(7378,3307,'_bbp_reply_count_hidden','0'),(7379,3307,'_yoast_wpseo_content_score','60'),(7380,3307,'_bbp_last_active_id','3307'),(7381,3307,'_bbp_voice_count','1'),(7382,3307,'_bbp_last_reply_id','0'),(7384,3305,'_bbp_forum_id','3292'),(7385,3305,'_bbp_topic_id','3305'),(7386,3305,'_bbp_author_ip','203.88.149.91'),(7387,3305,'_bbp_last_active_time','2018-09-07 15:02:19'),(7388,3305,'_bbp_reply_count','0'),(7389,3305,'_bbp_reply_count_hidden','0'),(7390,3305,'_yoast_wpseo_content_score','60'),(7391,3305,'_bbp_last_active_id','3305'),(7392,3305,'_bbp_voice_count','1'),(7394,3314,'_edit_lock','1536312648:13'),(7395,3314,'_edit_last','13'),(7396,3314,'_bbp_forum_id','3292'),(7397,3314,'_bbp_topic_id','3314'),(7398,3314,'_bbp_author_ip','203.88.149.91'),(7399,3314,'_bbp_last_active_time','2018-09-07 15:03:09'),(7400,3314,'_bbp_reply_count','0'),(7401,3314,'_bbp_reply_count_hidden','0'),(7402,3314,'_yoast_wpseo_content_score','90'),(7403,3314,'_bbp_last_active_id','3314'),(7404,3314,'_bbp_voice_count','1'),(7408,3317,'_edit_lock','1536312851:13'),(7409,3317,'_edit_last','13'),(7410,3319,'_wp_attached_file','2018/09/Q-256x256.png'),(7411,3319,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:21:\"2018/09/Q-256x256.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Q-256x256-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7412,3318,'_edit_lock','1536312873:12'),(7413,3318,'_edit_last','12'),(7414,3318,'_bbp_forum_id','3174'),(7415,3318,'_bbp_topic_id','3322'),(7416,3318,'_bbp_author_ip','203.88.149.91'),(7417,3318,'_bbp_last_active_time','2018-09-07 15:04:40'),(7418,3318,'_bbp_reply_count','0'),(7419,3318,'_bbp_reply_count_hidden','0'),(7420,3174,'_bbp_last_reply_id','3318'),(7421,3318,'_yoast_wpseo_content_score','90'),(7422,3318,'_bbp_last_active_id','3318'),(7423,3318,'_bbp_voice_count','1'),(7424,3174,'_bbp_last_topic_id','3318'),(7425,3174,'_bbp_last_active_id','3318'),(7426,3317,'_bbp_forum_id','3292'),(7427,3317,'_bbp_topic_id','3317'),(7428,3317,'_bbp_author_ip','203.88.149.91'),(7429,3317,'_bbp_last_active_time','2018-09-07 15:06:31'),(7430,3317,'_bbp_reply_count','0'),(7431,3317,'_bbp_reply_count_hidden','0'),(7432,3317,'_yoast_wpseo_content_score','30'),(7433,3317,'_bbp_last_active_id','3317'),(7434,3317,'_bbp_voice_count','1'),(7435,3318,'_bbp_last_reply_id','0'),(7436,3317,'_bbp_last_reply_id','0'),(7439,3325,'_edit_lock','1536312892:13'),(7440,3325,'_edit_last','13'),(7441,3325,'_bbp_forum_id','3292'),(7442,3325,'_bbp_topic_id','3325'),(7443,3325,'_bbp_author_ip','203.88.149.91'),(7444,3325,'_bbp_last_active_time','2018-09-07 15:07:12'),(7445,3325,'_bbp_reply_count','0'),(7446,3325,'_bbp_reply_count_hidden','0'),(7447,3325,'_yoast_wpseo_content_score','60'),(7448,3325,'_bbp_last_active_id','3325'),(7449,3325,'_bbp_voice_count','1'),(7450,3327,'_edit_lock','1536312934:13'),(7451,3327,'_edit_last','13'),(7452,3327,'_bbp_forum_id','3292'),(7453,3327,'_bbp_topic_id','3327'),(7454,3327,'_bbp_author_ip','203.88.149.91'),(7455,3327,'_bbp_last_active_time','2018-09-07 15:07:51'),(7456,3327,'_bbp_reply_count','0'),(7457,3327,'_bbp_reply_count_hidden','0'),(7458,3327,'_yoast_wpseo_content_score','90'),(7459,3327,'_bbp_last_active_id','3327'),(7460,3327,'_bbp_voice_count','1'),(7461,3329,'_edit_lock','1536313050:13'),(7462,3329,'_edit_last','13'),(7463,3329,'_bbp_forum_id','3292'),(7464,3329,'_bbp_topic_id','3329'),(7465,3329,'_bbp_author_ip','203.88.149.91'),(7466,3329,'_bbp_last_active_time','2018-09-07 15:09:32'),(7467,3329,'_bbp_reply_count','0'),(7468,3329,'_bbp_reply_count_hidden','0'),(7469,3329,'_yoast_wpseo_content_score','90'),(7470,3329,'_bbp_last_active_id','3329'),(7471,3329,'_bbp_voice_count','1'),(7472,3329,'_bbp_last_reply_id','0'),(7473,3332,'_edit_lock','1536313096:13'),(7474,3332,'_edit_last','13'),(7475,3332,'_bbp_forum_id','3292'),(7476,3332,'_bbp_topic_id','3332'),(7477,3332,'_bbp_author_ip','203.88.149.91'),(7478,3332,'_bbp_last_active_time','2018-09-07 15:10:25'),(7479,3332,'_bbp_reply_count','0'),(7480,3332,'_bbp_reply_count_hidden','0'),(7481,3332,'_yoast_wpseo_content_score','60'),(7482,3332,'_bbp_last_active_id','3332'),(7483,3332,'_bbp_voice_count','1'),(7508,3335,'_edit_lock','1536313214:13'),(7509,3335,'_edit_last','13'),(7510,3335,'_bbp_forum_id','3292'),(7511,3335,'_bbp_topic_id','3335'),(7512,3335,'_bbp_author_ip','203.88.149.91'),(7513,3335,'_bbp_last_active_time','2018-09-07 15:11:23'),(7514,3335,'_bbp_reply_count','0'),(7515,3335,'_bbp_reply_count_hidden','0'),(7516,3335,'_yoast_wpseo_content_score','30'),(7517,3335,'_bbp_last_active_id','3335'),(7518,3335,'_bbp_voice_count','1'),(7519,3335,'_bbp_last_reply_id','0'),(7520,3338,'_edit_lock','1536313263:13'),(7521,3338,'_edit_last','13'),(7522,3338,'_yoast_wpseo_content_score','60'),(7523,3338,'_bbp_last_active_time','2018-09-07 15:21:20'),(7524,3338,'_bbp_forum_subforum_count','0'),(7525,3338,'_bbp_reply_count','0'),(7526,3338,'_bbp_total_reply_count','0'),(7527,3338,'_bbp_topic_count','7'),(7528,3338,'_bbp_total_topic_count','7'),(7529,3338,'_bbp_topic_count_hidden','0'),(7532,3341,'_edit_lock','1536313336:13'),(7533,3341,'_edit_last','13'),(7534,3341,'_bbp_forum_id','3338'),(7535,3341,'_bbp_topic_id','3341'),(7536,3341,'_bbp_author_ip','203.88.149.91'),(7537,3341,'_bbp_last_active_time','2018-09-07 15:14:36'),(7538,3341,'_bbp_reply_count','0'),(7539,3341,'_bbp_reply_count_hidden','0'),(7540,3338,'_bbp_last_reply_id','3359'),(7541,3341,'_yoast_wpseo_content_score','90'),(7542,3341,'_bbp_last_active_id','3341'),(7543,3341,'_bbp_voice_count','1'),(7544,3338,'_bbp_last_topic_id','3359'),(7545,3338,'_bbp_last_active_id','3359'),(7546,3341,'_bbp_last_reply_id','0'),(7547,3343,'_edit_lock','1536313474:13'),(7548,3343,'_edit_last','13'),(7573,3343,'_bbp_forum_id','3338'),(7574,3343,'_bbp_topic_id','3343'),(7575,3343,'_bbp_author_ip','203.88.149.91'),(7576,3343,'_bbp_last_active_time','2018-09-07 15:16:39'),(7577,3343,'_bbp_reply_count','0'),(7578,3343,'_bbp_reply_count_hidden','0'),(7579,3343,'_yoast_wpseo_content_score','60'),(7580,3343,'_bbp_last_active_id','3343'),(7581,3343,'_bbp_voice_count','1'),(7582,3347,'_edit_lock','1536313507:13'),(7583,3347,'_edit_last','13'),(7584,3347,'_bbp_forum_id','3338'),(7585,3347,'_bbp_topic_id','3347'),(7586,3347,'_bbp_author_ip','203.88.149.91'),(7587,3347,'_bbp_last_active_time','2018-09-07 15:17:27'),(7588,3347,'_bbp_reply_count','0'),(7589,3347,'_bbp_reply_count_hidden','0'),(7590,3347,'_yoast_wpseo_content_score','30'),(7591,3347,'_bbp_last_active_id','3347'),(7592,3347,'_bbp_voice_count','1'),(7595,3351,'_edit_lock','1536313566:13'),(7596,3351,'_edit_last','13'),(7597,3351,'_bbp_forum_id','3338'),(7598,3351,'_bbp_topic_id','3351'),(7599,3351,'_bbp_author_ip','203.88.149.91'),(7600,3351,'_bbp_last_active_time','2018-09-07 15:18:27'),(7601,3351,'_bbp_reply_count','0'),(7602,3351,'_bbp_reply_count_hidden','0'),(7603,3351,'_yoast_wpseo_content_score','90'),(7604,3351,'_bbp_last_active_id','3351'),(7605,3351,'_bbp_voice_count','1'),(7606,3353,'_edit_lock','1536313647:13'),(7607,3353,'_edit_last','13'),(7608,3354,'_wp_attached_file','2018/09/cropped-Q-256x256.png'),(7609,3354,'_wp_attachment_context','site-icon'),(7610,3354,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:29:\"2018/09/cropped-Q-256x256.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"cropped-Q-256x256-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"cropped-Q-256x256-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:29:\"cropped-Q-256x256-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:29:\"cropped-Q-256x256-338x338.png\";s:5:\"width\";i:338;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:29:\"cropped-Q-256x256-405x405.png\";s:5:\"width\";i:405;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:29:\"cropped-Q-256x256-285x285.png\";s:5:\"width\";i:285;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:29:\"cropped-Q-256x256-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:29:\"cropped-Q-256x256-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:29:\"cropped-Q-256x256-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:27:\"cropped-Q-256x256-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7613,3353,'_bbp_forum_id','3338'),(7614,3353,'_bbp_topic_id','3353'),(7615,3353,'_bbp_author_ip','203.88.149.91'),(7616,3353,'_bbp_last_active_time','2018-09-07 15:19:48'),(7617,3353,'_bbp_reply_count','0'),(7618,3353,'_bbp_reply_count_hidden','0'),(7619,3353,'_yoast_wpseo_content_score','90'),(7620,3353,'_bbp_last_active_id','3353'),(7621,3353,'_bbp_voice_count','1'),(7622,3357,'_edit_lock','1536313699:13'),(7623,3357,'_edit_last','13'),(7624,3357,'_bbp_forum_id','3338'),(7625,3357,'_bbp_topic_id','3357'),(7626,3357,'_bbp_author_ip','203.88.149.91'),(7627,3357,'_bbp_last_active_time','2018-09-07 15:20:39'),(7628,3357,'_bbp_reply_count','0'),(7629,3357,'_bbp_reply_count_hidden','0'),(7630,3357,'_yoast_wpseo_content_score','90'),(7631,3357,'_bbp_last_active_id','3357'),(7632,3357,'_bbp_voice_count','1'),(7633,3359,'_edit_lock','1536313791:13'),(7634,3359,'_edit_last','13'),(7635,3359,'_bbp_forum_id','3338'),(7636,3359,'_bbp_topic_id','3359'),(7637,3359,'_bbp_author_ip','203.88.149.91'),(7638,3359,'_bbp_last_active_time','2018-09-07 15:21:47'),(7639,3359,'_bbp_reply_count','0'),(7640,3359,'_bbp_reply_count_hidden','0'),(7641,3359,'_yoast_wpseo_content_score','90'),(7642,3359,'_bbp_last_active_id','3359'),(7643,3359,'_bbp_voice_count','1'),(7644,3359,'_bbp_last_reply_id','0'),(7645,3362,'_edit_lock','1536313854:13'),(7646,3362,'_edit_last','13'),(7647,3362,'_yoast_wpseo_content_score','60'),(7648,3362,'_bbp_last_active_time','2018-09-07 15:23:59'),(7649,3362,'_bbp_forum_subforum_count','0'),(7650,3362,'_bbp_reply_count','0'),(7651,3362,'_bbp_total_reply_count','0'),(7652,3362,'_bbp_topic_count','1'),(7653,3362,'_bbp_total_topic_count','1'),(7654,3362,'_bbp_topic_count_hidden','0'),(7655,3364,'_edit_lock','1536313898:13'),(7659,3364,'_edit_last','13'),(7660,3364,'_bbp_forum_id','3362'),(7661,3364,'_bbp_topic_id','3364'),(7662,3364,'_bbp_author_ip','203.88.149.91'),(7663,3364,'_bbp_last_active_time','2018-09-07 15:24:00'),(7664,3364,'_bbp_reply_count','0'),(7665,3364,'_bbp_reply_count_hidden','0'),(7666,3362,'_bbp_last_reply_id','3364'),(7667,3364,'_yoast_wpseo_content_score','90'),(7668,3364,'_bbp_last_active_id','3364'),(7669,3364,'_bbp_voice_count','1'),(7670,3362,'_bbp_last_topic_id','3364'),(7671,3362,'_bbp_last_active_id','3364'),(7672,3367,'_edit_lock','1536313958:13'),(7673,3367,'_edit_last','13'),(7674,3367,'_yoast_wpseo_content_score','60'),(7675,3367,'_bbp_last_active_time','2018-09-07 15:34:05'),(7676,3367,'_bbp_forum_subforum_count','0'),(7677,3367,'_bbp_reply_count','0'),(7678,3367,'_bbp_total_reply_count','0'),(7679,3367,'_bbp_topic_count','10'),(7680,3367,'_bbp_total_topic_count','10'),(7681,3367,'_bbp_topic_count_hidden','0'),(7682,3369,'_edit_lock','1536314030:13'),(7683,3369,'_edit_last','13'),(7684,3369,'_bbp_forum_id','3367'),(7685,3369,'_bbp_topic_id','3369'),(7686,3369,'_bbp_author_ip','203.88.149.91'),(7687,3369,'_bbp_last_active_time','2018-09-07 15:26:12'),(7688,3369,'_bbp_reply_count','0'),(7689,3369,'_bbp_reply_count_hidden','0'),(7690,3367,'_bbp_last_reply_id','3389'),(7691,3369,'_yoast_wpseo_content_score','60'),(7692,3369,'_bbp_last_active_id','3369'),(7693,3369,'_bbp_voice_count','1'),(7694,3367,'_bbp_last_topic_id','3389'),(7695,3367,'_bbp_last_active_id','3389'),(7696,3371,'_edit_lock','1536314069:13'),(7697,3371,'_edit_last','13'),(7698,3371,'_bbp_forum_id','3367'),(7699,3371,'_bbp_topic_id','3371'),(7700,3371,'_bbp_author_ip','203.88.149.91'),(7701,3371,'_bbp_last_active_time','2018-09-07 15:26:51'),(7702,3371,'_bbp_reply_count','0'),(7703,3371,'_bbp_reply_count_hidden','0'),(7704,3371,'_yoast_wpseo_content_score','30'),(7705,3371,'_bbp_last_active_id','3371'),(7706,3371,'_bbp_voice_count','1'),(7707,3373,'_edit_lock','1536314128:13'),(7708,3373,'_edit_last','13'),(7710,3373,'_bbp_forum_id','3367'),(7711,3373,'_bbp_topic_id','3373'),(7712,3373,'_bbp_author_ip','203.88.149.91'),(7713,3373,'_bbp_last_active_time','2018-09-07 15:27:36'),(7714,3373,'_bbp_reply_count','0'),(7715,3373,'_bbp_reply_count_hidden','0'),(7716,3373,'_yoast_wpseo_content_score','60'),(7717,3373,'_bbp_last_active_id','3373'),(7718,3373,'_bbp_voice_count','1'),(7719,3376,'_edit_lock','1536314152:13'),(7720,3376,'_edit_last','13'),(7721,3376,'_bbp_forum_id','3367'),(7722,3376,'_bbp_topic_id','3376'),(7723,3376,'_bbp_author_ip','203.88.149.91'),(7724,3376,'_bbp_last_active_time','2018-09-07 15:28:13'),(7725,3376,'_bbp_reply_count','0'),(7726,3376,'_bbp_reply_count_hidden','0'),(7727,3376,'_yoast_wpseo_content_score','90'),(7728,3376,'_bbp_last_active_id','3376'),(7729,3376,'_bbp_voice_count','1'),(7730,3378,'_edit_lock','1536314213:13'),(7731,3378,'_edit_last','13'),(7732,3378,'_bbp_forum_id','3367'),(7733,3378,'_bbp_topic_id','3378'),(7734,3378,'_bbp_author_ip','203.88.149.91'),(7735,3378,'_bbp_last_active_time','2018-09-07 15:29:13'),(7736,3378,'_bbp_reply_count','0'),(7737,3378,'_bbp_reply_count_hidden','0'),(7738,3378,'_yoast_wpseo_content_score','90'),(7739,3378,'_bbp_last_active_id','3378'),(7740,3378,'_bbp_voice_count','1'),(7741,3380,'_edit_lock','1536314252:13'),(7742,3380,'_edit_last','13'),(7743,3380,'_bbp_forum_id','3367'),(7744,3380,'_bbp_topic_id','3380'),(7745,3380,'_bbp_author_ip','203.88.149.91'),(7746,3380,'_bbp_last_active_time','2018-09-07 15:29:53'),(7747,3380,'_bbp_reply_count','0'),(7748,3380,'_bbp_reply_count_hidden','0'),(7749,3380,'_yoast_wpseo_content_score','90'),(7750,3380,'_bbp_last_active_id','3380'),(7751,3380,'_bbp_voice_count','1'),(7752,3382,'_edit_lock','1536314305:13'),(7753,3382,'_edit_last','13'),(7754,3382,'_bbp_forum_id','3367'),(7755,3382,'_bbp_topic_id','3382'),(7756,3382,'_bbp_author_ip','203.88.149.91'),(7757,3382,'_bbp_last_active_time','2018-09-07 15:30:46'),(7758,3382,'_bbp_reply_count','0'),(7759,3382,'_bbp_reply_count_hidden','0'),(7760,3382,'_yoast_wpseo_content_score','90'),(7761,3382,'_bbp_last_active_id','3382'),(7762,3382,'_bbp_voice_count','1'),(7763,3384,'_edit_lock','1536314387:13'),(7764,3384,'_edit_last','13'),(7765,3384,'_bbp_forum_id','3367'),(7766,3384,'_bbp_topic_id','3384'),(7767,3384,'_bbp_author_ip','203.88.149.91'),(7768,3384,'_bbp_last_active_time','2018-09-07 15:31:47'),(7769,3384,'_bbp_reply_count','0'),(7770,3384,'_bbp_reply_count_hidden','0'),(7771,3384,'_yoast_wpseo_content_score','90'),(7772,3384,'_bbp_last_active_id','3384'),(7773,3384,'_bbp_voice_count','1'),(7774,3386,'_wp_attached_file','2018/09/quickscrum-logo-flat.png'),(7775,3386,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:150;s:4:\"file\";s:32:\"2018/09/quickscrum-logo-flat.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"quickscrum-logo-flat-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"quickscrum-logo-flat-300x90.png\";s:5:\"width\";i:300;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:32:\"quickscrum-logo-flat-480x144.png\";s:5:\"width\";i:480;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7776,3387,'_edit_lock','1536314455:13'),(7777,3387,'_edit_last','13'),(7778,3387,'_bbp_forum_id','3367'),(7779,3387,'_bbp_topic_id','3387'),(7780,3387,'_bbp_author_ip','203.88.149.91'),(7781,3387,'_bbp_last_active_time','2018-09-07 15:33:10'),(7782,3387,'_bbp_reply_count','0'),(7783,3387,'_bbp_reply_count_hidden','0'),(7784,3387,'_yoast_wpseo_content_score','60'),(7785,3387,'_bbp_last_active_id','3387'),(7786,3387,'_bbp_voice_count','1'),(7787,3389,'_edit_lock','1536314504:13'),(7788,3389,'_edit_last','13'),(7789,3389,'_bbp_forum_id','3367'),(7790,3389,'_bbp_topic_id','3389'),(7791,3389,'_bbp_author_ip','203.88.149.91'),(7792,3389,'_bbp_last_active_time','2018-09-07 15:34:05'),(7793,3389,'_bbp_reply_count','0'),(7794,3389,'_bbp_reply_count_hidden','0'),(7795,3389,'_yoast_wpseo_content_score','90'),(7796,3389,'_bbp_last_active_id','3389'),(7797,3389,'_bbp_voice_count','1'),(7798,3391,'_edit_lock','1536314563:13'),(7799,3391,'_edit_last','13'),(7800,3391,'_yoast_wpseo_content_score','60'),(7801,3391,'_bbp_last_active_time','2018-09-07 15:38:19'),(7802,3391,'_bbp_forum_subforum_count','0'),(7803,3391,'_bbp_reply_count','0'),(7804,3391,'_bbp_total_reply_count','0'),(7805,3391,'_bbp_topic_count','4'),(7806,3391,'_bbp_total_topic_count','4'),(7807,3391,'_bbp_topic_count_hidden','0'),(7808,3394,'_edit_lock','1536314621:13'),(7809,3394,'_edit_last','13'),(7810,3394,'_bbp_forum_id','3391'),(7811,3394,'_bbp_topic_id','3394'),(7812,3394,'_bbp_author_ip','203.88.149.91'),(7813,3394,'_bbp_last_active_time','2018-09-07 15:36:03'),(7814,3394,'_bbp_reply_count','0'),(7815,3394,'_bbp_reply_count_hidden','0'),(7816,3391,'_bbp_last_reply_id','3401'),(7817,3394,'_yoast_wpseo_content_score','90'),(7818,3394,'_bbp_last_active_id','3394'),(7819,3394,'_bbp_voice_count','1'),(7820,3391,'_bbp_last_topic_id','3401'),(7821,3391,'_bbp_last_active_id','3401'),(7823,3397,'_edit_lock','1536314667:13'),(7824,3397,'_edit_last','13'),(7825,3397,'_bbp_forum_id','3391'),(7826,3397,'_bbp_topic_id','3397'),(7827,3397,'_bbp_author_ip','203.88.149.91'),(7828,3397,'_bbp_last_active_time','2018-09-07 15:36:49'),(7829,3397,'_bbp_reply_count','0'),(7830,3397,'_bbp_reply_count_hidden','0'),(7831,3397,'_yoast_wpseo_content_score','60'),(7832,3397,'_bbp_last_active_id','3397'),(7833,3397,'_bbp_voice_count','1'),(7834,3399,'_edit_lock','1536314714:13'),(7835,3399,'_edit_last','13'),(7836,3399,'_bbp_forum_id','3391'),(7837,3399,'_bbp_topic_id','3399'),(7838,3399,'_bbp_author_ip','203.88.149.91'),(7839,3399,'_bbp_last_active_time','2018-09-07 15:37:36'),(7840,3399,'_bbp_reply_count','0'),(7841,3399,'_bbp_reply_count_hidden','0'),(7842,3399,'_yoast_wpseo_content_score','60'),(7843,3399,'_bbp_last_active_id','3399'),(7844,3399,'_bbp_voice_count','1'),(7845,3401,'_edit_lock','1536314759:13'),(7846,3401,'_edit_last','13'),(7847,3401,'_bbp_forum_id','3391'),(7848,3401,'_bbp_topic_id','3401'),(7849,3401,'_bbp_author_ip','203.88.149.91'),(7850,3401,'_bbp_last_active_time','2018-09-07 15:38:19'),(7851,3401,'_bbp_reply_count','0'),(7852,3401,'_bbp_reply_count_hidden','0'),(7853,3401,'_yoast_wpseo_content_score','60'),(7854,3401,'_bbp_last_active_id','3401'),(7855,3401,'_bbp_voice_count','1'),(7856,3403,'_edit_lock','1536851620:5'),(7857,3403,'_edit_last','5'),(7858,3403,'_yoast_wpseo_content_score','60'),(7859,3403,'_bbp_last_active_time','2018-09-07 15:48:17'),(7860,3403,'_bbp_forum_subforum_count','0'),(7861,3403,'_bbp_reply_count','0'),(7862,3403,'_bbp_total_reply_count','0'),(7863,3403,'_bbp_topic_count','8'),(7864,3403,'_bbp_total_topic_count','8'),(7865,3403,'_bbp_topic_count_hidden','0'),(7866,3405,'_edit_lock','1536314916:13'),(7867,3405,'_edit_last','13'),(7868,3405,'_bbp_forum_id','3403'),(7869,3405,'_bbp_topic_id','3405'),(7870,3405,'_bbp_author_ip','203.88.149.91'),(7871,3405,'_bbp_last_active_time','2018-09-07 15:40:49'),(7872,3405,'_bbp_reply_count','0'),(7873,3405,'_bbp_reply_count_hidden','0'),(7874,3403,'_bbp_last_reply_id','3421'),(7875,3405,'_yoast_wpseo_content_score','60'),(7876,3405,'_bbp_last_active_id','3405'),(7877,3405,'_bbp_voice_count','1'),(7878,3403,'_bbp_last_topic_id','3421'),(7879,3403,'_bbp_last_active_id','3421'),(7880,3407,'_edit_lock','1536314958:13'),(7881,3407,'_edit_last','13'),(7882,3407,'_bbp_forum_id','3403'),(7883,3407,'_bbp_topic_id','3407'),(7884,3407,'_bbp_author_ip','203.88.149.91'),(7885,3407,'_bbp_last_active_time','2018-09-07 15:41:30'),(7886,3407,'_bbp_reply_count','0'),(7887,3407,'_bbp_reply_count_hidden','0'),(7888,3407,'_yoast_wpseo_content_score','60'),(7889,3407,'_bbp_last_active_id','3407'),(7890,3407,'_bbp_voice_count','1'),(7891,3409,'_edit_lock','1536314985:13'),(7892,3409,'_edit_last','13'),(7893,3409,'_bbp_forum_id','3403'),(7894,3409,'_bbp_topic_id','3409'),(7895,3409,'_bbp_author_ip','203.88.149.91'),(7896,3409,'_bbp_last_active_time','2018-09-07 15:42:06'),(7897,3409,'_bbp_reply_count','0'),(7898,3409,'_bbp_reply_count_hidden','0'),(7899,3409,'_yoast_wpseo_content_score','60'),(7900,3409,'_bbp_last_active_id','3409'),(7901,3409,'_bbp_voice_count','1'),(7902,3411,'_edit_lock','1536315020:13'),(7903,3411,'_edit_last','13'),(7904,3411,'_bbp_forum_id','3403'),(7905,3411,'_bbp_topic_id','3411'),(7906,3411,'_bbp_author_ip','203.88.149.91'),(7907,3411,'_bbp_last_active_time','2018-09-07 15:42:41'),(7908,3411,'_bbp_reply_count','0'),(7909,3411,'_bbp_reply_count_hidden','0'),(7910,3411,'_yoast_wpseo_content_score','60'),(7911,3411,'_bbp_last_active_id','3411'),(7912,3411,'_bbp_voice_count','1'),(7913,3414,'_edit_lock','1536315075:13'),(7914,3414,'_edit_last','13'),(7915,3414,'_bbp_forum_id','3403'),(7916,3414,'_bbp_topic_id','3414'),(7917,3414,'_bbp_author_ip','203.88.149.91'),(7918,3414,'_bbp_last_active_time','2018-09-07 15:43:21'),(7919,3414,'_bbp_reply_count','0'),(7920,3414,'_bbp_reply_count_hidden','0'),(7921,3414,'_yoast_wpseo_content_score','60'),(7922,3414,'_bbp_last_active_id','3414'),(7923,3414,'_bbp_voice_count','1'),(7924,3416,'_edit_lock','1536315235:13'),(7925,3416,'_edit_last','13'),(7926,3416,'_bbp_forum_id','3403'),(7927,3416,'_bbp_topic_id','3416'),(7928,3416,'_bbp_author_ip','203.88.149.91'),(7929,3416,'_bbp_last_active_time','2018-09-07 15:46:07'),(7930,3416,'_bbp_reply_count','0'),(7931,3416,'_bbp_reply_count_hidden','0'),(7932,3416,'_yoast_wpseo_content_score','90'),(7933,3416,'_bbp_last_active_id','3416'),(7934,3416,'_bbp_voice_count','1'),(7935,3418,'_edit_lock','1536315312:13'),(7936,3418,'_edit_last','13'),(7937,3418,'_bbp_forum_id','3403'),(7938,3418,'_bbp_topic_id','3418'),(7939,3418,'_bbp_author_ip','203.88.149.91'),(7940,3418,'_bbp_last_active_time','2018-09-07 15:47:33'),(7941,3418,'_bbp_reply_count','0'),(7942,3418,'_bbp_reply_count_hidden','0'),(7943,3418,'_yoast_wpseo_content_score','90'),(7944,3418,'_bbp_last_active_id','3418'),(7945,3418,'_bbp_voice_count','1'),(7946,3421,'_edit_lock','1536315366:13'),(7947,3421,'_edit_last','13'),(7948,3421,'_bbp_forum_id','3403'),(7949,3421,'_bbp_topic_id','3421'),(7950,3421,'_bbp_author_ip','203.88.149.91'),(7951,3421,'_bbp_last_active_time','2018-09-07 15:48:17'),(7952,3421,'_bbp_reply_count','0'),(7953,3421,'_bbp_reply_count_hidden','0'),(7954,3421,'_yoast_wpseo_content_score','60'),(7955,3421,'_bbp_last_active_id','3421'),(7956,3421,'_bbp_voice_count','1'),(7957,3423,'_edit_lock','1536852503:1'),(7958,3423,'_edit_last','1'),(7959,3423,'_yoast_wpseo_content_score','90'),(7960,3423,'_bbp_last_active_time','2018-09-07 15:53:22'),(7961,3423,'_bbp_forum_subforum_count','0'),(7962,3423,'_bbp_reply_count','0'),(7963,3423,'_bbp_total_reply_count','0'),(7964,3423,'_bbp_topic_count','6'),(7965,3423,'_bbp_total_topic_count','6'),(7966,3423,'_bbp_topic_count_hidden','0'),(7967,3425,'_edit_lock','1536315475:13'),(7968,3425,'_edit_last','13'),(7969,3425,'_bbp_forum_id','3423'),(7970,3425,'_bbp_topic_id','3425'),(7971,3425,'_bbp_author_ip','203.88.149.91'),(7972,3425,'_bbp_last_active_time','2018-09-07 15:50:07'),(7973,3425,'_bbp_reply_count','0'),(7974,3425,'_bbp_reply_count_hidden','0'),(7975,3423,'_bbp_last_reply_id','3435'),(7976,3425,'_yoast_wpseo_content_score','60'),(7977,3425,'_bbp_last_active_id','3425'),(7978,3425,'_bbp_voice_count','1'),(7979,3423,'_bbp_last_topic_id','3435'),(7980,3423,'_bbp_last_active_id','3435'),(7981,3427,'_edit_lock','1536315494:13'),(7982,3427,'_edit_last','13'),(7983,3427,'_bbp_forum_id','3423'),(7984,3427,'_bbp_topic_id','3427'),(7985,3427,'_bbp_author_ip','203.88.149.91'),(7986,3427,'_bbp_last_active_time','2018-09-07 15:50:36'),(7987,3427,'_bbp_reply_count','0'),(7988,3427,'_bbp_reply_count_hidden','0'),(7989,3427,'_yoast_wpseo_content_score','90'),(7990,3427,'_bbp_last_active_id','3427'),(7991,3427,'_bbp_voice_count','1'),(7992,3429,'_edit_lock','1536315521:13'),(7993,3429,'_edit_last','13'),(7994,3429,'_bbp_forum_id','3423'),(7995,3429,'_bbp_topic_id','3429'),(7996,3429,'_bbp_author_ip','203.88.149.91'),(7997,3429,'_bbp_last_active_time','2018-09-07 15:51:02'),(7998,3429,'_bbp_reply_count','0'),(7999,3429,'_bbp_reply_count_hidden','0'),(8000,3429,'_yoast_wpseo_content_score','60'),(8001,3429,'_bbp_last_active_id','3429'),(8002,3429,'_bbp_voice_count','1'),(8003,3431,'_edit_lock','1536315589:13'),(8004,3431,'_edit_last','13'),(8005,3431,'_bbp_forum_id','3423'),(8006,3431,'_bbp_topic_id','3431'),(8007,3431,'_bbp_author_ip','203.88.149.91'),(8008,3431,'_bbp_last_active_time','2018-09-07 15:52:10'),(8009,3431,'_bbp_reply_count','0'),(8010,3431,'_bbp_reply_count_hidden','0'),(8011,3431,'_yoast_wpseo_content_score','60'),(8012,3431,'_bbp_last_active_id','3431'),(8013,3431,'_bbp_voice_count','1'),(8014,3433,'_edit_lock','1536315620:13'),(8015,3433,'_edit_last','13'),(8016,3433,'_bbp_forum_id','3423'),(8017,3433,'_bbp_topic_id','3433'),(8018,3433,'_bbp_author_ip','203.88.149.91'),(8019,3433,'_bbp_last_active_time','2018-09-07 15:52:41'),(8020,3433,'_bbp_reply_count','0'),(8021,3433,'_bbp_reply_count_hidden','0'),(8022,3433,'_yoast_wpseo_content_score','90'),(8023,3433,'_bbp_last_active_id','3433'),(8024,3433,'_bbp_voice_count','1'),(8025,3435,'_edit_lock','1536852783:1'),(8026,3435,'_edit_last','1'),(8027,3435,'_bbp_forum_id','3423'),(8028,3435,'_bbp_topic_id','3435'),(8029,3435,'_bbp_author_ip','43.243.37.219'),(8030,3435,'_bbp_last_active_time','2018-09-07 15:53:22'),(8031,3435,'_bbp_reply_count','0'),(8032,3435,'_bbp_reply_count_hidden','1'),(8033,3435,'_yoast_wpseo_content_score','30'),(8034,3435,'_bbp_last_active_id','3435'),(8035,3435,'_bbp_voice_count','1'),(8038,3438,'_wp_attached_file','2018/09/sg_velocity_20161014073347363.jpg'),(8039,3438,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1348;s:6:\"height\";i:428;s:4:\"file\";s:41:\"2018/09/sg_velocity_20161014073347363.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"sg_velocity_20161014073347363-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"sg_velocity_20161014073347363-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"sg_velocity_20161014073347363-768x244.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"sg_velocity_20161014073347363-1024x325.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:41:\"sg_velocity_20161014073347363-480x152.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:41:\"sg_velocity_20161014073347363-730x232.jpg\";s:5:\"width\";i:730;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:41:\"sg_velocity_20161014073347363-580x184.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:41:\"sg_velocity_20161014073347363-665x211.jpg\";s:5:\"width\";i:665;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8042,3440,'_wp_attached_file','2018/09/sg-daily-stand-up_20161017093228533.png'),(8043,3440,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1350;s:4:\"file\";s:47:\"2018/09/sg-daily-stand-up_20161017093228533.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"sg-daily-stand-up_20161017093228533-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"sg-daily-stand-up_20161017093228533-300x270.png\";s:5:\"width\";i:300;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"sg-daily-stand-up_20161017093228533-768x691.png\";s:5:\"width\";i:768;s:6:\"height\";i:691;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"sg-daily-stand-up_20161017093228533-1024x922.png\";s:5:\"width\";i:1024;s:6:\"height\";i:922;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:47:\"sg-daily-stand-up_20161017093228533-480x432.png\";s:5:\"width\";i:480;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:47:\"sg-daily-stand-up_20161017093228533-376x338.png\";s:5:\"width\";i:376;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:47:\"sg-daily-stand-up_20161017093228533-450x405.png\";s:5:\"width\";i:450;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:47:\"sg-daily-stand-up_20161017093228533-317x285.png\";s:5:\"width\";i:317;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8150,3453,'_wp_attached_file','2018/09/sg-product-backlog-refinement_20161017101427752.png'),(8151,3453,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:622;s:4:\"file\";s:59:\"2018/09/sg-product-backlog-refinement_20161017101427752.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"sg-product-backlog-refinement_20161017101427752-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"sg-product-backlog-refinement_20161017101427752-300x233.png\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"sg-product-backlog-refinement_20161017101427752-768x597.png\";s:5:\"width\";i:768;s:6:\"height\";i:597;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:59:\"sg-product-backlog-refinement_20161017101427752-480x373.png\";s:5:\"width\";i:480;s:6:\"height\";i:373;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:59:\"sg-product-backlog-refinement_20161017101427752-435x338.png\";s:5:\"width\";i:435;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:59:\"sg-product-backlog-refinement_20161017101427752-521x405.png\";s:5:\"width\";i:521;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:59:\"sg-product-backlog-refinement_20161017101427752-367x285.png\";s:5:\"width\";i:367;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8153,1136,'_post_header_background_image_size','auto'),(8184,3465,'_wp_attached_file','2018/09/sg-product-backlog_20161017102326244.png'),(8185,3465,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3313;s:6:\"height\";i:3200;s:4:\"file\";s:48:\"2018/09/sg-product-backlog_20161017102326244.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"sg-product-backlog_20161017102326244-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"sg-product-backlog_20161017102326244-300x290.png\";s:5:\"width\";i:300;s:6:\"height\";i:290;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"sg-product-backlog_20161017102326244-768x742.png\";s:5:\"width\";i:768;s:6:\"height\";i:742;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"sg-product-backlog_20161017102326244-1024x989.png\";s:5:\"width\";i:1024;s:6:\"height\";i:989;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:48:\"sg-product-backlog_20161017102326244-480x464.png\";s:5:\"width\";i:480;s:6:\"height\";i:464;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:48:\"sg-product-backlog_20161017102326244-350x338.png\";s:5:\"width\";i:350;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:48:\"sg-product-backlog_20161017102326244-419x405.png\";s:5:\"width\";i:419;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:48:\"sg-product-backlog_20161017102326244-295x285.png\";s:5:\"width\";i:295;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8236,1136,'_post_header_background_image_attachment','scroll'),(8346,1883,'_edit_lock','1536845111:4'),(8347,1883,'_yoast_wpseo_content_score','30'),(8376,3496,'_wp_attached_file','2018/09/estimating-in-agile-and-scrum_20161006105254114.jpg'),(8377,3496,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1091;s:6:\"height\";i:405;s:4:\"file\";s:59:\"2018/09/estimating-in-agile-and-scrum_20161006105254114.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"estimating-in-agile-and-scrum_20161006105254114-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"estimating-in-agile-and-scrum_20161006105254114-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"estimating-in-agile-and-scrum_20161006105254114-768x285.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"estimating-in-agile-and-scrum_20161006105254114-1024x380.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:59:\"estimating-in-agile-and-scrum_20161006105254114-480x178.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:59:\"estimating-in-agile-and-scrum_20161006105254114-730x271.jpg\";s:5:\"width\";i:730;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:59:\"estimating-in-agile-and-scrum_20161006105254114-580x215.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:59:\"estimating-in-agile-and-scrum_20161006105254114-665x247.jpg\";s:5:\"width\";i:665;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8431,3501,'_wp_attached_file','2018/09/download.png'),(8432,3501,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1331;s:6:\"height\";i:413;s:4:\"file\";s:20:\"2018/09/download.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"download-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"download-300x93.png\";s:5:\"width\";i:300;s:6:\"height\";i:93;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"download-768x238.png\";s:5:\"width\";i:768;s:6:\"height\";i:238;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"download-1024x318.png\";s:5:\"width\";i:1024;s:6:\"height\";i:318;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:20:\"download-480x149.png\";s:5:\"width\";i:480;s:6:\"height\";i:149;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:20:\"download-730x227.png\";s:5:\"width\";i:730;s:6:\"height\";i:227;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:20:\"download-580x180.png\";s:5:\"width\";i:580;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:20:\"download-665x206.png\";s:5:\"width\";i:665;s:6:\"height\";i:206;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8456,3504,'_wp_attached_file','2018/09/download-1.png'),(8457,3504,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1331;s:6:\"height\";i:413;s:4:\"file\";s:22:\"2018/09/download-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"download-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"download-1-300x93.png\";s:5:\"width\";i:300;s:6:\"height\";i:93;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"download-1-768x238.png\";s:5:\"width\";i:768;s:6:\"height\";i:238;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"download-1-1024x318.png\";s:5:\"width\";i:1024;s:6:\"height\";i:318;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:22:\"download-1-480x149.png\";s:5:\"width\";i:480;s:6:\"height\";i:149;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:22:\"download-1-730x227.png\";s:5:\"width\";i:730;s:6:\"height\";i:227;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:22:\"download-1-580x180.png\";s:5:\"width\";i:580;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:22:\"download-1-665x206.png\";s:5:\"width\";i:665;s:6:\"height\";i:206;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8458,3505,'_wp_attached_file','2018/09/download-2.png'),(8459,3505,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1331;s:6:\"height\";i:413;s:4:\"file\";s:22:\"2018/09/download-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"download-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"download-2-300x93.png\";s:5:\"width\";i:300;s:6:\"height\";i:93;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"download-2-768x238.png\";s:5:\"width\";i:768;s:6:\"height\";i:238;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"download-2-1024x318.png\";s:5:\"width\";i:1024;s:6:\"height\";i:318;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:22:\"download-2-480x149.png\";s:5:\"width\";i:480;s:6:\"height\";i:149;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:22:\"download-2-730x227.png\";s:5:\"width\";i:730;s:6:\"height\";i:227;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:22:\"download-2-580x180.png\";s:5:\"width\";i:580;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:22:\"download-2-665x206.png\";s:5:\"width\";i:665;s:6:\"height\";i:206;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9370,1903,'_wp_attached_file','2017/10/flatbase-logo.png'),(9371,1903,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:150;s:4:\"file\";s:25:\"2017/10/flatbase-logo.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9372,1905,'_wp_attached_file','2014/02/bg-header.jpg'),(9373,1905,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:21:\"2014/02/bg-header.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9374,1906,'_wp_attached_file','2014/03/aidan-hancock-333098-1.jpg'),(9375,1906,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1502;s:4:\"file\";s:34:\"2014/03/aidan-hancock-333098-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9376,3530,'_wp_attached_file','2014/03/aidan-hancock-344149-1.jpg'),(9377,3530,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1502;s:4:\"file\";s:34:\"2014/03/aidan-hancock-344149-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9378,3531,'_wp_attached_file','2014/03/alesia-kazantceva-283285-1.jpg'),(9379,3531,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:38:\"2014/03/alesia-kazantceva-283285-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9380,3532,'_wp_attached_file','2014/03/alesia-kazantceva-283288-1.jpg'),(9381,3532,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:38:\"2014/03/alesia-kazantceva-283288-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9382,3533,'_wp_attached_file','2014/03/breather-181294-1.jpg'),(9383,3533,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:29:\"2014/03/breather-181294-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9384,3534,'_wp_attached_file','2014/03/breather-187925-1.jpg'),(9385,3534,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1349;s:4:\"file\";s:29:\"2014/03/breather-187925-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9386,3535,'_wp_attached_file','2014/03/breather-187939-1.jpg'),(9387,3535,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:29:\"2014/03/breather-187939-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9388,3536,'_wp_attached_file','2014/03/christin-hume-309877-1.jpg'),(9389,3536,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:34:\"2014/03/christin-hume-309877-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9390,3537,'_wp_attached_file','2014/03/christopher-gower-291240-1.jpg'),(9391,3537,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:38:\"2014/03/christopher-gower-291240-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9392,3538,'_wp_attached_file','2014/03/dai-ke-32162-1.jpg'),(9393,3538,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:26:\"2014/03/dai-ke-32162-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9394,3539,'_wp_attached_file','2014/03/joey-sforza-20571-1.jpg'),(9395,3539,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:31:\"2014/03/joey-sforza-20571-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9396,3540,'_wp_attached_file','2014/03/kari-shea-226157-1.jpg'),(9397,3540,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:3000;s:4:\"file\";s:30:\"2014/03/kari-shea-226157-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9398,3541,'_wp_attached_file','2014/03/kelly-brito-256889-1.jpg'),(9399,3541,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:32:\"2014/03/kelly-brito-256889-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9400,3542,'_wp_attached_file','2014/03/norbert-levajsics-184254-1.jpg'),(9401,3542,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:38:\"2014/03/norbert-levajsics-184254-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9402,3543,'_wp_attached_file','2014/03/philipp-mandler-357142-1.jpg'),(9403,3543,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1414;s:4:\"file\";s:36:\"2014/03/philipp-mandler-357142-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9404,3544,'_wp_attached_file','2014/03/rawpixel-com-296612-1.jpg'),(9405,3544,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1335;s:4:\"file\";s:33:\"2014/03/rawpixel-com-296612-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9406,3545,'_wp_attached_file','2014/03/rawpixel-com-296613-1.jpg'),(9407,3545,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:33:\"2014/03/rawpixel-com-296613-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9408,3546,'_wp_attached_file','2014/03/rawpixel-com-310778-1.jpg'),(9409,3546,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1335;s:4:\"file\";s:33:\"2014/03/rawpixel-com-310778-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9410,3547,'_wp_attached_file','2014/03/ryan-riggins-213451-1.jpg'),(9411,3547,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1325;s:4:\"file\";s:33:\"2014/03/ryan-riggins-213451-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9412,3548,'_wp_attached_file','2014/03/sergey-zolkin-192937-1.jpg'),(9413,3548,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:34:\"2014/03/sergey-zolkin-192937-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9414,3549,'_wp_attached_file','2014/03/thought-catalog-354861-1.jpg'),(9415,3549,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:36:\"2014/03/thought-catalog-354861-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9416,3550,'_wp_attached_file','2017/10/flatbase-logo-startup.png'),(9417,3550,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:150;s:4:\"file\";s:33:\"2017/10/flatbase-logo-startup.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9418,3551,'_wp_attached_file','2014/03/infobox-1-4.png'),(9419,3551,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:23:\"2014/03/infobox-1-4.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9420,3552,'_wp_attached_file','2014/03/infobox-2-2.png'),(9421,3552,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:23:\"2014/03/infobox-2-2.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9424,1966,'_wp_attached_file','2017/11/flatbase-avatar-1.jpg'),(9425,1966,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:840;s:6:\"height\";i:840;s:4:\"file\";s:29:\"2017/11/flatbase-avatar-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9426,1966,'_wp_attachment_wp_user_avatar','3'),(9895,72,'_wp_page_template','default'),(9896,72,'_wp_page_template','default'),(9897,72,'_wp_page_template','default'),(9898,72,'_wp_page_template','default'),(9899,155,'_wp_page_template','default'),(9900,155,'_wp_page_template','default'),(9901,155,'_wp_page_template','default'),(9902,155,'_wp_page_template','default'),(9903,156,'_wp_page_template','default'),(9904,156,'_wp_page_template','default'),(9905,156,'_wp_page_template','default'),(9906,156,'_wp_page_template','default'),(9907,172,'_wp_page_template','default'),(9908,172,'_wp_page_template','default'),(9909,172,'_wp_page_template','default'),(9910,172,'_wp_page_template','default'),(9911,173,'_wp_page_template','default'),(9912,173,'_wp_page_template','default'),(9913,173,'_wp_page_template','default'),(9914,173,'_wp_page_template','default'),(9915,174,'_wp_page_template','default'),(9916,174,'_wp_page_template','default'),(9917,174,'_wp_page_template','default'),(9918,174,'_wp_page_template','default'),(9919,501,'_wp_page_template','default'),(9920,501,'_wp_page_template','default'),(9921,501,'_wp_page_template','default'),(9922,501,'_wp_page_template','default'),(9923,701,'_wp_page_template','default'),(9924,701,'_wp_page_template','default'),(9925,701,'_wp_page_template','default'),(9926,701,'_wp_page_template','default'),(9927,703,'_wp_page_template','template-blog-masonry.php'),(9928,703,'_wp_page_template','template-blog-masonry.php'),(9929,703,'_wp_page_template','template-blog-masonry.php'),(9930,703,'_wp_page_template','template-blog-masonry.php'),(9931,11,'_wp_page_template','template-full-width.php'),(9932,11,'_wp_page_template','template-full-width.php'),(9933,11,'_wp_page_template','template-full-width.php'),(9934,11,'_wp_page_template','template-full-width.php'),(9935,742,'_wp_page_template','default'),(9936,742,'_wp_page_template','default'),(9937,742,'_wp_page_template','default'),(9938,742,'_wp_page_template','default'),(9939,744,'_wp_page_template','default'),(9940,744,'_wp_page_template','default'),(9941,744,'_wp_page_template','default'),(9942,744,'_wp_page_template','default'),(9943,746,'_wp_page_template','default'),(9944,746,'_wp_page_template','default'),(9945,746,'_wp_page_template','default'),(9946,746,'_wp_page_template','default'),(9947,748,'_wp_page_template','default'),(9948,748,'_wp_page_template','default'),(9949,748,'_wp_page_template','default'),(9950,748,'_wp_page_template','default'),(9951,1133,'_publicize_pending','1'),(9952,1133,'_wp_page_template','default'),(9953,1133,'original_post_id','1080'),(9954,1133,'_wp_old_slug','1080'),(9955,1133,'_publicize_pending','1'),(9956,1133,'_wp_page_template','default'),(9957,1133,'original_post_id','1080'),(9958,1133,'_wp_old_slug','1080'),(9959,1133,'_publicize_pending','1'),(9960,1133,'_wp_page_template','default'),(9961,1133,'original_post_id','1080'),(9962,1133,'_wp_old_slug','1080'),(9963,1133,'_publicize_pending','1'),(9964,1133,'_wp_page_template','default'),(9965,1133,'original_post_id','1080'),(9966,1133,'_wp_old_slug','1080'),(9967,1134,'_publicize_pending','1'),(9968,1134,'_wp_page_template','default'),(9969,1134,'standard_seo_post_meta_description',''),(9970,1134,'original_post_id','1083'),(9971,1134,'_wp_old_slug','1083'),(9972,1134,'_publicize_pending','1'),(9973,1134,'_wp_page_template','default'),(9974,1134,'standard_seo_post_meta_description',''),(9975,1134,'original_post_id','1083'),(9976,1134,'_wp_old_slug','1083'),(9977,1134,'_publicize_pending','1'),(9978,1134,'_wp_page_template','default'),(9979,1134,'standard_seo_post_meta_description',''),(9980,1134,'original_post_id','1083'),(9981,1134,'_wp_old_slug','1083'),(9982,1134,'_publicize_pending','1'),(9983,1134,'_wp_page_template','default'),(9984,1134,'standard_seo_post_meta_description',''),(9985,1134,'original_post_id','1083'),(9986,1134,'_wp_old_slug','1083'),(9987,1135,'_wp_page_template','template-blog.php'),(9988,1135,'_wp_page_template','template-blog.php'),(9989,1135,'_wp_page_template','template-blog.php'),(9990,1135,'_wp_page_template','template-blog.php'),(9991,1136,'_wp_page_template','template-home.php'),(9992,1136,'_wp_page_template','template-home.php'),(9993,1136,'_post_navigation_menu',''),(9994,1136,'_post_header_skin',''),(9995,1136,'_post_navigation_submenu_skin',''),(9996,1136,'_post_header_background_color','nice_user_color_qs_teal'),(9998,1136,'_post_header_background_image_repeat',''),(9999,1136,'_post_header_background_image_position','center top'),(10000,1136,'_post_header_background_image_size','cover'),(10001,1136,'_post_header_background_image_attachment',''),(10002,1136,'_post_content_skin',''),(10003,1136,'_post_title_content','true'),(10004,1136,'_post_title_content_breadcrumbs','true'),(10005,1136,'_post_title_content_breadcrumbs_position',''),(10006,1136,'_post_title_text_transform',''),(10007,1136,'_post_title_font_weight',''),(10008,1136,'_post_title_font_size',''),(10009,1136,'_post_content_width',''),(10010,1136,'_post_content_width_value','a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}'),(10011,1136,'_post_sidebar','true'),(10012,1136,'_post_sidebar_id',''),(10013,1136,'_post_sidebar_position','right'),(10014,1136,'_post_footer','true'),(10015,1136,'_post_footer_skin',''),(10016,1136,'_post_footer_widgets','true'),(10017,1136,'_post_footer_extended','true'),(10018,1136,'_wp_page_template','template-home.php'),(10019,1136,'_wp_page_template','template-home.php'),(10020,1136,'_post_navigation_menu',''),(10021,1136,'_post_header_skin',''),(10022,1136,'_post_navigation_submenu_skin',''),(10023,1136,'_post_header_background_color','nice_user_color_qs_teal'),(10025,1136,'_post_header_background_image_repeat',''),(10026,1136,'_post_header_background_image_position','center top'),(10027,1136,'_post_header_background_image_size','cover'),(10028,1136,'_post_header_background_image_attachment',''),(10029,1136,'_post_content_skin',''),(10030,1136,'_post_title_content','true'),(10031,1136,'_post_title_content_breadcrumbs','true'),(10032,1136,'_post_title_content_breadcrumbs_position',''),(10033,1136,'_post_title_text_transform',''),(10034,1136,'_post_title_font_weight',''),(10035,1136,'_post_title_font_size',''),(10036,1136,'_post_content_width',''),(10037,1136,'_post_content_width_value','a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}'),(10038,1136,'_post_sidebar','true'),(10039,1136,'_post_sidebar_id',''),(10040,1136,'_post_sidebar_position','right'),(10041,1136,'_post_footer','true'),(10042,1136,'_post_footer_skin',''),(10043,1136,'_post_footer_widgets','true'),(10044,1136,'_post_footer_extended','true'),(10053,1707,'_wp_page_template','template-faq.php'),(10054,1707,'_wp_page_template','template-faq.php'),(10055,1707,'_wp_page_template','template-faq.php'),(10056,1707,'_wp_page_template','template-faq.php'),(10057,1709,'_wp_page_template','template-faq-scroll.php'),(10058,1709,'_wp_page_template','template-faq-scroll.php'),(10059,1709,'_wp_page_template','template-faq-scroll.php'),(10060,1709,'_wp_page_template','template-faq-scroll.php'),(10061,1721,'_wp_page_template','template-full-width.php'),(10062,1721,'_wp_page_template','template-full-width.php'),(10063,1721,'_wp_page_template','template-full-width.php'),(10064,1721,'_wp_page_template','template-full-width.php'),(10065,1725,'_wp_page_template','template-full-width.php'),(10066,1725,'_wp_page_template','template-full-width.php'),(10067,1725,'_wp_page_template','template-full-width.php'),(10068,1725,'_wp_page_template','template-full-width.php'),(10069,1755,'_wp_page_template','template-contact.php'),(10070,1755,'_wp_page_template','template-contact.php'),(10071,1755,'_wp_page_template','template-contact.php'),(10072,1755,'_wp_page_template','template-contact.php'),(10073,1770,'_wp_page_template','template-knowledgebase.php'),(10074,1770,'_wp_page_template','template-knowledgebase.php'),(10075,1770,'_wp_page_template','template-knowledgebase.php'),(10076,1770,'_wp_page_template','template-knowledgebase.php'),(10077,1772,'_wp_page_template','template-sitemap.php'),(10078,1772,'_wp_page_template','template-sitemap.php'),(10079,1772,'_wp_page_template','template-sitemap.php'),(10080,1772,'_wp_page_template','template-sitemap.php'),(10081,1778,'_wp_page_template','template-gallery.php'),(10082,1778,'_wp_page_template','template-gallery.php'),(10083,1778,'_post_navigation_menu',''),(10084,1778,'_post_header_skin',''),(10085,1778,'_post_navigation_submenu_skin',''),(10086,1778,'_post_header_background_color',''),(10087,1778,'_post_header_background_image',''),(10088,1778,'_post_header_background_image_repeat',''),(10089,1778,'_post_header_background_image_position',''),(10090,1778,'_post_header_background_image_size',''),(10091,1778,'_post_header_background_image_attachment',''),(10092,1778,'_post_content_skin',''),(10093,1778,'_post_title_content','true'),(10094,1778,'_post_title_content_breadcrumbs','true'),(10095,1778,'_post_title_content_breadcrumbs_position',''),(10096,1778,'_post_title_text_transform',''),(10097,1778,'_post_title_font_weight',''),(10098,1778,'_post_title_font_size',''),(10099,1778,'_post_content_width',''),(10100,1778,'_post_content_width_value','a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}'),(10101,1778,'_post_sidebar','true'),(10102,1778,'_post_sidebar_id',''),(10103,1778,'_post_sidebar_position','right'),(10104,1778,'_post_footer','true'),(10105,1778,'_post_footer_skin',''),(10106,1778,'_post_footer_widgets','true'),(10107,1778,'_post_footer_extended','true'),(10108,1778,'_wp_page_template','template-gallery.php'),(10109,1778,'_wp_page_template','template-gallery.php'),(10110,1778,'_post_navigation_menu',''),(10111,1778,'_post_header_skin',''),(10112,1778,'_post_navigation_submenu_skin',''),(10113,1778,'_post_header_background_color',''),(10114,1778,'_post_header_background_image',''),(10115,1778,'_post_header_background_image_repeat',''),(10116,1778,'_post_header_background_image_position',''),(10117,1778,'_post_header_background_image_size',''),(10118,1778,'_post_header_background_image_attachment',''),(10119,1778,'_post_content_skin',''),(10120,1778,'_post_title_content','true'),(10121,1778,'_post_title_content_breadcrumbs','true'),(10122,1778,'_post_title_content_breadcrumbs_position',''),(10123,1778,'_post_title_text_transform',''),(10124,1778,'_post_title_font_weight',''),(10125,1778,'_post_title_font_size',''),(10126,1778,'_post_content_width',''),(10127,1778,'_post_content_width_value','a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}'),(10128,1778,'_post_sidebar','true'),(10129,1778,'_post_sidebar_id',''),(10130,1778,'_post_sidebar_position','right'),(10131,1778,'_post_footer','true'),(10132,1778,'_post_footer_skin',''),(10133,1778,'_post_footer_widgets','true'),(10134,1778,'_post_footer_extended','true'),(10135,1782,'_wp_page_template','default'),(10136,1782,'_wp_page_template','default'),(10137,1782,'_wp_page_template','default'),(10138,1782,'_wp_page_template','default'),(11628,1966,'_wp_attachment_wp_user_avatar','3'),(12097,72,'_wp_page_template','default'),(12098,72,'_wp_page_template','default'),(12099,72,'_wp_page_template','default'),(12100,72,'_wp_page_template','default'),(12101,155,'_wp_page_template','default'),(12102,155,'_wp_page_template','default'),(12103,155,'_wp_page_template','default'),(12104,155,'_wp_page_template','default'),(12105,156,'_wp_page_template','default'),(12106,156,'_wp_page_template','default'),(12107,156,'_wp_page_template','default'),(12108,156,'_wp_page_template','default'),(12109,172,'_wp_page_template','default'),(12110,172,'_wp_page_template','default'),(12111,172,'_wp_page_template','default'),(12112,172,'_wp_page_template','default'),(12113,173,'_wp_page_template','default'),(12114,173,'_wp_page_template','default'),(12115,173,'_wp_page_template','default'),(12116,173,'_wp_page_template','default'),(12117,174,'_wp_page_template','default'),(12118,174,'_wp_page_template','default'),(12119,174,'_wp_page_template','default'),(12120,174,'_wp_page_template','default'),(12121,501,'_wp_page_template','default'),(12122,501,'_wp_page_template','default'),(12123,501,'_wp_page_template','default'),(12124,501,'_wp_page_template','default'),(12125,701,'_wp_page_template','default'),(12126,701,'_wp_page_template','default'),(12127,701,'_wp_page_template','default'),(12128,701,'_wp_page_template','default'),(12129,703,'_wp_page_template','template-blog-masonry.php'),(12130,703,'_wp_page_template','template-blog-masonry.php'),(12131,703,'_wp_page_template','template-blog-masonry.php'),(12132,703,'_wp_page_template','template-blog-masonry.php'),(12141,11,'_wp_page_template','template-full-width.php'),(12142,11,'_wp_page_template','template-full-width.php'),(12143,11,'_wp_page_template','template-full-width.php'),(12144,11,'_wp_page_template','template-full-width.php'),(12145,742,'_wp_page_template','default'),(12146,742,'_wp_page_template','default'),(12147,742,'_wp_page_template','default'),(12148,742,'_wp_page_template','default'),(12149,744,'_wp_page_template','default'),(12150,744,'_wp_page_template','default'),(12151,744,'_wp_page_template','default'),(12152,744,'_wp_page_template','default'),(12153,746,'_wp_page_template','default'),(12154,746,'_wp_page_template','default'),(12155,746,'_wp_page_template','default'),(12156,746,'_wp_page_template','default'),(12157,748,'_wp_page_template','default'),(12158,748,'_wp_page_template','default'),(12159,748,'_wp_page_template','default'),(12160,748,'_wp_page_template','default'),(12161,1133,'_publicize_pending','1'),(12162,1133,'_wp_page_template','default'),(12163,1133,'original_post_id','1080'),(12164,1133,'_wp_old_slug','1080'),(12165,1133,'_publicize_pending','1'),(12166,1133,'_wp_page_template','default'),(12167,1133,'original_post_id','1080'),(12168,1133,'_wp_old_slug','1080'),(12169,1133,'_publicize_pending','1'),(12170,1133,'_wp_page_template','default'),(12171,1133,'original_post_id','1080'),(12172,1133,'_wp_old_slug','1080'),(12173,1133,'_publicize_pending','1'),(12174,1133,'_wp_page_template','default'),(12175,1133,'original_post_id','1080'),(12176,1133,'_wp_old_slug','1080'),(12177,1134,'_publicize_pending','1'),(12178,1134,'_wp_page_template','default'),(12179,1134,'standard_seo_post_meta_description',''),(12180,1134,'original_post_id','1083'),(12181,1134,'_wp_old_slug','1083'),(12182,1134,'_publicize_pending','1'),(12183,1134,'_wp_page_template','default'),(12184,1134,'standard_seo_post_meta_description',''),(12185,1134,'original_post_id','1083'),(12186,1134,'_wp_old_slug','1083'),(12187,1134,'_publicize_pending','1'),(12188,1134,'_wp_page_template','default'),(12189,1134,'standard_seo_post_meta_description',''),(12190,1134,'original_post_id','1083'),(12191,1134,'_wp_old_slug','1083'),(12192,1134,'_publicize_pending','1'),(12193,1134,'_wp_page_template','default'),(12194,1134,'standard_seo_post_meta_description',''),(12195,1134,'original_post_id','1083'),(12196,1134,'_wp_old_slug','1083'),(12197,1135,'_wp_page_template','template-blog.php'),(12198,1135,'_wp_page_template','template-blog.php'),(12199,1135,'_wp_page_template','template-blog.php'),(12200,1135,'_wp_page_template','template-blog.php'),(12201,1136,'_wp_page_template','template-home.php'),(12202,1136,'_wp_page_template','template-home.php'),(12203,1136,'_post_navigation_menu',''),(12204,1136,'_post_header_skin',''),(12205,1136,'_post_navigation_submenu_skin',''),(12206,1136,'_post_header_background_color','nice_user_color_qs_teal'),(12208,1136,'_post_header_background_image_repeat',''),(12209,1136,'_post_header_background_image_position','center top'),(12210,1136,'_post_header_background_image_size','cover'),(12211,1136,'_post_header_background_image_attachment',''),(12212,1136,'_post_content_skin',''),(12213,1136,'_post_title_content','true'),(12214,1136,'_post_title_content_breadcrumbs','true'),(12215,1136,'_post_title_content_breadcrumbs_position',''),(12216,1136,'_post_title_text_transform',''),(12217,1136,'_post_title_font_weight',''),(12218,1136,'_post_title_font_size',''),(12219,1136,'_post_content_width',''),(12220,1136,'_post_content_width_value','a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}'),(12221,1136,'_post_sidebar','true'),(12222,1136,'_post_sidebar_id',''),(12223,1136,'_post_sidebar_position','right'),(12224,1136,'_post_footer','true'),(12225,1136,'_post_footer_skin',''),(12226,1136,'_post_footer_widgets','true'),(12227,1136,'_post_footer_extended','true'),(12228,1136,'_wp_page_template','template-home.php'),(12229,1136,'_wp_page_template','template-home.php'),(12230,1136,'_post_navigation_menu',''),(12231,1136,'_post_header_skin',''),(12232,1136,'_post_navigation_submenu_skin',''),(12233,1136,'_post_header_background_color','nice_user_color_qs_teal'),(12235,1136,'_post_header_background_image_repeat',''),(12236,1136,'_post_header_background_image_position','center top'),(12237,1136,'_post_header_background_image_size','cover'),(12238,1136,'_post_header_background_image_attachment',''),(12239,1136,'_post_content_skin',''),(12240,1136,'_post_title_content','true'),(12241,1136,'_post_title_content_breadcrumbs','true'),(12242,1136,'_post_title_content_breadcrumbs_position',''),(12243,1136,'_post_title_text_transform',''),(12244,1136,'_post_title_font_weight',''),(12245,1136,'_post_title_font_size',''),(12246,1136,'_post_content_width',''),(12247,1136,'_post_content_width_value','a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}'),(12248,1136,'_post_sidebar','true'),(12249,1136,'_post_sidebar_id',''),(12250,1136,'_post_sidebar_position','right'),(12251,1136,'_post_footer','true'),(12252,1136,'_post_footer_skin',''),(12253,1136,'_post_footer_widgets','true'),(12254,1136,'_post_footer_extended','true'),(12263,1707,'_wp_page_template','template-faq.php'),(12264,1707,'_wp_page_template','template-faq.php'),(12265,1707,'_wp_page_template','template-faq.php'),(12266,1707,'_wp_page_template','template-faq.php'),(12267,1709,'_wp_page_template','template-faq-scroll.php'),(12268,1709,'_wp_page_template','template-faq-scroll.php'),(12269,1709,'_wp_page_template','template-faq-scroll.php'),(12270,1709,'_wp_page_template','template-faq-scroll.php'),(12271,1721,'_wp_page_template','template-full-width.php'),(12272,1721,'_wp_page_template','template-full-width.php'),(12273,1721,'_wp_page_template','template-full-width.php'),(12274,1721,'_wp_page_template','template-full-width.php'),(12275,1725,'_wp_page_template','template-full-width.php'),(12276,1725,'_wp_page_template','template-full-width.php'),(12277,1725,'_wp_page_template','template-full-width.php'),(12278,1725,'_wp_page_template','template-full-width.php'),(12279,1755,'_wp_page_template','template-contact.php'),(12280,1755,'_wp_page_template','template-contact.php'),(12281,1755,'_wp_page_template','template-contact.php'),(12282,1755,'_wp_page_template','template-contact.php'),(12283,1770,'_wp_page_template','template-knowledgebase.php'),(12284,1770,'_wp_page_template','template-knowledgebase.php'),(12285,1770,'_wp_page_template','template-knowledgebase.php'),(12286,1770,'_wp_page_template','template-knowledgebase.php'),(12287,1772,'_wp_page_template','template-sitemap.php'),(12288,1772,'_wp_page_template','template-sitemap.php'),(12289,1772,'_wp_page_template','template-sitemap.php'),(12290,1772,'_wp_page_template','template-sitemap.php'),(12291,1778,'_wp_page_template','template-gallery.php'),(12292,1778,'_wp_page_template','template-gallery.php'),(12293,1778,'_post_navigation_menu',''),(12294,1778,'_post_header_skin',''),(12295,1778,'_post_navigation_submenu_skin',''),(12296,1778,'_post_header_background_color',''),(12297,1778,'_post_header_background_image',''),(12298,1778,'_post_header_background_image_repeat',''),(12299,1778,'_post_header_background_image_position',''),(12300,1778,'_post_header_background_image_size',''),(12301,1778,'_post_header_background_image_attachment',''),(12302,1778,'_post_content_skin',''),(12303,1778,'_post_title_content','true'),(12304,1778,'_post_title_content_breadcrumbs','true'),(12305,1778,'_post_title_content_breadcrumbs_position',''),(12306,1778,'_post_title_text_transform',''),(12307,1778,'_post_title_font_weight',''),(12308,1778,'_post_title_font_size',''),(12309,1778,'_post_content_width',''),(12310,1778,'_post_content_width_value','a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}'),(12311,1778,'_post_sidebar','true'),(12312,1778,'_post_sidebar_id',''),(12313,1778,'_post_sidebar_position','right'),(12314,1778,'_post_footer','true'),(12315,1778,'_post_footer_skin',''),(12316,1778,'_post_footer_widgets','true'),(12317,1778,'_post_footer_extended','true'),(12318,1778,'_wp_page_template','template-gallery.php'),(12319,1778,'_wp_page_template','template-gallery.php'),(12320,1778,'_post_navigation_menu',''),(12321,1778,'_post_header_skin',''),(12322,1778,'_post_navigation_submenu_skin',''),(12323,1778,'_post_header_background_color',''),(12324,1778,'_post_header_background_image',''),(12325,1778,'_post_header_background_image_repeat',''),(12326,1778,'_post_header_background_image_position',''),(12327,1778,'_post_header_background_image_size',''),(12328,1778,'_post_header_background_image_attachment',''),(12329,1778,'_post_content_skin',''),(12330,1778,'_post_title_content','true'),(12331,1778,'_post_title_content_breadcrumbs','true'),(12332,1778,'_post_title_content_breadcrumbs_position',''),(12333,1778,'_post_title_text_transform',''),(12334,1778,'_post_title_font_weight',''),(12335,1778,'_post_title_font_size',''),(12336,1778,'_post_content_width',''),(12337,1778,'_post_content_width_value','a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}'),(12338,1778,'_post_sidebar','true'),(12339,1778,'_post_sidebar_id',''),(12340,1778,'_post_sidebar_position','right'),(12341,1778,'_post_footer','true'),(12342,1778,'_post_footer_skin',''),(12343,1778,'_post_footer_widgets','true'),(12344,1778,'_post_footer_extended','true'),(12345,1782,'_wp_page_template','default'),(12346,1782,'_wp_page_template','default'),(12347,1782,'_wp_page_template','default'),(12348,1782,'_wp_page_template','default'),(13198,3423,'_bbp_forum_type','forum'),(13274,3583,'_edit_lock','1538229386:4'),(13275,3583,'_edit_last','5'),(13276,3583,'_wp_page_template','default'),(13277,3583,'_post_navigation_menu',''),(13278,3583,'_post_header_skin',''),(13279,3583,'_post_navigation_submenu_skin',''),(13280,3583,'_post_header_background_color',''),(13281,3583,'_post_header_background_image',''),(13282,3583,'_post_header_background_image_repeat',''),(13283,3583,'_post_header_background_image_position',''),(13284,3583,'_post_header_background_image_size',''),(13285,3583,'_post_header_background_image_attachment',''),(13286,3583,'_post_content_skin',''),(13287,3583,'_post_title_content_breadcrumbs_position',''),(13288,3583,'_post_title_text_transform',''),(13289,3583,'_post_title_font_weight',''),(13290,3583,'_post_title_font_size',''),(13291,3583,'_post_content_width',''),(13292,3583,'_post_content_width_value','a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}'),(13293,3583,'_post_sidebar_id',''),(13294,3583,'_post_sidebar_position','right'),(13295,3583,'_post_footer_skin',''),(13296,3583,'_yoast_wpseo_content_score','60'),(13297,3583,'_post_sidebar','false'),(13298,701,'_edit_lock','1536389479:5'),(13504,3637,'type','post_type'),(13505,3637,'storage','meta'),(13506,3637,'object','article'),(13538,3637,'old_name','article'),(13539,3637,'pfat_enable','1'),(13540,3637,'pfat_run_outside_loop','1'),(13541,3637,'pfat_append_single','append'),(13542,3637,'pfat_filter_single','the_content'),(13543,3637,'pfat_append_archive','append'),(13544,3637,'pfat_filter_archive','the_content'),(13545,3637,'rest_enable','0'),(13546,3637,'read_all','0'),(13547,3637,'write_all','0'),(13553,3637,'pfat_single','product-help'),(13687,3673,'_wp_attached_file','2014/03/product_help.png'),(13688,3673,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:24:\"2014/03/product_help.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"product_help-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"product_help-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:24:\"product_help-480x288.png\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:24:\"product_help-475x285.png\";s:5:\"width\";i:475;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13701,3679,'_wp_attached_file','2014/03/forum.png'),(13702,3679,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:17:\"2014/03/forum.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"forum-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"forum-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:17:\"forum-480x288.png\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:17:\"forum-475x285.png\";s:5:\"width\";i:475;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13703,3680,'_wp_attached_file','2014/03/faq.png'),(13704,3680,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:15:\"2014/03/faq.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"faq-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"faq-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:15:\"faq-480x288.png\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:15:\"faq-475x285.png\";s:5:\"width\";i:475;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13709,3682,'_wp_attached_file','2014/03/scrum-guide.png'),(13710,3682,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:23:\"2014/03/scrum-guide.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"scrum-guide-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"scrum-guide-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:23:\"scrum-guide-480x288.png\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:23:\"scrum-guide-475x285.png\";s:5:\"width\";i:475;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13712,3683,'_wp_attached_file','2014/03/knowledge-base.png'),(13713,3683,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:26:\"2014/03/knowledge-base.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"knowledge-base-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"knowledge-base-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:26:\"knowledge-base-480x288.png\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:26:\"knowledge-base-475x285.png\";s:5:\"width\";i:475;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13716,3685,'_wp_attached_file','2014/03/article.png'),(13717,3685,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:19:\"2014/03/article.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"article-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"article-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:19:\"article-480x288.png\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:19:\"article-475x285.png\";s:5:\"width\";i:475;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13934,1707,'_edit_last','4'),(13935,1707,'_post_navigation_menu',''),(13936,1707,'_post_header_skin',''),(13937,1707,'_post_navigation_submenu_skin',''),(13938,1707,'_post_header_background_color',''),(13939,1707,'_post_header_background_image',''),(13940,1707,'_post_header_background_image_repeat',''),(13941,1707,'_post_header_background_image_position',''),(13942,1707,'_post_header_background_image_size',''),(13943,1707,'_post_header_background_image_attachment',''),(13944,1707,'_post_content_skin',''),(13945,1707,'_post_title_content_breadcrumbs_position',''),(13946,1707,'_post_title_text_transform',''),(13947,1707,'_post_title_font_weight',''),(13948,1707,'_post_title_font_size',''),(13949,1707,'_post_content_width','limit'),(13950,1707,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(13951,1707,'_post_sidebar','false'),(13952,1707,'_post_sidebar_id',''),(13953,1707,'_post_sidebar_position','right'),(13954,1707,'_post_footer_skin',''),(13955,1707,'_yoast_wpseo_content_score','30'),(13958,1707,'_post_title_content','true'),(13959,1707,'_post_title_content_breadcrumbs','true'),(14043,1883,'_edit_last','4'),(14164,1135,'_edit_lock','1536659035:4'),(14195,3933,'_wp_attached_file','2014/03/case-study.png'),(14196,3933,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:22:\"2014/03/case-study.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"case-study-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"case-study-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:22:\"case-study-480x288.png\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:22:\"case-study-475x285.png\";s:5:\"width\";i:475;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14226,703,'_edit_lock','1536769296:5'),(14227,1755,'_edit_lock','1536772418:1'),(14246,4000,'_wp_attached_file','2018/09/01.jpg'),(14247,4000,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:289;s:6:\"height\";i:150;s:4:\"file\";s:14:\"2018/09/01.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14248,4001,'_wp_attached_file','2018/09/02.jpg'),(14249,4001,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:364;s:6:\"height\";i:341;s:4:\"file\";s:14:\"2018/09/02.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"02-300x281.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:14:\"02-361x338.jpg\";s:5:\"width\";i:361;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:14:\"02-304x285.jpg\";s:5:\"width\";i:304;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14258,4035,'_wp_attached_file','2018/09/account-con-tab.png'),(14259,4035,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:301;s:4:\"file\";s:27:\"2018/09/account-con-tab.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"account-con-tab-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"account-con-tab-300x66.png\";s:5:\"width\";i:300;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"account-con-tab-768x169.png\";s:5:\"width\";i:768;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"account-con-tab-1024x226.png\";s:5:\"width\";i:1024;s:6:\"height\";i:226;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:27:\"account-con-tab-480x106.png\";s:5:\"width\";i:480;s:6:\"height\";i:106;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:27:\"account-con-tab-730x161.png\";s:5:\"width\";i:730;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:27:\"account-con-tab-580x128.png\";s:5:\"width\";i:580;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:27:\"account-con-tab-665x147.png\";s:5:\"width\";i:665;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14265,4039,'_wp_attached_file','2018/09/effort-save.png'),(14266,4039,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:362;s:4:\"file\";s:23:\"2018/09/effort-save.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"effort-save-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"effort-save-300x80.png\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"effort-save-768x204.png\";s:5:\"width\";i:768;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"effort-save-1024x272.png\";s:5:\"width\";i:1024;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:23:\"effort-save-480x127.png\";s:5:\"width\";i:480;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:23:\"effort-save-730x194.png\";s:5:\"width\";i:730;s:6:\"height\";i:194;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:23:\"effort-save-580x154.png\";s:5:\"width\";i:580;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:23:\"effort-save-665x176.png\";s:5:\"width\";i:665;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14277,4051,'_wp_attached_file','2018/09/03.jpg'),(14278,4051,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:310;s:6:\"height\";i:420;s:4:\"file\";s:14:\"2018/09/03.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"03-221x300.jpg\";s:5:\"width\";i:221;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:14:\"03-249x338.jpg\";s:5:\"width\";i:249;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:14:\"03-299x405.jpg\";s:5:\"width\";i:299;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:14:\"03-210x285.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14285,4057,'_wp_attached_file','2018/09/burndown.png'),(14286,4057,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1109;s:6:\"height\";i:549;s:4:\"file\";s:20:\"2018/09/burndown.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"burndown-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"burndown-300x149.png\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"burndown-768x380.png\";s:5:\"width\";i:768;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"burndown-1024x507.png\";s:5:\"width\";i:1024;s:6:\"height\";i:507;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:20:\"burndown-480x238.png\";s:5:\"width\";i:480;s:6:\"height\";i:238;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:20:\"burndown-683x338.png\";s:5:\"width\";i:683;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:20:\"burndown-580x287.png\";s:5:\"width\";i:580;s:6:\"height\";i:287;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:20:\"burndown-576x285.png\";s:5:\"width\";i:576;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14289,4062,'_wp_attached_file','2018/09/06.jpg'),(14290,4062,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1364;s:6:\"height\";i:660;s:4:\"file\";s:14:\"2018/09/06.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"06-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"06-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"06-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"06-1024x495.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:14:\"06-480x232.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:14:\"06-699x338.jpg\";s:5:\"width\";i:699;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:14:\"06-580x281.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:14:\"06-589x285.jpg\";s:5:\"width\";i:589;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14291,4064,'_wp_attached_file','2018/09/AddSprint.png'),(14292,4064,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:658;s:4:\"file\";s:21:\"2018/09/AddSprint.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"AddSprint-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"AddSprint-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"AddSprint-768x370.png\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"AddSprint-1024x494.png\";s:5:\"width\";i:1024;s:6:\"height\";i:494;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:21:\"AddSprint-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:21:\"AddSprint-701x338.png\";s:5:\"width\";i:701;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:21:\"AddSprint-580x280.png\";s:5:\"width\";i:580;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:21:\"AddSprint-591x285.png\";s:5:\"width\";i:591;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14293,4066,'_wp_attached_file','2018/09/effort-category-tab.png'),(14294,4066,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:348;s:4:\"file\";s:31:\"2018/09/effort-category-tab.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"effort-category-tab-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"effort-category-tab-300x76.png\";s:5:\"width\";i:300;s:6:\"height\";i:76;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"effort-category-tab-768x196.png\";s:5:\"width\";i:768;s:6:\"height\";i:196;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"effort-category-tab-1024x261.png\";s:5:\"width\";i:1024;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:31:\"effort-category-tab-480x122.png\";s:5:\"width\";i:480;s:6:\"height\";i:122;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:31:\"effort-category-tab-730x186.png\";s:5:\"width\";i:730;s:6:\"height\";i:186;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:31:\"effort-category-tab-580x148.png\";s:5:\"width\";i:580;s:6:\"height\";i:148;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:31:\"effort-category-tab-665x169.png\";s:5:\"width\";i:665;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14295,4067,'_wp_attached_file','2018/09/AddSprint1.png'),(14296,4067,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:334;s:4:\"file\";s:22:\"2018/09/AddSprint1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"AddSprint1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"AddSprint1-300x73.png\";s:5:\"width\";i:300;s:6:\"height\";i:73;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"AddSprint1-768x188.png\";s:5:\"width\";i:768;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"AddSprint1-1024x251.png\";s:5:\"width\";i:1024;s:6:\"height\";i:251;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:22:\"AddSprint1-480x117.png\";s:5:\"width\";i:480;s:6:\"height\";i:117;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:22:\"AddSprint1-730x179.png\";s:5:\"width\";i:730;s:6:\"height\";i:179;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:22:\"AddSprint1-580x142.png\";s:5:\"width\";i:580;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:22:\"AddSprint1-665x163.png\";s:5:\"width\";i:665;s:6:\"height\";i:163;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14297,4069,'_wp_attached_file','2018/09/AddSprint2.png'),(14298,4069,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1363;s:6:\"height\";i:537;s:4:\"file\";s:22:\"2018/09/AddSprint2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"AddSprint2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"AddSprint2-300x118.png\";s:5:\"width\";i:300;s:6:\"height\";i:118;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"AddSprint2-768x303.png\";s:5:\"width\";i:768;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"AddSprint2-1024x403.png\";s:5:\"width\";i:1024;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:22:\"AddSprint2-480x189.png\";s:5:\"width\";i:480;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:22:\"AddSprint2-730x288.png\";s:5:\"width\";i:730;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:22:\"AddSprint2-580x229.png\";s:5:\"width\";i:580;s:6:\"height\";i:229;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:22:\"AddSprint2-665x262.png\";s:5:\"width\";i:665;s:6:\"height\";i:262;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14301,4072,'_wp_attached_file','2018/09/ManageSprint_1.png'),(14302,4072,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:298;s:4:\"file\";s:26:\"2018/09/ManageSprint_1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"ManageSprint_1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"ManageSprint_1-300x65.png\";s:5:\"width\";i:300;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"ManageSprint_1-768x168.png\";s:5:\"width\";i:768;s:6:\"height\";i:168;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"ManageSprint_1-1024x224.png\";s:5:\"width\";i:1024;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:26:\"ManageSprint_1-480x105.png\";s:5:\"width\";i:480;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:26:\"ManageSprint_1-730x159.png\";s:5:\"width\";i:730;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:26:\"ManageSprint_1-580x127.png\";s:5:\"width\";i:580;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:26:\"ManageSprint_1-665x145.png\";s:5:\"width\";i:665;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14307,4077,'_wp_attached_file','2018/09/10.jpg'),(14308,4077,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:482;s:6:\"height\";i:175;s:4:\"file\";s:14:\"2018/09/10.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"10-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:14:\"10-480x174.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14309,4078,'_wp_attached_file','2018/09/ManageSprint_1-1.png'),(14310,4078,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:298;s:4:\"file\";s:28:\"2018/09/ManageSprint_1-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"ManageSprint_1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"ManageSprint_1-1-300x65.png\";s:5:\"width\";i:300;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"ManageSprint_1-1-768x168.png\";s:5:\"width\";i:768;s:6:\"height\";i:168;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"ManageSprint_1-1-1024x224.png\";s:5:\"width\";i:1024;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:28:\"ManageSprint_1-1-480x105.png\";s:5:\"width\";i:480;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:28:\"ManageSprint_1-1-730x159.png\";s:5:\"width\";i:730;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:28:\"ManageSprint_1-1-580x127.png\";s:5:\"width\";i:580;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:28:\"ManageSprint_1-1-665x145.png\";s:5:\"width\";i:665;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14326,4088,'_wp_attached_file','2018/09/ManageSprint_4.png'),(14327,4088,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:379;s:4:\"file\";s:26:\"2018/09/ManageSprint_4.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"ManageSprint_4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"ManageSprint_4-300x83.png\";s:5:\"width\";i:300;s:6:\"height\";i:83;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"ManageSprint_4-768x213.png\";s:5:\"width\";i:768;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"ManageSprint_4-1024x284.png\";s:5:\"width\";i:1024;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:26:\"ManageSprint_4-480x133.png\";s:5:\"width\";i:480;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:26:\"ManageSprint_4-730x203.png\";s:5:\"width\";i:730;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:26:\"ManageSprint_4-580x161.png\";s:5:\"width\";i:580;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:26:\"ManageSprint_4-665x185.png\";s:5:\"width\";i:665;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14342,4111,'_wp_attached_file','2018/09/CompleteSprint_2.png'),(14343,4111,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:656;s:4:\"file\";s:28:\"2018/09/CompleteSprint_2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"CompleteSprint_2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"CompleteSprint_2-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"CompleteSprint_2-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"CompleteSprint_2-1024x492.png\";s:5:\"width\";i:1024;s:6:\"height\";i:492;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:28:\"CompleteSprint_2-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:28:\"CompleteSprint_2-703x338.png\";s:5:\"width\";i:703;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:28:\"CompleteSprint_2-580x279.png\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:28:\"CompleteSprint_2-593x285.png\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14346,4113,'_edit_lock','1536773257:6'),(14347,4113,'_edit_last','5'),(14348,4113,'_wp_page_template','default'),(14349,4113,'_post_navigation_menu',''),(14350,4113,'_post_header_skin',''),(14351,4113,'_post_navigation_submenu_skin',''),(14352,4113,'_post_header_background_color',''),(14353,4113,'_post_header_background_image',''),(14354,4113,'_post_header_background_image_repeat',''),(14355,4113,'_post_header_background_image_position',''),(14356,4113,'_post_header_background_image_size',''),(14357,4113,'_post_header_background_image_attachment',''),(14358,4113,'_post_content_skin',''),(14359,4113,'_post_title_content_breadcrumbs_position',''),(14360,4113,'_post_title_text_transform',''),(14361,4113,'_post_title_font_weight',''),(14362,4113,'_post_title_font_size',''),(14363,4113,'_post_content_width',''),(14364,4113,'_post_content_width_value','a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}'),(14365,4113,'_post_sidebar_id',''),(14366,4113,'_post_sidebar_position','right'),(14367,4113,'_post_footer_skin',''),(14368,4113,'_yoast_wpseo_content_score','30'),(14375,4123,'_wp_attached_file','2018/09/SprintSearchStory_2.png'),(14376,4123,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1364;s:6:\"height\";i:220;s:4:\"file\";s:31:\"2018/09/SprintSearchStory_2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"SprintSearchStory_2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"SprintSearchStory_2-300x48.png\";s:5:\"width\";i:300;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"SprintSearchStory_2-768x124.png\";s:5:\"width\";i:768;s:6:\"height\";i:124;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"SprintSearchStory_2-1024x165.png\";s:5:\"width\";i:1024;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:30:\"SprintSearchStory_2-480x77.png\";s:5:\"width\";i:480;s:6:\"height\";i:77;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:31:\"SprintSearchStory_2-730x118.png\";s:5:\"width\";i:730;s:6:\"height\";i:118;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:30:\"SprintSearchStory_2-580x94.png\";s:5:\"width\";i:580;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:31:\"SprintSearchStory_2-665x107.png\";s:5:\"width\";i:665;s:6:\"height\";i:107;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14377,4124,'_wp_attached_file','2018/09/01-1.jpg'),(14378,4124,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:546;s:6:\"height\";i:272;s:4:\"file\";s:16:\"2018/09/01-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"01-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"01-1-300x149.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:16:\"01-1-480x239.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14393,4135,'_wp_attached_file','2018/09/07-1.jpg'),(14394,4135,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:662;s:4:\"file\";s:16:\"2018/09/07-1.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"07-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"07-1-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"07-1-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"07-1-1024x496.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:496;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:16:\"07-1-480x233.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:16:\"07-1-697x338.jpg\";s:5:\"width\";i:697;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:16:\"07-1-580x281.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:16:\"07-1-588x285.jpg\";s:5:\"width\";i:588;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14399,4140,'_wp_attached_file','2018/09/08-1.jpg'),(14400,4140,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:662;s:4:\"file\";s:16:\"2018/09/08-1.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"08-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"08-1-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"08-1-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"08-1-1024x496.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:496;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:16:\"08-1-480x233.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:16:\"08-1-697x338.jpg\";s:5:\"width\";i:697;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:16:\"08-1-580x281.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:16:\"08-1-588x285.jpg\";s:5:\"width\";i:588;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14407,4146,'_wp_attached_file','2018/09/SprintSearchStory_6.png'),(14408,4146,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1364;s:6:\"height\";i:140;s:4:\"file\";s:31:\"2018/09/SprintSearchStory_6.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"SprintSearchStory_6-150x140.png\";s:5:\"width\";i:150;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"SprintSearchStory_6-300x31.png\";s:5:\"width\";i:300;s:6:\"height\";i:31;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"SprintSearchStory_6-768x79.png\";s:5:\"width\";i:768;s:6:\"height\";i:79;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"SprintSearchStory_6-1024x105.png\";s:5:\"width\";i:1024;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:30:\"SprintSearchStory_6-480x49.png\";s:5:\"width\";i:480;s:6:\"height\";i:49;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:30:\"SprintSearchStory_6-730x75.png\";s:5:\"width\";i:730;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:30:\"SprintSearchStory_6-580x60.png\";s:5:\"width\";i:580;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:30:\"SprintSearchStory_6-665x68.png\";s:5:\"width\";i:665;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14410,4147,'_wp_attached_file','2018/09/SprintSearchStory_6-1.png'),(14411,4147,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1364;s:6:\"height\";i:140;s:4:\"file\";s:33:\"2018/09/SprintSearchStory_6-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"SprintSearchStory_6-1-150x140.png\";s:5:\"width\";i:150;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"SprintSearchStory_6-1-300x31.png\";s:5:\"width\";i:300;s:6:\"height\";i:31;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"SprintSearchStory_6-1-768x79.png\";s:5:\"width\";i:768;s:6:\"height\";i:79;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"SprintSearchStory_6-1-1024x105.png\";s:5:\"width\";i:1024;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:32:\"SprintSearchStory_6-1-480x49.png\";s:5:\"width\";i:480;s:6:\"height\";i:49;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:32:\"SprintSearchStory_6-1-730x75.png\";s:5:\"width\";i:730;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:32:\"SprintSearchStory_6-1-580x60.png\";s:5:\"width\";i:580;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:32:\"SprintSearchStory_6-1-665x68.png\";s:5:\"width\";i:665;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14456,4164,'_wp_attached_file','2018/09/AddStory_2.png'),(14457,4164,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:92;s:4:\"file\";s:22:\"2018/09/AddStory_2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"AddStory_2-150x92.png\";s:5:\"width\";i:150;s:6:\"height\";i:92;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"AddStory_2-300x20.png\";s:5:\"width\";i:300;s:6:\"height\";i:20;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"AddStory_2-768x52.png\";s:5:\"width\";i:768;s:6:\"height\";i:52;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"AddStory_2-1024x69.png\";s:5:\"width\";i:1024;s:6:\"height\";i:69;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:21:\"AddStory_2-480x32.png\";s:5:\"width\";i:480;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:21:\"AddStory_2-730x49.png\";s:5:\"width\";i:730;s:6:\"height\";i:49;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:21:\"AddStory_2-580x39.png\";s:5:\"width\";i:580;s:6:\"height\";i:39;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:21:\"AddStory_2-665x45.png\";s:5:\"width\";i:665;s:6:\"height\";i:45;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14532,4235,'_wp_attached_file','2018/09/ManageStory_2.png'),(14533,4235,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1330;s:6:\"height\";i:659;s:4:\"file\";s:25:\"2018/09/ManageStory_2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"ManageStory_2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"ManageStory_2-300x149.png\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"ManageStory_2-768x381.png\";s:5:\"width\";i:768;s:6:\"height\";i:381;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"ManageStory_2-1024x507.png\";s:5:\"width\";i:1024;s:6:\"height\";i:507;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:25:\"ManageStory_2-480x238.png\";s:5:\"width\";i:480;s:6:\"height\";i:238;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:25:\"ManageStory_2-682x338.png\";s:5:\"width\";i:682;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:25:\"ManageStory_2-580x287.png\";s:5:\"width\";i:580;s:6:\"height\";i:287;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:25:\"ManageStory_2-575x285.png\";s:5:\"width\";i:575;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14540,4242,'_wp_attached_file','2018/09/02-3.jpg'),(14541,4242,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:605;s:6:\"height\";i:296;s:4:\"file\";s:16:\"2018/09/02-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"02-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"02-3-300x147.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:16:\"02-3-480x235.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:16:\"02-3-580x284.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:16:\"02-3-583x285.jpg\";s:5:\"width\";i:583;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14542,4243,'_wp_attached_file','2018/09/01-3.jpg'),(14543,4243,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:546;s:6:\"height\";i:272;s:4:\"file\";s:16:\"2018/09/01-3.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"01-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"01-3-300x149.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:16:\"01-3-480x239.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14544,4244,'_wp_attached_file','2018/09/03-3.jpg'),(14545,4244,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:518;s:6:\"height\";i:291;s:4:\"file\";s:16:\"2018/09/03-3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"03-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"03-3-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:16:\"03-3-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:16:\"03-3-507x285.jpg\";s:5:\"width\";i:507;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14546,4246,'_wp_attached_file','2018/09/04-2.jpg'),(14547,4246,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:735;s:6:\"height\";i:323;s:4:\"file\";s:16:\"2018/09/04-2.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"04-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"04-2-300x132.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:132;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:16:\"04-2-480x211.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:16:\"04-2-730x321.jpg\";s:5:\"width\";i:730;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:16:\"04-2-580x255.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:16:\"04-2-649x285.jpg\";s:5:\"width\";i:649;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14548,4248,'_wp_attached_file','2018/09/05-2.jpg'),(14549,4248,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1143;s:6:\"height\";i:290;s:4:\"file\";s:16:\"2018/09/05-2.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"05-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"05-2-300x76.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"05-2-768x195.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"05-2-1024x260.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:16:\"05-2-480x122.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:122;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:16:\"05-2-730x185.jpg\";s:5:\"width\";i:730;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:16:\"05-2-580x147.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:16:\"05-2-665x169.jpg\";s:5:\"width\";i:665;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14558,4262,'_wp_attached_file','2018/09/06-2.jpg'),(14559,4262,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:662;s:4:\"file\";s:16:\"2018/09/06-2.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"06-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"06-2-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"06-2-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"06-2-1024x496.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:496;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:16:\"06-2-480x233.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:16:\"06-2-697x338.jpg\";s:5:\"width\";i:697;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:16:\"06-2-580x281.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:16:\"06-2-588x285.jpg\";s:5:\"width\";i:588;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14570,4269,'_wp_attached_file','2018/09/07-2.jpg'),(14571,4269,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1126;s:6:\"height\";i:451;s:4:\"file\";s:16:\"2018/09/07-2.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"07-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"07-2-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"07-2-768x308.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"07-2-1024x410.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:16:\"07-2-480x192.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:16:\"07-2-730x292.jpg\";s:5:\"width\";i:730;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:16:\"07-2-580x232.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:16:\"07-2-665x266.jpg\";s:5:\"width\";i:665;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14572,4270,'_wp_attached_file','2018/09/07-3.jpg'),(14573,4270,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1126;s:6:\"height\";i:451;s:4:\"file\";s:16:\"2018/09/07-3.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"07-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"07-3-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"07-3-768x308.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"07-3-1024x410.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:16:\"07-3-480x192.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:16:\"07-3-730x292.jpg\";s:5:\"width\";i:730;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:16:\"07-3-580x232.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:16:\"07-3-665x266.jpg\";s:5:\"width\";i:665;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14576,4274,'_wp_attached_file','2018/09/07-4.jpg'),(14577,4274,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1127;s:6:\"height\";i:454;s:4:\"file\";s:16:\"2018/09/07-4.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"07-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"07-4-300x121.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"07-4-768x309.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:309;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"07-4-1024x413.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:16:\"07-4-480x193.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:16:\"07-4-730x294.jpg\";s:5:\"width\";i:730;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:16:\"07-4-580x234.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:16:\"07-4-665x268.jpg\";s:5:\"width\";i:665;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14580,4279,'_wp_attached_file','2018/09/ManageStoryBacklog_5.png'),(14581,4279,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1343;s:6:\"height\";i:401;s:4:\"file\";s:32:\"2018/09/ManageStoryBacklog_5.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"ManageStoryBacklog_5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"ManageStoryBacklog_5-300x90.png\";s:5:\"width\";i:300;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"ManageStoryBacklog_5-768x229.png\";s:5:\"width\";i:768;s:6:\"height\";i:229;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"ManageStoryBacklog_5-1024x306.png\";s:5:\"width\";i:1024;s:6:\"height\";i:306;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:32:\"ManageStoryBacklog_5-480x143.png\";s:5:\"width\";i:480;s:6:\"height\";i:143;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:32:\"ManageStoryBacklog_5-730x218.png\";s:5:\"width\";i:730;s:6:\"height\";i:218;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:32:\"ManageStoryBacklog_5-580x173.png\";s:5:\"width\";i:580;s:6:\"height\";i:173;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:32:\"ManageStoryBacklog_5-665x199.png\";s:5:\"width\";i:665;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14600,4302,'_wp_attached_file','2018/09/08-2.jpg'),(14601,4302,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:847;s:6:\"height\";i:455;s:4:\"file\";s:16:\"2018/09/08-2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"08-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"08-2-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"08-2-768x413.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:16:\"08-2-480x258.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:16:\"08-2-629x338.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:16:\"08-2-580x312.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:16:\"08-2-531x285.jpg\";s:5:\"width\";i:531;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14602,4303,'_wp_attached_file','2018/09/11-2.jpg'),(14603,4303,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:662;s:4:\"file\";s:16:\"2018/09/11-2.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"11-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"11-2-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"11-2-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"11-2-1024x496.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:496;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:16:\"11-2-480x233.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:16:\"11-2-697x338.jpg\";s:5:\"width\";i:697;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:16:\"11-2-580x281.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:16:\"11-2-588x285.jpg\";s:5:\"width\";i:588;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14604,4304,'_wp_attached_file','2018/09/09-2.jpg'),(14605,4304,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:847;s:6:\"height\";i:457;s:4:\"file\";s:16:\"2018/09/09-2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"09-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"09-2-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"09-2-768x414.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:16:\"09-2-480x259.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:16:\"09-2-626x338.jpg\";s:5:\"width\";i:626;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:16:\"09-2-580x313.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:16:\"09-2-528x285.jpg\";s:5:\"width\";i:528;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14606,4305,'_wp_attached_file','2018/09/StoryComment_1.png'),(14607,4305,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:659;s:4:\"file\";s:26:\"2018/09/StoryComment_1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"StoryComment_1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"StoryComment_1-300x146.png\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"StoryComment_1-768x375.png\";s:5:\"width\";i:768;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"StoryComment_1-1024x500.png\";s:5:\"width\";i:1024;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:26:\"StoryComment_1-480x234.png\";s:5:\"width\";i:480;s:6:\"height\";i:234;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:26:\"StoryComment_1-692x338.png\";s:5:\"width\";i:692;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:26:\"StoryComment_1-580x283.png\";s:5:\"width\";i:580;s:6:\"height\";i:283;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:26:\"StoryComment_1-584x285.png\";s:5:\"width\";i:584;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14610,4310,'_wp_attached_file','2018/09/10-3.jpg'),(14611,4310,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:848;s:6:\"height\";i:452;s:4:\"file\";s:16:\"2018/09/10-3.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"10-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"10-3-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"10-3-768x409.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:409;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:16:\"10-3-480x256.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:16:\"10-3-634x338.jpg\";s:5:\"width\";i:634;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:16:\"10-3-580x309.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:309;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:16:\"10-3-535x285.jpg\";s:5:\"width\";i:535;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14612,4311,'_wp_attached_file','2018/09/10-4.jpg'),(14613,4311,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:848;s:6:\"height\";i:452;s:4:\"file\";s:16:\"2018/09/10-4.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"10-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"10-4-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"10-4-768x409.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:409;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:16:\"10-4-480x256.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:16:\"10-4-634x338.jpg\";s:5:\"width\";i:634;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:16:\"10-4-580x309.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:309;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:16:\"10-4-535x285.jpg\";s:5:\"width\";i:535;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14614,4312,'_wp_attached_file','2018/09/12-1.jpg'),(14615,4312,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:849;s:6:\"height\";i:449;s:4:\"file\";s:16:\"2018/09/12-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"12-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"12-1-300x159.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"12-1-768x406.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:406;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:16:\"12-1-480x254.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:254;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:16:\"12-1-639x338.jpg\";s:5:\"width\";i:639;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:16:\"12-1-580x307.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:16:\"12-1-539x285.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14616,4314,'_wp_attached_file','2018/09/11-3.jpg'),(14617,4314,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:568;s:4:\"file\";s:16:\"2018/09/11-3.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"11-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"11-3-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"11-3-768x320.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"11-3-1024x426.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:16:\"11-3-480x200.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:16:\"11-3-730x304.jpg\";s:5:\"width\";i:730;s:6:\"height\";i:304;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:16:\"11-3-580x241.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:241;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:16:\"11-3-665x277.jpg\";s:5:\"width\";i:665;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14618,4316,'_wp_attached_file','2018/09/12-2.jpg'),(14619,4316,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:849;s:6:\"height\";i:449;s:4:\"file\";s:16:\"2018/09/12-2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"12-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"12-2-300x159.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"12-2-768x406.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:406;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:16:\"12-2-480x254.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:254;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:16:\"12-2-639x338.jpg\";s:5:\"width\";i:639;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:16:\"12-2-580x307.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:16:\"12-2-539x285.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14624,4322,'_wp_attached_file','2018/09/10-5.jpg'),(14625,4322,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:848;s:6:\"height\";i:452;s:4:\"file\";s:16:\"2018/09/10-5.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"10-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"10-5-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"10-5-768x409.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:409;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:16:\"10-5-480x256.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:16:\"10-5-634x338.jpg\";s:5:\"width\";i:634;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:16:\"10-5-580x309.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:309;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:16:\"10-5-535x285.jpg\";s:5:\"width\";i:535;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14630,4327,'_wp_attached_file','2018/09/13.jpg'),(14631,4327,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:662;s:4:\"file\";s:14:\"2018/09/13.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"13-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"13-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"13-1024x496.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:496;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:14:\"13-480x233.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:14:\"13-697x338.jpg\";s:5:\"width\";i:697;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:14:\"13-580x281.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:14:\"13-588x285.jpg\";s:5:\"width\";i:588;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14634,4330,'_wp_attached_file','2018/09/StoryTimesheet_1.png'),(14635,4330,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1351;s:6:\"height\";i:661;s:4:\"file\";s:28:\"2018/09/StoryTimesheet_1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"StoryTimesheet_1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"StoryTimesheet_1-300x147.png\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"StoryTimesheet_1-768x376.png\";s:5:\"width\";i:768;s:6:\"height\";i:376;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"StoryTimesheet_1-1024x501.png\";s:5:\"width\";i:1024;s:6:\"height\";i:501;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:28:\"StoryTimesheet_1-480x235.png\";s:5:\"width\";i:480;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:28:\"StoryTimesheet_1-691x338.png\";s:5:\"width\";i:691;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:28:\"StoryTimesheet_1-580x284.png\";s:5:\"width\";i:580;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:28:\"StoryTimesheet_1-583x285.png\";s:5:\"width\";i:583;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14648,4345,'_wp_attached_file','2018/09/task-edit.png'),(14649,4345,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:398;s:4:\"file\";s:21:\"2018/09/task-edit.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"task-edit-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"task-edit-300x87.png\";s:5:\"width\";i:300;s:6:\"height\";i:87;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"task-edit-768x224.png\";s:5:\"width\";i:768;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"task-edit-1024x298.png\";s:5:\"width\";i:1024;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:21:\"task-edit-480x140.png\";s:5:\"width\";i:480;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:21:\"task-edit-730x213.png\";s:5:\"width\";i:730;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:21:\"task-edit-580x169.png\";s:5:\"width\";i:580;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:21:\"task-edit-665x194.png\";s:5:\"width\";i:665;s:6:\"height\";i:194;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14650,4347,'_wp_attached_file','2018/09/task-edit-popup.png'),(14651,4347,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:338;s:4:\"file\";s:27:\"2018/09/task-edit-popup.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"task-edit-popup-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"task-edit-popup-300x74.png\";s:5:\"width\";i:300;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"task-edit-popup-768x190.png\";s:5:\"width\";i:768;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"task-edit-popup-1024x253.png\";s:5:\"width\";i:1024;s:6:\"height\";i:253;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:27:\"task-edit-popup-480x119.png\";s:5:\"width\";i:480;s:6:\"height\";i:119;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:27:\"task-edit-popup-730x181.png\";s:5:\"width\";i:730;s:6:\"height\";i:181;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:27:\"task-edit-popup-580x144.png\";s:5:\"width\";i:580;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:27:\"task-edit-popup-665x165.png\";s:5:\"width\";i:665;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14680,4371,'_wp_attached_file','2018/09/02-5.jpg'),(14681,4371,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:662;s:4:\"file\";s:16:\"2018/09/02-5.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"02-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"02-5-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"02-5-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"02-5-1024x496.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:496;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:16:\"02-5-480x233.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:16:\"02-5-697x338.jpg\";s:5:\"width\";i:697;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:16:\"02-5-580x281.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:16:\"02-5-588x285.jpg\";s:5:\"width\";i:588;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14690,4376,'_wp_attached_file','2018/09/story-task-activity.png'),(14691,4376,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:541;s:4:\"file\";s:31:\"2018/09/story-task-activity.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"story-task-activity-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"story-task-activity-300x119.png\";s:5:\"width\";i:300;s:6:\"height\";i:119;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"story-task-activity-768x304.png\";s:5:\"width\";i:768;s:6:\"height\";i:304;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"story-task-activity-1024x406.png\";s:5:\"width\";i:1024;s:6:\"height\";i:406;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:31:\"story-task-activity-480x190.png\";s:5:\"width\";i:480;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:31:\"story-task-activity-730x289.png\";s:5:\"width\";i:730;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:31:\"story-task-activity-580x230.png\";s:5:\"width\";i:580;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:31:\"story-task-activity-665x263.png\";s:5:\"width\";i:665;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14698,4381,'_wp_attached_file','2018/09/06-3.jpg'),(14699,4381,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1131;s:6:\"height\";i:615;s:4:\"file\";s:16:\"2018/09/06-3.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"06-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"06-3-300x163.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"06-3-768x418.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:418;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"06-3-1024x557.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:557;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:16:\"06-3-480x261.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:16:\"06-3-622x338.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:16:\"06-3-580x315.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:16:\"06-3-524x285.jpg\";s:5:\"width\";i:524;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14700,4382,'_wp_attached_file','2018/09/07-6.jpg'),(14701,4382,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1146;s:6:\"height\";i:662;s:4:\"file\";s:16:\"2018/09/07-6.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"07-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"07-6-300x173.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"07-6-768x444.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"07-6-1024x592.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:592;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:16:\"07-6-480x277.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:16:\"07-6-585x338.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:16:\"07-6-580x335.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:16:\"07-6-493x285.jpg\";s:5:\"width\";i:493;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14730,4387,'_edit_lock','1536811298:4'),(14731,4387,'_edit_last','4'),(14768,4393,'_wp_attached_file','2018/09/1-article-thumb.jpg'),(14769,4393,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:334;s:4:\"file\";s:27:\"2018/09/1-article-thumb.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"1-article-thumb-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"1-article-thumb-300x121.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"1-article-thumb-768x309.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:309;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:27:\"1-article-thumb-480x193.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:27:\"1-article-thumb-730x294.jpg\";s:5:\"width\";i:730;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:27:\"1-article-thumb-580x233.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:27:\"1-article-thumb-665x268.jpg\";s:5:\"width\";i:665;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14847,4402,'_edit_lock','1536822464:12'),(14848,4402,'_edit_last','12'),(14849,4402,'_post_navigation_menu',''),(14850,4402,'_post_header_skin',''),(14851,4402,'_post_navigation_submenu_skin',''),(14852,4402,'_post_header_background_color',''),(14853,4402,'_post_header_background_image',''),(14854,4402,'_post_header_background_image_repeat',''),(14855,4402,'_post_header_background_image_position',''),(14856,4402,'_post_header_background_image_size',''),(14857,4402,'_post_header_background_image_attachment',''),(14858,4402,'embed',''),(14859,4402,'_post_title_text_transform',''),(14860,4402,'_post_title_font_weight',''),(14861,4402,'_post_title_font_size',''),(14862,4402,'_post_content_skin',''),(14863,4402,'_post_content_width','limit'),(14864,4402,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(14865,4402,'_post_sidebar_id',''),(14866,4402,'_post_sidebar_position','right'),(14867,4402,'_post_footer_skin',''),(14868,4402,'_yoast_wpseo_content_score','30'),(14869,4402,'_yoast_wpseo_primary_category','72'),(14870,4402,'_thumbnail_id','2010'),(14873,4402,'_post_sidebar','false'),(14886,4405,'_edit_lock','1536821836:5'),(14887,4405,'_edit_last','4'),(14888,4407,'_edit_lock','1536822053:12'),(14889,4407,'_edit_last','12'),(14890,4405,'_post_navigation_menu',''),(14891,4405,'_post_header_skin',''),(14892,4405,'_post_navigation_submenu_skin',''),(14893,4405,'_post_header_background_color',''),(14894,4405,'_post_header_background_image',''),(14895,4405,'_post_header_background_image_repeat',''),(14896,4405,'_post_header_background_image_position',''),(14897,4405,'_post_header_background_image_size',''),(14898,4405,'_post_header_background_image_attachment',''),(14899,4405,'embed',''),(14900,4405,'_post_title_text_transform',''),(14901,4405,'_post_title_font_weight',''),(14902,4405,'_post_title_font_size',''),(14903,4405,'_post_content_skin',''),(14904,4405,'_post_content_width','limit'),(14905,4405,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(14906,4405,'_post_sidebar_id',''),(14907,4405,'_post_sidebar_position','right'),(14908,4405,'_post_footer_skin',''),(14909,4405,'_yoast_wpseo_content_score','30'),(14910,4405,'_yoast_wpseo_primary_category','72'),(14911,4409,'_edit_lock','1536819465:13'),(14912,4409,'_edit_last','13'),(14913,4405,'_thumbnail_id','2340'),(14916,4405,'_post_sidebar','false'),(14917,4413,'_edit_lock','1536820060:13'),(14918,4413,'_edit_last','13'),(14926,4407,'_post_navigation_menu',''),(14927,4407,'_post_header_skin',''),(14928,4407,'_post_navigation_submenu_skin',''),(14929,4407,'_post_header_background_color',''),(14930,4407,'_post_header_background_image',''),(14931,4407,'_post_header_background_image_repeat',''),(14932,4407,'_post_header_background_image_position',''),(14933,4407,'_post_header_background_image_size',''),(14934,4407,'_post_header_background_image_attachment',''),(14935,4407,'embed',''),(14936,4407,'_post_title_text_transform',''),(14937,4407,'_post_title_font_weight',''),(14938,4407,'_post_title_font_size',''),(14939,4407,'_post_content_skin',''),(14940,4407,'_post_content_width','limit'),(14941,4407,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(14942,4407,'_post_sidebar_id',''),(14943,4407,'_post_sidebar_position','right'),(14944,4407,'_post_footer_skin',''),(14945,4407,'_yoast_wpseo_content_score','30'),(14946,4407,'_yoast_wpseo_primary_category','72'),(14947,4417,'_edit_lock','1536821510:5'),(14948,4417,'_edit_last','4'),(14951,4417,'_thumbnail_id','2924'),(14954,4417,'_post_navigation_menu',''),(14955,4417,'_post_header_skin',''),(14956,4417,'_post_navigation_submenu_skin',''),(14957,4417,'_post_header_background_color',''),(14958,4417,'_post_header_background_image',''),(14959,4417,'_post_header_background_image_repeat',''),(14960,4417,'_post_header_background_image_position',''),(14961,4417,'_post_header_background_image_size',''),(14962,4417,'_post_header_background_image_attachment',''),(14963,4417,'embed',''),(14964,4417,'_post_title_text_transform',''),(14965,4417,'_post_title_font_weight',''),(14966,4417,'_post_title_font_size',''),(14967,4417,'_post_content_skin',''),(14968,4417,'_post_content_width','limit'),(14969,4417,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(14970,4417,'_post_sidebar','false'),(14971,4417,'_post_sidebar_id',''),(14972,4417,'_post_sidebar_position','right'),(14973,4417,'_post_footer_skin',''),(14974,4417,'_yoast_wpseo_content_score','30'),(14975,4417,'_yoast_wpseo_primary_category','72'),(14976,4407,'_thumbnail_id','2073'),(14979,4407,'_post_sidebar','false'),(14980,4413,'_thumbnail_id','2306'),(14981,4413,'_post_navigation_menu',''),(14982,4413,'_post_header_skin',''),(14983,4413,'_post_navigation_submenu_skin',''),(14984,4413,'_post_header_background_color',''),(14985,4413,'_post_header_background_image',''),(14986,4413,'_post_header_background_image_repeat',''),(14987,4413,'_post_header_background_image_position',''),(14988,4413,'_post_header_background_image_size',''),(14989,4413,'_post_header_background_image_attachment',''),(14990,4413,'embed',''),(14991,4413,'_post_title_text_transform',''),(14992,4413,'_post_title_font_weight',''),(14993,4413,'_post_title_font_size',''),(14994,4413,'_post_content_skin',''),(14995,4413,'_post_content_width','limit'),(14996,4413,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(14997,4413,'_post_sidebar','false'),(14998,4413,'_post_sidebar_id',''),(14999,4413,'_post_sidebar_position','right'),(15000,4413,'_post_footer_skin',''),(15001,4413,'_yoast_wpseo_content_score','30'),(15002,4413,'_yoast_wpseo_primary_category','72'),(15007,4425,'_edit_lock','1536822984:12'),(15008,4425,'_edit_last','12'),(15009,4425,'_thumbnail_id','2435'),(15012,4425,'_post_navigation_menu',''),(15013,4425,'_post_header_skin',''),(15014,4425,'_post_navigation_submenu_skin',''),(15015,4425,'_post_header_background_color',''),(15016,4425,'_post_header_background_image',''),(15017,4425,'_post_header_background_image_repeat',''),(15018,4425,'_post_header_background_image_position',''),(15019,4425,'_post_header_background_image_size',''),(15020,4425,'_post_header_background_image_attachment',''),(15021,4425,'embed',''),(15022,4425,'_post_title_text_transform',''),(15023,4425,'_post_title_font_weight',''),(15024,4425,'_post_title_font_size',''),(15025,4425,'_post_content_skin',''),(15026,4425,'_post_content_width','limit'),(15027,4425,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(15028,4425,'_post_sidebar','false'),(15029,4425,'_post_sidebar_id',''),(15030,4425,'_post_sidebar_position','right'),(15031,4425,'_post_footer_skin',''),(15032,4425,'_yoast_wpseo_content_score','30'),(15033,4425,'_yoast_wpseo_primary_category','72'),(15034,4426,'_edit_lock','1536822213:13'),(15047,4426,'_edit_last','13'),(15048,4426,'_thumbnail_id','2337'),(15049,4426,'_post_navigation_menu',''),(15050,4426,'_post_header_skin',''),(15051,4426,'_post_navigation_submenu_skin',''),(15052,4426,'_post_header_background_color',''),(15053,4426,'_post_header_background_image',''),(15054,4426,'_post_header_background_image_repeat',''),(15055,4426,'_post_header_background_image_position',''),(15056,4426,'_post_header_background_image_size',''),(15057,4426,'_post_header_background_image_attachment',''),(15058,4426,'embed',''),(15059,4426,'_post_title_text_transform',''),(15060,4426,'_post_title_font_weight',''),(15061,4426,'_post_title_font_size',''),(15062,4426,'_post_content_skin',''),(15063,4426,'_post_content_width','limit'),(15064,4426,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(15065,4426,'_post_sidebar','false'),(15066,4426,'_post_sidebar_id',''),(15067,4426,'_post_sidebar_position','right'),(15068,4426,'_post_footer_skin',''),(15069,4426,'_yoast_wpseo_content_score','30'),(15070,4426,'_yoast_wpseo_primary_category','72'),(15075,4444,'_edit_lock','1536822474:13'),(15076,4444,'_edit_last','13'),(15077,4444,'_thumbnail_id','2354'),(15078,4444,'_post_navigation_menu',''),(15079,4444,'_post_header_skin',''),(15080,4444,'_post_navigation_submenu_skin',''),(15081,4444,'_post_header_background_color',''),(15082,4444,'_post_header_background_image',''),(15083,4444,'_post_header_background_image_repeat',''),(15084,4444,'_post_header_background_image_position',''),(15085,4444,'_post_header_background_image_size',''),(15086,4444,'_post_header_background_image_attachment',''),(15087,4444,'embed',''),(15088,4444,'_post_title_text_transform',''),(15089,4444,'_post_title_font_weight',''),(15090,4444,'_post_title_font_size',''),(15091,4444,'_post_content_skin',''),(15092,4444,'_post_content_width','limit'),(15093,4444,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(15094,4444,'_post_sidebar','false'),(15095,4444,'_post_sidebar_id',''),(15096,4444,'_post_sidebar_position','right'),(15097,4444,'_post_footer_skin',''),(15098,4444,'_yoast_wpseo_content_score','30'),(15099,4444,'_yoast_wpseo_primary_category','72'),(15104,4450,'_edit_lock','1536822725:13'),(15105,4450,'_edit_last','13'),(15106,4450,'_thumbnail_id','2379'),(15107,4450,'_post_navigation_menu',''),(15108,4450,'_post_header_skin',''),(15109,4450,'_post_navigation_submenu_skin',''),(15110,4450,'_post_header_background_color',''),(15111,4450,'_post_header_background_image',''),(15112,4450,'_post_header_background_image_repeat',''),(15113,4450,'_post_header_background_image_position',''),(15114,4450,'_post_header_background_image_size',''),(15115,4450,'_post_header_background_image_attachment',''),(15116,4450,'embed',''),(15117,4450,'_post_title_text_transform',''),(15118,4450,'_post_title_font_weight',''),(15119,4450,'_post_title_font_size',''),(15120,4450,'_post_content_skin',''),(15121,4450,'_post_content_width','limit'),(15122,4450,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(15123,4450,'_post_sidebar','false'),(15124,4450,'_post_sidebar_id',''),(15125,4450,'_post_sidebar_position','right'),(15126,4450,'_post_footer_skin',''),(15127,4450,'_yoast_wpseo_content_score','30'),(15128,4450,'_yoast_wpseo_primary_category','72'),(15133,4455,'_edit_lock','1536823073:13'),(15134,4455,'_edit_last','13'),(15135,4455,'_post_navigation_menu',''),(15136,4455,'_post_header_skin',''),(15137,4455,'_post_navigation_submenu_skin',''),(15138,4455,'_post_header_background_color',''),(15139,4455,'_post_header_background_image',''),(15140,4455,'_post_header_background_image_repeat',''),(15141,4455,'_post_header_background_image_position',''),(15142,4455,'_post_header_background_image_size',''),(15143,4455,'_post_header_background_image_attachment',''),(15144,4455,'embed',''),(15145,4455,'_post_title_text_transform',''),(15146,4455,'_post_title_font_weight',''),(15147,4455,'_post_title_font_size',''),(15148,4455,'_post_content_skin',''),(15149,4455,'_post_content_width','limit'),(15150,4455,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(15151,4455,'_post_sidebar','false'),(15152,4455,'_post_sidebar_id',''),(15153,4455,'_post_sidebar_position','right'),(15154,4455,'_post_footer_skin',''),(15155,4455,'_yoast_wpseo_content_score','30'),(15156,4455,'_yoast_wpseo_primary_category','72'),(15157,4455,'_thumbnail_id','2382'),(15161,4460,'_edit_lock','1536827081:13'),(15162,4460,'_edit_last','13'),(15167,4465,'_edit_lock','1536829078:12'),(15168,4465,'_edit_last','12'),(15169,4466,'_wp_attached_file','2018/09/01-6.jpg'),(15170,4466,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:662;s:4:\"file\";s:16:\"2018/09/01-6.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"01-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"01-6-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"01-6-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"01-6-1024x496.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:496;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:16:\"01-6-480x233.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:16:\"01-6-697x338.jpg\";s:5:\"width\";i:697;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:16:\"01-6-580x281.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:16:\"01-6-588x285.jpg\";s:5:\"width\";i:588;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15171,4465,'_post_navigation_menu',''),(15172,4465,'_post_header_skin',''),(15173,4465,'_post_navigation_submenu_skin',''),(15174,4465,'_post_header_background_color',''),(15175,4465,'_post_header_background_image',''),(15176,4465,'_post_header_background_image_repeat',''),(15177,4465,'_post_header_background_image_position',''),(15178,4465,'_post_header_background_image_size',''),(15179,4465,'_post_header_background_image_attachment',''),(15180,4465,'embed',''),(15181,4465,'_post_title_text_transform',''),(15182,4465,'_post_title_font_weight',''),(15183,4465,'_post_title_font_size',''),(15184,4465,'_post_content_skin',''),(15185,4465,'_post_content_width','limit'),(15186,4465,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(15187,4465,'_post_sidebar_id',''),(15188,4465,'_post_sidebar_position','right'),(15189,4465,'_post_footer_skin',''),(15190,4465,'_yoast_wpseo_content_score','30'),(15191,4465,'_yoast_wpseo_primary_category','72'),(15192,4460,'_post_navigation_menu',''),(15193,4460,'_post_header_skin',''),(15194,4460,'_post_navigation_submenu_skin',''),(15195,4460,'_post_header_background_color',''),(15196,4460,'_post_header_background_image',''),(15197,4460,'_post_header_background_image_repeat',''),(15198,4460,'_post_header_background_image_position',''),(15199,4460,'_post_header_background_image_size',''),(15200,4460,'_post_header_background_image_attachment',''),(15201,4460,'embed',''),(15202,4460,'_post_title_text_transform',''),(15203,4460,'_post_title_font_weight',''),(15204,4460,'_post_title_font_size',''),(15205,4460,'_post_content_skin',''),(15206,4460,'_post_content_width','limit'),(15207,4460,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(15208,4460,'_post_sidebar','false'),(15209,4460,'_post_sidebar_id',''),(15210,4460,'_post_sidebar_position','right'),(15211,4460,'_post_footer_skin',''),(15212,4460,'_yoast_wpseo_content_score','30'),(15213,4460,'_yoast_wpseo_primary_category','72'),(15214,4460,'_thumbnail_id','2390'),(15218,4471,'_wp_attached_file','2018/09/02-7.jpg'),(15219,4471,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:662;s:4:\"file\";s:16:\"2018/09/02-7.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"02-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"02-7-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"02-7-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"02-7-1024x496.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:496;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:16:\"02-7-480x233.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:16:\"02-7-697x338.jpg\";s:5:\"width\";i:697;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:16:\"02-7-580x281.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:16:\"02-7-588x285.jpg\";s:5:\"width\";i:588;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15220,4472,'_wp_attached_file','2018/09/velocity.png'),(15221,4472,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1621;s:6:\"height\";i:875;s:4:\"file\";s:20:\"2018/09/velocity.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"velocity-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"velocity-300x162.png\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"velocity-768x415.png\";s:5:\"width\";i:768;s:6:\"height\";i:415;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"velocity-1024x553.png\";s:5:\"width\";i:1024;s:6:\"height\";i:553;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:20:\"velocity-480x259.png\";s:5:\"width\";i:480;s:6:\"height\";i:259;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:20:\"velocity-626x338.png\";s:5:\"width\";i:626;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:20:\"velocity-580x313.png\";s:5:\"width\";i:580;s:6:\"height\";i:313;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:20:\"velocity-528x285.png\";s:5:\"width\";i:528;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15222,4473,'_wp_attached_file','2018/09/03-6.jpg'),(15223,4473,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:662;s:4:\"file\";s:16:\"2018/09/03-6.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"03-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"03-6-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"03-6-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"03-6-1024x496.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:496;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:16:\"03-6-480x233.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:16:\"03-6-697x338.jpg\";s:5:\"width\";i:697;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:16:\"03-6-580x281.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:16:\"03-6-588x285.jpg\";s:5:\"width\";i:588;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15224,4476,'_edit_lock','1536827815:13'),(15225,4476,'_edit_last','13'),(15226,4476,'_post_navigation_menu',''),(15227,4476,'_post_header_skin',''),(15228,4476,'_post_navigation_submenu_skin',''),(15229,4476,'_post_header_background_color',''),(15230,4476,'_post_header_background_image',''),(15231,4476,'_post_header_background_image_repeat',''),(15232,4476,'_post_header_background_image_position',''),(15233,4476,'_post_header_background_image_size',''),(15234,4476,'_post_header_background_image_attachment',''),(15235,4476,'embed',''),(15236,4476,'_post_title_text_transform',''),(15237,4476,'_post_title_font_weight',''),(15238,4476,'_post_title_font_size',''),(15239,4476,'_post_content_skin',''),(15240,4476,'_post_content_width','limit'),(15241,4476,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(15242,4476,'_post_sidebar','false'),(15243,4476,'_post_sidebar_id',''),(15244,4476,'_post_sidebar_position','right'),(15245,4476,'_post_footer_skin',''),(15246,4476,'_yoast_wpseo_content_score','30'),(15247,4476,'_yoast_wpseo_primary_category','72'),(15248,4465,'_thumbnail_id','2472'),(15251,4465,'_post_sidebar','false'),(15252,4476,'_thumbnail_id','3061'),(15256,4484,'_edit_lock','1536828089:12'),(15257,4484,'_edit_last','12'),(15258,4486,'_edit_lock','1536827969:13'),(15259,4486,'_edit_last','13'),(15260,4486,'_post_navigation_menu',''),(15261,4486,'_post_header_skin',''),(15262,4486,'_post_navigation_submenu_skin',''),(15263,4486,'_post_header_background_color',''),(15264,4486,'_post_header_background_image',''),(15265,4486,'_post_header_background_image_repeat',''),(15266,4486,'_post_header_background_image_position',''),(15267,4486,'_post_header_background_image_size',''),(15268,4486,'_post_header_background_image_attachment',''),(15269,4486,'embed',''),(15270,4486,'_post_title_text_transform',''),(15271,4486,'_post_title_font_weight',''),(15272,4486,'_post_title_font_size',''),(15273,4486,'_post_content_skin',''),(15274,4486,'_post_content_width','limit'),(15275,4486,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(15276,4486,'_post_sidebar','false'),(15277,4486,'_post_sidebar_id',''),(15278,4486,'_post_sidebar_position','right'),(15279,4486,'_post_footer_skin',''),(15280,4486,'_yoast_wpseo_content_score','30'),(15281,4486,'_yoast_wpseo_primary_category','72'),(15282,4486,'_thumbnail_id','2375'),(15285,4488,'_wp_attached_file','2018/09/04-5.jpg'),(15286,4488,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1123;s:6:\"height\";i:609;s:4:\"file\";s:16:\"2018/09/04-5.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"04-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"04-5-300x163.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"04-5-768x416.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"04-5-1024x555.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:555;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:16:\"04-5-480x260.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:16:\"04-5-623x338.jpg\";s:5:\"width\";i:623;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:16:\"04-5-580x315.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:16:\"04-5-526x285.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15287,4489,'_wp_attached_file','2018/09/05-5.jpg'),(15288,4489,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:662;s:4:\"file\";s:16:\"2018/09/05-5.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"05-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"05-5-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"05-5-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"05-5-1024x496.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:496;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:16:\"05-5-480x233.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:16:\"05-5-697x338.jpg\";s:5:\"width\";i:697;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:16:\"05-5-580x281.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:16:\"05-5-588x285.jpg\";s:5:\"width\";i:588;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15289,4490,'_wp_attached_file','2018/09/06-4.jpg'),(15290,4490,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:662;s:4:\"file\";s:16:\"2018/09/06-4.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"06-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"06-4-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"06-4-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"06-4-1024x496.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:496;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:16:\"06-4-480x233.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:16:\"06-4-697x338.jpg\";s:5:\"width\";i:697;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:16:\"06-4-580x281.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:16:\"06-4-588x285.jpg\";s:5:\"width\";i:588;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15315,4484,'_thumbnail_id','2514'),(15318,4484,'_post_navigation_menu',''),(15319,4484,'_post_header_skin',''),(15320,4484,'_post_navigation_submenu_skin',''),(15321,4484,'_post_header_background_color',''),(15322,4484,'_post_header_background_image',''),(15323,4484,'_post_header_background_image_repeat',''),(15324,4484,'_post_header_background_image_position',''),(15325,4484,'_post_header_background_image_size',''),(15326,4484,'_post_header_background_image_attachment',''),(15327,4484,'embed',''),(15328,4484,'_post_title_text_transform',''),(15329,4484,'_post_title_font_weight',''),(15330,4484,'_post_title_font_size',''),(15331,4484,'_post_content_skin',''),(15332,4484,'_post_content_width','limit'),(15333,4484,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(15334,4484,'_post_sidebar','false'),(15335,4484,'_post_sidebar_id',''),(15336,4484,'_post_sidebar_position','right'),(15337,4484,'_post_footer_skin',''),(15338,4484,'_yoast_wpseo_content_score','30'),(15339,4484,'_yoast_wpseo_primary_category','72'),(15340,4497,'_edit_lock','1536829231:13'),(15341,4497,'_edit_last','13'),(15345,4497,'_post_navigation_menu',''),(15346,4497,'_post_header_skin',''),(15347,4497,'_post_navigation_submenu_skin',''),(15348,4497,'_post_header_background_color',''),(15349,4497,'_post_header_background_image',''),(15350,4497,'_post_header_background_image_repeat',''),(15351,4497,'_post_header_background_image_position',''),(15352,4497,'_post_header_background_image_size',''),(15353,4497,'_post_header_background_image_attachment',''),(15354,4497,'embed',''),(15355,4497,'_post_title_text_transform',''),(15356,4497,'_post_title_font_weight',''),(15357,4497,'_post_title_font_size',''),(15358,4497,'_post_content_skin',''),(15359,4497,'_post_content_width','limit'),(15360,4497,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(15361,4497,'_post_sidebar','false'),(15362,4497,'_post_sidebar_id',''),(15363,4497,'_post_sidebar_position','right'),(15364,4497,'_post_footer_skin',''),(15365,4497,'_yoast_wpseo_content_score','30'),(15366,4497,'_yoast_wpseo_primary_category','72'),(15368,4502,'_edit_lock','1536828633:12'),(15369,4502,'_edit_last','12'),(15370,4497,'_thumbnail_id','2375'),(15373,4502,'_thumbnail_id','2532'),(15376,4502,'_post_navigation_menu',''),(15377,4502,'_post_header_skin',''),(15378,4502,'_post_navigation_submenu_skin',''),(15379,4502,'_post_header_background_color',''),(15380,4502,'_post_header_background_image',''),(15381,4502,'_post_header_background_image_repeat',''),(15382,4502,'_post_header_background_image_position',''),(15383,4502,'_post_header_background_image_size',''),(15384,4502,'_post_header_background_image_attachment',''),(15385,4502,'embed',''),(15386,4502,'_post_title_text_transform',''),(15387,4502,'_post_title_font_weight',''),(15388,4502,'_post_title_font_size',''),(15389,4502,'_post_content_skin',''),(15390,4502,'_post_content_width','limit'),(15391,4502,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(15392,4502,'_post_sidebar','false'),(15393,4502,'_post_sidebar_id',''),(15394,4502,'_post_sidebar_position','right'),(15395,4502,'_post_footer_skin',''),(15396,4502,'_yoast_wpseo_content_score','30'),(15397,4502,'_yoast_wpseo_primary_category','72'),(15400,4509,'_edit_lock','1536829050:12'),(15403,4509,'_edit_last','12'),(15406,4509,'_thumbnail_id','2542'),(15409,4509,'_post_navigation_menu',''),(15410,4509,'_post_header_skin',''),(15411,4509,'_post_navigation_submenu_skin',''),(15412,4509,'_post_header_background_color',''),(15413,4509,'_post_header_background_image',''),(15414,4509,'_post_header_background_image_repeat',''),(15415,4509,'_post_header_background_image_position',''),(15416,4509,'_post_header_background_image_size',''),(15417,4509,'_post_header_background_image_attachment',''),(15418,4509,'embed',''),(15419,4509,'_post_title_text_transform',''),(15420,4509,'_post_title_font_weight',''),(15421,4509,'_post_title_font_size',''),(15422,4509,'_post_content_skin',''),(15423,4509,'_post_content_width','limit'),(15424,4509,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(15425,4509,'_post_sidebar','false'),(15426,4509,'_post_sidebar_id',''),(15427,4509,'_post_sidebar_position','right'),(15428,4509,'_post_footer_skin',''),(15429,4509,'_yoast_wpseo_content_score','30'),(15430,4509,'_yoast_wpseo_primary_category','72'),(15431,4511,'_edit_lock','1536829334:12'),(15434,4511,'_edit_last','12'),(15435,4514,'_edit_lock','1536829406:13'),(15436,4514,'_edit_last','13'),(15437,4511,'_thumbnail_id','2248'),(15440,4511,'_post_navigation_menu',''),(15441,4511,'_post_header_skin',''),(15442,4511,'_post_navigation_submenu_skin',''),(15443,4511,'_post_header_background_color',''),(15444,4511,'_post_header_background_image',''),(15445,4511,'_post_header_background_image_repeat',''),(15446,4511,'_post_header_background_image_position',''),(15447,4511,'_post_header_background_image_size',''),(15448,4511,'_post_header_background_image_attachment',''),(15449,4511,'embed',''),(15450,4511,'_post_title_text_transform',''),(15451,4511,'_post_title_font_weight',''),(15452,4511,'_post_title_font_size',''),(15453,4511,'_post_content_skin',''),(15454,4511,'_post_content_width','limit'),(15455,4511,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(15456,4511,'_post_sidebar_id',''),(15457,4511,'_post_sidebar_position','right'),(15458,4511,'_post_footer_skin',''),(15459,4511,'_yoast_wpseo_content_score','60'),(15460,4511,'_yoast_wpseo_primary_category','72'),(15463,4511,'_post_sidebar','false'),(15464,4514,'_post_navigation_menu',''),(15465,4514,'_post_header_skin',''),(15466,4514,'_post_navigation_submenu_skin',''),(15467,4514,'_post_header_background_color',''),(15468,4514,'_post_header_background_image',''),(15469,4514,'_post_header_background_image_repeat',''),(15470,4514,'_post_header_background_image_position',''),(15471,4514,'_post_header_background_image_size',''),(15472,4514,'_post_header_background_image_attachment',''),(15473,4514,'embed',''),(15474,4514,'_post_title_text_transform',''),(15475,4514,'_post_title_font_weight',''),(15476,4514,'_post_title_font_size',''),(15477,4514,'_post_content_skin',''),(15478,4514,'_post_content_width','limit'),(15479,4514,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(15480,4514,'_post_sidebar','false'),(15481,4514,'_post_sidebar_id',''),(15482,4514,'_post_sidebar_position','right'),(15483,4514,'_post_footer_skin',''),(15484,4514,'_yoast_wpseo_content_score','30'),(15485,4514,'_yoast_wpseo_primary_category','72'),(15486,4514,'_thumbnail_id','2366'),(15489,4519,'_edit_lock','1536829540:12'),(15490,4519,'_edit_last','12'),(15491,4521,'_wp_attached_file','2018/09/Effort-Variance.png'),(15492,4521,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1637;s:6:\"height\";i:859;s:4:\"file\";s:27:\"2018/09/Effort-Variance.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Effort-Variance-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Effort-Variance-300x157.png\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Effort-Variance-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Effort-Variance-1024x537.png\";s:5:\"width\";i:1024;s:6:\"height\";i:537;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:27:\"Effort-Variance-480x252.png\";s:5:\"width\";i:480;s:6:\"height\";i:252;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:27:\"Effort-Variance-644x338.png\";s:5:\"width\";i:644;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:27:\"Effort-Variance-580x304.png\";s:5:\"width\";i:580;s:6:\"height\";i:304;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:27:\"Effort-Variance-543x285.png\";s:5:\"width\";i:543;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15493,4519,'_thumbnail_id','2267'),(15496,4519,'_post_navigation_menu',''),(15497,4519,'_post_header_skin',''),(15498,4519,'_post_navigation_submenu_skin',''),(15499,4519,'_post_header_background_color',''),(15500,4519,'_post_header_background_image',''),(15501,4519,'_post_header_background_image_repeat',''),(15502,4519,'_post_header_background_image_position',''),(15503,4519,'_post_header_background_image_size',''),(15504,4519,'_post_header_background_image_attachment',''),(15505,4519,'embed',''),(15506,4519,'_post_title_text_transform',''),(15507,4519,'_post_title_font_weight',''),(15508,4519,'_post_title_font_size',''),(15509,4519,'_post_content_skin',''),(15510,4519,'_post_content_width','limit'),(15511,4519,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(15512,4519,'_post_sidebar','false'),(15513,4519,'_post_sidebar_id',''),(15514,4519,'_post_sidebar_position','right'),(15515,4519,'_post_footer_skin',''),(15516,4519,'_yoast_wpseo_content_score','30'),(15517,4519,'_yoast_wpseo_primary_category','72'),(15518,4524,'_edit_lock','1536829642:13'),(15519,4524,'_edit_last','13'),(15520,4524,'_post_navigation_menu',''),(15521,4524,'_post_header_skin',''),(15522,4524,'_post_navigation_submenu_skin',''),(15523,4524,'_post_header_background_color',''),(15524,4524,'_post_header_background_image',''),(15525,4524,'_post_header_background_image_repeat',''),(15526,4524,'_post_header_background_image_position',''),(15527,4524,'_post_header_background_image_size',''),(15528,4524,'_post_header_background_image_attachment',''),(15529,4524,'embed',''),(15530,4524,'_post_title_text_transform',''),(15531,4524,'_post_title_font_weight',''),(15532,4524,'_post_title_font_size',''),(15533,4524,'_post_content_skin',''),(15534,4524,'_post_content_width','limit'),(15535,4524,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(15536,4524,'_post_sidebar','false'),(15537,4524,'_post_sidebar_id',''),(15538,4524,'_post_sidebar_position','right'),(15539,4524,'_post_footer_skin',''),(15540,4524,'_yoast_wpseo_content_score','30'),(15541,4524,'_yoast_wpseo_primary_category','72'),(15542,4527,'_edit_lock','1536829704:12'),(15543,4527,'_edit_last','12'),(15544,4524,'_thumbnail_id','2358'),(15547,4527,'_thumbnail_id','2280'),(15550,4527,'_post_navigation_menu',''),(15551,4527,'_post_header_skin',''),(15552,4527,'_post_navigation_submenu_skin',''),(15553,4527,'_post_header_background_color',''),(15554,4527,'_post_header_background_image',''),(15555,4527,'_post_header_background_image_repeat',''),(15556,4527,'_post_header_background_image_position',''),(15557,4527,'_post_header_background_image_size',''),(15558,4527,'_post_header_background_image_attachment',''),(15559,4527,'embed',''),(15560,4527,'_post_title_text_transform',''),(15561,4527,'_post_title_font_weight',''),(15562,4527,'_post_title_font_size',''),(15563,4527,'_post_content_skin',''),(15564,4527,'_post_content_width','limit'),(15565,4527,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(15566,4527,'_post_sidebar','false'),(15567,4527,'_post_sidebar_id',''),(15568,4527,'_post_sidebar_position','right'),(15569,4527,'_post_footer_skin',''),(15570,4527,'_yoast_wpseo_content_score','30'),(15571,4527,'_yoast_wpseo_primary_category','72'),(15572,4529,'_edit_lock','1536829958:12'),(15573,4529,'_edit_last','12'),(15574,4531,'_edit_lock','1536830774:4'),(15575,4531,'_edit_last','13'),(15576,4531,'_post_navigation_menu',''),(15577,4531,'_post_header_skin',''),(15578,4531,'_post_navigation_submenu_skin',''),(15579,4531,'_post_header_background_color',''),(15580,4531,'_post_header_background_image',''),(15581,4531,'_post_header_background_image_repeat',''),(15582,4531,'_post_header_background_image_position',''),(15583,4531,'_post_header_background_image_size',''),(15584,4531,'_post_header_background_image_attachment',''),(15585,4531,'embed',''),(15586,4531,'_post_title_text_transform',''),(15587,4531,'_post_title_font_weight',''),(15588,4531,'_post_title_font_size',''),(15589,4531,'_post_content_skin',''),(15590,4531,'_post_content_width','limit'),(15591,4531,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(15592,4531,'_post_sidebar','false'),(15593,4531,'_post_sidebar_id',''),(15594,4531,'_post_sidebar_position','right'),(15595,4531,'_post_footer_skin',''),(15596,4531,'_yoast_wpseo_content_score','30'),(15597,4531,'_yoast_wpseo_primary_category','72'),(15598,4531,'_thumbnail_id','2495'),(15601,4529,'_thumbnail_id','2321'),(15604,4529,'_post_navigation_menu',''),(15605,4529,'_post_header_skin',''),(15606,4529,'_post_navigation_submenu_skin',''),(15607,4529,'_post_header_background_color',''),(15608,4529,'_post_header_background_image',''),(15609,4529,'_post_header_background_image_repeat',''),(15610,4529,'_post_header_background_image_position',''),(15611,4529,'_post_header_background_image_size',''),(15612,4529,'_post_header_background_image_attachment',''),(15613,4529,'embed',''),(15614,4529,'_post_title_text_transform',''),(15615,4529,'_post_title_font_weight',''),(15616,4529,'_post_title_font_size',''),(15617,4529,'_post_content_skin',''),(15618,4529,'_post_content_width','limit'),(15619,4529,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(15620,4529,'_post_sidebar','false'),(15621,4529,'_post_sidebar_id',''),(15622,4529,'_post_sidebar_position','right'),(15623,4529,'_post_footer_skin',''),(15624,4529,'_yoast_wpseo_content_score','30'),(15625,4529,'_yoast_wpseo_primary_category','72'),(15626,4534,'_wp_attached_file','2018/09/08-4.jpg'),(15627,4534,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1184;s:6:\"height\";i:374;s:4:\"file\";s:16:\"2018/09/08-4.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"08-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"08-4-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"08-4-768x243.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"08-4-1024x323.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:16:\"08-4-480x152.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:16:\"08-4-730x231.jpg\";s:5:\"width\";i:730;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:16:\"08-4-580x183.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:16:\"08-4-665x210.jpg\";s:5:\"width\";i:665;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15628,4535,'_edit_lock','1536830489:13'),(15629,4535,'_edit_last','13'),(15630,4537,'_wp_attached_file','2018/09/11-4.jpg'),(15631,4537,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:662;s:4:\"file\";s:16:\"2018/09/11-4.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"11-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"11-4-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"11-4-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"11-4-1024x496.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:496;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:16:\"11-4-480x233.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:16:\"11-4-697x338.jpg\";s:5:\"width\";i:697;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:16:\"11-4-580x281.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:16:\"11-4-588x285.jpg\";s:5:\"width\";i:588;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15632,4535,'_post_navigation_menu',''),(15633,4535,'_post_header_skin',''),(15634,4535,'_post_navigation_submenu_skin',''),(15635,4535,'_post_header_background_color',''),(15636,4535,'_post_header_background_image',''),(15637,4535,'_post_header_background_image_repeat',''),(15638,4535,'_post_header_background_image_position',''),(15639,4535,'_post_header_background_image_size',''),(15640,4535,'_post_header_background_image_attachment',''),(15641,4535,'embed',''),(15642,4535,'_post_title_text_transform',''),(15643,4535,'_post_title_font_weight',''),(15644,4535,'_post_title_font_size',''),(15645,4535,'_post_content_skin',''),(15646,4535,'_post_content_width','limit'),(15647,4535,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(15648,4535,'_post_sidebar','false'),(15649,4535,'_post_sidebar_id',''),(15650,4535,'_post_sidebar_position','right'),(15651,4535,'_post_footer_skin',''),(15652,4535,'_yoast_wpseo_content_score','30'),(15653,4535,'_yoast_wpseo_primary_category','72'),(15654,4535,'_thumbnail_id','2495'),(15655,4541,'_wp_attached_file','2018/09/sprint-burnup.png'),(15656,4541,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1637;s:6:\"height\";i:710;s:4:\"file\";s:25:\"2018/09/sprint-burnup.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"sprint-burnup-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"sprint-burnup-300x130.png\";s:5:\"width\";i:300;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"sprint-burnup-768x333.png\";s:5:\"width\";i:768;s:6:\"height\";i:333;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"sprint-burnup-1024x444.png\";s:5:\"width\";i:1024;s:6:\"height\";i:444;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:25:\"sprint-burnup-480x208.png\";s:5:\"width\";i:480;s:6:\"height\";i:208;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:25:\"sprint-burnup-730x317.png\";s:5:\"width\";i:730;s:6:\"height\";i:317;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:25:\"sprint-burnup-580x252.png\";s:5:\"width\";i:580;s:6:\"height\";i:252;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:25:\"sprint-burnup-657x285.png\";s:5:\"width\";i:657;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15657,4544,'_wp_attached_file','2018/09/09-3.jpg'),(15658,4544,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1180;s:6:\"height\";i:361;s:4:\"file\";s:16:\"2018/09/09-3.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"09-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"09-3-300x92.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"09-3-768x235.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"09-3-1024x313.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:16:\"09-3-480x147.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:16:\"09-3-730x223.jpg\";s:5:\"width\";i:730;s:6:\"height\";i:223;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:16:\"09-3-580x177.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:16:\"09-3-665x203.jpg\";s:5:\"width\";i:665;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15661,4546,'_wp_attached_file','2018/09/10-6.jpg'),(15662,4546,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:484;s:6:\"height\";i:177;s:4:\"file\";s:16:\"2018/09/10-6.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"10-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"10-6-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:16:\"10-6-480x176.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15663,4547,'_edit_lock','1536830980:5'),(15664,4547,'_edit_last','5'),(15689,4549,'_edit_lock','1536830810:13'),(15690,4549,'_edit_last','13'),(15691,4547,'_thumbnail_id','2350'),(15694,4547,'_post_navigation_menu',''),(15695,4547,'_post_header_skin',''),(15696,4547,'_post_navigation_submenu_skin',''),(15697,4547,'_post_header_background_color',''),(15698,4547,'_post_header_background_image',''),(15699,4547,'_post_header_background_image_repeat',''),(15700,4547,'_post_header_background_image_position',''),(15701,4547,'_post_header_background_image_size',''),(15702,4547,'_post_header_background_image_attachment',''),(15703,4547,'embed',''),(15704,4547,'_post_title_text_transform',''),(15705,4547,'_post_title_font_weight',''),(15706,4547,'_post_title_font_size',''),(15707,4547,'_post_content_skin',''),(15708,4547,'_post_content_width','limit'),(15709,4547,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(15710,4547,'_post_sidebar','false'),(15711,4547,'_post_sidebar_id',''),(15712,4547,'_post_sidebar_position','right'),(15713,4547,'_post_footer_skin',''),(15714,4547,'_yoast_wpseo_content_score','30'),(15715,4547,'_yoast_wpseo_primary_category','72'),(15716,4549,'_post_navigation_menu',''),(15717,4549,'_post_header_skin',''),(15718,4549,'_post_navigation_submenu_skin',''),(15719,4549,'_post_header_background_color',''),(15720,4549,'_post_header_background_image',''),(15721,4549,'_post_header_background_image_repeat',''),(15722,4549,'_post_header_background_image_position',''),(15723,4549,'_post_header_background_image_size',''),(15724,4549,'_post_header_background_image_attachment',''),(15725,4549,'embed',''),(15726,4549,'_post_title_text_transform',''),(15727,4549,'_post_title_font_weight',''),(15728,4549,'_post_title_font_size',''),(15729,4549,'_post_content_skin',''),(15730,4549,'_post_content_width','limit'),(15731,4549,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(15732,4549,'_post_sidebar','false'),(15733,4549,'_post_sidebar_id',''),(15734,4549,'_post_sidebar_position','right'),(15735,4549,'_post_footer_skin',''),(15736,4549,'_yoast_wpseo_content_score','30'),(15737,4549,'_yoast_wpseo_primary_category','72'),(15738,4549,'_thumbnail_id','2322'),(15739,4553,'_edit_lock','1536830715:12'),(15742,4553,'_edit_last','12'),(15743,4553,'_thumbnail_id','2719'),(15746,4553,'_post_navigation_menu',''),(15747,4553,'_post_header_skin',''),(15748,4553,'_post_navigation_submenu_skin',''),(15749,4553,'_post_header_background_color',''),(15750,4553,'_post_header_background_image',''),(15751,4553,'_post_header_background_image_repeat',''),(15752,4553,'_post_header_background_image_position',''),(15753,4553,'_post_header_background_image_size',''),(15754,4553,'_post_header_background_image_attachment',''),(15755,4553,'embed',''),(15756,4553,'_post_title_text_transform',''),(15757,4553,'_post_title_font_weight',''),(15758,4553,'_post_title_font_size',''),(15759,4553,'_post_content_skin',''),(15760,4553,'_post_content_width','limit'),(15761,4553,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(15762,4553,'_post_sidebar','false'),(15763,4553,'_post_sidebar_id',''),(15764,4553,'_post_sidebar_position','right'),(15765,4553,'_post_footer_skin',''),(15766,4553,'_yoast_wpseo_content_score','30'),(15767,4553,'_yoast_wpseo_primary_category','72'),(15768,4555,'_edit_lock','1536831310:12'),(15769,4555,'_edit_last','12'),(15770,4557,'_edit_lock','1536831184:13'),(15771,4557,'_edit_last','13'),(15772,4557,'_post_navigation_menu',''),(15773,4557,'_post_header_skin',''),(15774,4557,'_post_navigation_submenu_skin',''),(15775,4557,'_post_header_background_color',''),(15776,4557,'_post_header_background_image',''),(15777,4557,'_post_header_background_image_repeat',''),(15778,4557,'_post_header_background_image_position',''),(15779,4557,'_post_header_background_image_size',''),(15780,4557,'_post_header_background_image_attachment',''),(15781,4557,'embed',''),(15782,4557,'_post_title_text_transform',''),(15783,4557,'_post_title_font_weight',''),(15784,4557,'_post_title_font_size',''),(15785,4557,'_post_content_skin',''),(15786,4557,'_post_content_width','limit'),(15787,4557,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(15788,4557,'_post_sidebar','false'),(15789,4557,'_post_sidebar_id',''),(15790,4557,'_post_sidebar_position','right'),(15791,4557,'_post_footer_skin',''),(15792,4557,'_yoast_wpseo_content_score','30'),(15793,4557,'_yoast_wpseo_primary_category','72'),(15796,4547,'_post_author_hide','true'),(15797,4559,'_edit_lock','1536831120:4'),(15798,4559,'_edit_last','4'),(15799,4555,'_thumbnail_id','2286'),(15802,4555,'_post_navigation_menu',''),(15803,4555,'_post_header_skin',''),(15804,4555,'_post_navigation_submenu_skin',''),(15805,4555,'_post_header_background_color',''),(15806,4555,'_post_header_background_image',''),(15807,4555,'_post_header_background_image_repeat',''),(15808,4555,'_post_header_background_image_position',''),(15809,4555,'_post_header_background_image_size',''),(15810,4555,'_post_header_background_image_attachment',''),(15811,4555,'embed',''),(15812,4555,'_post_title_text_transform',''),(15813,4555,'_post_title_font_weight',''),(15814,4555,'_post_title_font_size',''),(15815,4555,'_post_content_skin',''),(15816,4555,'_post_content_width','limit'),(15817,4555,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(15818,4555,'_post_sidebar','false'),(15819,4555,'_post_sidebar_id',''),(15820,4555,'_post_sidebar_position','right'),(15821,4555,'_post_footer_skin',''),(15822,4555,'_yoast_wpseo_content_score','30'),(15823,4555,'_yoast_wpseo_primary_category','72'),(15824,4557,'_thumbnail_id','2423'),(15827,4559,'_thumbnail_id','2507'),(15830,4559,'_post_navigation_menu',''),(15831,4559,'_post_header_skin',''),(15832,4559,'_post_navigation_submenu_skin',''),(15833,4559,'_post_header_background_color',''),(15834,4559,'_post_header_background_image',''),(15835,4559,'_post_header_background_image_repeat',''),(15836,4559,'_post_header_background_image_position',''),(15837,4559,'_post_header_background_image_size',''),(15838,4559,'_post_header_background_image_attachment',''),(15839,4559,'embed',''),(15840,4559,'_post_title_text_transform',''),(15841,4559,'_post_title_font_weight',''),(15842,4559,'_post_title_font_size',''),(15843,4559,'_post_content_skin',''),(15844,4559,'_post_content_width','limit'),(15845,4559,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(15846,4559,'_post_sidebar','false'),(15847,4559,'_post_sidebar_id',''),(15848,4559,'_post_sidebar_position','right'),(15849,4559,'_post_footer_skin',''),(15850,4559,'_yoast_wpseo_content_score','30'),(15851,4559,'_yoast_wpseo_primary_category','72'),(15852,4565,'_edit_lock','1536831356:12'),(15853,4565,'_edit_last','12'),(15854,4565,'_thumbnail_id','2520'),(15857,4565,'_post_navigation_menu',''),(15858,4565,'_post_header_skin',''),(15859,4565,'_post_navigation_submenu_skin',''),(15860,4565,'_post_header_background_color',''),(15861,4565,'_post_header_background_image',''),(15862,4565,'_post_header_background_image_repeat',''),(15863,4565,'_post_header_background_image_position',''),(15864,4565,'_post_header_background_image_size',''),(15865,4565,'_post_header_background_image_attachment',''),(15866,4565,'embed',''),(15867,4565,'_post_title_text_transform',''),(15868,4565,'_post_title_font_weight',''),(15869,4565,'_post_title_font_size',''),(15870,4565,'_post_content_skin',''),(15871,4565,'_post_content_width','limit'),(15872,4565,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(15873,4565,'_post_sidebar','false'),(15874,4565,'_post_sidebar_id',''),(15875,4565,'_post_sidebar_position','right'),(15876,4565,'_post_footer_skin',''),(15877,4565,'_yoast_wpseo_content_score','30'),(15878,4565,'_yoast_wpseo_primary_category','72'),(15879,4567,'_edit_lock','1536831773:13'),(15880,4567,'_edit_last','13'),(15881,4567,'_thumbnail_id','4393'),(15882,4567,'_post_navigation_menu',''),(15883,4567,'_post_header_skin',''),(15884,4567,'_post_navigation_submenu_skin',''),(15885,4567,'_post_header_background_color',''),(15886,4567,'_post_header_background_image',''),(15887,4567,'_post_header_background_image_repeat',''),(15888,4567,'_post_header_background_image_position',''),(15889,4567,'_post_header_background_image_size',''),(15890,4567,'_post_header_background_image_attachment',''),(15891,4567,'embed',''),(15892,4567,'_post_title_text_transform',''),(15893,4567,'_post_title_font_weight',''),(15894,4567,'_post_title_font_size',''),(15895,4567,'_post_content_skin',''),(15896,4567,'_post_content_width','limit'),(15897,4567,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(15898,4567,'_post_sidebar','false'),(15899,4567,'_post_sidebar_id',''),(15900,4567,'_post_sidebar_position','right'),(15901,4567,'_post_footer_skin',''),(15902,4567,'_yoast_wpseo_content_score','30'),(15903,4567,'_yoast_wpseo_primary_category','72'),(15911,4574,'_edit_lock','1536831654:16'),(15912,4574,'_edit_last','16'),(15913,4575,'_edit_lock','1536831828:12'),(15914,4574,'_thumbnail_id','2525'),(15917,4574,'_post_navigation_menu',''),(15918,4574,'_post_header_skin',''),(15919,4574,'_post_navigation_submenu_skin',''),(15920,4574,'_post_header_background_color',''),(15921,4574,'_post_header_background_image',''),(15922,4574,'_post_header_background_image_repeat',''),(15923,4574,'_post_header_background_image_position',''),(15924,4574,'_post_header_background_image_size',''),(15925,4574,'_post_header_background_image_attachment',''),(15926,4574,'embed',''),(15927,4574,'_post_title_text_transform',''),(15928,4574,'_post_title_font_weight',''),(15929,4574,'_post_title_font_size',''),(15930,4574,'_post_content_skin',''),(15931,4574,'_post_content_width','limit'),(15932,4574,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(15933,4574,'_post_sidebar','false'),(15934,4574,'_post_sidebar_id',''),(15935,4574,'_post_sidebar_position','right'),(15936,4574,'_post_footer_skin',''),(15937,4574,'_yoast_wpseo_content_score','30'),(15938,4574,'_yoast_wpseo_primary_category','72'),(15939,4575,'_edit_last','12'),(15940,4580,'_edit_lock','1536831874:16'),(15941,4580,'_edit_last','16'),(15942,4582,'_edit_lock','1536831926:13'),(15943,4583,'_edit_lock','1536831869:12'),(15944,4582,'_edit_last','13'),(15945,4580,'_thumbnail_id','2923'),(15948,4580,'_post_navigation_menu',''),(15949,4580,'_post_header_skin',''),(15950,4580,'_post_navigation_submenu_skin',''),(15951,4580,'_post_header_background_color',''),(15952,4580,'_post_header_background_image',''),(15953,4580,'_post_header_background_image_repeat',''),(15954,4580,'_post_header_background_image_position',''),(15955,4580,'_post_header_background_image_size',''),(15956,4580,'_post_header_background_image_attachment',''),(15957,4580,'embed',''),(15958,4580,'_post_title_text_transform',''),(15959,4580,'_post_title_font_weight',''),(15960,4580,'_post_title_font_size',''),(15961,4580,'_post_content_skin',''),(15962,4580,'_post_content_width','limit'),(15963,4580,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(15964,4580,'_post_sidebar','false'),(15965,4580,'_post_sidebar_id',''),(15966,4580,'_post_sidebar_position','right'),(15967,4580,'_post_footer_skin',''),(15968,4580,'_yoast_wpseo_content_score','30'),(15969,4580,'_yoast_wpseo_primary_category','72'),(15970,4582,'_thumbnail_id','2458'),(15971,4582,'_post_navigation_menu',''),(15972,4582,'_post_header_skin',''),(15973,4582,'_post_navigation_submenu_skin',''),(15974,4582,'_post_header_background_color',''),(15975,4582,'_post_header_background_image',''),(15976,4582,'_post_header_background_image_repeat',''),(15977,4582,'_post_header_background_image_position',''),(15978,4582,'_post_header_background_image_size',''),(15979,4582,'_post_header_background_image_attachment',''),(15980,4582,'embed',''),(15981,4582,'_post_title_text_transform',''),(15982,4582,'_post_title_font_weight',''),(15983,4582,'_post_title_font_size',''),(15984,4582,'_post_content_skin',''),(15985,4582,'_post_content_width','limit'),(15986,4582,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(15987,4582,'_post_sidebar','false'),(15988,4582,'_post_sidebar_id',''),(15989,4582,'_post_sidebar_position','right'),(15990,4582,'_post_footer_skin',''),(15991,4582,'_yoast_wpseo_content_score','30'),(15992,4582,'_yoast_wpseo_primary_category','72'),(15993,4583,'_edit_last','12'),(15994,4583,'_thumbnail_id','2364'),(15997,4583,'_post_navigation_menu',''),(15998,4583,'_post_header_skin',''),(15999,4583,'_post_navigation_submenu_skin',''),(16000,4583,'_post_header_background_color',''),(16001,4583,'_post_header_background_image',''),(16002,4583,'_post_header_background_image_repeat',''),(16003,4583,'_post_header_background_image_position',''),(16004,4583,'_post_header_background_image_size',''),(16005,4583,'_post_header_background_image_attachment',''),(16006,4583,'embed',''),(16007,4583,'_post_title_text_transform',''),(16008,4583,'_post_title_font_weight',''),(16009,4583,'_post_title_font_size',''),(16010,4583,'_post_content_skin',''),(16011,4583,'_post_content_width','limit'),(16012,4583,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(16013,4583,'_post_sidebar','false'),(16014,4583,'_post_sidebar_id',''),(16015,4583,'_post_sidebar_position','right'),(16016,4583,'_post_footer_skin',''),(16017,4583,'_yoast_wpseo_content_score','30'),(16018,4583,'_yoast_wpseo_primary_category','72'),(16023,4588,'_edit_lock','1536832166:13'),(16024,4588,'_edit_last','13'),(16025,4590,'_edit_lock','1536832061:12'),(16026,4590,'_edit_last','12'),(16027,4590,'_thumbnail_id','2380'),(16030,4590,'_post_navigation_menu',''),(16031,4590,'_post_header_skin',''),(16032,4590,'_post_navigation_submenu_skin',''),(16033,4590,'_post_header_background_color',''),(16034,4590,'_post_header_background_image',''),(16035,4590,'_post_header_background_image_repeat',''),(16036,4590,'_post_header_background_image_position',''),(16037,4590,'_post_header_background_image_size',''),(16038,4590,'_post_header_background_image_attachment',''),(16039,4590,'embed',''),(16040,4590,'_post_title_text_transform',''),(16041,4590,'_post_title_font_weight',''),(16042,4590,'_post_title_font_size',''),(16043,4590,'_post_content_skin',''),(16044,4590,'_post_content_width','limit'),(16045,4590,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(16046,4590,'_post_sidebar','false'),(16047,4590,'_post_sidebar_id',''),(16048,4590,'_post_sidebar_position','right'),(16049,4590,'_post_footer_skin',''),(16050,4590,'_yoast_wpseo_content_score','30'),(16051,4590,'_yoast_wpseo_primary_category','72'),(16054,4588,'_thumbnail_id','2428'),(16055,4588,'_post_navigation_menu',''),(16056,4588,'_post_header_skin',''),(16057,4588,'_post_navigation_submenu_skin',''),(16058,4588,'_post_header_background_color',''),(16059,4588,'_post_header_background_image',''),(16060,4588,'_post_header_background_image_repeat',''),(16061,4588,'_post_header_background_image_position',''),(16062,4588,'_post_header_background_image_size',''),(16063,4588,'_post_header_background_image_attachment',''),(16064,4588,'embed',''),(16065,4588,'_post_title_text_transform',''),(16066,4588,'_post_title_font_weight',''),(16067,4588,'_post_title_font_size',''),(16068,4588,'_post_content_skin',''),(16069,4588,'_post_content_width','limit'),(16070,4588,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(16071,4588,'_post_sidebar','false'),(16072,4588,'_post_sidebar_id',''),(16073,4588,'_post_sidebar_position','right'),(16074,4588,'_post_footer_skin',''),(16075,4588,'_yoast_wpseo_content_score','90'),(16076,4588,'_yoast_wpseo_primary_category','72'),(16077,4593,'_edit_lock','1536832149:16'),(16078,4593,'_edit_last','16'),(16081,4593,'_thumbnail_id','2934'),(16082,4596,'_edit_lock','1536832515:5'),(16084,4596,'_edit_last','5'),(16086,4593,'_post_navigation_menu',''),(16087,4593,'_post_header_skin',''),(16088,4593,'_post_navigation_submenu_skin',''),(16089,4593,'_post_header_background_color',''),(16090,4593,'_post_header_background_image',''),(16091,4593,'_post_header_background_image_repeat',''),(16092,4593,'_post_header_background_image_position',''),(16093,4593,'_post_header_background_image_size',''),(16094,4593,'_post_header_background_image_attachment',''),(16095,4593,'embed',''),(16096,4593,'_post_title_text_transform',''),(16097,4593,'_post_title_font_weight',''),(16098,4593,'_post_title_font_size',''),(16099,4593,'_post_content_skin',''),(16100,4593,'_post_content_width','limit'),(16101,4593,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(16102,4593,'_post_sidebar','false'),(16103,4593,'_post_sidebar_id',''),(16104,4593,'_post_sidebar_position','right'),(16105,4593,'_post_footer_skin',''),(16106,4593,'_yoast_wpseo_content_score','30'),(16107,4593,'_yoast_wpseo_primary_category','72'),(16108,4596,'_thumbnail_id','2395'),(16111,4596,'_post_navigation_menu',''),(16112,4596,'_post_header_skin',''),(16113,4596,'_post_navigation_submenu_skin',''),(16114,4596,'_post_header_background_color',''),(16115,4596,'_post_header_background_image',''),(16116,4596,'_post_header_background_image_repeat',''),(16117,4596,'_post_header_background_image_position',''),(16118,4596,'_post_header_background_image_size',''),(16119,4596,'_post_header_background_image_attachment',''),(16120,4596,'embed',''),(16121,4596,'_post_title_text_transform',''),(16122,4596,'_post_title_font_weight',''),(16123,4596,'_post_title_font_size',''),(16124,4596,'_post_content_skin',''),(16125,4596,'_post_content_width','limit'),(16126,4596,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(16127,4596,'_post_sidebar','false'),(16128,4596,'_post_sidebar_id',''),(16129,4596,'_post_sidebar_position','right'),(16130,4596,'_post_footer_skin',''),(16131,4596,'_yoast_wpseo_content_score','30'),(16132,4596,'_yoast_wpseo_primary_category','72'),(16133,4600,'_edit_lock','1536832461:13'),(16134,4600,'_edit_last','13'),(16135,4600,'_thumbnail_id','2456'),(16136,4600,'_post_navigation_menu',''),(16137,4600,'_post_header_skin',''),(16138,4600,'_post_navigation_submenu_skin',''),(16139,4600,'_post_header_background_color',''),(16140,4600,'_post_header_background_image',''),(16141,4600,'_post_header_background_image_repeat',''),(16142,4600,'_post_header_background_image_position',''),(16143,4600,'_post_header_background_image_size',''),(16144,4600,'_post_header_background_image_attachment',''),(16145,4600,'embed',''),(16146,4600,'_post_title_text_transform',''),(16147,4600,'_post_title_font_weight',''),(16148,4600,'_post_title_font_size',''),(16149,4600,'_post_content_skin',''),(16150,4600,'_post_content_width','limit'),(16151,4600,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(16152,4600,'_post_sidebar','false'),(16153,4600,'_post_sidebar_id',''),(16154,4600,'_post_sidebar_position','right'),(16155,4600,'_post_footer_skin',''),(16156,4600,'_yoast_wpseo_content_score','30'),(16157,4600,'_yoast_wpseo_primary_category','72'),(16160,4604,'_edit_lock','1536832342:12'),(16161,4605,'_edit_lock','1536832465:16'),(16162,4605,'_edit_last','16'),(16163,4604,'_edit_last','12'),(16164,4604,'_thumbnail_id','2516'),(16167,4604,'_post_navigation_menu',''),(16168,4604,'_post_header_skin',''),(16169,4604,'_post_navigation_submenu_skin',''),(16170,4604,'_post_header_background_color',''),(16171,4604,'_post_header_background_image',''),(16172,4604,'_post_header_background_image_repeat',''),(16173,4604,'_post_header_background_image_position',''),(16174,4604,'_post_header_background_image_size',''),(16175,4604,'_post_header_background_image_attachment',''),(16176,4604,'embed',''),(16177,4604,'_post_title_text_transform',''),(16178,4604,'_post_title_font_weight',''),(16179,4604,'_post_title_font_size',''),(16180,4604,'_post_content_skin',''),(16181,4604,'_post_content_width','limit'),(16182,4604,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(16183,4604,'_post_sidebar','false'),(16184,4604,'_post_sidebar_id',''),(16185,4604,'_post_sidebar_position','right'),(16186,4604,'_post_footer_skin',''),(16187,4604,'_yoast_wpseo_content_score','30'),(16188,4604,'_yoast_wpseo_primary_category','72'),(16189,4605,'_thumbnail_id','2998'),(16192,4605,'_post_navigation_menu',''),(16193,4605,'_post_header_skin',''),(16194,4605,'_post_navigation_submenu_skin',''),(16195,4605,'_post_header_background_color',''),(16196,4605,'_post_header_background_image',''),(16197,4605,'_post_header_background_image_repeat',''),(16198,4605,'_post_header_background_image_position',''),(16199,4605,'_post_header_background_image_size',''),(16200,4605,'_post_header_background_image_attachment',''),(16201,4605,'embed',''),(16202,4605,'_post_title_text_transform',''),(16203,4605,'_post_title_font_weight',''),(16204,4605,'_post_title_font_size',''),(16205,4605,'_post_content_skin',''),(16206,4605,'_post_content_width','limit'),(16207,4605,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(16208,4605,'_post_sidebar','false'),(16209,4605,'_post_sidebar_id',''),(16210,4605,'_post_sidebar_position','right'),(16211,4605,'_post_footer_skin',''),(16212,4605,'_yoast_wpseo_content_score','30'),(16213,4605,'_yoast_wpseo_primary_category','72'),(16214,4611,'_edit_lock','1536832535:12'),(16215,4611,'_edit_last','12'),(16216,4613,'_edit_lock','1536832817:13'),(16217,4613,'_edit_last','13'),(16218,4613,'_post_navigation_menu',''),(16219,4613,'_post_header_skin',''),(16220,4613,'_post_navigation_submenu_skin',''),(16221,4613,'_post_header_background_color',''),(16222,4613,'_post_header_background_image',''),(16223,4613,'_post_header_background_image_repeat',''),(16224,4613,'_post_header_background_image_position',''),(16225,4613,'_post_header_background_image_size',''),(16226,4613,'_post_header_background_image_attachment',''),(16227,4613,'embed',''),(16228,4613,'_post_title_text_transform',''),(16229,4613,'_post_title_font_weight',''),(16230,4613,'_post_title_font_size',''),(16231,4613,'_post_content_skin',''),(16232,4613,'_post_content_width','limit'),(16233,4613,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(16234,4613,'_post_sidebar','false'),(16235,4613,'_post_sidebar_id',''),(16236,4613,'_post_sidebar_position','right'),(16237,4613,'_post_footer_skin',''),(16238,4613,'_yoast_wpseo_content_score','30'),(16239,4613,'_yoast_wpseo_primary_category','72'),(16242,4611,'_thumbnail_id','2546'),(16245,4611,'_post_navigation_menu',''),(16246,4611,'_post_header_skin',''),(16247,4611,'_post_navigation_submenu_skin',''),(16248,4611,'_post_header_background_color',''),(16249,4611,'_post_header_background_image',''),(16250,4611,'_post_header_background_image_repeat',''),(16251,4611,'_post_header_background_image_position',''),(16252,4611,'_post_header_background_image_size',''),(16253,4611,'_post_header_background_image_attachment',''),(16254,4611,'embed',''),(16255,4611,'_post_title_text_transform',''),(16256,4611,'_post_title_font_weight',''),(16257,4611,'_post_title_font_size',''),(16258,4611,'_post_content_skin',''),(16259,4611,'_post_content_width','limit'),(16260,4611,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(16261,4611,'_post_sidebar','false'),(16262,4611,'_post_sidebar_id',''),(16263,4611,'_post_sidebar_position','right'),(16264,4611,'_post_footer_skin',''),(16265,4611,'_yoast_wpseo_content_score','30'),(16266,4611,'_yoast_wpseo_primary_category','72'),(16267,4616,'_edit_lock','1536832618:16'),(16268,4616,'_edit_last','16'),(16269,4613,'_thumbnail_id','2496'),(16272,4616,'_thumbnail_id','3030'),(16275,4616,'_post_navigation_menu',''),(16276,4616,'_post_header_skin',''),(16277,4616,'_post_navigation_submenu_skin',''),(16278,4616,'_post_header_background_color',''),(16279,4616,'_post_header_background_image',''),(16280,4616,'_post_header_background_image_repeat',''),(16281,4616,'_post_header_background_image_position',''),(16282,4616,'_post_header_background_image_size',''),(16283,4616,'_post_header_background_image_attachment',''),(16284,4616,'embed',''),(16285,4616,'_post_title_text_transform',''),(16286,4616,'_post_title_font_weight',''),(16287,4616,'_post_title_font_size',''),(16288,4616,'_post_content_skin',''),(16289,4616,'_post_content_width','limit'),(16290,4616,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(16291,4616,'_post_sidebar','false'),(16292,4616,'_post_sidebar_id',''),(16293,4616,'_post_sidebar_position','right'),(16294,4616,'_post_footer_skin',''),(16295,4616,'_yoast_wpseo_content_score','30'),(16296,4616,'_yoast_wpseo_primary_category','72'),(16297,4618,'_edit_lock','1536832831:12'),(16298,4618,'_edit_last','12'),(16299,4618,'_thumbnail_id','2273'),(16302,4618,'_post_navigation_menu',''),(16303,4618,'_post_header_skin',''),(16304,4618,'_post_navigation_submenu_skin',''),(16305,4618,'_post_header_background_color',''),(16306,4618,'_post_header_background_image',''),(16307,4618,'_post_header_background_image_repeat',''),(16308,4618,'_post_header_background_image_position',''),(16309,4618,'_post_header_background_image_size',''),(16310,4618,'_post_header_background_image_attachment',''),(16311,4618,'embed',''),(16312,4618,'_post_title_text_transform',''),(16313,4618,'_post_title_font_weight',''),(16314,4618,'_post_title_font_size',''),(16315,4618,'_post_content_skin',''),(16316,4618,'_post_content_width','limit'),(16317,4618,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(16318,4618,'_post_sidebar','false'),(16319,4618,'_post_sidebar_id',''),(16320,4618,'_post_sidebar_position','right'),(16321,4618,'_post_footer_skin',''),(16322,4618,'_yoast_wpseo_content_score','30'),(16323,4618,'_yoast_wpseo_primary_category','72'),(16324,4623,'_edit_lock','1536833032:13'),(16326,4623,'_edit_last','13'),(16327,4623,'_thumbnail_id','4393'),(16328,4623,'_post_navigation_menu',''),(16329,4623,'_post_header_skin',''),(16330,4623,'_post_navigation_submenu_skin',''),(16331,4623,'_post_header_background_color',''),(16332,4623,'_post_header_background_image',''),(16333,4623,'_post_header_background_image_repeat',''),(16334,4623,'_post_header_background_image_position',''),(16335,4623,'_post_header_background_image_size',''),(16336,4623,'_post_header_background_image_attachment',''),(16337,4623,'embed',''),(16338,4623,'_post_title_text_transform',''),(16339,4623,'_post_title_font_weight',''),(16340,4623,'_post_title_font_size',''),(16341,4623,'_post_content_skin',''),(16342,4623,'_post_content_width','limit'),(16343,4623,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(16344,4623,'_post_sidebar','false'),(16345,4623,'_post_sidebar_id',''),(16346,4623,'_post_sidebar_position','right'),(16347,4623,'_post_footer_skin',''),(16348,4623,'_yoast_wpseo_content_score','30'),(16349,4623,'_yoast_wpseo_primary_category','72'),(16352,4626,'_edit_lock','1536833316:12'),(16353,4627,'_edit_lock','1536833235:13'),(16354,4627,'_edit_last','13'),(16355,4626,'_edit_last','12'),(16356,4627,'_thumbnail_id','3047'),(16357,4627,'_post_navigation_menu',''),(16358,4627,'_post_header_skin',''),(16359,4627,'_post_navigation_submenu_skin',''),(16360,4627,'_post_header_background_color',''),(16361,4627,'_post_header_background_image',''),(16362,4627,'_post_header_background_image_repeat',''),(16363,4627,'_post_header_background_image_position',''),(16364,4627,'_post_header_background_image_size',''),(16365,4627,'_post_header_background_image_attachment',''),(16366,4627,'embed',''),(16367,4627,'_post_title_text_transform',''),(16368,4627,'_post_title_font_weight',''),(16369,4627,'_post_title_font_size',''),(16370,4627,'_post_content_skin',''),(16371,4627,'_post_content_width','limit'),(16372,4627,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(16373,4627,'_post_sidebar','false'),(16374,4627,'_post_sidebar_id',''),(16375,4627,'_post_sidebar_position','right'),(16376,4627,'_post_footer_skin',''),(16377,4627,'_yoast_wpseo_content_score','30'),(16378,4627,'_yoast_wpseo_primary_category','72'),(16381,4626,'_thumbnail_id','2381'),(16384,4626,'_post_navigation_menu',''),(16385,4626,'_post_header_skin',''),(16386,4626,'_post_navigation_submenu_skin',''),(16387,4626,'_post_header_background_color',''),(16388,4626,'_post_header_background_image',''),(16389,4626,'_post_header_background_image_repeat',''),(16390,4626,'_post_header_background_image_position',''),(16391,4626,'_post_header_background_image_size',''),(16392,4626,'_post_header_background_image_attachment',''),(16393,4626,'embed',''),(16394,4626,'_post_title_text_transform',''),(16395,4626,'_post_title_font_weight',''),(16396,4626,'_post_title_font_size',''),(16397,4626,'_post_content_skin',''),(16398,4626,'_post_content_width','limit'),(16399,4626,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(16400,4626,'_post_sidebar','false'),(16401,4626,'_post_sidebar_id',''),(16402,4626,'_post_sidebar_position','right'),(16403,4626,'_post_footer_skin',''),(16404,4626,'_yoast_wpseo_content_score','30'),(16405,4626,'_yoast_wpseo_primary_category','72'),(16406,4630,'_edit_lock','1536833356:16'),(16407,4630,'_edit_last','16'),(16408,4630,'_thumbnail_id','2259'),(16411,4630,'_post_navigation_menu',''),(16412,4630,'_post_header_skin',''),(16413,4630,'_post_navigation_submenu_skin',''),(16414,4630,'_post_header_background_color',''),(16415,4630,'_post_header_background_image',''),(16416,4630,'_post_header_background_image_repeat',''),(16417,4630,'_post_header_background_image_position',''),(16418,4630,'_post_header_background_image_size',''),(16419,4630,'_post_header_background_image_attachment',''),(16420,4630,'embed',''),(16421,4630,'_post_title_text_transform',''),(16422,4630,'_post_title_font_weight',''),(16423,4630,'_post_title_font_size',''),(16424,4630,'_post_content_skin',''),(16425,4630,'_post_content_width','limit'),(16426,4630,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(16427,4630,'_post_sidebar','false'),(16428,4630,'_post_sidebar_id',''),(16429,4630,'_post_sidebar_position','right'),(16430,4630,'_post_footer_skin',''),(16431,4630,'_yoast_wpseo_content_score','30'),(16432,4630,'_yoast_wpseo_primary_category','72'),(16433,4634,'_edit_lock','1536833603:13'),(16434,4634,'_edit_last','13'),(16435,4636,'_edit_lock','1536833453:12'),(16436,4636,'_edit_last','12'),(16437,4636,'_thumbnail_id','4393'),(16440,4636,'_post_navigation_menu',''),(16441,4636,'_post_header_skin',''),(16442,4636,'_post_navigation_submenu_skin',''),(16443,4636,'_post_header_background_color',''),(16444,4636,'_post_header_background_image',''),(16445,4636,'_post_header_background_image_repeat',''),(16446,4636,'_post_header_background_image_position',''),(16447,4636,'_post_header_background_image_size',''),(16448,4636,'_post_header_background_image_attachment',''),(16449,4636,'embed',''),(16450,4636,'_post_title_text_transform',''),(16451,4636,'_post_title_font_weight',''),(16452,4636,'_post_title_font_size',''),(16453,4636,'_post_content_skin',''),(16454,4636,'_post_content_width','limit'),(16455,4636,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(16456,4636,'_post_sidebar','false'),(16457,4636,'_post_sidebar_id',''),(16458,4636,'_post_sidebar_position','right'),(16459,4636,'_post_footer_skin',''),(16460,4636,'_yoast_wpseo_content_score','30'),(16461,4636,'_yoast_wpseo_primary_category','72'),(16462,4634,'_thumbnail_id','4393'),(16463,4634,'_post_navigation_menu',''),(16464,4634,'_post_header_skin',''),(16465,4634,'_post_navigation_submenu_skin',''),(16466,4634,'_post_header_background_color',''),(16467,4634,'_post_header_background_image',''),(16468,4634,'_post_header_background_image_repeat',''),(16469,4634,'_post_header_background_image_position',''),(16470,4634,'_post_header_background_image_size',''),(16471,4634,'_post_header_background_image_attachment',''),(16472,4634,'embed',''),(16473,4634,'_post_title_text_transform',''),(16474,4634,'_post_title_font_weight',''),(16475,4634,'_post_title_font_size',''),(16476,4634,'_post_content_skin',''),(16477,4634,'_post_content_width','limit'),(16478,4634,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(16479,4634,'_post_sidebar','false'),(16480,4634,'_post_sidebar_id',''),(16481,4634,'_post_sidebar_position','right'),(16482,4634,'_post_footer_skin',''),(16483,4634,'_yoast_wpseo_content_score','30'),(16484,4634,'_yoast_wpseo_primary_category','72'),(16487,4639,'_edit_lock','1536833939:12'),(16488,4639,'_edit_last','12'),(16489,4640,'_edit_lock','1536834098:13'),(16490,4640,'_edit_last','13'),(16491,4640,'_thumbnail_id','4393'),(16492,4640,'_post_navigation_menu',''),(16493,4640,'_post_header_skin',''),(16494,4640,'_post_navigation_submenu_skin',''),(16495,4640,'_post_header_background_color',''),(16496,4640,'_post_header_background_image',''),(16497,4640,'_post_header_background_image_repeat',''),(16498,4640,'_post_header_background_image_position',''),(16499,4640,'_post_header_background_image_size',''),(16500,4640,'_post_header_background_image_attachment',''),(16501,4640,'embed',''),(16502,4640,'_post_title_text_transform',''),(16503,4640,'_post_title_font_weight',''),(16504,4640,'_post_title_font_size',''),(16505,4640,'_post_content_skin',''),(16506,4640,'_post_content_width','limit'),(16507,4640,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(16508,4640,'_post_sidebar','false'),(16509,4640,'_post_sidebar_id',''),(16510,4640,'_post_sidebar_position','right'),(16511,4640,'_post_footer_skin',''),(16512,4640,'_yoast_wpseo_content_score','60'),(16513,4640,'_yoast_wpseo_primary_category','72'),(16516,4639,'_thumbnail_id','4393'),(16519,4639,'_post_navigation_menu',''),(16520,4639,'_post_header_skin',''),(16521,4639,'_post_navigation_submenu_skin',''),(16522,4639,'_post_header_background_color',''),(16523,4639,'_post_header_background_image',''),(16524,4639,'_post_header_background_image_repeat',''),(16525,4639,'_post_header_background_image_position',''),(16526,4639,'_post_header_background_image_size',''),(16527,4639,'_post_header_background_image_attachment',''),(16528,4639,'embed',''),(16529,4639,'_post_title_text_transform',''),(16530,4639,'_post_title_font_weight',''),(16531,4639,'_post_title_font_size',''),(16532,4639,'_post_content_skin',''),(16533,4639,'_post_content_width','limit'),(16534,4639,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(16535,4639,'_post_sidebar_id',''),(16536,4639,'_post_sidebar_position','right'),(16537,4639,'_post_footer_skin',''),(16538,4639,'_yoast_wpseo_content_score','60'),(16539,4639,'_yoast_wpseo_primary_category','72'),(16540,4643,'_wp_attached_file','2018/09/step-1.png'),(16541,4643,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1637;s:6:\"height\";i:502;s:4:\"file\";s:18:\"2018/09/step-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"step-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"step-1-300x92.png\";s:5:\"width\";i:300;s:6:\"height\";i:92;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"step-1-768x236.png\";s:5:\"width\";i:768;s:6:\"height\";i:236;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"step-1-1024x314.png\";s:5:\"width\";i:1024;s:6:\"height\";i:314;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:18:\"step-1-480x147.png\";s:5:\"width\";i:480;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:18:\"step-1-730x224.png\";s:5:\"width\";i:730;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:18:\"step-1-580x178.png\";s:5:\"width\";i:580;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:18:\"step-1-665x204.png\";s:5:\"width\";i:665;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16542,4646,'_edit_lock','1536833875:16'),(16543,4646,'_edit_last','16'),(16544,4646,'_thumbnail_id','2284'),(16547,4646,'_post_navigation_menu',''),(16548,4646,'_post_header_skin',''),(16549,4646,'_post_navigation_submenu_skin',''),(16550,4646,'_post_header_background_color',''),(16551,4646,'_post_header_background_image',''),(16552,4646,'_post_header_background_image_repeat',''),(16553,4646,'_post_header_background_image_position',''),(16554,4646,'_post_header_background_image_size',''),(16555,4646,'_post_header_background_image_attachment',''),(16556,4646,'embed',''),(16557,4646,'_post_title_text_transform',''),(16558,4646,'_post_title_font_weight',''),(16559,4646,'_post_title_font_size',''),(16560,4646,'_post_content_skin',''),(16561,4646,'_post_content_width','limit'),(16562,4646,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(16563,4646,'_post_sidebar','false'),(16564,4646,'_post_sidebar_id',''),(16565,4646,'_post_sidebar_position','right'),(16566,4646,'_post_footer_skin',''),(16567,4646,'_yoast_wpseo_content_score','60'),(16568,4646,'_yoast_wpseo_primary_category','72'),(16569,4651,'_wp_attached_file','2018/09/By-Assigned.png'),(16570,4651,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1637;s:6:\"height\";i:790;s:4:\"file\";s:23:\"2018/09/By-Assigned.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"By-Assigned-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"By-Assigned-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"By-Assigned-768x371.png\";s:5:\"width\";i:768;s:6:\"height\";i:371;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"By-Assigned-1024x494.png\";s:5:\"width\";i:1024;s:6:\"height\";i:494;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:23:\"By-Assigned-480x232.png\";s:5:\"width\";i:480;s:6:\"height\";i:232;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:23:\"By-Assigned-700x338.png\";s:5:\"width\";i:700;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:23:\"By-Assigned-580x280.png\";s:5:\"width\";i:580;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:23:\"By-Assigned-591x285.png\";s:5:\"width\";i:591;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16571,4653,'_edit_lock','1536834039:12'),(16572,4653,'_edit_last','12'),(16573,4653,'_thumbnail_id','4393'),(16576,4653,'_post_navigation_menu',''),(16577,4653,'_post_header_skin',''),(16578,4653,'_post_navigation_submenu_skin',''),(16579,4653,'_post_header_background_color',''),(16580,4653,'_post_header_background_image',''),(16581,4653,'_post_header_background_image_repeat',''),(16582,4653,'_post_header_background_image_position',''),(16583,4653,'_post_header_background_image_size',''),(16584,4653,'_post_header_background_image_attachment',''),(16585,4653,'embed',''),(16586,4653,'_post_title_text_transform',''),(16587,4653,'_post_title_font_weight',''),(16588,4653,'_post_title_font_size',''),(16589,4653,'_post_content_skin',''),(16590,4653,'_post_content_width','limit'),(16591,4653,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(16592,4653,'_post_sidebar','false'),(16593,4653,'_post_sidebar_id',''),(16594,4653,'_post_sidebar_position','right'),(16595,4653,'_post_footer_skin',''),(16596,4653,'_yoast_wpseo_content_score','30'),(16597,4653,'_yoast_wpseo_primary_category','72'),(16598,4654,'_edit_lock','1536834102:16'),(16599,4654,'_edit_last','16'),(16600,4654,'_thumbnail_id','2302'),(16603,4654,'_post_navigation_menu',''),(16604,4654,'_post_header_skin',''),(16605,4654,'_post_navigation_submenu_skin',''),(16606,4654,'_post_header_background_color',''),(16607,4654,'_post_header_background_image',''),(16608,4654,'_post_header_background_image_repeat',''),(16609,4654,'_post_header_background_image_position',''),(16610,4654,'_post_header_background_image_size',''),(16611,4654,'_post_header_background_image_attachment',''),(16612,4654,'embed',''),(16613,4654,'_post_title_text_transform',''),(16614,4654,'_post_title_font_weight',''),(16615,4654,'_post_title_font_size',''),(16616,4654,'_post_content_skin',''),(16617,4654,'_post_content_width','limit'),(16618,4654,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(16619,4654,'_post_sidebar','false'),(16620,4654,'_post_sidebar_id',''),(16621,4654,'_post_sidebar_position','right'),(16622,4654,'_post_footer_skin',''),(16623,4654,'_yoast_wpseo_content_score','30'),(16624,4654,'_yoast_wpseo_primary_category','72'),(16625,4659,'_edit_lock','1536834389:13'),(16626,4660,'_edit_lock','1536834247:12'),(16627,4659,'_edit_last','13'),(16628,4659,'_post_navigation_menu',''),(16629,4659,'_post_header_skin',''),(16630,4659,'_post_navigation_submenu_skin',''),(16631,4659,'_post_header_background_color',''),(16632,4659,'_post_header_background_image',''),(16633,4659,'_post_header_background_image_repeat',''),(16634,4659,'_post_header_background_image_position',''),(16635,4659,'_post_header_background_image_size',''),(16636,4659,'_post_header_background_image_attachment',''),(16637,4659,'embed',''),(16638,4659,'_post_title_text_transform',''),(16639,4659,'_post_title_font_weight',''),(16640,4659,'_post_title_font_size',''),(16641,4659,'_post_content_skin',''),(16642,4659,'_post_content_width','limit'),(16643,4659,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(16644,4659,'_post_sidebar','false'),(16645,4659,'_post_sidebar_id',''),(16646,4659,'_post_sidebar_position','right'),(16647,4659,'_post_footer_skin',''),(16648,4659,'_yoast_wpseo_content_score','60'),(16649,4659,'_yoast_wpseo_primary_category','72'),(16650,4660,'_edit_last','12'),(16651,4660,'_thumbnail_id','2616'),(16654,4660,'_post_navigation_menu',''),(16655,4660,'_post_header_skin',''),(16656,4660,'_post_navigation_submenu_skin',''),(16657,4660,'_post_header_background_color',''),(16658,4660,'_post_header_background_image',''),(16659,4660,'_post_header_background_image_repeat',''),(16660,4660,'_post_header_background_image_position',''),(16661,4660,'_post_header_background_image_size',''),(16662,4660,'_post_header_background_image_attachment',''),(16663,4660,'embed',''),(16664,4660,'_post_title_text_transform',''),(16665,4660,'_post_title_font_weight',''),(16666,4660,'_post_title_font_size',''),(16667,4660,'_post_content_skin',''),(16668,4660,'_post_content_width','limit'),(16669,4660,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(16670,4660,'_post_sidebar','false'),(16671,4660,'_post_sidebar_id',''),(16672,4660,'_post_sidebar_position','right'),(16673,4660,'_post_footer_skin',''),(16674,4660,'_yoast_wpseo_content_score','90'),(16675,4660,'_yoast_wpseo_primary_category','72'),(16676,4663,'_wp_attached_file','2018/09/step-3.png'),(16677,4663,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1637;s:6:\"height\";i:293;s:4:\"file\";s:18:\"2018/09/step-3.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"step-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"step-3-300x54.png\";s:5:\"width\";i:300;s:6:\"height\";i:54;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"step-3-768x137.png\";s:5:\"width\";i:768;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"step-3-1024x183.png\";s:5:\"width\";i:1024;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:17:\"step-3-480x86.png\";s:5:\"width\";i:480;s:6:\"height\";i:86;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:18:\"step-3-730x131.png\";s:5:\"width\";i:730;s:6:\"height\";i:131;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:18:\"step-3-580x104.png\";s:5:\"width\";i:580;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:18:\"step-3-665x119.png\";s:5:\"width\";i:665;s:6:\"height\";i:119;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16682,4659,'_thumbnail_id','3094'),(16685,4666,'_edit_lock','1536834334:16'),(16686,4666,'_edit_last','16'),(16687,4668,'_edit_lock','1536834333:12'),(16688,4668,'_edit_last','12'),(16689,4666,'_thumbnail_id','2316'),(16692,4666,'_post_navigation_menu',''),(16693,4666,'_post_header_skin',''),(16694,4666,'_post_navigation_submenu_skin',''),(16695,4666,'_post_header_background_color',''),(16696,4666,'_post_header_background_image',''),(16697,4666,'_post_header_background_image_repeat',''),(16698,4666,'_post_header_background_image_position',''),(16699,4666,'_post_header_background_image_size',''),(16700,4666,'_post_header_background_image_attachment',''),(16701,4666,'embed',''),(16702,4666,'_post_title_text_transform',''),(16703,4666,'_post_title_font_weight',''),(16704,4666,'_post_title_font_size',''),(16705,4666,'_post_content_skin',''),(16706,4666,'_post_content_width','limit'),(16707,4666,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(16708,4666,'_post_sidebar','false'),(16709,4666,'_post_sidebar_id',''),(16710,4666,'_post_sidebar_position','right'),(16711,4666,'_post_footer_skin',''),(16712,4666,'_yoast_wpseo_content_score','30'),(16713,4666,'_yoast_wpseo_primary_category','72'),(16714,4668,'_thumbnail_id','4393'),(16717,4668,'_post_navigation_menu',''),(16718,4668,'_post_header_skin',''),(16719,4668,'_post_navigation_submenu_skin',''),(16720,4668,'_post_header_background_color',''),(16721,4668,'_post_header_background_image',''),(16722,4668,'_post_header_background_image_repeat',''),(16723,4668,'_post_header_background_image_position',''),(16724,4668,'_post_header_background_image_size',''),(16725,4668,'_post_header_background_image_attachment',''),(16726,4668,'embed',''),(16727,4668,'_post_title_text_transform',''),(16728,4668,'_post_title_font_weight',''),(16729,4668,'_post_title_font_size',''),(16730,4668,'_post_content_skin',''),(16731,4668,'_post_content_width','limit'),(16732,4668,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(16733,4668,'_post_sidebar','false'),(16734,4668,'_post_sidebar_id',''),(16735,4668,'_post_sidebar_position','right'),(16736,4668,'_post_footer_skin',''),(16737,4668,'_yoast_wpseo_content_score','90'),(16738,4668,'_yoast_wpseo_primary_category','72'),(16739,4674,'_edit_lock','1536834593:13'),(16740,4674,'_edit_last','13'),(16741,4675,'_edit_lock','1536834545:12'),(16742,4675,'_edit_last','12'),(16743,4674,'_thumbnail_id','3121'),(16744,4674,'_post_navigation_menu',''),(16745,4674,'_post_header_skin',''),(16746,4674,'_post_navigation_submenu_skin',''),(16747,4674,'_post_header_background_color',''),(16748,4674,'_post_header_background_image',''),(16749,4674,'_post_header_background_image_repeat',''),(16750,4674,'_post_header_background_image_position',''),(16751,4674,'_post_header_background_image_size',''),(16752,4674,'_post_header_background_image_attachment',''),(16753,4674,'embed',''),(16754,4674,'_post_title_text_transform',''),(16755,4674,'_post_title_font_weight',''),(16756,4674,'_post_title_font_size',''),(16757,4674,'_post_content_skin',''),(16758,4674,'_post_content_width','limit'),(16759,4674,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(16760,4674,'_post_sidebar','false'),(16761,4674,'_post_sidebar_id',''),(16762,4674,'_post_sidebar_position','right'),(16763,4674,'_post_footer_skin',''),(16764,4674,'_yoast_wpseo_content_score','60'),(16765,4674,'_yoast_wpseo_primary_category','72'),(16766,4675,'_thumbnail_id','4393'),(16769,4675,'_post_navigation_menu',''),(16770,4675,'_post_header_skin',''),(16771,4675,'_post_navigation_submenu_skin',''),(16772,4675,'_post_header_background_color',''),(16773,4675,'_post_header_background_image',''),(16774,4675,'_post_header_background_image_repeat',''),(16775,4675,'_post_header_background_image_position',''),(16776,4675,'_post_header_background_image_size',''),(16777,4675,'_post_header_background_image_attachment',''),(16778,4675,'embed',''),(16779,4675,'_post_title_text_transform',''),(16780,4675,'_post_title_font_weight',''),(16781,4675,'_post_title_font_size',''),(16782,4675,'_post_content_skin',''),(16783,4675,'_post_content_width','limit'),(16784,4675,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(16785,4675,'_post_sidebar','false'),(16786,4675,'_post_sidebar_id',''),(16787,4675,'_post_sidebar_position','right'),(16788,4675,'_post_footer_skin',''),(16789,4675,'_yoast_wpseo_content_score','60'),(16790,4675,'_yoast_wpseo_primary_category','72'),(16791,4676,'_edit_lock','1536834552:16'),(16792,4676,'_edit_last','16'),(16795,4676,'_thumbnail_id','2327'),(16798,4676,'_post_navigation_menu',''),(16799,4676,'_post_header_skin',''),(16800,4676,'_post_navigation_submenu_skin',''),(16801,4676,'_post_header_background_color',''),(16802,4676,'_post_header_background_image',''),(16803,4676,'_post_header_background_image_repeat',''),(16804,4676,'_post_header_background_image_position',''),(16805,4676,'_post_header_background_image_size',''),(16806,4676,'_post_header_background_image_attachment',''),(16807,4676,'embed',''),(16808,4676,'_post_title_text_transform',''),(16809,4676,'_post_title_font_weight',''),(16810,4676,'_post_title_font_size',''),(16811,4676,'_post_content_skin',''),(16812,4676,'_post_content_width','limit'),(16813,4676,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(16814,4676,'_post_sidebar','false'),(16815,4676,'_post_sidebar_id',''),(16816,4676,'_post_sidebar_position','right'),(16817,4676,'_post_footer_skin',''),(16818,4676,'_yoast_wpseo_content_score','30'),(16819,4676,'_yoast_wpseo_primary_category','72'),(16822,4685,'_edit_lock','1536834629:12'),(16823,4685,'_edit_last','12'),(16824,4686,'_edit_lock','1536834906:13'),(16825,4685,'_thumbnail_id','4393'),(16828,4685,'_post_navigation_menu',''),(16829,4685,'_post_header_skin',''),(16830,4685,'_post_navigation_submenu_skin',''),(16831,4685,'_post_header_background_color',''),(16832,4685,'_post_header_background_image',''),(16833,4685,'_post_header_background_image_repeat',''),(16834,4685,'_post_header_background_image_position',''),(16835,4685,'_post_header_background_image_size',''),(16836,4685,'_post_header_background_image_attachment',''),(16837,4685,'embed',''),(16838,4685,'_post_title_text_transform',''),(16839,4685,'_post_title_font_weight',''),(16840,4685,'_post_title_font_size',''),(16841,4685,'_post_content_skin',''),(16842,4685,'_post_content_width','limit'),(16843,4685,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(16844,4685,'_post_sidebar','false'),(16845,4685,'_post_sidebar_id',''),(16846,4685,'_post_sidebar_position','right'),(16847,4685,'_post_footer_skin',''),(16848,4685,'_yoast_wpseo_content_score','30'),(16849,4685,'_yoast_wpseo_primary_category','72'),(16850,4686,'_edit_last','13'),(16851,4686,'_thumbnail_id','3149'),(16852,4686,'_post_navigation_menu',''),(16853,4686,'_post_header_skin',''),(16854,4686,'_post_navigation_submenu_skin',''),(16855,4686,'_post_header_background_color',''),(16856,4686,'_post_header_background_image',''),(16857,4686,'_post_header_background_image_repeat',''),(16858,4686,'_post_header_background_image_position',''),(16859,4686,'_post_header_background_image_size',''),(16860,4686,'_post_header_background_image_attachment',''),(16861,4686,'embed',''),(16862,4686,'_post_title_text_transform',''),(16863,4686,'_post_title_font_weight',''),(16864,4686,'_post_title_font_size',''),(16865,4686,'_post_content_skin',''),(16866,4686,'_post_content_width','limit'),(16867,4686,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(16868,4686,'_post_sidebar','false'),(16869,4686,'_post_sidebar_id',''),(16870,4686,'_post_sidebar_position','right'),(16871,4686,'_post_footer_skin',''),(16872,4686,'_yoast_wpseo_content_score','30'),(16873,4686,'_yoast_wpseo_primary_category','72'),(16876,4691,'_edit_lock','1536835118:13'),(16877,4691,'_edit_last','13'),(16878,4691,'_post_navigation_menu',''),(16879,4691,'_post_header_skin',''),(16880,4691,'_post_navigation_submenu_skin',''),(16881,4691,'_post_header_background_color',''),(16882,4691,'_post_header_background_image',''),(16883,4691,'_post_header_background_image_repeat',''),(16884,4691,'_post_header_background_image_position',''),(16885,4691,'_post_header_background_image_size',''),(16886,4691,'_post_header_background_image_attachment',''),(16887,4691,'embed',''),(16888,4691,'_post_title_text_transform',''),(16889,4691,'_post_title_font_weight',''),(16890,4691,'_post_title_font_size',''),(16891,4691,'_post_content_skin',''),(16892,4691,'_post_content_width','limit'),(16893,4691,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(16894,4691,'_post_sidebar','false'),(16895,4691,'_post_sidebar_id',''),(16896,4691,'_post_sidebar_position','right'),(16897,4691,'_post_footer_skin',''),(16898,4691,'_yoast_wpseo_content_score','60'),(16899,4691,'_yoast_wpseo_primary_category','72'),(16900,4691,'_thumbnail_id','3167'),(16903,4693,'_edit_lock','1536835279:12'),(16904,4694,'_edit_lock','1536835254:13'),(16905,4694,'_edit_last','13'),(16906,4694,'_thumbnail_id','2933'),(16907,4694,'_post_navigation_menu',''),(16908,4694,'_post_header_skin',''),(16909,4694,'_post_navigation_submenu_skin',''),(16910,4694,'_post_header_background_color',''),(16911,4694,'_post_header_background_image',''),(16912,4694,'_post_header_background_image_repeat',''),(16913,4694,'_post_header_background_image_position',''),(16914,4693,'_edit_last','12'),(16915,4694,'_post_header_background_image_size',''),(16916,4694,'_post_header_background_image_attachment',''),(16917,4694,'embed',''),(16918,4694,'_post_title_text_transform',''),(16919,4693,'_thumbnail_id','3034'),(16920,4694,'_post_title_font_weight',''),(16921,4694,'_post_title_font_size',''),(16923,4694,'_post_content_skin',''),(16925,4694,'_post_content_width','limit'),(16926,4694,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(16927,4693,'_post_navigation_menu',''),(16928,4694,'_post_sidebar','false'),(16929,4693,'_post_header_skin',''),(16930,4694,'_post_sidebar_id',''),(16931,4693,'_post_navigation_submenu_skin',''),(16932,4694,'_post_sidebar_position','right'),(16933,4693,'_post_header_background_color',''),(16934,4694,'_post_footer_skin',''),(16935,4693,'_post_header_background_image',''),(16936,4693,'_post_header_background_image_repeat',''),(16937,4694,'_yoast_wpseo_content_score','30'),(16938,4693,'_post_header_background_image_position',''),(16939,4693,'_post_header_background_image_size',''),(16940,4693,'_post_header_background_image_attachment',''),(16941,4693,'embed',''),(16942,4694,'_yoast_wpseo_primary_category','72'),(16943,4693,'_post_title_text_transform',''),(16944,4693,'_post_title_font_weight',''),(16945,4693,'_post_title_font_size',''),(16946,4693,'_post_content_skin',''),(16947,4693,'_post_content_width','limit'),(16948,4693,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(16949,4693,'_post_sidebar','false'),(16950,4693,'_post_sidebar_id',''),(16951,4693,'_post_sidebar_position','right'),(16952,4693,'_post_footer_skin',''),(16953,4693,'_yoast_wpseo_content_score','30'),(16954,4693,'_yoast_wpseo_primary_category','72'),(16959,4699,'_edit_lock','1536835364:13'),(16960,4699,'_edit_last','13'),(16961,4699,'_thumbnail_id','4393'),(16962,4699,'_post_navigation_menu',''),(16963,4699,'_post_header_skin',''),(16964,4699,'_post_navigation_submenu_skin',''),(16965,4699,'_post_header_background_color',''),(16966,4699,'_post_header_background_image',''),(16967,4699,'_post_header_background_image_repeat',''),(16968,4699,'_post_header_background_image_position',''),(16969,4699,'_post_header_background_image_size',''),(16970,4699,'_post_header_background_image_attachment',''),(16971,4699,'embed',''),(16972,4699,'_post_title_text_transform',''),(16973,4699,'_post_title_font_weight',''),(16974,4699,'_post_title_font_size',''),(16975,4699,'_post_content_skin',''),(16976,4699,'_post_content_width','limit'),(16977,4699,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(16978,4699,'_post_sidebar','false'),(16979,4699,'_post_sidebar_id',''),(16980,4699,'_post_sidebar_position','right'),(16981,4699,'_post_footer_skin',''),(16982,4699,'_yoast_wpseo_content_score','30'),(16983,4699,'_yoast_wpseo_primary_category','72'),(16986,4701,'_edit_lock','1536835490:13'),(16987,4701,'_edit_last','13'),(16988,4702,'_edit_lock','1536835501:12'),(16989,4702,'_edit_last','12'),(16990,4701,'_thumbnail_id','4393'),(16991,4701,'_post_navigation_menu',''),(16992,4701,'_post_header_skin',''),(16993,4701,'_post_navigation_submenu_skin',''),(16994,4701,'_post_header_background_color',''),(16995,4701,'_post_header_background_image',''),(16996,4701,'_post_header_background_image_repeat',''),(16997,4701,'_post_header_background_image_position',''),(16998,4701,'_post_header_background_image_size',''),(16999,4701,'_post_header_background_image_attachment',''),(17000,4701,'embed',''),(17001,4701,'_post_title_text_transform',''),(17002,4701,'_post_title_font_weight',''),(17003,4701,'_post_title_font_size',''),(17004,4701,'_post_content_skin',''),(17005,4701,'_post_content_width','limit'),(17006,4701,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(17007,4701,'_post_sidebar','false'),(17008,4701,'_post_sidebar_id',''),(17009,4701,'_post_sidebar_position','right'),(17010,4701,'_post_footer_skin',''),(17011,4701,'_yoast_wpseo_content_score','30'),(17012,4701,'_yoast_wpseo_primary_category','72'),(17015,4702,'_thumbnail_id','4393'),(17018,4702,'_post_navigation_menu',''),(17019,4702,'_post_header_skin',''),(17020,4702,'_post_navigation_submenu_skin',''),(17021,4702,'_post_header_background_color',''),(17022,4702,'_post_header_background_image',''),(17023,4702,'_post_header_background_image_repeat',''),(17024,4702,'_post_header_background_image_position',''),(17025,4702,'_post_header_background_image_size',''),(17026,4702,'_post_header_background_image_attachment',''),(17027,4702,'embed',''),(17028,4702,'_post_title_text_transform',''),(17029,4702,'_post_title_font_weight',''),(17030,4702,'_post_title_font_size',''),(17031,4702,'_post_content_skin',''),(17032,4702,'_post_content_width','limit'),(17033,4702,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(17034,4702,'_post_sidebar','false'),(17035,4702,'_post_sidebar_id',''),(17036,4702,'_post_sidebar_position','right'),(17037,4702,'_post_footer_skin',''),(17038,4702,'_yoast_wpseo_content_score','60'),(17039,4702,'_yoast_wpseo_primary_category','72'),(17040,4706,'_edit_lock','1536835659:13'),(17041,4706,'_edit_last','13'),(17042,4708,'_edit_lock','1536835682:12'),(17043,4708,'_edit_last','12'),(17044,4706,'_thumbnail_id','3013'),(17045,4706,'_post_navigation_menu',''),(17046,4706,'_post_header_skin',''),(17047,4706,'_post_navigation_submenu_skin',''),(17048,4706,'_post_header_background_color',''),(17049,4706,'_post_header_background_image',''),(17050,4706,'_post_header_background_image_repeat',''),(17051,4706,'_post_header_background_image_position',''),(17052,4706,'_post_header_background_image_size',''),(17053,4706,'_post_header_background_image_attachment',''),(17054,4706,'embed',''),(17055,4706,'_post_title_text_transform',''),(17056,4706,'_post_title_font_weight',''),(17057,4706,'_post_title_font_size',''),(17058,4706,'_post_content_skin',''),(17059,4706,'_post_content_width','limit'),(17060,4706,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(17061,4706,'_post_sidebar','false'),(17062,4706,'_post_sidebar_id',''),(17063,4706,'_post_sidebar_position','right'),(17064,4706,'_post_footer_skin',''),(17065,4706,'_yoast_wpseo_content_score','30'),(17066,4706,'_yoast_wpseo_primary_category','72'),(17069,4708,'_thumbnail_id','3050'),(17072,4708,'_post_navigation_menu',''),(17073,4708,'_post_header_skin',''),(17074,4708,'_post_navigation_submenu_skin',''),(17075,4708,'_post_header_background_color',''),(17076,4708,'_post_header_background_image',''),(17077,4708,'_post_header_background_image_repeat',''),(17078,4708,'_post_header_background_image_position',''),(17079,4708,'_post_header_background_image_size',''),(17080,4708,'_post_header_background_image_attachment',''),(17081,4708,'embed',''),(17082,4708,'_post_title_text_transform',''),(17083,4708,'_post_title_font_weight',''),(17084,4708,'_post_title_font_size',''),(17085,4708,'_post_content_skin',''),(17086,4708,'_post_content_width','limit'),(17087,4708,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(17088,4708,'_post_sidebar','false'),(17089,4708,'_post_sidebar_id',''),(17090,4708,'_post_sidebar_position','right'),(17091,4708,'_post_footer_skin',''),(17092,4708,'_yoast_wpseo_content_score','30'),(17093,4708,'_yoast_wpseo_primary_category','72'),(17094,4712,'_edit_lock','1539175433:4'),(17095,4712,'_edit_last','4'),(17096,4712,'_thumbnail_id','6130'),(17097,4712,'_post_navigation_menu',''),(17098,4712,'_post_header_skin',''),(17099,4712,'_post_navigation_submenu_skin',''),(17100,4712,'_post_header_background_color',''),(17101,4712,'_post_header_background_image',''),(17102,4712,'_post_header_background_image_repeat',''),(17103,4712,'_post_header_background_image_position',''),(17104,4712,'_post_header_background_image_size',''),(17105,4712,'_post_header_background_image_attachment',''),(17106,4712,'embed',''),(17107,4712,'_post_title_text_transform',''),(17108,4712,'_post_title_font_weight',''),(17109,4712,'_post_title_font_size',''),(17110,4712,'_post_content_skin',''),(17111,4712,'_post_content_width','limit'),(17112,4712,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(17113,4712,'_post_sidebar','false'),(17114,4712,'_post_sidebar_id',''),(17115,4712,'_post_sidebar_position','right'),(17116,4712,'_post_footer_skin',''),(17117,4712,'_yoast_wpseo_content_score','30'),(17118,4712,'_yoast_wpseo_primary_category','72'),(17121,4714,'_edit_lock','1536835807:12'),(17122,4714,'_edit_last','12'),(17123,4714,'_thumbnail_id','3061'),(17126,4714,'_post_navigation_menu',''),(17127,4714,'_post_header_skin',''),(17128,4714,'_post_navigation_submenu_skin',''),(17129,4714,'_post_header_background_color',''),(17130,4714,'_post_header_background_image',''),(17131,4714,'_post_header_background_image_repeat',''),(17132,4714,'_post_header_background_image_position',''),(17133,4714,'_post_header_background_image_size',''),(17134,4714,'_post_header_background_image_attachment',''),(17135,4714,'embed',''),(17136,4714,'_post_title_text_transform',''),(17137,4714,'_post_title_font_weight',''),(17138,4714,'_post_title_font_size',''),(17139,4714,'_post_content_skin',''),(17140,4714,'_post_content_width','limit'),(17141,4714,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(17142,4714,'_post_sidebar','false'),(17143,4714,'_post_sidebar_id',''),(17144,4714,'_post_sidebar_position','right'),(17145,4714,'_post_footer_skin',''),(17146,4714,'_yoast_wpseo_content_score','30'),(17147,4714,'_yoast_wpseo_primary_category',''),(17148,4718,'_edit_lock','1536835907:13'),(17149,4718,'_edit_last','13'),(17150,4719,'_wp_attached_file','2018/09/step-4.png'),(17151,4719,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1637;s:6:\"height\";i:293;s:4:\"file\";s:18:\"2018/09/step-4.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"step-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"step-4-300x54.png\";s:5:\"width\";i:300;s:6:\"height\";i:54;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"step-4-768x137.png\";s:5:\"width\";i:768;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"step-4-1024x183.png\";s:5:\"width\";i:1024;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:17:\"step-4-480x86.png\";s:5:\"width\";i:480;s:6:\"height\";i:86;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:18:\"step-4-730x131.png\";s:5:\"width\";i:730;s:6:\"height\";i:131;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:18:\"step-4-580x104.png\";s:5:\"width\";i:580;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:18:\"step-4-665x119.png\";s:5:\"width\";i:665;s:6:\"height\";i:119;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17152,4721,'_edit_lock','1539165477:4'),(17153,4718,'_thumbnail_id','3029'),(17154,4718,'_post_navigation_menu',''),(17155,4718,'_post_header_skin',''),(17156,4718,'_post_navigation_submenu_skin',''),(17157,4718,'_post_header_background_color',''),(17158,4718,'_post_header_background_image',''),(17159,4718,'_post_header_background_image_repeat',''),(17160,4718,'_post_header_background_image_position',''),(17161,4718,'_post_header_background_image_size',''),(17162,4718,'_post_header_background_image_attachment',''),(17163,4718,'embed',''),(17164,4718,'_post_title_text_transform',''),(17165,4718,'_post_title_font_weight',''),(17166,4718,'_post_title_font_size',''),(17167,4718,'_post_content_skin',''),(17168,4718,'_post_content_width','limit'),(17169,4718,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(17170,4718,'_post_sidebar','false'),(17171,4718,'_post_sidebar_id',''),(17172,4718,'_post_sidebar_position','right'),(17173,4718,'_post_footer_skin',''),(17174,4718,'_yoast_wpseo_content_score','30'),(17175,4718,'_yoast_wpseo_primary_category','72'),(17178,4721,'_edit_last','4'),(17179,4721,'_thumbnail_id','6129'),(17182,4721,'_post_navigation_menu',''),(17183,4721,'_post_header_skin',''),(17184,4721,'_post_navigation_submenu_skin',''),(17185,4721,'_post_header_background_color',''),(17186,4721,'_post_header_background_image',''),(17187,4721,'_post_header_background_image_repeat',''),(17188,4721,'_post_header_background_image_position',''),(17189,4721,'_post_header_background_image_size',''),(17190,4721,'_post_header_background_image_attachment',''),(17191,4721,'embed',''),(17192,4721,'_post_title_text_transform',''),(17193,4721,'_post_title_font_weight',''),(17194,4721,'_post_title_font_size',''),(17195,4721,'_post_content_skin',''),(17196,4721,'_post_content_width','limit'),(17197,4721,'_post_content_width_value','a:2:{i:0;s:2:\"55\";i:1;s:1:\"%\";}'),(17198,4721,'_post_sidebar','false'),(17199,4721,'_post_sidebar_id',''),(17200,4721,'_post_sidebar_position','right'),(17201,4721,'_post_footer_skin',''),(17202,4721,'_yoast_wpseo_content_score','30'),(17203,4721,'_yoast_wpseo_primary_category','72'),(17204,4726,'_wp_attached_file','2018/09/By-Estimation-step-1.png'),(17205,4726,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1637;s:6:\"height\";i:500;s:4:\"file\";s:32:\"2018/09/By-Estimation-step-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"By-Estimation-step-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"By-Estimation-step-1-300x92.png\";s:5:\"width\";i:300;s:6:\"height\";i:92;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"By-Estimation-step-1-768x235.png\";s:5:\"width\";i:768;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"By-Estimation-step-1-1024x313.png\";s:5:\"width\";i:1024;s:6:\"height\";i:313;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:32:\"By-Estimation-step-1-480x147.png\";s:5:\"width\";i:480;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:32:\"By-Estimation-step-1-730x223.png\";s:5:\"width\";i:730;s:6:\"height\";i:223;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:32:\"By-Estimation-step-1-580x177.png\";s:5:\"width\";i:580;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:32:\"By-Estimation-step-1-665x203.png\";s:5:\"width\";i:665;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17206,4727,'_wp_attached_file','2018/09/By-Estimation.png'),(17207,4727,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1637;s:6:\"height\";i:790;s:4:\"file\";s:25:\"2018/09/By-Estimation.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"By-Estimation-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"By-Estimation-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"By-Estimation-768x371.png\";s:5:\"width\";i:768;s:6:\"height\";i:371;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"By-Estimation-1024x494.png\";s:5:\"width\";i:1024;s:6:\"height\";i:494;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:25:\"By-Estimation-480x232.png\";s:5:\"width\";i:480;s:6:\"height\";i:232;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:25:\"By-Estimation-700x338.png\";s:5:\"width\";i:700;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:25:\"By-Estimation-580x280.png\";s:5:\"width\";i:580;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:25:\"By-Estimation-591x285.png\";s:5:\"width\";i:591;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17208,4728,'_wp_attached_file','2018/09/By-Estimation-step-2.png'),(17209,4728,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1637;s:6:\"height\";i:293;s:4:\"file\";s:32:\"2018/09/By-Estimation-step-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"By-Estimation-step-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"By-Estimation-step-2-300x54.png\";s:5:\"width\";i:300;s:6:\"height\";i:54;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"By-Estimation-step-2-768x137.png\";s:5:\"width\";i:768;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"By-Estimation-step-2-1024x183.png\";s:5:\"width\";i:1024;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:31:\"By-Estimation-step-2-480x86.png\";s:5:\"width\";i:480;s:6:\"height\";i:86;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:32:\"By-Estimation-step-2-730x131.png\";s:5:\"width\";i:730;s:6:\"height\";i:131;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:32:\"By-Estimation-step-2-580x104.png\";s:5:\"width\";i:580;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:32:\"By-Estimation-step-2-665x119.png\";s:5:\"width\";i:665;s:6:\"height\";i:119;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17210,4729,'_wp_attached_file','2018/09/By-Estimation-step-3.png'),(17211,4729,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1637;s:6:\"height\";i:293;s:4:\"file\";s:32:\"2018/09/By-Estimation-step-3.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"By-Estimation-step-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"By-Estimation-step-3-300x54.png\";s:5:\"width\";i:300;s:6:\"height\";i:54;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"By-Estimation-step-3-768x137.png\";s:5:\"width\";i:768;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"By-Estimation-step-3-1024x183.png\";s:5:\"width\";i:1024;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:31:\"By-Estimation-step-3-480x86.png\";s:5:\"width\";i:480;s:6:\"height\";i:86;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:32:\"By-Estimation-step-3-730x131.png\";s:5:\"width\";i:730;s:6:\"height\";i:131;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:32:\"By-Estimation-step-3-580x104.png\";s:5:\"width\";i:580;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:32:\"By-Estimation-step-3-665x119.png\";s:5:\"width\";i:665;s:6:\"height\";i:119;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17212,4731,'_wp_attached_file','2018/09/By-Priorty-step-1.png'),(17213,4731,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1637;s:6:\"height\";i:790;s:4:\"file\";s:29:\"2018/09/By-Priorty-step-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"By-Priorty-step-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"By-Priorty-step-1-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"By-Priorty-step-1-768x371.png\";s:5:\"width\";i:768;s:6:\"height\";i:371;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"By-Priorty-step-1-1024x494.png\";s:5:\"width\";i:1024;s:6:\"height\";i:494;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:29:\"By-Priorty-step-1-480x232.png\";s:5:\"width\";i:480;s:6:\"height\";i:232;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:29:\"By-Priorty-step-1-700x338.png\";s:5:\"width\";i:700;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:29:\"By-Priorty-step-1-580x280.png\";s:5:\"width\";i:580;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:29:\"By-Priorty-step-1-591x285.png\";s:5:\"width\";i:591;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17214,4721,'_pageview_count','50'),(17215,4733,'_wp_attached_file','2018/09/By-Priorty-step-11.png'),(17216,4733,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1637;s:6:\"height\";i:293;s:4:\"file\";s:30:\"2018/09/By-Priorty-step-11.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"By-Priorty-step-11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"By-Priorty-step-11-300x54.png\";s:5:\"width\";i:300;s:6:\"height\";i:54;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"By-Priorty-step-11-768x137.png\";s:5:\"width\";i:768;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"By-Priorty-step-11-1024x183.png\";s:5:\"width\";i:1024;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:29:\"By-Priorty-step-11-480x86.png\";s:5:\"width\";i:480;s:6:\"height\";i:86;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:30:\"By-Priorty-step-11-730x131.png\";s:5:\"width\";i:730;s:6:\"height\";i:131;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:30:\"By-Priorty-step-11-580x104.png\";s:5:\"width\";i:580;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:30:\"By-Priorty-step-11-665x119.png\";s:5:\"width\";i:665;s:6:\"height\";i:119;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17217,4734,'_wp_attached_file','2018/09/By-Priorty-step-13.png'),(17218,4734,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1637;s:6:\"height\";i:293;s:4:\"file\";s:30:\"2018/09/By-Priorty-step-13.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"By-Priorty-step-13-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"By-Priorty-step-13-300x54.png\";s:5:\"width\";i:300;s:6:\"height\";i:54;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"By-Priorty-step-13-768x137.png\";s:5:\"width\";i:768;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"By-Priorty-step-13-1024x183.png\";s:5:\"width\";i:1024;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:29:\"By-Priorty-step-13-480x86.png\";s:5:\"width\";i:480;s:6:\"height\";i:86;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:30:\"By-Priorty-step-13-730x131.png\";s:5:\"width\";i:730;s:6:\"height\";i:131;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:30:\"By-Priorty-step-13-580x104.png\";s:5:\"width\";i:580;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:30:\"By-Priorty-step-13-665x119.png\";s:5:\"width\";i:665;s:6:\"height\";i:119;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17219,4737,'_wp_attached_file','2018/09/By-Business-step-1.png'),(17220,4737,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1637;s:6:\"height\";i:790;s:4:\"file\";s:30:\"2018/09/By-Business-step-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"By-Business-step-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"By-Business-step-1-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"By-Business-step-1-768x371.png\";s:5:\"width\";i:768;s:6:\"height\";i:371;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"By-Business-step-1-1024x494.png\";s:5:\"width\";i:1024;s:6:\"height\";i:494;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:30:\"By-Business-step-1-480x232.png\";s:5:\"width\";i:480;s:6:\"height\";i:232;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:30:\"By-Business-step-1-700x338.png\";s:5:\"width\";i:700;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:30:\"By-Business-step-1-580x280.png\";s:5:\"width\";i:580;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:30:\"By-Business-step-1-591x285.png\";s:5:\"width\";i:591;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17221,4738,'_wp_attached_file','2018/09/business-bs.png'),(17222,4738,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1637;s:6:\"height\";i:293;s:4:\"file\";s:23:\"2018/09/business-bs.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"business-bs-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"business-bs-300x54.png\";s:5:\"width\";i:300;s:6:\"height\";i:54;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"business-bs-768x137.png\";s:5:\"width\";i:768;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"business-bs-1024x183.png\";s:5:\"width\";i:1024;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:22:\"business-bs-480x86.png\";s:5:\"width\";i:480;s:6:\"height\";i:86;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:23:\"business-bs-730x131.png\";s:5:\"width\";i:730;s:6:\"height\";i:131;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:23:\"business-bs-580x104.png\";s:5:\"width\";i:580;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:23:\"business-bs-665x119.png\";s:5:\"width\";i:665;s:6:\"height\";i:119;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17223,4739,'_wp_attached_file','2018/09/business-bs-2.png'),(17224,4739,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1637;s:6:\"height\";i:293;s:4:\"file\";s:25:\"2018/09/business-bs-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"business-bs-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"business-bs-2-300x54.png\";s:5:\"width\";i:300;s:6:\"height\";i:54;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"business-bs-2-768x137.png\";s:5:\"width\";i:768;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"business-bs-2-1024x183.png\";s:5:\"width\";i:1024;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:24:\"business-bs-2-480x86.png\";s:5:\"width\";i:480;s:6:\"height\";i:86;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:25:\"business-bs-2-730x131.png\";s:5:\"width\";i:730;s:6:\"height\";i:131;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:25:\"business-bs-2-580x104.png\";s:5:\"width\";i:580;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:25:\"business-bs-2-665x119.png\";s:5:\"width\";i:665;s:6:\"height\";i:119;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17225,4706,'_pageview_count','33'),(17235,4742,'_wp_attached_file','2018/09/dusty_books_41723137_l121.png'),(17236,4742,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2508;s:6:\"height\";i:1462;s:4:\"file\";s:37:\"2018/09/dusty_books_41723137_l121.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"dusty_books_41723137_l121-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"dusty_books_41723137_l121-300x175.png\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"dusty_books_41723137_l121-768x448.png\";s:5:\"width\";i:768;s:6:\"height\";i:448;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"dusty_books_41723137_l121-1024x597.png\";s:5:\"width\";i:1024;s:6:\"height\";i:597;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:37:\"dusty_books_41723137_l121-480x280.png\";s:5:\"width\";i:480;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:37:\"dusty_books_41723137_l121-580x338.png\";s:5:\"width\";i:580;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:37:\"dusty_books_41723137_l121-580x338.png\";s:5:\"width\";i:580;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:37:\"dusty_books_41723137_l121-489x285.png\";s:5:\"width\";i:489;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17239,4718,'_pageview_count','36'),(17240,4712,'_pageview_count','30'),(17247,4752,'_wp_attached_file','2018/09/2.png'),(17248,4752,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:662;s:4:\"file\";s:13:\"2018/09/2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"2-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"2-768x372.png\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"2-1024x497.png\";s:5:\"width\";i:1024;s:6:\"height\";i:497;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:13:\"2-480x233.png\";s:5:\"width\";i:480;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:13:\"2-697x338.png\";s:5:\"width\";i:697;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:13:\"2-580x281.png\";s:5:\"width\";i:580;s:6:\"height\";i:281;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:13:\"2-588x285.png\";s:5:\"width\";i:588;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17249,4754,'_wp_attached_file','2018/09/3.png'),(17250,4754,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:660;s:4:\"file\";s:13:\"2018/09/3.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"3-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"3-768x371.png\";s:5:\"width\";i:768;s:6:\"height\";i:371;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"3-1024x495.png\";s:5:\"width\";i:1024;s:6:\"height\";i:495;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:13:\"3-480x232.png\";s:5:\"width\";i:480;s:6:\"height\";i:232;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:13:\"3-699x338.png\";s:5:\"width\";i:699;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:13:\"3-580x280.png\";s:5:\"width\";i:580;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:13:\"3-589x285.png\";s:5:\"width\";i:589;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17253,4755,'_wp_attached_file','2018/09/5.png'),(17254,4755,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:581;s:4:\"file\";s:13:\"2018/09/5.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"5-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"5-768x406.png\";s:5:\"width\";i:768;s:6:\"height\";i:406;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"5-1024x541.png\";s:5:\"width\";i:1024;s:6:\"height\";i:541;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:13:\"5-480x254.png\";s:5:\"width\";i:480;s:6:\"height\";i:254;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:13:\"5-640x338.png\";s:5:\"width\";i:640;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:13:\"5-580x306.png\";s:5:\"width\";i:580;s:6:\"height\";i:306;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:13:\"5-540x285.png\";s:5:\"width\";i:540;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17260,4759,'_wp_attached_file','2018/09/3-1.png'),(17261,4759,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1097;s:6:\"height\";i:580;s:4:\"file\";s:15:\"2018/09/3-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"3-1-300x159.png\";s:5:\"width\";i:300;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"3-1-768x406.png\";s:5:\"width\";i:768;s:6:\"height\";i:406;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"3-1-1024x541.png\";s:5:\"width\";i:1024;s:6:\"height\";i:541;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:15:\"3-1-480x254.png\";s:5:\"width\";i:480;s:6:\"height\";i:254;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:15:\"3-1-639x338.png\";s:5:\"width\";i:639;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:15:\"3-1-580x307.png\";s:5:\"width\";i:580;s:6:\"height\";i:307;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:15:\"3-1-539x285.png\";s:5:\"width\";i:539;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17262,4760,'_wp_attached_file','2018/09/3-2.png'),(17263,4760,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1101;s:6:\"height\";i:580;s:4:\"file\";s:15:\"2018/09/3-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"3-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"3-2-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"3-2-768x405.png\";s:5:\"width\";i:768;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"3-2-1024x539.png\";s:5:\"width\";i:1024;s:6:\"height\";i:539;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:15:\"3-2-480x253.png\";s:5:\"width\";i:480;s:6:\"height\";i:253;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:15:\"3-2-642x338.png\";s:5:\"width\";i:642;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:15:\"3-2-580x306.png\";s:5:\"width\";i:580;s:6:\"height\";i:306;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:15:\"3-2-541x285.png\";s:5:\"width\";i:541;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17264,4761,'_wp_attached_file','2018/09/5-1.png'),(17265,4761,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1101;s:6:\"height\";i:582;s:4:\"file\";s:15:\"2018/09/5-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"5-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"5-1-300x159.png\";s:5:\"width\";i:300;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"5-1-768x406.png\";s:5:\"width\";i:768;s:6:\"height\";i:406;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"5-1-1024x541.png\";s:5:\"width\";i:1024;s:6:\"height\";i:541;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:15:\"5-1-480x254.png\";s:5:\"width\";i:480;s:6:\"height\";i:254;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:15:\"5-1-639x338.png\";s:5:\"width\";i:639;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:15:\"5-1-580x307.png\";s:5:\"width\";i:580;s:6:\"height\";i:307;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:15:\"5-1-539x285.png\";s:5:\"width\";i:539;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17266,4762,'_wp_attached_file','2018/09/3-3.png'),(17267,4762,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1102;s:6:\"height\";i:582;s:4:\"file\";s:15:\"2018/09/3-3.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"3-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"3-3-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"3-3-768x406.png\";s:5:\"width\";i:768;s:6:\"height\";i:406;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"3-3-1024x541.png\";s:5:\"width\";i:1024;s:6:\"height\";i:541;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:15:\"3-3-480x254.png\";s:5:\"width\";i:480;s:6:\"height\";i:254;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:15:\"3-3-640x338.png\";s:5:\"width\";i:640;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:15:\"3-3-580x306.png\";s:5:\"width\";i:580;s:6:\"height\";i:306;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:15:\"3-3-540x285.png\";s:5:\"width\";i:540;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17268,4763,'_wp_attached_file','2018/09/5-2.png'),(17269,4763,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1101;s:6:\"height\";i:582;s:4:\"file\";s:15:\"2018/09/5-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"5-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"5-2-300x159.png\";s:5:\"width\";i:300;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"5-2-768x406.png\";s:5:\"width\";i:768;s:6:\"height\";i:406;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"5-2-1024x541.png\";s:5:\"width\";i:1024;s:6:\"height\";i:541;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:15:\"5-2-480x254.png\";s:5:\"width\";i:480;s:6:\"height\";i:254;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:15:\"5-2-639x338.png\";s:5:\"width\";i:639;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:15:\"5-2-580x307.png\";s:5:\"width\";i:580;s:6:\"height\";i:307;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:15:\"5-2-539x285.png\";s:5:\"width\";i:539;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17275,4768,'_wp_attached_file','2018/09/5-3.png'),(17276,4768,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1101;s:6:\"height\";i:582;s:4:\"file\";s:15:\"2018/09/5-3.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"5-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"5-3-300x159.png\";s:5:\"width\";i:300;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"5-3-768x406.png\";s:5:\"width\";i:768;s:6:\"height\";i:406;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"5-3-1024x541.png\";s:5:\"width\";i:1024;s:6:\"height\";i:541;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:15:\"5-3-480x254.png\";s:5:\"width\";i:480;s:6:\"height\";i:254;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:15:\"5-3-639x338.png\";s:5:\"width\";i:639;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:15:\"5-3-580x307.png\";s:5:\"width\";i:580;s:6:\"height\";i:307;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:15:\"5-3-539x285.png\";s:5:\"width\";i:539;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17279,4772,'_wp_attached_file','2018/09/6.png'),(17280,4772,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1354;s:6:\"height\";i:595;s:4:\"file\";s:13:\"2018/09/6.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"6-300x132.png\";s:5:\"width\";i:300;s:6:\"height\";i:132;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"6-768x337.png\";s:5:\"width\";i:768;s:6:\"height\";i:337;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"6-1024x450.png\";s:5:\"width\";i:1024;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:13:\"6-480x211.png\";s:5:\"width\";i:480;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:13:\"6-730x321.png\";s:5:\"width\";i:730;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:13:\"6-580x255.png\";s:5:\"width\";i:580;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:13:\"6-649x285.png\";s:5:\"width\";i:649;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17281,4773,'_wp_attached_file','2018/09/6-1.png'),(17282,4773,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1353;s:6:\"height\";i:580;s:4:\"file\";s:15:\"2018/09/6-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"6-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"6-1-300x129.png\";s:5:\"width\";i:300;s:6:\"height\";i:129;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"6-1-768x329.png\";s:5:\"width\";i:768;s:6:\"height\";i:329;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"6-1-1024x439.png\";s:5:\"width\";i:1024;s:6:\"height\";i:439;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:15:\"6-1-480x206.png\";s:5:\"width\";i:480;s:6:\"height\";i:206;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:15:\"6-1-730x313.png\";s:5:\"width\";i:730;s:6:\"height\";i:313;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:15:\"6-1-580x249.png\";s:5:\"width\";i:580;s:6:\"height\";i:249;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:15:\"6-1-665x285.png\";s:5:\"width\";i:665;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17285,3435,'_bbp_last_reply_id','0'),(17307,4701,'_pageview_count','28'),(17308,4666,'_pageview_count','3'),(17309,4590,'_pageview_count','11'),(17310,4660,'_pageview_count','10'),(17311,4714,'_pageview_count','36'),(17312,4634,'_pageview_count','4'),(17313,4455,'_pageview_count','5'),(17314,4405,'_pageview_count','1'),(17315,4402,'_pageview_count','4'),(17316,4693,'_pageview_count','20'),(17317,4426,'_pageview_count','3'),(17318,4646,'_pageview_count','9'),(17319,4702,'_pageview_count','29'),(17320,4524,'_pageview_count','5'),(17321,4676,'_pageview_count','3'),(17322,4460,'_pageview_count','6'),(17323,4417,'_pageview_count','3'),(17324,4514,'_pageview_count','3'),(17325,4555,'_pageview_count','5'),(17326,4476,'_pageview_count','5'),(17327,4674,'_pageview_count','9'),(17328,4535,'_pageview_count','6'),(17329,4694,'_pageview_count','27'),(17330,4699,'_pageview_count','23'),(17331,4618,'_pageview_count','8'),(17332,4616,'_pageview_count','8'),(17333,4654,'_pageview_count','3'),(17334,4565,'_pageview_count','8'),(17335,4444,'_pageview_count','4'),(17336,4567,'_pageview_count','6'),(17337,4659,'_pageview_count','12'),(17338,4653,'_pageview_count','8'),(17339,4549,'_pageview_count','5'),(17340,4636,'_pageview_count','12'),(17341,4639,'_pageview_count','14'),(17342,4611,'_pageview_count','3'),(17343,4502,'_pageview_count','4'),(17344,4708,'_pageview_count','22'),(17345,4519,'_pageview_count','9'),(17346,4675,'_pageview_count','17'),(17347,4407,'_pageview_count','5'),(17348,4497,'_pageview_count','6'),(17349,4613,'_pageview_count','7'),(17350,4484,'_pageview_count','1'),(17351,4486,'_pageview_count','2'),(17352,4511,'_pageview_count','5'),(17353,4450,'_pageview_count','4'),(17354,4425,'_pageview_count','4'),(17355,4580,'_pageview_count','7'),(17356,4574,'_pageview_count','3'),(17357,4640,'_pageview_count','6'),(17358,4413,'_pageview_count','14'),(17359,4623,'_pageview_count','7'),(17360,4596,'_pageview_count','3'),(17361,4559,'_pageview_count','8'),(17362,4527,'_pageview_count','3'),(17363,4547,'_pageview_count','3'),(17364,4529,'_pageview_count','8'),(17365,4600,'_pageview_count','6'),(17366,4509,'_pageview_count','2'),(17367,4583,'_pageview_count','4'),(17368,4588,'_pageview_count','3'),(17369,4553,'_pageview_count','6'),(17370,4627,'_pageview_count','8'),(17371,4604,'_pageview_count','3'),(17372,4686,'_pageview_count','6'),(17373,4685,'_pageview_count','5'),(17374,4593,'_pageview_count','3'),(17375,4557,'_pageview_count','3'),(17376,4668,'_pageview_count','5'),(17377,4605,'_pageview_count','7'),(17378,4582,'_pageview_count','3'),(17379,4531,'_pageview_count','2'),(17380,4465,'_pageview_count','3'),(17381,4626,'_pageview_count','5'),(17382,4691,'_pageview_count','5'),(17383,4630,'_pageview_count','4'),(17470,4870,'_wp_attached_file','2018/09/08.gif'),(17471,4870,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1914;s:6:\"height\";i:965;s:4:\"file\";s:14:\"2018/09/08.gif\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"08-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"08-300x151.gif\";s:5:\"width\";i:300;s:6:\"height\";i:151;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"08-768x387.gif\";s:5:\"width\";i:768;s:6:\"height\";i:387;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"08-1024x516.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:14:\"08-480x242.gif\";s:5:\"width\";i:480;s:6:\"height\";i:242;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:14:\"08-670x338.gif\";s:5:\"width\";i:670;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:14:\"08-580x292.gif\";s:5:\"width\";i:580;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:14:\"08-565x285.gif\";s:5:\"width\";i:565;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17472,4871,'_wp_attached_file','2018/09/Drag-and-drop.gif'),(17473,4871,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:385;s:4:\"file\";s:25:\"2018/09/Drag-and-drop.gif\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Drag-and-drop-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Drag-and-drop-300x144.gif\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Drag-and-drop-768x370.gif\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:25:\"Drag-and-drop-480x231.gif\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:25:\"Drag-and-drop-702x338.gif\";s:5:\"width\";i:702;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:25:\"Drag-and-drop-580x279.gif\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:25:\"Drag-and-drop-592x285.gif\";s:5:\"width\";i:592;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17733,4965,'_wp_attached_file','2018/09/Add-Project.gif'),(17734,4965,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:656;s:4:\"file\";s:23:\"2018/09/Add-Project.gif\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Add-Project-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Add-Project-300x144.gif\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Add-Project-768x369.gif\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Add-Project-1024x492.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:492;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:23:\"Add-Project-480x231.gif\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:23:\"Add-Project-704x338.gif\";s:5:\"width\";i:704;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:23:\"Add-Project-580x279.gif\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:23:\"Add-Project-593x285.gif\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17781,4977,'_wp_attached_file','2018/09/Add-Project-1.gif'),(17782,4977,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:656;s:4:\"file\";s:25:\"2018/09/Add-Project-1.gif\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Add-Project-1-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Add-Project-1-300x144.gif\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Add-Project-1-768x369.gif\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Add-Project-1-1024x492.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:492;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:25:\"Add-Project-1-480x231.gif\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:25:\"Add-Project-1-704x338.gif\";s:5:\"width\";i:704;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:25:\"Add-Project-1-580x279.gif\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:25:\"Add-Project-1-593x285.gif\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17810,4989,'_wp_attached_file','2018/09/Add-Project-2.gif'),(17811,4989,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:656;s:4:\"file\";s:25:\"2018/09/Add-Project-2.gif\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Add-Project-2-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Add-Project-2-300x144.gif\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Add-Project-2-768x369.gif\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Add-Project-2-1024x492.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:492;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:25:\"Add-Project-2-480x231.gif\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:25:\"Add-Project-2-704x338.gif\";s:5:\"width\";i:704;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:25:\"Add-Project-2-580x279.gif\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:25:\"Add-Project-2-593x285.gif\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17812,4990,'_wp_attached_file','2018/09/Add-Project-3.gif'),(17813,4990,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:656;s:4:\"file\";s:25:\"2018/09/Add-Project-3.gif\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Add-Project-3-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Add-Project-3-300x144.gif\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Add-Project-3-768x369.gif\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Add-Project-3-1024x492.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:492;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:25:\"Add-Project-3-480x231.gif\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:25:\"Add-Project-3-704x338.gif\";s:5:\"width\";i:704;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:25:\"Add-Project-3-580x279.gif\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:25:\"Add-Project-3-593x285.gif\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17868,5005,'_wp_attached_file','2018/09/Add-Project-red.gif'),(17869,5005,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:656;s:4:\"file\";s:27:\"2018/09/Add-Project-red.gif\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Add-Project-red-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Add-Project-red-300x144.gif\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Add-Project-red-768x369.gif\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Add-Project-red-1024x492.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:492;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:27:\"Add-Project-red-480x231.gif\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:27:\"Add-Project-red-704x338.gif\";s:5:\"width\";i:704;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:27:\"Add-Project-red-580x279.gif\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:27:\"Add-Project-red-593x285.gif\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17870,5007,'_wp_attached_file','2018/09/Add-Project-01.gif'),(17871,5007,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:656;s:4:\"file\";s:26:\"2018/09/Add-Project-01.gif\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Add-Project-01-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Add-Project-01-300x144.gif\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Add-Project-01-768x369.gif\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Add-Project-01-1024x492.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:492;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:26:\"Add-Project-01-480x231.gif\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:26:\"Add-Project-01-704x338.gif\";s:5:\"width\";i:704;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:26:\"Add-Project-01-580x279.gif\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:26:\"Add-Project-01-593x285.gif\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17929,5043,'_wp_attached_file','2018/09/Invite-Members.gif'),(17930,5043,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:656;s:4:\"file\";s:26:\"2018/09/Invite-Members.gif\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Invite-Members-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Invite-Members-300x144.gif\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Invite-Members-768x369.gif\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Invite-Members-1024x492.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:492;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:26:\"Invite-Members-480x231.gif\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:26:\"Invite-Members-704x338.gif\";s:5:\"width\";i:704;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:26:\"Invite-Members-580x279.gif\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:26:\"Invite-Members-593x285.gif\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17931,5048,'_wp_attached_file','2018/09/Invite-Members01.gif'),(17932,5048,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:656;s:4:\"file\";s:28:\"2018/09/Invite-Members01.gif\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Invite-Members01-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Invite-Members01-300x144.gif\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Invite-Members01-768x369.gif\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Invite-Members01-1024x492.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:492;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:28:\"Invite-Members01-480x231.gif\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:28:\"Invite-Members01-704x338.gif\";s:5:\"width\";i:704;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:28:\"Invite-Members01-580x279.gif\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:28:\"Invite-Members01-593x285.gif\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17959,5059,'_wp_attached_file','2018/09/Manage-Backlog.gif'),(17960,5059,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:656;s:4:\"file\";s:26:\"2018/09/Manage-Backlog.gif\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Manage-Backlog-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Manage-Backlog-300x144.gif\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Manage-Backlog-768x369.gif\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Manage-Backlog-1024x492.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:492;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:26:\"Manage-Backlog-480x231.gif\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:26:\"Manage-Backlog-704x338.gif\";s:5:\"width\";i:704;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:26:\"Manage-Backlog-580x279.gif\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:26:\"Manage-Backlog-593x285.gif\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17990,1136,'_post_header_background_image',''),(18020,5098,'_wp_attached_file','2018/09/Add-Project-02.gif'),(18021,5098,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:656;s:4:\"file\";s:26:\"2018/09/Add-Project-02.gif\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Add-Project-02-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Add-Project-02-300x144.gif\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Add-Project-02-768x369.gif\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Add-Project-02-1024x492.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:492;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:26:\"Add-Project-02-480x231.gif\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:26:\"Add-Project-02-704x338.gif\";s:5:\"width\";i:704;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:26:\"Add-Project-02-580x279.gif\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:26:\"Add-Project-02-593x285.gif\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18023,5108,'_wp_attached_file','2018/09/Add-Project-red-02.gif'),(18024,5108,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:656;s:4:\"file\";s:30:\"2018/09/Add-Project-red-02.gif\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Add-Project-red-02-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Add-Project-red-02-300x144.gif\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Add-Project-red-02-768x369.gif\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Add-Project-red-02-1024x492.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:492;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:30:\"Add-Project-red-02-480x231.gif\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:30:\"Add-Project-red-02-704x338.gif\";s:5:\"width\";i:704;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:30:\"Add-Project-red-02-580x279.gif\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:30:\"Add-Project-red-02-593x285.gif\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18025,5122,'_wp_attached_file','2018/09/Invite-Members02.gif'),(18026,5122,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:656;s:4:\"file\";s:28:\"2018/09/Invite-Members02.gif\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Invite-Members02-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Invite-Members02-300x144.gif\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Invite-Members02-768x369.gif\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Invite-Members02-1024x492.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:492;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:28:\"Invite-Members02-480x231.gif\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:28:\"Invite-Members02-704x338.gif\";s:5:\"width\";i:704;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:28:\"Invite-Members02-580x279.gif\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:28:\"Invite-Members02-593x285.gif\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18136,5173,'_wp_attached_file','2018/09/Img.png'),(18137,5173,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:42;s:6:\"height\";i:33;s:4:\"file\";s:15:\"2018/09/Img.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18567,5350,'_wp_attached_file','2018/10/Sort-icon.png'),(18568,5350,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:16;s:6:\"height\";i:19;s:4:\"file\";s:21:\"2018/10/Sort-icon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18570,5352,'_wp_attached_file','2018/09/add-workitem-1.png'),(18571,5352,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:654;s:4:\"file\";s:26:\"2018/09/add-workitem-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"add-workitem-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"add-workitem-1-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"add-workitem-1-768x368.png\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"add-workitem-1-1024x490.png\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:26:\"add-workitem-1-480x230.png\";s:5:\"width\";i:480;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:26:\"add-workitem-1-706x338.png\";s:5:\"width\";i:706;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:26:\"add-workitem-1-580x278.png\";s:5:\"width\";i:580;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:26:\"add-workitem-1-595x285.png\";s:5:\"width\";i:595;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18572,5354,'_wp_attached_file','2018/10/Ascend-icon.png'),(18573,5354,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:16;s:6:\"height\";i:11;s:4:\"file\";s:23:\"2018/10/Ascend-icon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18574,5355,'_wp_attached_file','2018/09/add-workitem-2.png'),(18575,5355,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:183;s:4:\"file\";s:26:\"2018/09/add-workitem-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"add-workitem-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"add-workitem-2-300x40.png\";s:5:\"width\";i:300;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"add-workitem-2-768x103.png\";s:5:\"width\";i:768;s:6:\"height\";i:103;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"add-workitem-2-1024x137.png\";s:5:\"width\";i:1024;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:25:\"add-workitem-2-480x64.png\";s:5:\"width\";i:480;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:25:\"add-workitem-2-730x98.png\";s:5:\"width\";i:730;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:25:\"add-workitem-2-580x78.png\";s:5:\"width\";i:580;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:25:\"add-workitem-2-665x89.png\";s:5:\"width\";i:665;s:6:\"height\";i:89;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18576,5356,'_wp_attached_file','2018/09/add-workitem-3.png'),(18577,5356,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:335;s:4:\"file\";s:26:\"2018/09/add-workitem-3.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"add-workitem-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"add-workitem-3-300x74.png\";s:5:\"width\";i:300;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"add-workitem-3-768x188.png\";s:5:\"width\";i:768;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"add-workitem-3-1024x251.png\";s:5:\"width\";i:1024;s:6:\"height\";i:251;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:26:\"add-workitem-3-480x118.png\";s:5:\"width\";i:480;s:6:\"height\";i:118;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:26:\"add-workitem-3-730x179.png\";s:5:\"width\";i:730;s:6:\"height\";i:179;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:26:\"add-workitem-3-580x142.png\";s:5:\"width\";i:580;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:26:\"add-workitem-3-665x163.png\";s:5:\"width\";i:665;s:6:\"height\";i:163;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18862,5449,'_wp_attached_file','2018/09/Add-Subitems-in-workitem-1.png'),(18863,5449,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:523;s:4:\"file\";s:38:\"2018/09/Add-Subitems-in-workitem-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Add-Subitems-in-workitem-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Add-Subitems-in-workitem-1-300x115.png\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Add-Subitems-in-workitem-1-768x294.png\";s:5:\"width\";i:768;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Add-Subitems-in-workitem-1-1024x392.png\";s:5:\"width\";i:1024;s:6:\"height\";i:392;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:38:\"Add-Subitems-in-workitem-1-480x184.png\";s:5:\"width\";i:480;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:38:\"Add-Subitems-in-workitem-1-730x279.png\";s:5:\"width\";i:730;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:38:\"Add-Subitems-in-workitem-1-580x222.png\";s:5:\"width\";i:580;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:38:\"Add-Subitems-in-workitem-1-665x255.png\";s:5:\"width\";i:665;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18864,5450,'_wp_attached_file','2018/09/Add-Subitems-in-workitem-2.png'),(18865,5450,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1381;s:6:\"height\";i:538;s:4:\"file\";s:38:\"2018/09/Add-Subitems-in-workitem-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Add-Subitems-in-workitem-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Add-Subitems-in-workitem-2-300x117.png\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Add-Subitems-in-workitem-2-768x299.png\";s:5:\"width\";i:768;s:6:\"height\";i:299;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Add-Subitems-in-workitem-2-1024x399.png\";s:5:\"width\";i:1024;s:6:\"height\";i:399;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:38:\"Add-Subitems-in-workitem-2-480x187.png\";s:5:\"width\";i:480;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:38:\"Add-Subitems-in-workitem-2-730x284.png\";s:5:\"width\";i:730;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:38:\"Add-Subitems-in-workitem-2-580x226.png\";s:5:\"width\";i:580;s:6:\"height\";i:226;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:38:\"Add-Subitems-in-workitem-2-665x259.png\";s:5:\"width\";i:665;s:6:\"height\";i:259;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18866,5451,'_wp_attached_file','2018/09/Add-Subitems-in-workitem-3.png'),(18867,5451,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1381;s:6:\"height\";i:538;s:4:\"file\";s:38:\"2018/09/Add-Subitems-in-workitem-3.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Add-Subitems-in-workitem-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Add-Subitems-in-workitem-3-300x117.png\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Add-Subitems-in-workitem-3-768x299.png\";s:5:\"width\";i:768;s:6:\"height\";i:299;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Add-Subitems-in-workitem-3-1024x399.png\";s:5:\"width\";i:1024;s:6:\"height\";i:399;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:38:\"Add-Subitems-in-workitem-3-480x187.png\";s:5:\"width\";i:480;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:38:\"Add-Subitems-in-workitem-3-730x284.png\";s:5:\"width\";i:730;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:38:\"Add-Subitems-in-workitem-3-580x226.png\";s:5:\"width\";i:580;s:6:\"height\";i:226;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:38:\"Add-Subitems-in-workitem-3-665x259.png\";s:5:\"width\";i:665;s:6:\"height\";i:259;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18959,5505,'_wp_attached_file','2018/09/add-workitem-1-1.png'),(18960,5505,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:335;s:4:\"file\";s:28:\"2018/09/add-workitem-1-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"add-workitem-1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"add-workitem-1-1-300x74.png\";s:5:\"width\";i:300;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"add-workitem-1-1-768x188.png\";s:5:\"width\";i:768;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"add-workitem-1-1-1024x251.png\";s:5:\"width\";i:1024;s:6:\"height\";i:251;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:28:\"add-workitem-1-1-480x118.png\";s:5:\"width\";i:480;s:6:\"height\";i:118;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:28:\"add-workitem-1-1-730x179.png\";s:5:\"width\";i:730;s:6:\"height\";i:179;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:28:\"add-workitem-1-1-580x142.png\";s:5:\"width\";i:580;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:28:\"add-workitem-1-1-665x163.png\";s:5:\"width\";i:665;s:6:\"height\";i:163;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18961,5506,'_wp_attached_file','2018/09/add-workitem-2-1.png'),(18962,5506,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:335;s:4:\"file\";s:28:\"2018/09/add-workitem-2-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"add-workitem-2-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"add-workitem-2-1-300x74.png\";s:5:\"width\";i:300;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"add-workitem-2-1-768x188.png\";s:5:\"width\";i:768;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"add-workitem-2-1-1024x251.png\";s:5:\"width\";i:1024;s:6:\"height\";i:251;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:28:\"add-workitem-2-1-480x118.png\";s:5:\"width\";i:480;s:6:\"height\";i:118;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:28:\"add-workitem-2-1-730x179.png\";s:5:\"width\";i:730;s:6:\"height\";i:179;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:28:\"add-workitem-2-1-580x142.png\";s:5:\"width\";i:580;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:28:\"add-workitem-2-1-665x163.png\";s:5:\"width\";i:665;s:6:\"height\";i:163;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18963,5507,'_wp_attached_file','2018/09/add-workitem-3-1.png'),(18964,5507,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:335;s:4:\"file\";s:28:\"2018/09/add-workitem-3-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"add-workitem-3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"add-workitem-3-1-300x74.png\";s:5:\"width\";i:300;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"add-workitem-3-1-768x188.png\";s:5:\"width\";i:768;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"add-workitem-3-1-1024x251.png\";s:5:\"width\";i:1024;s:6:\"height\";i:251;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:28:\"add-workitem-3-1-480x118.png\";s:5:\"width\";i:480;s:6:\"height\";i:118;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:28:\"add-workitem-3-1-730x179.png\";s:5:\"width\";i:730;s:6:\"height\";i:179;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:28:\"add-workitem-3-1-580x142.png\";s:5:\"width\";i:580;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:28:\"add-workitem-3-1-665x163.png\";s:5:\"width\";i:665;s:6:\"height\";i:163;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18965,5510,'_wp_attached_file','2018/09/Manage-Workitem-1.png'),(18966,5510,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:523;s:4:\"file\";s:29:\"2018/09/Manage-Workitem-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Manage-Workitem-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Manage-Workitem-1-300x115.png\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Manage-Workitem-1-768x294.png\";s:5:\"width\";i:768;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Manage-Workitem-1-1024x392.png\";s:5:\"width\";i:1024;s:6:\"height\";i:392;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:29:\"Manage-Workitem-1-480x184.png\";s:5:\"width\";i:480;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:29:\"Manage-Workitem-1-730x279.png\";s:5:\"width\";i:730;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:29:\"Manage-Workitem-1-580x222.png\";s:5:\"width\";i:580;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:29:\"Manage-Workitem-1-665x255.png\";s:5:\"width\";i:665;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18967,5511,'_wp_attached_file','2018/09/Manage-Workitem-2.png'),(18968,5511,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1381;s:6:\"height\";i:659;s:4:\"file\";s:29:\"2018/09/Manage-Workitem-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Manage-Workitem-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Manage-Workitem-2-300x143.png\";s:5:\"width\";i:300;s:6:\"height\";i:143;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Manage-Workitem-2-768x366.png\";s:5:\"width\";i:768;s:6:\"height\";i:366;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Manage-Workitem-2-1024x489.png\";s:5:\"width\";i:1024;s:6:\"height\";i:489;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:29:\"Manage-Workitem-2-480x229.png\";s:5:\"width\";i:480;s:6:\"height\";i:229;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:29:\"Manage-Workitem-2-708x338.png\";s:5:\"width\";i:708;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:29:\"Manage-Workitem-2-580x277.png\";s:5:\"width\";i:580;s:6:\"height\";i:277;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:29:\"Manage-Workitem-2-597x285.png\";s:5:\"width\";i:597;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18969,5512,'_wp_attached_file','2018/09/Manage-Workitem-3.png'),(18970,5512,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:523;s:4:\"file\";s:29:\"2018/09/Manage-Workitem-3.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Manage-Workitem-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Manage-Workitem-3-300x115.png\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Manage-Workitem-3-768x294.png\";s:5:\"width\";i:768;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Manage-Workitem-3-1024x392.png\";s:5:\"width\";i:1024;s:6:\"height\";i:392;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:29:\"Manage-Workitem-3-480x184.png\";s:5:\"width\";i:480;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:29:\"Manage-Workitem-3-730x279.png\";s:5:\"width\";i:730;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:29:\"Manage-Workitem-3-580x222.png\";s:5:\"width\";i:580;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:29:\"Manage-Workitem-3-665x255.png\";s:5:\"width\";i:665;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18971,5514,'_wp_attached_file','2018/09/Manage-Workitem-4.png'),(18972,5514,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1348;s:6:\"height\";i:523;s:4:\"file\";s:29:\"2018/09/Manage-Workitem-4.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Manage-Workitem-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Manage-Workitem-4-300x116.png\";s:5:\"width\";i:300;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Manage-Workitem-4-768x298.png\";s:5:\"width\";i:768;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Manage-Workitem-4-1024x397.png\";s:5:\"width\";i:1024;s:6:\"height\";i:397;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:29:\"Manage-Workitem-4-480x186.png\";s:5:\"width\";i:480;s:6:\"height\";i:186;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:29:\"Manage-Workitem-4-730x283.png\";s:5:\"width\";i:730;s:6:\"height\";i:283;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:29:\"Manage-Workitem-4-580x225.png\";s:5:\"width\";i:580;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:29:\"Manage-Workitem-4-665x258.png\";s:5:\"width\";i:665;s:6:\"height\";i:258;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18973,5517,'_wp_attached_file','2018/10/Assign-Workitem-to-a-User-1.png'),(18974,5517,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:523;s:4:\"file\";s:39:\"2018/10/Assign-Workitem-to-a-User-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Assign-Workitem-to-a-User-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Assign-Workitem-to-a-User-1-300x115.png\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Assign-Workitem-to-a-User-1-768x294.png\";s:5:\"width\";i:768;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Assign-Workitem-to-a-User-1-1024x392.png\";s:5:\"width\";i:1024;s:6:\"height\";i:392;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:39:\"Assign-Workitem-to-a-User-1-480x184.png\";s:5:\"width\";i:480;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:39:\"Assign-Workitem-to-a-User-1-730x279.png\";s:5:\"width\";i:730;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:39:\"Assign-Workitem-to-a-User-1-580x222.png\";s:5:\"width\";i:580;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:39:\"Assign-Workitem-to-a-User-1-665x255.png\";s:5:\"width\";i:665;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18979,5520,'_wp_attached_file','2018/10/Assign-Workitem-to-a-User-3.png'),(18980,5520,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:366;s:4:\"file\";s:39:\"2018/10/Assign-Workitem-to-a-User-3.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Assign-Workitem-to-a-User-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Assign-Workitem-to-a-User-3-300x80.png\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Assign-Workitem-to-a-User-3-768x206.png\";s:5:\"width\";i:768;s:6:\"height\";i:206;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Assign-Workitem-to-a-User-3-1024x274.png\";s:5:\"width\";i:1024;s:6:\"height\";i:274;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:39:\"Assign-Workitem-to-a-User-3-480x129.png\";s:5:\"width\";i:480;s:6:\"height\";i:129;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:39:\"Assign-Workitem-to-a-User-3-730x196.png\";s:5:\"width\";i:730;s:6:\"height\";i:196;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:39:\"Assign-Workitem-to-a-User-3-580x155.png\";s:5:\"width\";i:580;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:39:\"Assign-Workitem-to-a-User-3-665x178.png\";s:5:\"width\";i:665;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18981,5521,'_wp_attached_file','2018/10/Assign-Workitem-to-a-User-4.png'),(18982,5521,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:654;s:4:\"file\";s:39:\"2018/10/Assign-Workitem-to-a-User-4.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Assign-Workitem-to-a-User-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Assign-Workitem-to-a-User-4-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Assign-Workitem-to-a-User-4-768x368.png\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Assign-Workitem-to-a-User-4-1024x490.png\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:39:\"Assign-Workitem-to-a-User-4-480x230.png\";s:5:\"width\";i:480;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:39:\"Assign-Workitem-to-a-User-4-706x338.png\";s:5:\"width\";i:706;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:39:\"Assign-Workitem-to-a-User-4-580x278.png\";s:5:\"width\";i:580;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:39:\"Assign-Workitem-to-a-User-4-595x285.png\";s:5:\"width\";i:595;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18983,5527,'_wp_attached_file','2018/10/Set-Workitem-Business-Value-1.png'),(18984,5527,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:523;s:4:\"file\";s:41:\"2018/10/Set-Workitem-Business-Value-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Set-Workitem-Business-Value-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Set-Workitem-Business-Value-1-300x115.png\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Set-Workitem-Business-Value-1-768x294.png\";s:5:\"width\";i:768;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Set-Workitem-Business-Value-1-1024x392.png\";s:5:\"width\";i:1024;s:6:\"height\";i:392;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:41:\"Set-Workitem-Business-Value-1-480x184.png\";s:5:\"width\";i:480;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:41:\"Set-Workitem-Business-Value-1-730x279.png\";s:5:\"width\";i:730;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:41:\"Set-Workitem-Business-Value-1-580x222.png\";s:5:\"width\";i:580;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:41:\"Set-Workitem-Business-Value-1-665x255.png\";s:5:\"width\";i:665;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18985,5528,'_wp_attached_file','2018/10/Set-Workitem-Business-Value-2.png'),(18986,5528,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:326;s:4:\"file\";s:41:\"2018/10/Set-Workitem-Business-Value-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Set-Workitem-Business-Value-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Set-Workitem-Business-Value-2-300x72.png\";s:5:\"width\";i:300;s:6:\"height\";i:72;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Set-Workitem-Business-Value-2-768x183.png\";s:5:\"width\";i:768;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Set-Workitem-Business-Value-2-1024x244.png\";s:5:\"width\";i:1024;s:6:\"height\";i:244;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:41:\"Set-Workitem-Business-Value-2-480x115.png\";s:5:\"width\";i:480;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:41:\"Set-Workitem-Business-Value-2-730x174.png\";s:5:\"width\";i:730;s:6:\"height\";i:174;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:41:\"Set-Workitem-Business-Value-2-580x138.png\";s:5:\"width\";i:580;s:6:\"height\";i:138;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:41:\"Set-Workitem-Business-Value-2-665x159.png\";s:5:\"width\";i:665;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18987,5529,'_wp_attached_file','2018/10/Set-Workitem-Business-Value-3.png'),(18988,5529,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:366;s:4:\"file\";s:41:\"2018/10/Set-Workitem-Business-Value-3.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Set-Workitem-Business-Value-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Set-Workitem-Business-Value-3-300x80.png\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Set-Workitem-Business-Value-3-768x206.png\";s:5:\"width\";i:768;s:6:\"height\";i:206;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Set-Workitem-Business-Value-3-1024x274.png\";s:5:\"width\";i:1024;s:6:\"height\";i:274;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:41:\"Set-Workitem-Business-Value-3-480x129.png\";s:5:\"width\";i:480;s:6:\"height\";i:129;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:41:\"Set-Workitem-Business-Value-3-730x196.png\";s:5:\"width\";i:730;s:6:\"height\";i:196;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:41:\"Set-Workitem-Business-Value-3-580x155.png\";s:5:\"width\";i:580;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:41:\"Set-Workitem-Business-Value-3-665x178.png\";s:5:\"width\";i:665;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18989,5530,'_wp_attached_file','2018/10/Set-Workitem-Business-Value-4.png'),(18990,5530,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:654;s:4:\"file\";s:41:\"2018/10/Set-Workitem-Business-Value-4.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Set-Workitem-Business-Value-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Set-Workitem-Business-Value-4-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Set-Workitem-Business-Value-4-768x368.png\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Set-Workitem-Business-Value-4-1024x490.png\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:41:\"Set-Workitem-Business-Value-4-480x230.png\";s:5:\"width\";i:480;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:41:\"Set-Workitem-Business-Value-4-706x338.png\";s:5:\"width\";i:706;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:41:\"Set-Workitem-Business-Value-4-580x278.png\";s:5:\"width\";i:580;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:41:\"Set-Workitem-Business-Value-4-595x285.png\";s:5:\"width\";i:595;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18999,5541,'_wp_attached_file','2018/10/Set-Workitem-Business-Value-4-1.png'),(19000,5541,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:654;s:4:\"file\";s:43:\"2018/10/Set-Workitem-Business-Value-4-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Set-Workitem-Business-Value-4-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Set-Workitem-Business-Value-4-1-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Set-Workitem-Business-Value-4-1-768x368.png\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Set-Workitem-Business-Value-4-1-1024x490.png\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:43:\"Set-Workitem-Business-Value-4-1-480x230.png\";s:5:\"width\";i:480;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:43:\"Set-Workitem-Business-Value-4-1-706x338.png\";s:5:\"width\";i:706;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:43:\"Set-Workitem-Business-Value-4-1-580x278.png\";s:5:\"width\";i:580;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:43:\"Set-Workitem-Business-Value-4-1-595x285.png\";s:5:\"width\";i:595;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19001,5545,'_wp_attached_file','2018/10/Set-workitem-Estimated-size-1.png'),(19002,5545,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:523;s:4:\"file\";s:41:\"2018/10/Set-workitem-Estimated-size-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Set-workitem-Estimated-size-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Set-workitem-Estimated-size-1-300x115.png\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Set-workitem-Estimated-size-1-768x294.png\";s:5:\"width\";i:768;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Set-workitem-Estimated-size-1-1024x392.png\";s:5:\"width\";i:1024;s:6:\"height\";i:392;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:41:\"Set-workitem-Estimated-size-1-480x184.png\";s:5:\"width\";i:480;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:41:\"Set-workitem-Estimated-size-1-730x279.png\";s:5:\"width\";i:730;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:41:\"Set-workitem-Estimated-size-1-580x222.png\";s:5:\"width\";i:580;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:41:\"Set-workitem-Estimated-size-1-665x255.png\";s:5:\"width\";i:665;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19005,5547,'_wp_attached_file','2018/10/Set-workitem-Estimated-size-3.png'),(19006,5547,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:366;s:4:\"file\";s:41:\"2018/10/Set-workitem-Estimated-size-3.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Set-workitem-Estimated-size-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Set-workitem-Estimated-size-3-300x80.png\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Set-workitem-Estimated-size-3-768x206.png\";s:5:\"width\";i:768;s:6:\"height\";i:206;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Set-workitem-Estimated-size-3-1024x274.png\";s:5:\"width\";i:1024;s:6:\"height\";i:274;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:41:\"Set-workitem-Estimated-size-3-480x129.png\";s:5:\"width\";i:480;s:6:\"height\";i:129;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:41:\"Set-workitem-Estimated-size-3-730x196.png\";s:5:\"width\";i:730;s:6:\"height\";i:196;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:41:\"Set-workitem-Estimated-size-3-580x155.png\";s:5:\"width\";i:580;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:41:\"Set-workitem-Estimated-size-3-665x178.png\";s:5:\"width\";i:665;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19007,5548,'_wp_attached_file','2018/10/Set-workitem-Estimated-size-4.png'),(19008,5548,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:654;s:4:\"file\";s:41:\"2018/10/Set-workitem-Estimated-size-4.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Set-workitem-Estimated-size-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Set-workitem-Estimated-size-4-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Set-workitem-Estimated-size-4-768x368.png\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Set-workitem-Estimated-size-4-1024x490.png\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:41:\"Set-workitem-Estimated-size-4-480x230.png\";s:5:\"width\";i:480;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:41:\"Set-workitem-Estimated-size-4-706x338.png\";s:5:\"width\";i:706;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:41:\"Set-workitem-Estimated-size-4-580x278.png\";s:5:\"width\";i:580;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:41:\"Set-workitem-Estimated-size-4-595x285.png\";s:5:\"width\";i:595;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19009,5551,'_wp_attached_file','2018/09/Tag-workitem-1.png'),(19010,5551,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:523;s:4:\"file\";s:26:\"2018/09/Tag-workitem-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Tag-workitem-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Tag-workitem-1-300x115.png\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Tag-workitem-1-768x294.png\";s:5:\"width\";i:768;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Tag-workitem-1-1024x392.png\";s:5:\"width\";i:1024;s:6:\"height\";i:392;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:26:\"Tag-workitem-1-480x184.png\";s:5:\"width\";i:480;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:26:\"Tag-workitem-1-730x279.png\";s:5:\"width\";i:730;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:26:\"Tag-workitem-1-580x222.png\";s:5:\"width\";i:580;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:26:\"Tag-workitem-1-665x255.png\";s:5:\"width\";i:665;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19011,5552,'_wp_attached_file','2018/09/Tag-workitem-2.png'),(19012,5552,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1381;s:6:\"height\";i:538;s:4:\"file\";s:26:\"2018/09/Tag-workitem-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Tag-workitem-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Tag-workitem-2-300x117.png\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Tag-workitem-2-768x299.png\";s:5:\"width\";i:768;s:6:\"height\";i:299;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Tag-workitem-2-1024x399.png\";s:5:\"width\";i:1024;s:6:\"height\";i:399;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:26:\"Tag-workitem-2-480x187.png\";s:5:\"width\";i:480;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:26:\"Tag-workitem-2-730x284.png\";s:5:\"width\";i:730;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:26:\"Tag-workitem-2-580x226.png\";s:5:\"width\";i:580;s:6:\"height\";i:226;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:26:\"Tag-workitem-2-665x259.png\";s:5:\"width\";i:665;s:6:\"height\";i:259;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19013,5553,'_wp_attached_file','2018/09/Tag-workitem-3.png'),(19014,5553,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1381;s:6:\"height\";i:538;s:4:\"file\";s:26:\"2018/09/Tag-workitem-3.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Tag-workitem-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Tag-workitem-3-300x117.png\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Tag-workitem-3-768x299.png\";s:5:\"width\";i:768;s:6:\"height\";i:299;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Tag-workitem-3-1024x399.png\";s:5:\"width\";i:1024;s:6:\"height\";i:399;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:26:\"Tag-workitem-3-480x187.png\";s:5:\"width\";i:480;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:26:\"Tag-workitem-3-730x284.png\";s:5:\"width\";i:730;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:26:\"Tag-workitem-3-580x226.png\";s:5:\"width\";i:580;s:6:\"height\";i:226;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:26:\"Tag-workitem-3-665x259.png\";s:5:\"width\";i:665;s:6:\"height\";i:259;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19015,5557,'_wp_attached_file','2018/09/Attach-File-To-Workitem-1.png'),(19016,5557,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:523;s:4:\"file\";s:37:\"2018/09/Attach-File-To-Workitem-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Attach-File-To-Workitem-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Attach-File-To-Workitem-1-300x115.png\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Attach-File-To-Workitem-1-768x294.png\";s:5:\"width\";i:768;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Attach-File-To-Workitem-1-1024x392.png\";s:5:\"width\";i:1024;s:6:\"height\";i:392;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:37:\"Attach-File-To-Workitem-1-480x184.png\";s:5:\"width\";i:480;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:37:\"Attach-File-To-Workitem-1-730x279.png\";s:5:\"width\";i:730;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:37:\"Attach-File-To-Workitem-1-580x222.png\";s:5:\"width\";i:580;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:37:\"Attach-File-To-Workitem-1-665x255.png\";s:5:\"width\";i:665;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19017,5558,'_wp_attached_file','2018/09/Attach-File-To-Workitem-2.png'),(19018,5558,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1381;s:6:\"height\";i:538;s:4:\"file\";s:37:\"2018/09/Attach-File-To-Workitem-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Attach-File-To-Workitem-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Attach-File-To-Workitem-2-300x117.png\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Attach-File-To-Workitem-2-768x299.png\";s:5:\"width\";i:768;s:6:\"height\";i:299;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Attach-File-To-Workitem-2-1024x399.png\";s:5:\"width\";i:1024;s:6:\"height\";i:399;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:37:\"Attach-File-To-Workitem-2-480x187.png\";s:5:\"width\";i:480;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:37:\"Attach-File-To-Workitem-2-730x284.png\";s:5:\"width\";i:730;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:37:\"Attach-File-To-Workitem-2-580x226.png\";s:5:\"width\";i:580;s:6:\"height\";i:226;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:37:\"Attach-File-To-Workitem-2-665x259.png\";s:5:\"width\";i:665;s:6:\"height\";i:259;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19019,5559,'_wp_attached_file','2018/09/Attach-File-To-Workitem-3.png'),(19020,5559,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1381;s:6:\"height\";i:662;s:4:\"file\";s:37:\"2018/09/Attach-File-To-Workitem-3.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Attach-File-To-Workitem-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Attach-File-To-Workitem-3-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Attach-File-To-Workitem-3-768x368.png\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Attach-File-To-Workitem-3-1024x491.png\";s:5:\"width\";i:1024;s:6:\"height\";i:491;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:37:\"Attach-File-To-Workitem-3-480x230.png\";s:5:\"width\";i:480;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:37:\"Attach-File-To-Workitem-3-705x338.png\";s:5:\"width\";i:705;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:37:\"Attach-File-To-Workitem-3-580x278.png\";s:5:\"width\";i:580;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:37:\"Attach-File-To-Workitem-3-595x285.png\";s:5:\"width\";i:595;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19021,5561,'_wp_attached_file','2018/09/Comment-on-workitem-1.png'),(19022,5561,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:523;s:4:\"file\";s:33:\"2018/09/Comment-on-workitem-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Comment-on-workitem-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Comment-on-workitem-1-300x115.png\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Comment-on-workitem-1-768x294.png\";s:5:\"width\";i:768;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Comment-on-workitem-1-1024x392.png\";s:5:\"width\";i:1024;s:6:\"height\";i:392;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:33:\"Comment-on-workitem-1-480x184.png\";s:5:\"width\";i:480;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:33:\"Comment-on-workitem-1-730x279.png\";s:5:\"width\";i:730;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:33:\"Comment-on-workitem-1-580x222.png\";s:5:\"width\";i:580;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:33:\"Comment-on-workitem-1-665x255.png\";s:5:\"width\";i:665;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19023,5562,'_wp_attached_file','2018/09/Comment-on-workitem-2.png'),(19024,5562,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1381;s:6:\"height\";i:538;s:4:\"file\";s:33:\"2018/09/Comment-on-workitem-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Comment-on-workitem-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Comment-on-workitem-2-300x117.png\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Comment-on-workitem-2-768x299.png\";s:5:\"width\";i:768;s:6:\"height\";i:299;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Comment-on-workitem-2-1024x399.png\";s:5:\"width\";i:1024;s:6:\"height\";i:399;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:33:\"Comment-on-workitem-2-480x187.png\";s:5:\"width\";i:480;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:33:\"Comment-on-workitem-2-730x284.png\";s:5:\"width\";i:730;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:33:\"Comment-on-workitem-2-580x226.png\";s:5:\"width\";i:580;s:6:\"height\";i:226;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:33:\"Comment-on-workitem-2-665x259.png\";s:5:\"width\";i:665;s:6:\"height\";i:259;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19025,5563,'_wp_attached_file','2018/09/Comment-on-workitem-3.png'),(19026,5563,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1381;s:6:\"height\";i:538;s:4:\"file\";s:33:\"2018/09/Comment-on-workitem-3.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Comment-on-workitem-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Comment-on-workitem-3-300x117.png\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Comment-on-workitem-3-768x299.png\";s:5:\"width\";i:768;s:6:\"height\";i:299;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Comment-on-workitem-3-1024x399.png\";s:5:\"width\";i:1024;s:6:\"height\";i:399;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:33:\"Comment-on-workitem-3-480x187.png\";s:5:\"width\";i:480;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:33:\"Comment-on-workitem-3-730x284.png\";s:5:\"width\";i:730;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:33:\"Comment-on-workitem-3-580x226.png\";s:5:\"width\";i:580;s:6:\"height\";i:226;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:33:\"Comment-on-workitem-3-665x259.png\";s:5:\"width\";i:665;s:6:\"height\";i:259;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19027,5567,'_wp_attached_file','2018/09/My-Setting-1.png'),(19028,5567,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:657;s:4:\"file\";s:24:\"2018/09/My-Setting-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"My-Setting-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"My-Setting-1-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"My-Setting-1-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"My-Setting-1-1024x493.png\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:24:\"My-Setting-1-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:24:\"My-Setting-1-703x338.png\";s:5:\"width\";i:703;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:24:\"My-Setting-1-580x279.png\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:24:\"My-Setting-1-593x285.png\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19029,5568,'_wp_attached_file','2018/09/My-Setting-1-1.png'),(19030,5568,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:657;s:4:\"file\";s:26:\"2018/09/My-Setting-1-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"My-Setting-1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"My-Setting-1-1-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"My-Setting-1-1-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"My-Setting-1-1-1024x493.png\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:26:\"My-Setting-1-1-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:26:\"My-Setting-1-1-703x338.png\";s:5:\"width\";i:703;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:26:\"My-Setting-1-1-580x279.png\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:26:\"My-Setting-1-1-593x285.png\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19031,5570,'_wp_attached_file','2018/09/Log-efforts-on-workitem-1.png'),(19032,5570,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:523;s:4:\"file\";s:37:\"2018/09/Log-efforts-on-workitem-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Log-efforts-on-workitem-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Log-efforts-on-workitem-1-300x115.png\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Log-efforts-on-workitem-1-768x294.png\";s:5:\"width\";i:768;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Log-efforts-on-workitem-1-1024x392.png\";s:5:\"width\";i:1024;s:6:\"height\";i:392;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:37:\"Log-efforts-on-workitem-1-480x184.png\";s:5:\"width\";i:480;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:37:\"Log-efforts-on-workitem-1-730x279.png\";s:5:\"width\";i:730;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:37:\"Log-efforts-on-workitem-1-580x222.png\";s:5:\"width\";i:580;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:37:\"Log-efforts-on-workitem-1-665x255.png\";s:5:\"width\";i:665;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19033,5571,'_wp_attached_file','2018/09/Log-efforts-on-workitem-2.png'),(19034,5571,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1378;s:6:\"height\";i:446;s:4:\"file\";s:37:\"2018/09/Log-efforts-on-workitem-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Log-efforts-on-workitem-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Log-efforts-on-workitem-2-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Log-efforts-on-workitem-2-768x249.png\";s:5:\"width\";i:768;s:6:\"height\";i:249;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Log-efforts-on-workitem-2-1024x331.png\";s:5:\"width\";i:1024;s:6:\"height\";i:331;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:37:\"Log-efforts-on-workitem-2-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:37:\"Log-efforts-on-workitem-2-730x236.png\";s:5:\"width\";i:730;s:6:\"height\";i:236;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:37:\"Log-efforts-on-workitem-2-580x188.png\";s:5:\"width\";i:580;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:37:\"Log-efforts-on-workitem-2-665x215.png\";s:5:\"width\";i:665;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19035,5572,'_wp_attached_file','2018/09/Log-efforts-on-workitem-3.png'),(19036,5572,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1378;s:6:\"height\";i:446;s:4:\"file\";s:37:\"2018/09/Log-efforts-on-workitem-3.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Log-efforts-on-workitem-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Log-efforts-on-workitem-3-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Log-efforts-on-workitem-3-768x249.png\";s:5:\"width\";i:768;s:6:\"height\";i:249;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Log-efforts-on-workitem-3-1024x331.png\";s:5:\"width\";i:1024;s:6:\"height\";i:331;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:37:\"Log-efforts-on-workitem-3-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:37:\"Log-efforts-on-workitem-3-730x236.png\";s:5:\"width\";i:730;s:6:\"height\";i:236;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:37:\"Log-efforts-on-workitem-3-580x188.png\";s:5:\"width\";i:580;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:37:\"Log-efforts-on-workitem-3-665x215.png\";s:5:\"width\";i:665;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19039,5575,'_wp_attached_file','2018/09/Log-efforts-on-workitem-4.png'),(19040,5575,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1378;s:6:\"height\";i:461;s:4:\"file\";s:37:\"2018/09/Log-efforts-on-workitem-4.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Log-efforts-on-workitem-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Log-efforts-on-workitem-4-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Log-efforts-on-workitem-4-768x257.png\";s:5:\"width\";i:768;s:6:\"height\";i:257;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Log-efforts-on-workitem-4-1024x343.png\";s:5:\"width\";i:1024;s:6:\"height\";i:343;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:37:\"Log-efforts-on-workitem-4-480x161.png\";s:5:\"width\";i:480;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:37:\"Log-efforts-on-workitem-4-730x244.png\";s:5:\"width\";i:730;s:6:\"height\";i:244;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:37:\"Log-efforts-on-workitem-4-580x194.png\";s:5:\"width\";i:580;s:6:\"height\";i:194;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:37:\"Log-efforts-on-workitem-4-665x222.png\";s:5:\"width\";i:665;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19041,5578,'_wp_attached_file','2018/09/Add-Subitems-in-workitem-1-1.png'),(19042,5578,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:523;s:4:\"file\";s:40:\"2018/09/Add-Subitems-in-workitem-1-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Add-Subitems-in-workitem-1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Add-Subitems-in-workitem-1-1-300x115.png\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Add-Subitems-in-workitem-1-1-768x294.png\";s:5:\"width\";i:768;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Add-Subitems-in-workitem-1-1-1024x392.png\";s:5:\"width\";i:1024;s:6:\"height\";i:392;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:40:\"Add-Subitems-in-workitem-1-1-480x184.png\";s:5:\"width\";i:480;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:40:\"Add-Subitems-in-workitem-1-1-730x279.png\";s:5:\"width\";i:730;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:40:\"Add-Subitems-in-workitem-1-1-580x222.png\";s:5:\"width\";i:580;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:40:\"Add-Subitems-in-workitem-1-1-665x255.png\";s:5:\"width\";i:665;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19043,5579,'_wp_attached_file','2018/09/Add-Subitems-in-workitem-2-1.png'),(19044,5579,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1381;s:6:\"height\";i:538;s:4:\"file\";s:40:\"2018/09/Add-Subitems-in-workitem-2-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Add-Subitems-in-workitem-2-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Add-Subitems-in-workitem-2-1-300x117.png\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Add-Subitems-in-workitem-2-1-768x299.png\";s:5:\"width\";i:768;s:6:\"height\";i:299;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Add-Subitems-in-workitem-2-1-1024x399.png\";s:5:\"width\";i:1024;s:6:\"height\";i:399;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:40:\"Add-Subitems-in-workitem-2-1-480x187.png\";s:5:\"width\";i:480;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:40:\"Add-Subitems-in-workitem-2-1-730x284.png\";s:5:\"width\";i:730;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:40:\"Add-Subitems-in-workitem-2-1-580x226.png\";s:5:\"width\";i:580;s:6:\"height\";i:226;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:40:\"Add-Subitems-in-workitem-2-1-665x259.png\";s:5:\"width\";i:665;s:6:\"height\";i:259;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19045,5580,'_wp_attached_file','2018/09/Add-Subitems-in-workitem-3-1.png'),(19046,5580,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1381;s:6:\"height\";i:538;s:4:\"file\";s:40:\"2018/09/Add-Subitems-in-workitem-3-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Add-Subitems-in-workitem-3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Add-Subitems-in-workitem-3-1-300x117.png\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Add-Subitems-in-workitem-3-1-768x299.png\";s:5:\"width\";i:768;s:6:\"height\";i:299;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Add-Subitems-in-workitem-3-1-1024x399.png\";s:5:\"width\";i:1024;s:6:\"height\";i:399;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:40:\"Add-Subitems-in-workitem-3-1-480x187.png\";s:5:\"width\";i:480;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:40:\"Add-Subitems-in-workitem-3-1-730x284.png\";s:5:\"width\";i:730;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:40:\"Add-Subitems-in-workitem-3-1-580x226.png\";s:5:\"width\";i:580;s:6:\"height\";i:226;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:40:\"Add-Subitems-in-workitem-3-1-665x259.png\";s:5:\"width\";i:665;s:6:\"height\";i:259;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19047,5583,'_wp_attached_file','2018/09/My-Setting-3.png'),(19048,5583,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:653;s:4:\"file\";s:24:\"2018/09/My-Setting-3.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"My-Setting-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"My-Setting-3-300x143.png\";s:5:\"width\";i:300;s:6:\"height\";i:143;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"My-Setting-3-768x367.png\";s:5:\"width\";i:768;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"My-Setting-3-1024x490.png\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:24:\"My-Setting-3-480x229.png\";s:5:\"width\";i:480;s:6:\"height\";i:229;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:24:\"My-Setting-3-707x338.png\";s:5:\"width\";i:707;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:24:\"My-Setting-3-580x277.png\";s:5:\"width\";i:580;s:6:\"height\";i:277;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:24:\"My-Setting-3-596x285.png\";s:5:\"width\";i:596;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19049,5586,'_wp_attached_file','2018/10/Set-workitem-status-1.png'),(19050,5586,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:523;s:4:\"file\";s:33:\"2018/10/Set-workitem-status-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Set-workitem-status-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Set-workitem-status-1-300x115.png\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Set-workitem-status-1-768x294.png\";s:5:\"width\";i:768;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Set-workitem-status-1-1024x392.png\";s:5:\"width\";i:1024;s:6:\"height\";i:392;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:33:\"Set-workitem-status-1-480x184.png\";s:5:\"width\";i:480;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:33:\"Set-workitem-status-1-730x279.png\";s:5:\"width\";i:730;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:33:\"Set-workitem-status-1-580x222.png\";s:5:\"width\";i:580;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:33:\"Set-workitem-status-1-665x255.png\";s:5:\"width\";i:665;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19053,5588,'_wp_attached_file','2018/10/Set-workitem-status-3.png'),(19054,5588,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:396;s:4:\"file\";s:33:\"2018/10/Set-workitem-status-3.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Set-workitem-status-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Set-workitem-status-3-300x87.png\";s:5:\"width\";i:300;s:6:\"height\";i:87;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Set-workitem-status-3-768x223.png\";s:5:\"width\";i:768;s:6:\"height\";i:223;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Set-workitem-status-3-1024x297.png\";s:5:\"width\";i:1024;s:6:\"height\";i:297;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:33:\"Set-workitem-status-3-480x139.png\";s:5:\"width\";i:480;s:6:\"height\";i:139;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:33:\"Set-workitem-status-3-730x212.png\";s:5:\"width\";i:730;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:33:\"Set-workitem-status-3-580x168.png\";s:5:\"width\";i:580;s:6:\"height\";i:168;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:33:\"Set-workitem-status-3-665x193.png\";s:5:\"width\";i:665;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19055,5589,'_wp_attached_file','2018/10/Set-workitem-status-4.gif'),(19056,5589,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1356;s:6:\"height\";i:650;s:4:\"file\";s:33:\"2018/10/Set-workitem-status-4.gif\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Set-workitem-status-4-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Set-workitem-status-4-300x144.gif\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Set-workitem-status-4-768x368.gif\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Set-workitem-status-4-1024x491.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:491;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:33:\"Set-workitem-status-4-480x230.gif\";s:5:\"width\";i:480;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:33:\"Set-workitem-status-4-705x338.gif\";s:5:\"width\";i:705;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:33:\"Set-workitem-status-4-580x278.gif\";s:5:\"width\";i:580;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:33:\"Set-workitem-status-4-595x285.gif\";s:5:\"width\";i:595;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19057,5592,'_wp_attached_file','2018/09/Track-Workitem-Activity-1.png'),(19058,5592,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:523;s:4:\"file\";s:37:\"2018/09/Track-Workitem-Activity-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Track-Workitem-Activity-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Track-Workitem-Activity-1-300x115.png\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Track-Workitem-Activity-1-768x294.png\";s:5:\"width\";i:768;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Track-Workitem-Activity-1-1024x392.png\";s:5:\"width\";i:1024;s:6:\"height\";i:392;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:37:\"Track-Workitem-Activity-1-480x184.png\";s:5:\"width\";i:480;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:37:\"Track-Workitem-Activity-1-730x279.png\";s:5:\"width\";i:730;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:37:\"Track-Workitem-Activity-1-580x222.png\";s:5:\"width\";i:580;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:37:\"Track-Workitem-Activity-1-665x255.png\";s:5:\"width\";i:665;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19061,5595,'_wp_attached_file','2018/09/Change-Password-1.png'),(19062,5595,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:657;s:4:\"file\";s:29:\"2018/09/Change-Password-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Change-Password-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Change-Password-1-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Change-Password-1-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Change-Password-1-1024x493.png\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:29:\"Change-Password-1-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:29:\"Change-Password-1-703x338.png\";s:5:\"width\";i:703;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:29:\"Change-Password-1-580x279.png\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:29:\"Change-Password-1-593x285.png\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19063,5596,'_wp_attached_file','2018/09/Track-Workitem-Activity-2.png'),(19064,5596,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1381;s:6:\"height\";i:538;s:4:\"file\";s:37:\"2018/09/Track-Workitem-Activity-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Track-Workitem-Activity-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Track-Workitem-Activity-2-300x117.png\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Track-Workitem-Activity-2-768x299.png\";s:5:\"width\";i:768;s:6:\"height\";i:299;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Track-Workitem-Activity-2-1024x399.png\";s:5:\"width\";i:1024;s:6:\"height\";i:399;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:37:\"Track-Workitem-Activity-2-480x187.png\";s:5:\"width\";i:480;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:37:\"Track-Workitem-Activity-2-730x284.png\";s:5:\"width\";i:730;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:37:\"Track-Workitem-Activity-2-580x226.png\";s:5:\"width\";i:580;s:6:\"height\";i:226;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:37:\"Track-Workitem-Activity-2-665x259.png\";s:5:\"width\";i:665;s:6:\"height\";i:259;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19065,5598,'_wp_attached_file','2018/09/Change-Password-2.png'),(19066,5598,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:657;s:4:\"file\";s:29:\"2018/09/Change-Password-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Change-Password-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Change-Password-2-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Change-Password-2-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Change-Password-2-1024x493.png\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:29:\"Change-Password-2-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:29:\"Change-Password-2-703x338.png\";s:5:\"width\";i:703;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:29:\"Change-Password-2-580x279.png\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:29:\"Change-Password-2-593x285.png\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19067,5599,'_wp_attached_file','2018/09/Change-Password-3.png'),(19068,5599,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:657;s:4:\"file\";s:29:\"2018/09/Change-Password-3.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Change-Password-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Change-Password-3-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Change-Password-3-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Change-Password-3-1024x493.png\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:29:\"Change-Password-3-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:29:\"Change-Password-3-703x338.png\";s:5:\"width\";i:703;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:29:\"Change-Password-3-580x279.png\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:29:\"Change-Password-3-593x285.png\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19081,5611,'_wp_attached_file','2018/09/Manage-Users-3.png'),(19082,5611,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:657;s:4:\"file\";s:26:\"2018/09/Manage-Users-3.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Manage-Users-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Manage-Users-3-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Manage-Users-3-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Manage-Users-3-1024x493.png\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:26:\"Manage-Users-3-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:26:\"Manage-Users-3-703x338.png\";s:5:\"width\";i:703;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:26:\"Manage-Users-3-580x279.png\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:26:\"Manage-Users-3-593x285.png\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19091,5619,'_wp_attached_file','2018/09/Manage-Users-5.png'),(19092,5619,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:401;s:4:\"file\";s:26:\"2018/09/Manage-Users-5.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Manage-Users-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Manage-Users-5-300x88.png\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Manage-Users-5-768x226.png\";s:5:\"width\";i:768;s:6:\"height\";i:226;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Manage-Users-5-1024x301.png\";s:5:\"width\";i:1024;s:6:\"height\";i:301;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:26:\"Manage-Users-5-480x141.png\";s:5:\"width\";i:480;s:6:\"height\";i:141;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:26:\"Manage-Users-5-730x214.png\";s:5:\"width\";i:730;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:26:\"Manage-Users-5-580x170.png\";s:5:\"width\";i:580;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:26:\"Manage-Users-5-665x195.png\";s:5:\"width\";i:665;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19093,5621,'_wp_attached_file','2018/09/Add-Subitem-1.png'),(19094,5621,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:523;s:4:\"file\";s:25:\"2018/09/Add-Subitem-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Add-Subitem-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Add-Subitem-1-300x115.png\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Add-Subitem-1-768x294.png\";s:5:\"width\";i:768;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Add-Subitem-1-1024x392.png\";s:5:\"width\";i:1024;s:6:\"height\";i:392;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:25:\"Add-Subitem-1-480x184.png\";s:5:\"width\";i:480;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:25:\"Add-Subitem-1-730x279.png\";s:5:\"width\";i:730;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:25:\"Add-Subitem-1-580x222.png\";s:5:\"width\";i:580;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:25:\"Add-Subitem-1-665x255.png\";s:5:\"width\";i:665;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19095,5622,'_wp_attached_file','2018/09/Add-Subitem-2.png'),(19096,5622,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1381;s:6:\"height\";i:538;s:4:\"file\";s:25:\"2018/09/Add-Subitem-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Add-Subitem-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Add-Subitem-2-300x117.png\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Add-Subitem-2-768x299.png\";s:5:\"width\";i:768;s:6:\"height\";i:299;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Add-Subitem-2-1024x399.png\";s:5:\"width\";i:1024;s:6:\"height\";i:399;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:25:\"Add-Subitem-2-480x187.png\";s:5:\"width\";i:480;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:25:\"Add-Subitem-2-730x284.png\";s:5:\"width\";i:730;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:25:\"Add-Subitem-2-580x226.png\";s:5:\"width\";i:580;s:6:\"height\";i:226;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:25:\"Add-Subitem-2-665x259.png\";s:5:\"width\";i:665;s:6:\"height\";i:259;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19097,5623,'_wp_attached_file','2018/09/Add-Subitem-3.png'),(19098,5623,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1381;s:6:\"height\";i:538;s:4:\"file\";s:25:\"2018/09/Add-Subitem-3.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Add-Subitem-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Add-Subitem-3-300x117.png\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Add-Subitem-3-768x299.png\";s:5:\"width\";i:768;s:6:\"height\";i:299;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Add-Subitem-3-1024x399.png\";s:5:\"width\";i:1024;s:6:\"height\";i:399;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:25:\"Add-Subitem-3-480x187.png\";s:5:\"width\";i:480;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:25:\"Add-Subitem-3-730x284.png\";s:5:\"width\";i:730;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:25:\"Add-Subitem-3-580x226.png\";s:5:\"width\";i:580;s:6:\"height\";i:226;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:25:\"Add-Subitem-3-665x259.png\";s:5:\"width\";i:665;s:6:\"height\";i:259;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19099,5626,'_wp_attached_file','2018/09/Manage-Users-1-1.png'),(19100,5626,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:657;s:4:\"file\";s:28:\"2018/09/Manage-Users-1-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Manage-Users-1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Manage-Users-1-1-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Manage-Users-1-1-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Manage-Users-1-1-1024x493.png\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:28:\"Manage-Users-1-1-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:28:\"Manage-Users-1-1-703x338.png\";s:5:\"width\";i:703;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:28:\"Manage-Users-1-1-580x279.png\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:28:\"Manage-Users-1-1-593x285.png\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19101,5628,'_wp_attached_file','2018/09/Manage-Users-6.png'),(19102,5628,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:657;s:4:\"file\";s:26:\"2018/09/Manage-Users-6.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Manage-Users-6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Manage-Users-6-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Manage-Users-6-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Manage-Users-6-1024x493.png\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:26:\"Manage-Users-6-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:26:\"Manage-Users-6-703x338.png\";s:5:\"width\";i:703;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:26:\"Manage-Users-6-580x279.png\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:26:\"Manage-Users-6-593x285.png\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19103,5630,'_wp_attached_file','2018/10/Search-Users-1.png'),(19104,5630,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:657;s:4:\"file\";s:26:\"2018/10/Search-Users-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Search-Users-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Search-Users-1-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Search-Users-1-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Search-Users-1-1024x493.png\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:26:\"Search-Users-1-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:26:\"Search-Users-1-703x338.png\";s:5:\"width\";i:703;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:26:\"Search-Users-1-580x279.png\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:26:\"Search-Users-1-593x285.png\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19107,5634,'_wp_attached_file','2018/10/Search-Users-3.png'),(19108,5634,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:657;s:4:\"file\";s:26:\"2018/10/Search-Users-3.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Search-Users-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Search-Users-3-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Search-Users-3-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Search-Users-3-1024x493.png\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:26:\"Search-Users-3-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:26:\"Search-Users-3-703x338.png\";s:5:\"width\";i:703;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:26:\"Search-Users-3-580x279.png\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:26:\"Search-Users-3-593x285.png\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19109,5636,'_wp_attached_file','2018/09/Manage-Users-3-1.png'),(19110,5636,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:657;s:4:\"file\";s:28:\"2018/09/Manage-Users-3-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Manage-Users-3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Manage-Users-3-1-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Manage-Users-3-1-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Manage-Users-3-1-1024x493.png\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:28:\"Manage-Users-3-1-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:28:\"Manage-Users-3-1-703x338.png\";s:5:\"width\";i:703;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:28:\"Manage-Users-3-1-580x279.png\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:28:\"Manage-Users-3-1-593x285.png\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19113,5642,'_wp_attached_file','2018/09/Invite-Users-1.png'),(19114,5642,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:657;s:4:\"file\";s:26:\"2018/09/Invite-Users-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Invite-Users-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Invite-Users-1-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Invite-Users-1-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Invite-Users-1-1024x493.png\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:26:\"Invite-Users-1-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:26:\"Invite-Users-1-703x338.png\";s:5:\"width\";i:703;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:26:\"Invite-Users-1-580x279.png\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:26:\"Invite-Users-1-593x285.png\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19123,5649,'_wp_attached_file','2018/09/Manage-Subitem-1.png'),(19124,5649,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1381;s:6:\"height\";i:570;s:4:\"file\";s:28:\"2018/09/Manage-Subitem-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Manage-Subitem-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Manage-Subitem-1-300x124.png\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Manage-Subitem-1-768x317.png\";s:5:\"width\";i:768;s:6:\"height\";i:317;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Manage-Subitem-1-1024x423.png\";s:5:\"width\";i:1024;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:28:\"Manage-Subitem-1-480x198.png\";s:5:\"width\";i:480;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:28:\"Manage-Subitem-1-730x301.png\";s:5:\"width\";i:730;s:6:\"height\";i:301;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:28:\"Manage-Subitem-1-580x239.png\";s:5:\"width\";i:580;s:6:\"height\";i:239;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:28:\"Manage-Subitem-1-665x274.png\";s:5:\"width\";i:665;s:6:\"height\";i:274;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19125,5650,'_wp_attached_file','2018/09/Manage-Subitem-2.png'),(19126,5650,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1381;s:6:\"height\";i:588;s:4:\"file\";s:28:\"2018/09/Manage-Subitem-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Manage-Subitem-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Manage-Subitem-2-300x128.png\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Manage-Subitem-2-768x327.png\";s:5:\"width\";i:768;s:6:\"height\";i:327;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Manage-Subitem-2-1024x436.png\";s:5:\"width\";i:1024;s:6:\"height\";i:436;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:28:\"Manage-Subitem-2-480x204.png\";s:5:\"width\";i:480;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:28:\"Manage-Subitem-2-730x311.png\";s:5:\"width\";i:730;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:28:\"Manage-Subitem-2-580x247.png\";s:5:\"width\";i:580;s:6:\"height\";i:247;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:28:\"Manage-Subitem-2-665x283.png\";s:5:\"width\";i:665;s:6:\"height\";i:283;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19127,5651,'_wp_attached_file','2018/09/Manage-Subitem-3.png'),(19128,5651,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1381;s:6:\"height\";i:588;s:4:\"file\";s:28:\"2018/09/Manage-Subitem-3.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Manage-Subitem-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Manage-Subitem-3-300x128.png\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Manage-Subitem-3-768x327.png\";s:5:\"width\";i:768;s:6:\"height\";i:327;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Manage-Subitem-3-1024x436.png\";s:5:\"width\";i:1024;s:6:\"height\";i:436;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:28:\"Manage-Subitem-3-480x204.png\";s:5:\"width\";i:480;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:28:\"Manage-Subitem-3-730x311.png\";s:5:\"width\";i:730;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:28:\"Manage-Subitem-3-580x247.png\";s:5:\"width\";i:580;s:6:\"height\";i:247;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:28:\"Manage-Subitem-3-665x283.png\";s:5:\"width\";i:665;s:6:\"height\";i:283;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19129,5652,'_wp_attached_file','2018/09/Manage-Subitem-4.png'),(19130,5652,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1356;s:6:\"height\";i:588;s:4:\"file\";s:28:\"2018/09/Manage-Subitem-4.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Manage-Subitem-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Manage-Subitem-4-300x130.png\";s:5:\"width\";i:300;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Manage-Subitem-4-768x333.png\";s:5:\"width\";i:768;s:6:\"height\";i:333;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Manage-Subitem-4-1024x444.png\";s:5:\"width\";i:1024;s:6:\"height\";i:444;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:28:\"Manage-Subitem-4-480x208.png\";s:5:\"width\";i:480;s:6:\"height\";i:208;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:28:\"Manage-Subitem-4-730x317.png\";s:5:\"width\";i:730;s:6:\"height\";i:317;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:28:\"Manage-Subitem-4-580x252.png\";s:5:\"width\";i:580;s:6:\"height\";i:252;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:28:\"Manage-Subitem-4-657x285.png\";s:5:\"width\";i:657;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19131,5654,'_wp_attached_file','2018/09/Workitem-Priority-1.png'),(19132,5654,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:440;s:4:\"file\";s:31:\"2018/09/Workitem-Priority-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Workitem-Priority-1-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-1-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Workitem-Priority-1-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-1-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-1-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-1-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-1-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19135,5656,'_wp_attached_file','2018/09/Workitem-Priority-3.png'),(19136,5656,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:441;s:4:\"file\";s:31:\"2018/09/Workitem-Priority-3.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Workitem-Priority-3-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-3-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Workitem-Priority-3-1024x331.png\";s:5:\"width\";i:1024;s:6:\"height\";i:331;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-3-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-3-730x236.png\";s:5:\"width\";i:730;s:6:\"height\";i:236;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-3-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-3-665x215.png\";s:5:\"width\";i:665;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19137,5657,'_wp_attached_file','2018/09/Workitem-Priority-4.png'),(19138,5657,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:425;s:4:\"file\";s:31:\"2018/09/Workitem-Priority-4.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Workitem-Priority-4-300x93.png\";s:5:\"width\";i:300;s:6:\"height\";i:93;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-4-768x239.png\";s:5:\"width\";i:768;s:6:\"height\";i:239;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Workitem-Priority-4-1024x319.png\";s:5:\"width\";i:1024;s:6:\"height\";i:319;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-4-480x149.png\";s:5:\"width\";i:480;s:6:\"height\";i:149;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-4-730x227.png\";s:5:\"width\";i:730;s:6:\"height\";i:227;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-4-580x181.png\";s:5:\"width\";i:580;s:6:\"height\";i:181;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-4-665x207.png\";s:5:\"width\";i:665;s:6:\"height\";i:207;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19139,5658,'_wp_attached_file','2018/10/Update-Multiple-Subitems-1.png'),(19140,5658,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1356;s:6:\"height\";i:508;s:4:\"file\";s:38:\"2018/10/Update-Multiple-Subitems-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Update-Multiple-Subitems-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Update-Multiple-Subitems-1-300x112.png\";s:5:\"width\";i:300;s:6:\"height\";i:112;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Update-Multiple-Subitems-1-768x288.png\";s:5:\"width\";i:768;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Update-Multiple-Subitems-1-1024x384.png\";s:5:\"width\";i:1024;s:6:\"height\";i:384;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:38:\"Update-Multiple-Subitems-1-480x180.png\";s:5:\"width\";i:480;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:38:\"Update-Multiple-Subitems-1-730x273.png\";s:5:\"width\";i:730;s:6:\"height\";i:273;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:38:\"Update-Multiple-Subitems-1-580x217.png\";s:5:\"width\";i:580;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:38:\"Update-Multiple-Subitems-1-665x249.png\";s:5:\"width\";i:665;s:6:\"height\";i:249;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19141,5659,'_wp_attached_file','2018/10/Update-Multiple-Subitems-2.png'),(19142,5659,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1356;s:6:\"height\";i:488;s:4:\"file\";s:38:\"2018/10/Update-Multiple-Subitems-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Update-Multiple-Subitems-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Update-Multiple-Subitems-2-300x108.png\";s:5:\"width\";i:300;s:6:\"height\";i:108;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Update-Multiple-Subitems-2-768x276.png\";s:5:\"width\";i:768;s:6:\"height\";i:276;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Update-Multiple-Subitems-2-1024x369.png\";s:5:\"width\";i:1024;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:38:\"Update-Multiple-Subitems-2-480x173.png\";s:5:\"width\";i:480;s:6:\"height\";i:173;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:38:\"Update-Multiple-Subitems-2-730x263.png\";s:5:\"width\";i:730;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:38:\"Update-Multiple-Subitems-2-580x209.png\";s:5:\"width\";i:580;s:6:\"height\";i:209;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:38:\"Update-Multiple-Subitems-2-665x239.png\";s:5:\"width\";i:665;s:6:\"height\";i:239;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19143,5661,'_wp_attached_file','2018/10/Update-Multiple-Subitems-3.png'),(19144,5661,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1356;s:6:\"height\";i:458;s:4:\"file\";s:38:\"2018/10/Update-Multiple-Subitems-3.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Update-Multiple-Subitems-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Update-Multiple-Subitems-3-300x101.png\";s:5:\"width\";i:300;s:6:\"height\";i:101;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Update-Multiple-Subitems-3-768x259.png\";s:5:\"width\";i:768;s:6:\"height\";i:259;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Update-Multiple-Subitems-3-1024x346.png\";s:5:\"width\";i:1024;s:6:\"height\";i:346;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:38:\"Update-Multiple-Subitems-3-480x162.png\";s:5:\"width\";i:480;s:6:\"height\";i:162;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:38:\"Update-Multiple-Subitems-3-730x247.png\";s:5:\"width\";i:730;s:6:\"height\";i:247;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:38:\"Update-Multiple-Subitems-3-580x196.png\";s:5:\"width\";i:580;s:6:\"height\";i:196;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:38:\"Update-Multiple-Subitems-3-665x225.png\";s:5:\"width\";i:665;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19145,5664,'_wp_attached_file','2018/10/Assign-subitem-to-user-1.png'),(19146,5664,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1381;s:6:\"height\";i:570;s:4:\"file\";s:36:\"2018/10/Assign-subitem-to-user-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Assign-subitem-to-user-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Assign-subitem-to-user-1-300x124.png\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Assign-subitem-to-user-1-768x317.png\";s:5:\"width\";i:768;s:6:\"height\";i:317;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Assign-subitem-to-user-1-1024x423.png\";s:5:\"width\";i:1024;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:36:\"Assign-subitem-to-user-1-480x198.png\";s:5:\"width\";i:480;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:36:\"Assign-subitem-to-user-1-730x301.png\";s:5:\"width\";i:730;s:6:\"height\";i:301;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:36:\"Assign-subitem-to-user-1-580x239.png\";s:5:\"width\";i:580;s:6:\"height\";i:239;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:36:\"Assign-subitem-to-user-1-665x274.png\";s:5:\"width\";i:665;s:6:\"height\";i:274;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19147,5665,'_wp_attached_file','2018/09/Manage-Users-7.png'),(19148,5665,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:657;s:4:\"file\";s:26:\"2018/09/Manage-Users-7.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Manage-Users-7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Manage-Users-7-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Manage-Users-7-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Manage-Users-7-1024x493.png\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:26:\"Manage-Users-7-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:26:\"Manage-Users-7-703x338.png\";s:5:\"width\";i:703;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:26:\"Manage-Users-7-580x279.png\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:26:\"Manage-Users-7-593x285.png\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19149,5667,'_wp_attached_file','2018/09/Workitem-Priority-5.png'),(19150,5667,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:488;s:4:\"file\";s:31:\"2018/09/Workitem-Priority-5.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-5-300x107.png\";s:5:\"width\";i:300;s:6:\"height\";i:107;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-5-768x275.png\";s:5:\"width\";i:768;s:6:\"height\";i:275;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Workitem-Priority-5-1024x366.png\";s:5:\"width\";i:1024;s:6:\"height\";i:366;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-5-480x172.png\";s:5:\"width\";i:480;s:6:\"height\";i:172;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-5-730x261.png\";s:5:\"width\";i:730;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-5-580x207.png\";s:5:\"width\";i:580;s:6:\"height\";i:207;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-5-665x238.png\";s:5:\"width\";i:665;s:6:\"height\";i:238;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19151,5668,'_wp_attached_file','2018/09/Workitem-Priority-6.png'),(19152,5668,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:440;s:4:\"file\";s:31:\"2018/09/Workitem-Priority-6.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Workitem-Priority-6-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-6-768x247.png\";s:5:\"width\";i:768;s:6:\"height\";i:247;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Workitem-Priority-6-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-6-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-6-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-6-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-6-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19153,5669,'_wp_attached_file','2018/09/Workitem-Priority-7.png'),(19154,5669,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:488;s:4:\"file\";s:31:\"2018/09/Workitem-Priority-7.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-7-300x107.png\";s:5:\"width\";i:300;s:6:\"height\";i:107;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-7-768x275.png\";s:5:\"width\";i:768;s:6:\"height\";i:275;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Workitem-Priority-7-1024x366.png\";s:5:\"width\";i:1024;s:6:\"height\";i:366;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-7-480x172.png\";s:5:\"width\";i:480;s:6:\"height\";i:172;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-7-730x261.png\";s:5:\"width\";i:730;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-7-580x207.png\";s:5:\"width\";i:580;s:6:\"height\";i:207;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-7-665x238.png\";s:5:\"width\";i:665;s:6:\"height\";i:238;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19155,5670,'_wp_attached_file','2018/09/Workitem-Priority-8.png'),(19156,5670,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:657;s:4:\"file\";s:31:\"2018/09/Workitem-Priority-8.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-8-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-8-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Workitem-Priority-8-1024x493.png\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-8-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-8-703x338.png\";s:5:\"width\";i:703;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-8-580x279.png\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-8-593x285.png\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19159,5672,'_wp_attached_file','2018/10/Assign-subitem-to-user-2.png'),(19160,5672,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1348;s:6:\"height\";i:826;s:4:\"file\";s:36:\"2018/10/Assign-subitem-to-user-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Assign-subitem-to-user-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Assign-subitem-to-user-2-300x184.png\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Assign-subitem-to-user-2-768x471.png\";s:5:\"width\";i:768;s:6:\"height\";i:471;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Assign-subitem-to-user-2-1024x627.png\";s:5:\"width\";i:1024;s:6:\"height\";i:627;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:36:\"Assign-subitem-to-user-2-480x294.png\";s:5:\"width\";i:480;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:36:\"Assign-subitem-to-user-2-552x338.png\";s:5:\"width\";i:552;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:36:\"Assign-subitem-to-user-2-580x355.png\";s:5:\"width\";i:580;s:6:\"height\";i:355;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:36:\"Assign-subitem-to-user-2-465x285.png\";s:5:\"width\";i:465;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19161,5674,'_wp_attached_file','2018/09/Workitem-Priority-9.png'),(19162,5674,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:468;s:4:\"file\";s:31:\"2018/09/Workitem-Priority-9.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-9-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-9-300x103.png\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-9-768x263.png\";s:5:\"width\";i:768;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Workitem-Priority-9-1024x351.png\";s:5:\"width\";i:1024;s:6:\"height\";i:351;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-9-480x165.png\";s:5:\"width\";i:480;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-9-730x250.png\";s:5:\"width\";i:730;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-9-580x199.png\";s:5:\"width\";i:580;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-9-665x228.png\";s:5:\"width\";i:665;s:6:\"height\";i:228;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19163,5676,'_wp_attached_file','2018/10/Search-Users-2.png'),(19164,5676,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:440;s:4:\"file\";s:26:\"2018/10/Search-Users-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Search-Users-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Search-Users-2-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Search-Users-2-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Search-Users-2-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:26:\"Search-Users-2-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:26:\"Search-Users-2-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:26:\"Search-Users-2-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:26:\"Search-Users-2-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19165,5677,'_wp_attached_file','2018/10/Search-Users-3-1.png'),(19166,5677,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1364;s:6:\"height\";i:440;s:4:\"file\";s:28:\"2018/10/Search-Users-3-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Search-Users-3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Search-Users-3-1-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Search-Users-3-1-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Search-Users-3-1-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:28:\"Search-Users-3-1-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:28:\"Search-Users-3-1-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:28:\"Search-Users-3-1-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:28:\"Search-Users-3-1-665x215.png\";s:5:\"width\";i:665;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19167,5678,'_wp_attached_file','2018/10/Search-Users-4.png'),(19168,5678,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:440;s:4:\"file\";s:26:\"2018/10/Search-Users-4.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Search-Users-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Search-Users-4-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Search-Users-4-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Search-Users-4-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:26:\"Search-Users-4-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:26:\"Search-Users-4-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:26:\"Search-Users-4-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:26:\"Search-Users-4-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19169,5680,'_wp_attached_file','2018/10/Set-workitem-Estimated-size-2.png'),(19170,5680,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1347;s:6:\"height\";i:746;s:4:\"file\";s:41:\"2018/10/Set-workitem-Estimated-size-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Set-workitem-Estimated-size-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Set-workitem-Estimated-size-2-300x166.png\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Set-workitem-Estimated-size-2-768x425.png\";s:5:\"width\";i:768;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Set-workitem-Estimated-size-2-1024x567.png\";s:5:\"width\";i:1024;s:6:\"height\";i:567;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:41:\"Set-workitem-Estimated-size-2-480x266.png\";s:5:\"width\";i:480;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:41:\"Set-workitem-Estimated-size-2-610x338.png\";s:5:\"width\";i:610;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:41:\"Set-workitem-Estimated-size-2-580x321.png\";s:5:\"width\";i:580;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:41:\"Set-workitem-Estimated-size-2-515x285.png\";s:5:\"width\";i:515;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19171,5683,'_wp_attached_file','2018/09/Invite-Users-2.png'),(19172,5683,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:440;s:4:\"file\";s:26:\"2018/09/Invite-Users-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Invite-Users-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Invite-Users-2-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Invite-Users-2-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Invite-Users-2-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:26:\"Invite-Users-2-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:26:\"Invite-Users-2-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:26:\"Invite-Users-2-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:26:\"Invite-Users-2-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19175,5685,'_wp_attached_file','2018/10/Set-workitem-status-2.png'),(19176,5685,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1349;s:6:\"height\";i:741;s:4:\"file\";s:33:\"2018/10/Set-workitem-status-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Set-workitem-status-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Set-workitem-status-2-300x165.png\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Set-workitem-status-2-768x422.png\";s:5:\"width\";i:768;s:6:\"height\";i:422;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Set-workitem-status-2-1024x562.png\";s:5:\"width\";i:1024;s:6:\"height\";i:562;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:33:\"Set-workitem-status-2-480x264.png\";s:5:\"width\";i:480;s:6:\"height\";i:264;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:33:\"Set-workitem-status-2-615x338.png\";s:5:\"width\";i:615;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:33:\"Set-workitem-status-2-580x319.png\";s:5:\"width\";i:580;s:6:\"height\";i:319;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:33:\"Set-workitem-status-2-519x285.png\";s:5:\"width\";i:519;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19177,5686,'_wp_attached_file','2018/09/Invite-Users-4.png'),(19178,5686,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:440;s:4:\"file\";s:26:\"2018/09/Invite-Users-4.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Invite-Users-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Invite-Users-4-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Invite-Users-4-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Invite-Users-4-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:26:\"Invite-Users-4-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:26:\"Invite-Users-4-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:26:\"Invite-Users-4-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:26:\"Invite-Users-4-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19179,5688,'_wp_attached_file','2018/09/Invite-Users-5.png'),(19180,5688,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:440;s:4:\"file\";s:26:\"2018/09/Invite-Users-5.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Invite-Users-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Invite-Users-5-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Invite-Users-5-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Invite-Users-5-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:26:\"Invite-Users-5-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:26:\"Invite-Users-5-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:26:\"Invite-Users-5-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:26:\"Invite-Users-5-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19181,5694,'_wp_attached_file','2018/10/Assign-Workitem-to-a-User-2.png'),(19182,5694,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1348;s:6:\"height\";i:863;s:4:\"file\";s:39:\"2018/10/Assign-Workitem-to-a-User-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Assign-Workitem-to-a-User-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Assign-Workitem-to-a-User-2-300x192.png\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Assign-Workitem-to-a-User-2-768x492.png\";s:5:\"width\";i:768;s:6:\"height\";i:492;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Assign-Workitem-to-a-User-2-1024x656.png\";s:5:\"width\";i:1024;s:6:\"height\";i:656;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:39:\"Assign-Workitem-to-a-User-2-480x307.png\";s:5:\"width\";i:480;s:6:\"height\";i:307;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:39:\"Assign-Workitem-to-a-User-2-528x338.png\";s:5:\"width\";i:528;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:39:\"Assign-Workitem-to-a-User-2-580x371.png\";s:5:\"width\";i:580;s:6:\"height\";i:371;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:39:\"Assign-Workitem-to-a-User-2-445x285.png\";s:5:\"width\";i:445;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19186,5699,'_wp_attached_file','2018/09/Manage-Users-3-2.png'),(19187,5699,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1364;s:6:\"height\";i:440;s:4:\"file\";s:28:\"2018/09/Manage-Users-3-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Manage-Users-3-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Manage-Users-3-2-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Manage-Users-3-2-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Manage-Users-3-2-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:28:\"Manage-Users-3-2-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:28:\"Manage-Users-3-2-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:28:\"Manage-Users-3-2-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:28:\"Manage-Users-3-2-665x215.png\";s:5:\"width\";i:665;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19188,5700,'_wp_attached_file','2018/09/Manage-Users-2-1.png'),(19189,5700,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:440;s:4:\"file\";s:28:\"2018/09/Manage-Users-2-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Manage-Users-2-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Manage-Users-2-1-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Manage-Users-2-1-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Manage-Users-2-1-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:28:\"Manage-Users-2-1-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:28:\"Manage-Users-2-1-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:28:\"Manage-Users-2-1-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:28:\"Manage-Users-2-1-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19190,5701,'_wp_attached_file','2018/09/Manage-Users-4.png'),(19191,5701,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:440;s:4:\"file\";s:26:\"2018/09/Manage-Users-4.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Manage-Users-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Manage-Users-4-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Manage-Users-4-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Manage-Users-4-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:26:\"Manage-Users-4-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:26:\"Manage-Users-4-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:26:\"Manage-Users-4-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:26:\"Manage-Users-4-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19192,5702,'_wp_attached_file','2018/09/Manage-Users-6-1.png'),(19193,5702,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:440;s:4:\"file\";s:28:\"2018/09/Manage-Users-6-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Manage-Users-6-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Manage-Users-6-1-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Manage-Users-6-1-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Manage-Users-6-1-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:28:\"Manage-Users-6-1-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:28:\"Manage-Users-6-1-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:28:\"Manage-Users-6-1-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:28:\"Manage-Users-6-1-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19194,5703,'_wp_attached_file','2018/10/Prioritize-Subitems-1.png'),(19195,5703,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1381;s:6:\"height\";i:570;s:4:\"file\";s:33:\"2018/10/Prioritize-Subitems-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Prioritize-Subitems-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Prioritize-Subitems-1-300x124.png\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Prioritize-Subitems-1-768x317.png\";s:5:\"width\";i:768;s:6:\"height\";i:317;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Prioritize-Subitems-1-1024x423.png\";s:5:\"width\";i:1024;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:33:\"Prioritize-Subitems-1-480x198.png\";s:5:\"width\";i:480;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:33:\"Prioritize-Subitems-1-730x301.png\";s:5:\"width\";i:730;s:6:\"height\";i:301;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:33:\"Prioritize-Subitems-1-580x239.png\";s:5:\"width\";i:580;s:6:\"height\";i:239;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:33:\"Prioritize-Subitems-1-665x274.png\";s:5:\"width\";i:665;s:6:\"height\";i:274;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19200,5709,'_wp_attached_file','2018/10/Prioritize-Subitems-2.gif'),(19201,5709,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1362;s:6:\"height\";i:665;s:4:\"file\";s:33:\"2018/10/Prioritize-Subitems-2.gif\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Prioritize-Subitems-2-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Prioritize-Subitems-2-300x146.gif\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Prioritize-Subitems-2-768x375.gif\";s:5:\"width\";i:768;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Prioritize-Subitems-2-1024x500.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:33:\"Prioritize-Subitems-2-480x234.gif\";s:5:\"width\";i:480;s:6:\"height\";i:234;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:33:\"Prioritize-Subitems-2-692x338.gif\";s:5:\"width\";i:692;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:33:\"Prioritize-Subitems-2-580x283.gif\";s:5:\"width\";i:580;s:6:\"height\";i:283;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:33:\"Prioritize-Subitems-2-584x285.gif\";s:5:\"width\";i:584;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19202,5711,'_wp_attached_file','2018/09/Manage-Effort-Category-2.png'),(19203,5711,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:440;s:4:\"file\";s:36:\"2018/09/Manage-Effort-Category-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Manage-Effort-Category-2-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-2-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Manage-Effort-Category-2-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-2-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-2-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-2-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-2-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19204,5712,'_wp_attached_file','2018/09/Manage-Effort-Category-2-1.png'),(19205,5712,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:440;s:4:\"file\";s:38:\"2018/09/Manage-Effort-Category-2-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Manage-Effort-Category-2-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Manage-Effort-Category-2-1-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Manage-Effort-Category-2-1-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Manage-Effort-Category-2-1-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:38:\"Manage-Effort-Category-2-1-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:38:\"Manage-Effort-Category-2-1-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:38:\"Manage-Effort-Category-2-1-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:38:\"Manage-Effort-Category-2-1-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19206,5713,'_wp_attached_file','2018/09/Workitem-Priority-2.png'),(19207,5713,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1364;s:6:\"height\";i:440;s:4:\"file\";s:31:\"2018/09/Workitem-Priority-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Workitem-Priority-2-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-2-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Workitem-Priority-2-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-2-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-2-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-2-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:31:\"Workitem-Priority-2-665x215.png\";s:5:\"width\";i:665;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19208,5716,'_wp_attached_file','2018/09/Workitem-Priority-3-1.png'),(19209,5716,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:441;s:4:\"file\";s:33:\"2018/09/Workitem-Priority-3-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Workitem-Priority-3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Workitem-Priority-3-1-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Workitem-Priority-3-1-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Workitem-Priority-3-1-1024x331.png\";s:5:\"width\";i:1024;s:6:\"height\";i:331;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:33:\"Workitem-Priority-3-1-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:33:\"Workitem-Priority-3-1-730x236.png\";s:5:\"width\";i:730;s:6:\"height\";i:236;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:33:\"Workitem-Priority-3-1-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:33:\"Workitem-Priority-3-1-665x215.png\";s:5:\"width\";i:665;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19210,5717,'_wp_attached_file','2018/09/Workitem-Priority-4-1.png'),(19211,5717,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:425;s:4:\"file\";s:33:\"2018/09/Workitem-Priority-4-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Workitem-Priority-4-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Workitem-Priority-4-1-300x93.png\";s:5:\"width\";i:300;s:6:\"height\";i:93;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Workitem-Priority-4-1-768x239.png\";s:5:\"width\";i:768;s:6:\"height\";i:239;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Workitem-Priority-4-1-1024x319.png\";s:5:\"width\";i:1024;s:6:\"height\";i:319;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:33:\"Workitem-Priority-4-1-480x149.png\";s:5:\"width\";i:480;s:6:\"height\";i:149;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:33:\"Workitem-Priority-4-1-730x227.png\";s:5:\"width\";i:730;s:6:\"height\";i:227;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:33:\"Workitem-Priority-4-1-580x181.png\";s:5:\"width\";i:580;s:6:\"height\";i:181;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:33:\"Workitem-Priority-4-1-665x207.png\";s:5:\"width\";i:665;s:6:\"height\";i:207;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19212,5718,'_wp_attached_file','2018/09/Workitem-Priority-5-1.png'),(19213,5718,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:488;s:4:\"file\";s:33:\"2018/09/Workitem-Priority-5-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Workitem-Priority-5-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Workitem-Priority-5-1-300x107.png\";s:5:\"width\";i:300;s:6:\"height\";i:107;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Workitem-Priority-5-1-768x275.png\";s:5:\"width\";i:768;s:6:\"height\";i:275;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Workitem-Priority-5-1-1024x366.png\";s:5:\"width\";i:1024;s:6:\"height\";i:366;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:33:\"Workitem-Priority-5-1-480x172.png\";s:5:\"width\";i:480;s:6:\"height\";i:172;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:33:\"Workitem-Priority-5-1-730x261.png\";s:5:\"width\";i:730;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:33:\"Workitem-Priority-5-1-580x207.png\";s:5:\"width\";i:580;s:6:\"height\";i:207;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:33:\"Workitem-Priority-5-1-665x238.png\";s:5:\"width\";i:665;s:6:\"height\";i:238;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19214,5719,'_wp_attached_file','2018/09/Workitem-Priority-7-1.png'),(19215,5719,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:503;s:4:\"file\";s:33:\"2018/09/Workitem-Priority-7-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Workitem-Priority-7-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Workitem-Priority-7-1-300x111.png\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Workitem-Priority-7-1-768x283.png\";s:5:\"width\";i:768;s:6:\"height\";i:283;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Workitem-Priority-7-1-1024x377.png\";s:5:\"width\";i:1024;s:6:\"height\";i:377;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:33:\"Workitem-Priority-7-1-480x177.png\";s:5:\"width\";i:480;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:33:\"Workitem-Priority-7-1-730x269.png\";s:5:\"width\";i:730;s:6:\"height\";i:269;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:33:\"Workitem-Priority-7-1-580x214.png\";s:5:\"width\";i:580;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:33:\"Workitem-Priority-7-1-665x245.png\";s:5:\"width\";i:665;s:6:\"height\";i:245;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19216,5720,'_wp_attached_file','2018/09/Workitem-Priority-9-1.png'),(19217,5720,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:468;s:4:\"file\";s:33:\"2018/09/Workitem-Priority-9-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Workitem-Priority-9-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Workitem-Priority-9-1-300x103.png\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Workitem-Priority-9-1-768x263.png\";s:5:\"width\";i:768;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Workitem-Priority-9-1-1024x351.png\";s:5:\"width\";i:1024;s:6:\"height\";i:351;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:33:\"Workitem-Priority-9-1-480x165.png\";s:5:\"width\";i:480;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:33:\"Workitem-Priority-9-1-730x250.png\";s:5:\"width\";i:730;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:33:\"Workitem-Priority-9-1-580x199.png\";s:5:\"width\";i:580;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:33:\"Workitem-Priority-9-1-665x228.png\";s:5:\"width\";i:665;s:6:\"height\";i:228;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19218,5723,'_wp_attached_file','2018/10/Sort-Subitem-1.png'),(19219,5723,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:471;s:4:\"file\";s:26:\"2018/10/Sort-Subitem-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Sort-Subitem-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Sort-Subitem-1-300x103.png\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Sort-Subitem-1-768x265.png\";s:5:\"width\";i:768;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Sort-Subitem-1-1024x353.png\";s:5:\"width\";i:1024;s:6:\"height\";i:353;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:26:\"Sort-Subitem-1-480x166.png\";s:5:\"width\";i:480;s:6:\"height\";i:166;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:26:\"Sort-Subitem-1-730x252.png\";s:5:\"width\";i:730;s:6:\"height\";i:252;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:26:\"Sort-Subitem-1-580x200.png\";s:5:\"width\";i:580;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:26:\"Sort-Subitem-1-665x229.png\";s:5:\"width\";i:665;s:6:\"height\";i:229;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19220,5724,'_wp_attached_file','2018/10/Sort-Subitem-2.png'),(19221,5724,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:471;s:4:\"file\";s:26:\"2018/10/Sort-Subitem-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Sort-Subitem-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Sort-Subitem-2-300x103.png\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Sort-Subitem-2-768x265.png\";s:5:\"width\";i:768;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Sort-Subitem-2-1024x353.png\";s:5:\"width\";i:1024;s:6:\"height\";i:353;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:26:\"Sort-Subitem-2-480x166.png\";s:5:\"width\";i:480;s:6:\"height\";i:166;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:26:\"Sort-Subitem-2-730x252.png\";s:5:\"width\";i:730;s:6:\"height\";i:252;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:26:\"Sort-Subitem-2-580x200.png\";s:5:\"width\";i:580;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:26:\"Sort-Subitem-2-665x229.png\";s:5:\"width\";i:665;s:6:\"height\";i:229;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19222,5726,'_wp_attached_file','2018/09/Manage-Effort-Category-2-2.png'),(19223,5726,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:440;s:4:\"file\";s:38:\"2018/09/Manage-Effort-Category-2-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Manage-Effort-Category-2-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Manage-Effort-Category-2-2-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Manage-Effort-Category-2-2-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Manage-Effort-Category-2-2-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:38:\"Manage-Effort-Category-2-2-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:38:\"Manage-Effort-Category-2-2-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:38:\"Manage-Effort-Category-2-2-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:38:\"Manage-Effort-Category-2-2-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19224,5727,'_wp_attached_file','2018/09/Manage-Effort-Category-3.png'),(19225,5727,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:440;s:4:\"file\";s:36:\"2018/09/Manage-Effort-Category-3.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Manage-Effort-Category-3-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-3-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Manage-Effort-Category-3-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-3-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-3-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-3-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-3-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19226,5728,'_wp_attached_file','2018/09/Manage-Effort-Category-4.png'),(19227,5728,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:440;s:4:\"file\";s:36:\"2018/09/Manage-Effort-Category-4.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Manage-Effort-Category-4-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-4-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Manage-Effort-Category-4-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-4-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-4-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-4-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-4-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19228,5729,'_wp_attached_file','2018/09/Manage-Effort-Category-5.png'),(19229,5729,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:440;s:4:\"file\";s:36:\"2018/09/Manage-Effort-Category-5.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Manage-Effort-Category-5-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-5-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Manage-Effort-Category-5-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-5-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-5-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-5-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-5-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19230,5730,'_wp_attached_file','2018/09/Manage-Effort-Category-6.png'),(19231,5730,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:440;s:4:\"file\";s:36:\"2018/09/Manage-Effort-Category-6.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Manage-Effort-Category-6-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-6-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Manage-Effort-Category-6-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-6-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-6-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-6-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-6-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19232,5731,'_wp_attached_file','2018/09/Manage-Effort-Category-7.png'),(19233,5731,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:440;s:4:\"file\";s:36:\"2018/09/Manage-Effort-Category-7.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Manage-Effort-Category-7-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-7-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Manage-Effort-Category-7-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-7-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-7-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-7-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-7-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19236,5733,'_wp_attached_file','2018/09/Manage-Effort-Category-8.png'),(19237,5733,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:657;s:4:\"file\";s:36:\"2018/09/Manage-Effort-Category-8.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-8-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-8-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Manage-Effort-Category-8-1024x493.png\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-8-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-8-703x338.png\";s:5:\"width\";i:703;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-8-580x279.png\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-8-593x285.png\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19238,5734,'_wp_attached_file','2018/09/Manage-Effort-Category-9.png'),(19239,5734,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:440;s:4:\"file\";s:36:\"2018/09/Manage-Effort-Category-9.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-9-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Manage-Effort-Category-9-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-9-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Manage-Effort-Category-9-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-9-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-9-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-9-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-9-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19240,5736,'_wp_attached_file','2018/09/Manage-Effort-Category-1.png'),(19241,5736,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1348;s:6:\"height\";i:440;s:4:\"file\";s:36:\"2018/09/Manage-Effort-Category-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Manage-Effort-Category-1-300x98.png\";s:5:\"width\";i:300;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-1-768x251.png\";s:5:\"width\";i:768;s:6:\"height\";i:251;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Manage-Effort-Category-1-1024x334.png\";s:5:\"width\";i:1024;s:6:\"height\";i:334;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-1-480x157.png\";s:5:\"width\";i:480;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-1-730x238.png\";s:5:\"width\";i:730;s:6:\"height\";i:238;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-1-580x189.png\";s:5:\"width\";i:580;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:36:\"Manage-Effort-Category-1-665x217.png\";s:5:\"width\";i:665;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19242,5738,'_wp_attached_file','2018/10/Search-Users-2-1.png'),(19243,5738,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1348;s:6:\"height\";i:440;s:4:\"file\";s:28:\"2018/10/Search-Users-2-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Search-Users-2-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Search-Users-2-1-300x98.png\";s:5:\"width\";i:300;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Search-Users-2-1-768x251.png\";s:5:\"width\";i:768;s:6:\"height\";i:251;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Search-Users-2-1-1024x334.png\";s:5:\"width\";i:1024;s:6:\"height\";i:334;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:28:\"Search-Users-2-1-480x157.png\";s:5:\"width\";i:480;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:28:\"Search-Users-2-1-730x238.png\";s:5:\"width\";i:730;s:6:\"height\";i:238;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:28:\"Search-Users-2-1-580x189.png\";s:5:\"width\";i:580;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:28:\"Search-Users-2-1-665x217.png\";s:5:\"width\";i:665;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19244,5740,'_wp_attached_file','2018/09/Invite-Users-2-1.png'),(19245,5740,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1348;s:6:\"height\";i:440;s:4:\"file\";s:28:\"2018/09/Invite-Users-2-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Invite-Users-2-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Invite-Users-2-1-300x98.png\";s:5:\"width\";i:300;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Invite-Users-2-1-768x251.png\";s:5:\"width\";i:768;s:6:\"height\";i:251;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Invite-Users-2-1-1024x334.png\";s:5:\"width\";i:1024;s:6:\"height\";i:334;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:28:\"Invite-Users-2-1-480x157.png\";s:5:\"width\";i:480;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:28:\"Invite-Users-2-1-730x238.png\";s:5:\"width\";i:730;s:6:\"height\";i:238;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:28:\"Invite-Users-2-1-580x189.png\";s:5:\"width\";i:580;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:28:\"Invite-Users-2-1-665x217.png\";s:5:\"width\";i:665;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19246,5742,'_wp_attached_file','2018/09/Manage-Users-2.png'),(19247,5742,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1348;s:6:\"height\";i:440;s:4:\"file\";s:26:\"2018/09/Manage-Users-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Manage-Users-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Manage-Users-2-300x98.png\";s:5:\"width\";i:300;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Manage-Users-2-768x251.png\";s:5:\"width\";i:768;s:6:\"height\";i:251;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Manage-Users-2-1024x334.png\";s:5:\"width\";i:1024;s:6:\"height\";i:334;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:26:\"Manage-Users-2-480x157.png\";s:5:\"width\";i:480;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:26:\"Manage-Users-2-730x238.png\";s:5:\"width\";i:730;s:6:\"height\";i:238;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:26:\"Manage-Users-2-580x189.png\";s:5:\"width\";i:580;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:26:\"Manage-Users-2-665x217.png\";s:5:\"width\";i:665;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19248,5744,'_wp_attached_file','2018/10/Search-Users-3-2.png'),(19249,5744,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1364;s:6:\"height\";i:440;s:4:\"file\";s:28:\"2018/10/Search-Users-3-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Search-Users-3-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Search-Users-3-2-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Search-Users-3-2-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Search-Users-3-2-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:28:\"Search-Users-3-2-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:28:\"Search-Users-3-2-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:28:\"Search-Users-3-2-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:28:\"Search-Users-3-2-665x215.png\";s:5:\"width\";i:665;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19250,5745,'_wp_attached_file','2018/10/Search-Users-4-1.png'),(19251,5745,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:440;s:4:\"file\";s:28:\"2018/10/Search-Users-4-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Search-Users-4-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Search-Users-4-1-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Search-Users-4-1-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Search-Users-4-1-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:28:\"Search-Users-4-1-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:28:\"Search-Users-4-1-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:28:\"Search-Users-4-1-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:28:\"Search-Users-4-1-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19252,5747,'_wp_attached_file','2018/09/Invite-Users-3-1.png'),(19253,5747,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:440;s:4:\"file\";s:28:\"2018/09/Invite-Users-3-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Invite-Users-3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Invite-Users-3-1-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Invite-Users-3-1-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Invite-Users-3-1-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:28:\"Invite-Users-3-1-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:28:\"Invite-Users-3-1-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:28:\"Invite-Users-3-1-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:28:\"Invite-Users-3-1-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19254,5748,'_wp_attached_file','2018/09/Invite-Users-4-1.png'),(19255,5748,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:440;s:4:\"file\";s:28:\"2018/09/Invite-Users-4-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Invite-Users-4-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Invite-Users-4-1-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Invite-Users-4-1-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Invite-Users-4-1-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:28:\"Invite-Users-4-1-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:28:\"Invite-Users-4-1-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:28:\"Invite-Users-4-1-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:28:\"Invite-Users-4-1-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19256,5749,'_wp_attached_file','2018/09/Invite-Users-5-1.png'),(19257,5749,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:440;s:4:\"file\";s:28:\"2018/09/Invite-Users-5-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Invite-Users-5-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Invite-Users-5-1-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Invite-Users-5-1-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Invite-Users-5-1-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:28:\"Invite-Users-5-1-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:28:\"Invite-Users-5-1-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:28:\"Invite-Users-5-1-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:28:\"Invite-Users-5-1-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19258,5751,'_wp_attached_file','2018/09/Invite-Users-3.png'),(19259,5751,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:440;s:4:\"file\";s:26:\"2018/09/Invite-Users-3.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Invite-Users-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Invite-Users-3-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Invite-Users-3-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Invite-Users-3-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:26:\"Invite-Users-3-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:26:\"Invite-Users-3-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:26:\"Invite-Users-3-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:26:\"Invite-Users-3-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19260,5752,'_wp_attached_file','2018/09/Invite-Users-4-2.png'),(19261,5752,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:440;s:4:\"file\";s:28:\"2018/09/Invite-Users-4-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Invite-Users-4-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Invite-Users-4-2-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Invite-Users-4-2-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Invite-Users-4-2-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:28:\"Invite-Users-4-2-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:28:\"Invite-Users-4-2-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:28:\"Invite-Users-4-2-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:28:\"Invite-Users-4-2-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19262,5753,'_wp_attached_file','2018/09/Invite-Users-5-2.png'),(19263,5753,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:440;s:4:\"file\";s:28:\"2018/09/Invite-Users-5-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Invite-Users-5-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Invite-Users-5-2-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Invite-Users-5-2-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Invite-Users-5-2-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:28:\"Invite-Users-5-2-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:28:\"Invite-Users-5-2-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:28:\"Invite-Users-5-2-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:28:\"Invite-Users-5-2-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19264,5755,'_wp_attached_file','2018/09/Manage-Users-4-1.png'),(19265,5755,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:440;s:4:\"file\";s:28:\"2018/09/Manage-Users-4-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Manage-Users-4-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Manage-Users-4-1-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Manage-Users-4-1-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Manage-Users-4-1-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:28:\"Manage-Users-4-1-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:28:\"Manage-Users-4-1-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:28:\"Manage-Users-4-1-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:28:\"Manage-Users-4-1-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19266,5756,'_wp_attached_file','2018/09/Manage-Users-3-3.png'),(19267,5756,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1364;s:6:\"height\";i:440;s:4:\"file\";s:28:\"2018/09/Manage-Users-3-3.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Manage-Users-3-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Manage-Users-3-3-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Manage-Users-3-3-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Manage-Users-3-3-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:28:\"Manage-Users-3-3-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:28:\"Manage-Users-3-3-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:28:\"Manage-Users-3-3-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:28:\"Manage-Users-3-3-665x215.png\";s:5:\"width\";i:665;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19268,5758,'_wp_attached_file','2018/09/Manage-Users-5-1.png'),(19269,5758,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:401;s:4:\"file\";s:28:\"2018/09/Manage-Users-5-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Manage-Users-5-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Manage-Users-5-1-300x88.png\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Manage-Users-5-1-768x226.png\";s:5:\"width\";i:768;s:6:\"height\";i:226;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Manage-Users-5-1-1024x301.png\";s:5:\"width\";i:1024;s:6:\"height\";i:301;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:28:\"Manage-Users-5-1-480x141.png\";s:5:\"width\";i:480;s:6:\"height\";i:141;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:28:\"Manage-Users-5-1-730x214.png\";s:5:\"width\";i:730;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:28:\"Manage-Users-5-1-580x170.png\";s:5:\"width\";i:580;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:28:\"Manage-Users-5-1-665x195.png\";s:5:\"width\";i:665;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19270,5760,'_wp_attached_file','2018/10/Set-Remaining-Hours-1.png'),(19271,5760,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1381;s:6:\"height\";i:570;s:4:\"file\";s:33:\"2018/10/Set-Remaining-Hours-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Set-Remaining-Hours-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Set-Remaining-Hours-1-300x124.png\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Set-Remaining-Hours-1-768x317.png\";s:5:\"width\";i:768;s:6:\"height\";i:317;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Set-Remaining-Hours-1-1024x423.png\";s:5:\"width\";i:1024;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:33:\"Set-Remaining-Hours-1-480x198.png\";s:5:\"width\";i:480;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:33:\"Set-Remaining-Hours-1-730x301.png\";s:5:\"width\";i:730;s:6:\"height\";i:301;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:33:\"Set-Remaining-Hours-1-580x239.png\";s:5:\"width\";i:580;s:6:\"height\";i:239;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:33:\"Set-Remaining-Hours-1-665x274.png\";s:5:\"width\";i:665;s:6:\"height\";i:274;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19274,5765,'_wp_attached_file','2018/09/Working-Days-2.png'),(19275,5765,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:440;s:4:\"file\";s:26:\"2018/09/Working-Days-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Working-Days-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Working-Days-2-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Working-Days-2-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Working-Days-2-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:26:\"Working-Days-2-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:26:\"Working-Days-2-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:26:\"Working-Days-2-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:26:\"Working-Days-2-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19276,5766,'_wp_attached_file','2018/09/Working-Days-1.png'),(19277,5766,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1348;s:6:\"height\";i:440;s:4:\"file\";s:26:\"2018/09/Working-Days-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Working-Days-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Working-Days-1-300x98.png\";s:5:\"width\";i:300;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Working-Days-1-768x251.png\";s:5:\"width\";i:768;s:6:\"height\";i:251;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Working-Days-1-1024x334.png\";s:5:\"width\";i:1024;s:6:\"height\";i:334;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:26:\"Working-Days-1-480x157.png\";s:5:\"width\";i:480;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:26:\"Working-Days-1-730x238.png\";s:5:\"width\";i:730;s:6:\"height\";i:238;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:26:\"Working-Days-1-580x189.png\";s:5:\"width\";i:580;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:26:\"Working-Days-1-665x217.png\";s:5:\"width\";i:665;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19278,5767,'_wp_attached_file','2018/09/Working-Days-3.png'),(19279,5767,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:440;s:4:\"file\";s:26:\"2018/09/Working-Days-3.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Working-Days-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Working-Days-3-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Working-Days-3-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Working-Days-3-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:26:\"Working-Days-3-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:26:\"Working-Days-3-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:26:\"Working-Days-3-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:26:\"Working-Days-3-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19280,5769,'_wp_attached_file','2018/10/Set-Remaining-Hours-2.png'),(19281,5769,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:570;s:4:\"file\";s:33:\"2018/10/Set-Remaining-Hours-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Set-Remaining-Hours-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Set-Remaining-Hours-2-300x125.png\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Set-Remaining-Hours-2-768x321.png\";s:5:\"width\";i:768;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Set-Remaining-Hours-2-1024x428.png\";s:5:\"width\";i:1024;s:6:\"height\";i:428;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:33:\"Set-Remaining-Hours-2-480x200.png\";s:5:\"width\";i:480;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:33:\"Set-Remaining-Hours-2-730x305.png\";s:5:\"width\";i:730;s:6:\"height\";i:305;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:33:\"Set-Remaining-Hours-2-580x242.png\";s:5:\"width\";i:580;s:6:\"height\";i:242;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:33:\"Set-Remaining-Hours-2-665x278.png\";s:5:\"width\";i:665;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19286,5775,'_wp_attached_file','2018/10/Set-Estimation-Hours-1.png'),(19287,5775,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1381;s:6:\"height\";i:570;s:4:\"file\";s:34:\"2018/10/Set-Estimation-Hours-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Set-Estimation-Hours-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Set-Estimation-Hours-1-300x124.png\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"Set-Estimation-Hours-1-768x317.png\";s:5:\"width\";i:768;s:6:\"height\";i:317;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Set-Estimation-Hours-1-1024x423.png\";s:5:\"width\";i:1024;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:34:\"Set-Estimation-Hours-1-480x198.png\";s:5:\"width\";i:480;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:34:\"Set-Estimation-Hours-1-730x301.png\";s:5:\"width\";i:730;s:6:\"height\";i:301;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:34:\"Set-Estimation-Hours-1-580x239.png\";s:5:\"width\";i:580;s:6:\"height\";i:239;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:34:\"Set-Estimation-Hours-1-665x274.png\";s:5:\"width\";i:665;s:6:\"height\";i:274;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19288,5777,'_wp_attached_file','2018/10/Set-Estimation-Hours-2.png'),(19289,5777,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:570;s:4:\"file\";s:34:\"2018/10/Set-Estimation-Hours-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Set-Estimation-Hours-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Set-Estimation-Hours-2-300x125.png\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"Set-Estimation-Hours-2-768x321.png\";s:5:\"width\";i:768;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Set-Estimation-Hours-2-1024x428.png\";s:5:\"width\";i:1024;s:6:\"height\";i:428;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:34:\"Set-Estimation-Hours-2-480x200.png\";s:5:\"width\";i:480;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:34:\"Set-Estimation-Hours-2-730x305.png\";s:5:\"width\";i:730;s:6:\"height\";i:305;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:34:\"Set-Estimation-Hours-2-580x242.png\";s:5:\"width\";i:580;s:6:\"height\";i:242;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:34:\"Set-Estimation-Hours-2-665x278.png\";s:5:\"width\";i:665;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19295,5782,'_wp_attached_file','2018/09/Tag-Subitem-2.png'),(19296,5782,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1357;s:6:\"height\";i:570;s:4:\"file\";s:25:\"2018/09/Tag-Subitem-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Tag-Subitem-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Tag-Subitem-2-300x126.png\";s:5:\"width\";i:300;s:6:\"height\";i:126;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Tag-Subitem-2-768x323.png\";s:5:\"width\";i:768;s:6:\"height\";i:323;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Tag-Subitem-2-1024x430.png\";s:5:\"width\";i:1024;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:25:\"Tag-Subitem-2-480x202.png\";s:5:\"width\";i:480;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:25:\"Tag-Subitem-2-730x307.png\";s:5:\"width\";i:730;s:6:\"height\";i:307;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:25:\"Tag-Subitem-2-580x244.png\";s:5:\"width\";i:580;s:6:\"height\";i:244;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:25:\"Tag-Subitem-2-665x279.png\";s:5:\"width\";i:665;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19298,5784,'_wp_attached_file','2018/09/Tag-Subitem-1.png'),(19299,5784,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1364;s:6:\"height\";i:570;s:4:\"file\";s:25:\"2018/09/Tag-Subitem-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Tag-Subitem-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Tag-Subitem-1-300x125.png\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Tag-Subitem-1-768x321.png\";s:5:\"width\";i:768;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Tag-Subitem-1-1024x428.png\";s:5:\"width\";i:1024;s:6:\"height\";i:428;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:25:\"Tag-Subitem-1-480x201.png\";s:5:\"width\";i:480;s:6:\"height\";i:201;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:25:\"Tag-Subitem-1-730x305.png\";s:5:\"width\";i:730;s:6:\"height\";i:305;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:25:\"Tag-Subitem-1-580x242.png\";s:5:\"width\";i:580;s:6:\"height\";i:242;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:25:\"Tag-Subitem-1-665x278.png\";s:5:\"width\";i:665;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19300,5788,'_wp_attached_file','2018/09/Attach-file-to-Subitem-1.png'),(19301,5788,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1364;s:6:\"height\";i:570;s:4:\"file\";s:36:\"2018/09/Attach-file-to-Subitem-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Attach-file-to-Subitem-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Attach-file-to-Subitem-1-300x125.png\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Attach-file-to-Subitem-1-768x321.png\";s:5:\"width\";i:768;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Attach-file-to-Subitem-1-1024x428.png\";s:5:\"width\";i:1024;s:6:\"height\";i:428;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:36:\"Attach-file-to-Subitem-1-480x201.png\";s:5:\"width\";i:480;s:6:\"height\";i:201;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:36:\"Attach-file-to-Subitem-1-730x305.png\";s:5:\"width\";i:730;s:6:\"height\";i:305;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:36:\"Attach-file-to-Subitem-1-580x242.png\";s:5:\"width\";i:580;s:6:\"height\";i:242;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:36:\"Attach-file-to-Subitem-1-665x278.png\";s:5:\"width\";i:665;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19302,5789,'_wp_attached_file','2018/09/Attach-file-to-Subitem-2.png'),(19303,5789,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1357;s:6:\"height\";i:570;s:4:\"file\";s:36:\"2018/09/Attach-file-to-Subitem-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Attach-file-to-Subitem-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Attach-file-to-Subitem-2-300x126.png\";s:5:\"width\";i:300;s:6:\"height\";i:126;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Attach-file-to-Subitem-2-768x323.png\";s:5:\"width\";i:768;s:6:\"height\";i:323;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Attach-file-to-Subitem-2-1024x430.png\";s:5:\"width\";i:1024;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:36:\"Attach-file-to-Subitem-2-480x202.png\";s:5:\"width\";i:480;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:36:\"Attach-file-to-Subitem-2-730x307.png\";s:5:\"width\";i:730;s:6:\"height\";i:307;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:36:\"Attach-file-to-Subitem-2-580x244.png\";s:5:\"width\";i:580;s:6:\"height\";i:244;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:36:\"Attach-file-to-Subitem-2-665x279.png\";s:5:\"width\";i:665;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19304,5792,'_wp_attached_file','2018/09/Comment-on-Subitem-1.png'),(19305,5792,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1364;s:6:\"height\";i:570;s:4:\"file\";s:32:\"2018/09/Comment-on-Subitem-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Comment-on-Subitem-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Comment-on-Subitem-1-300x125.png\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Comment-on-Subitem-1-768x321.png\";s:5:\"width\";i:768;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Comment-on-Subitem-1-1024x428.png\";s:5:\"width\";i:1024;s:6:\"height\";i:428;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:32:\"Comment-on-Subitem-1-480x201.png\";s:5:\"width\";i:480;s:6:\"height\";i:201;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:32:\"Comment-on-Subitem-1-730x305.png\";s:5:\"width\";i:730;s:6:\"height\";i:305;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:32:\"Comment-on-Subitem-1-580x242.png\";s:5:\"width\";i:580;s:6:\"height\";i:242;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:32:\"Comment-on-Subitem-1-665x278.png\";s:5:\"width\";i:665;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19306,5793,'_wp_attached_file','2018/09/Comment-on-Subitem-2.png'),(19307,5793,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1364;s:6:\"height\";i:570;s:4:\"file\";s:32:\"2018/09/Comment-on-Subitem-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Comment-on-Subitem-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Comment-on-Subitem-2-300x125.png\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Comment-on-Subitem-2-768x321.png\";s:5:\"width\";i:768;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Comment-on-Subitem-2-1024x428.png\";s:5:\"width\";i:1024;s:6:\"height\";i:428;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:32:\"Comment-on-Subitem-2-480x201.png\";s:5:\"width\";i:480;s:6:\"height\";i:201;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:32:\"Comment-on-Subitem-2-730x305.png\";s:5:\"width\";i:730;s:6:\"height\";i:305;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:32:\"Comment-on-Subitem-2-580x242.png\";s:5:\"width\";i:580;s:6:\"height\";i:242;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:32:\"Comment-on-Subitem-2-665x278.png\";s:5:\"width\";i:665;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19308,5795,'_wp_attached_file','2018/09/Add-Project-1.png'),(19309,5795,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:657;s:4:\"file\";s:25:\"2018/09/Add-Project-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Add-Project-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Add-Project-1-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Add-Project-1-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Add-Project-1-1024x493.png\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:25:\"Add-Project-1-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:25:\"Add-Project-1-703x338.png\";s:5:\"width\";i:703;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:25:\"Add-Project-1-580x279.png\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:25:\"Add-Project-1-593x285.png\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19310,5796,'_wp_attached_file','2018/09/Invite-User-to-the-Project-1.png'),(19311,5796,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:657;s:4:\"file\";s:40:\"2018/09/Invite-User-to-the-Project-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Invite-User-to-the-Project-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Invite-User-to-the-Project-1-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Invite-User-to-the-Project-1-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Invite-User-to-the-Project-1-1024x493.png\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:40:\"Invite-User-to-the-Project-1-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:40:\"Invite-User-to-the-Project-1-703x338.png\";s:5:\"width\";i:703;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:40:\"Invite-User-to-the-Project-1-580x279.png\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:40:\"Invite-User-to-the-Project-1-593x285.png\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19312,5797,'_wp_attached_file','2018/09/Invite-User-to-the-Project-1-1.png'),(19313,5797,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:657;s:4:\"file\";s:42:\"2018/09/Invite-User-to-the-Project-1-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Invite-User-to-the-Project-1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Invite-User-to-the-Project-1-1-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Invite-User-to-the-Project-1-1-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Invite-User-to-the-Project-1-1-1024x493.png\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:42:\"Invite-User-to-the-Project-1-1-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:42:\"Invite-User-to-the-Project-1-1-703x338.png\";s:5:\"width\";i:703;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:42:\"Invite-User-to-the-Project-1-1-580x279.png\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:42:\"Invite-User-to-the-Project-1-1-593x285.png\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19316,5799,'_wp_attached_file','2018/09/Add-Project-2-1.png'),(19317,5799,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1348;s:6:\"height\";i:440;s:4:\"file\";s:27:\"2018/09/Add-Project-2-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Add-Project-2-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Add-Project-2-1-300x98.png\";s:5:\"width\";i:300;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Add-Project-2-1-768x251.png\";s:5:\"width\";i:768;s:6:\"height\";i:251;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Add-Project-2-1-1024x334.png\";s:5:\"width\";i:1024;s:6:\"height\";i:334;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:27:\"Add-Project-2-1-480x157.png\";s:5:\"width\";i:480;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:27:\"Add-Project-2-1-730x238.png\";s:5:\"width\";i:730;s:6:\"height\";i:238;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:27:\"Add-Project-2-1-580x189.png\";s:5:\"width\";i:580;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:27:\"Add-Project-2-1-665x217.png\";s:5:\"width\";i:665;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19322,5802,'_wp_attached_file','2018/09/Add-Project-3.png'),(19323,5802,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1347;s:6:\"height\";i:655;s:4:\"file\";s:25:\"2018/09/Add-Project-3.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Add-Project-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Add-Project-3-300x146.png\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Add-Project-3-768x373.png\";s:5:\"width\";i:768;s:6:\"height\";i:373;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Add-Project-3-1024x498.png\";s:5:\"width\";i:1024;s:6:\"height\";i:498;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:25:\"Add-Project-3-480x233.png\";s:5:\"width\";i:480;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:25:\"Add-Project-3-695x338.png\";s:5:\"width\";i:695;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:25:\"Add-Project-3-580x282.png\";s:5:\"width\";i:580;s:6:\"height\";i:282;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:25:\"Add-Project-3-586x285.png\";s:5:\"width\";i:586;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19324,5803,'_wp_attached_file','2018/09/Add-Project-4.png'),(19325,5803,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:657;s:4:\"file\";s:25:\"2018/09/Add-Project-4.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Add-Project-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Add-Project-4-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Add-Project-4-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Add-Project-4-1024x493.png\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:25:\"Add-Project-4-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:25:\"Add-Project-4-703x338.png\";s:5:\"width\";i:703;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:25:\"Add-Project-4-580x279.png\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:25:\"Add-Project-4-593x285.png\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19326,5804,'_wp_attached_file','2018/09/Add-Project-5.png'),(19327,5804,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1347;s:6:\"height\";i:655;s:4:\"file\";s:25:\"2018/09/Add-Project-5.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Add-Project-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Add-Project-5-300x146.png\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Add-Project-5-768x373.png\";s:5:\"width\";i:768;s:6:\"height\";i:373;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Add-Project-5-1024x498.png\";s:5:\"width\";i:1024;s:6:\"height\";i:498;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:25:\"Add-Project-5-480x233.png\";s:5:\"width\";i:480;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:25:\"Add-Project-5-695x338.png\";s:5:\"width\";i:695;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:25:\"Add-Project-5-580x282.png\";s:5:\"width\";i:580;s:6:\"height\";i:282;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:25:\"Add-Project-5-586x285.png\";s:5:\"width\";i:586;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19328,5806,'_wp_attached_file','2018/09/Manage-Project-2.png'),(19329,5806,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:440;s:4:\"file\";s:28:\"2018/09/Manage-Project-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Manage-Project-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Manage-Project-2-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Manage-Project-2-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Manage-Project-2-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:28:\"Manage-Project-2-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:28:\"Manage-Project-2-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:28:\"Manage-Project-2-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:28:\"Manage-Project-2-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19330,5807,'_wp_attached_file','2018/09/Manage-Project-3.png'),(19331,5807,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:657;s:4:\"file\";s:28:\"2018/09/Manage-Project-3.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Manage-Project-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Manage-Project-3-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Manage-Project-3-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Manage-Project-3-1024x493.png\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:28:\"Manage-Project-3-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:28:\"Manage-Project-3-703x338.png\";s:5:\"width\";i:703;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:28:\"Manage-Project-3-580x279.png\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:28:\"Manage-Project-3-593x285.png\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19334,5809,'_wp_attached_file','2018/09/Manage-Project-4.png'),(19335,5809,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:440;s:4:\"file\";s:28:\"2018/09/Manage-Project-4.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Manage-Project-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Manage-Project-4-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Manage-Project-4-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Manage-Project-4-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:28:\"Manage-Project-4-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:28:\"Manage-Project-4-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:28:\"Manage-Project-4-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:28:\"Manage-Project-4-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19336,5810,'_wp_attached_file','2018/09/Manage-Project-5.png'),(19337,5810,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1348;s:6:\"height\";i:655;s:4:\"file\";s:28:\"2018/09/Manage-Project-5.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Manage-Project-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Manage-Project-5-300x146.png\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Manage-Project-5-768x373.png\";s:5:\"width\";i:768;s:6:\"height\";i:373;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Manage-Project-5-1024x498.png\";s:5:\"width\";i:1024;s:6:\"height\";i:498;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:28:\"Manage-Project-5-480x233.png\";s:5:\"width\";i:480;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:28:\"Manage-Project-5-696x338.png\";s:5:\"width\";i:696;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:28:\"Manage-Project-5-580x282.png\";s:5:\"width\";i:580;s:6:\"height\";i:282;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:28:\"Manage-Project-5-587x285.png\";s:5:\"width\";i:587;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19338,5812,'_wp_attached_file','2018/09/Manage-Project-2-1.png'),(19339,5812,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:440;s:4:\"file\";s:30:\"2018/09/Manage-Project-2-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Manage-Project-2-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Manage-Project-2-1-300x98.png\";s:5:\"width\";i:300;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Manage-Project-2-1-768x250.png\";s:5:\"width\";i:768;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Manage-Project-2-1-1024x334.png\";s:5:\"width\";i:1024;s:6:\"height\";i:334;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:30:\"Manage-Project-2-1-480x156.png\";s:5:\"width\";i:480;s:6:\"height\";i:156;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:30:\"Manage-Project-2-1-730x238.png\";s:5:\"width\";i:730;s:6:\"height\";i:238;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:30:\"Manage-Project-2-1-580x189.png\";s:5:\"width\";i:580;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:30:\"Manage-Project-2-1-665x217.png\";s:5:\"width\";i:665;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19340,5813,'_wp_attached_file','2018/09/Manage-Project-4-1.png'),(19341,5813,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1349;s:6:\"height\";i:440;s:4:\"file\";s:30:\"2018/09/Manage-Project-4-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Manage-Project-4-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Manage-Project-4-1-300x98.png\";s:5:\"width\";i:300;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Manage-Project-4-1-768x250.png\";s:5:\"width\";i:768;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Manage-Project-4-1-1024x334.png\";s:5:\"width\";i:1024;s:6:\"height\";i:334;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:30:\"Manage-Project-4-1-480x157.png\";s:5:\"width\";i:480;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:30:\"Manage-Project-4-1-730x238.png\";s:5:\"width\";i:730;s:6:\"height\";i:238;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:30:\"Manage-Project-4-1-580x189.png\";s:5:\"width\";i:580;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:30:\"Manage-Project-4-1-665x217.png\";s:5:\"width\";i:665;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19342,5815,'_wp_attached_file','2018/09/Manage-Project-2-2.png'),(19343,5815,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:440;s:4:\"file\";s:30:\"2018/09/Manage-Project-2-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Manage-Project-2-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Manage-Project-2-2-300x98.png\";s:5:\"width\";i:300;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Manage-Project-2-2-768x250.png\";s:5:\"width\";i:768;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Manage-Project-2-2-1024x334.png\";s:5:\"width\";i:1024;s:6:\"height\";i:334;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:30:\"Manage-Project-2-2-480x156.png\";s:5:\"width\";i:480;s:6:\"height\";i:156;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:30:\"Manage-Project-2-2-730x238.png\";s:5:\"width\";i:730;s:6:\"height\";i:238;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:30:\"Manage-Project-2-2-580x189.png\";s:5:\"width\";i:580;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:30:\"Manage-Project-2-2-665x217.png\";s:5:\"width\";i:665;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19346,5818,'_wp_attached_file','2018/09/Invite-User-to-the-Project-2.png'),(19347,5818,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1348;s:6:\"height\";i:440;s:4:\"file\";s:40:\"2018/09/Invite-User-to-the-Project-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Invite-User-to-the-Project-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Invite-User-to-the-Project-2-300x98.png\";s:5:\"width\";i:300;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Invite-User-to-the-Project-2-768x251.png\";s:5:\"width\";i:768;s:6:\"height\";i:251;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Invite-User-to-the-Project-2-1024x334.png\";s:5:\"width\";i:1024;s:6:\"height\";i:334;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:40:\"Invite-User-to-the-Project-2-480x157.png\";s:5:\"width\";i:480;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:40:\"Invite-User-to-the-Project-2-730x238.png\";s:5:\"width\";i:730;s:6:\"height\";i:238;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:40:\"Invite-User-to-the-Project-2-580x189.png\";s:5:\"width\";i:580;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:40:\"Invite-User-to-the-Project-2-665x217.png\";s:5:\"width\";i:665;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19350,5820,'_wp_attached_file','2018/09/Invite-User-to-the-Project-3.png'),(19351,5820,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:657;s:4:\"file\";s:40:\"2018/09/Invite-User-to-the-Project-3.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Invite-User-to-the-Project-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Invite-User-to-the-Project-3-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Invite-User-to-the-Project-3-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Invite-User-to-the-Project-3-1024x493.png\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:40:\"Invite-User-to-the-Project-3-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:40:\"Invite-User-to-the-Project-3-703x338.png\";s:5:\"width\";i:703;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:40:\"Invite-User-to-the-Project-3-580x279.png\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:40:\"Invite-User-to-the-Project-3-593x285.png\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19353,5822,'_wp_attached_file','2018/09/Log-efforts-on-Subitem-1.png'),(19354,5822,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1381;s:6:\"height\";i:570;s:4:\"file\";s:36:\"2018/09/Log-efforts-on-Subitem-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Log-efforts-on-Subitem-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Log-efforts-on-Subitem-1-300x124.png\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Log-efforts-on-Subitem-1-768x317.png\";s:5:\"width\";i:768;s:6:\"height\";i:317;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Log-efforts-on-Subitem-1-1024x423.png\";s:5:\"width\";i:1024;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:36:\"Log-efforts-on-Subitem-1-480x198.png\";s:5:\"width\";i:480;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:36:\"Log-efforts-on-Subitem-1-730x301.png\";s:5:\"width\";i:730;s:6:\"height\";i:301;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:36:\"Log-efforts-on-Subitem-1-580x239.png\";s:5:\"width\";i:580;s:6:\"height\";i:239;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:36:\"Log-efforts-on-Subitem-1-665x274.png\";s:5:\"width\";i:665;s:6:\"height\";i:274;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19355,5823,'_wp_attached_file','2018/09/Log-efforts-on-Subitem-2.png'),(19356,5823,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1381;s:6:\"height\";i:570;s:4:\"file\";s:36:\"2018/09/Log-efforts-on-Subitem-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Log-efforts-on-Subitem-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Log-efforts-on-Subitem-2-300x124.png\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Log-efforts-on-Subitem-2-768x317.png\";s:5:\"width\";i:768;s:6:\"height\";i:317;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Log-efforts-on-Subitem-2-1024x423.png\";s:5:\"width\";i:1024;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:36:\"Log-efforts-on-Subitem-2-480x198.png\";s:5:\"width\";i:480;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:36:\"Log-efforts-on-Subitem-2-730x301.png\";s:5:\"width\";i:730;s:6:\"height\";i:301;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:36:\"Log-efforts-on-Subitem-2-580x239.png\";s:5:\"width\";i:580;s:6:\"height\";i:239;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:36:\"Log-efforts-on-Subitem-2-665x274.png\";s:5:\"width\";i:665;s:6:\"height\";i:274;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19357,5824,'_wp_attached_file','2018/09/Log-efforts-on-Subitem-3.png'),(19358,5824,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1373;s:6:\"height\";i:662;s:4:\"file\";s:36:\"2018/09/Log-efforts-on-Subitem-3.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Log-efforts-on-Subitem-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Log-efforts-on-Subitem-3-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Log-efforts-on-Subitem-3-768x370.png\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Log-efforts-on-Subitem-3-1024x494.png\";s:5:\"width\";i:1024;s:6:\"height\";i:494;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:36:\"Log-efforts-on-Subitem-3-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:36:\"Log-efforts-on-Subitem-3-701x338.png\";s:5:\"width\";i:701;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:36:\"Log-efforts-on-Subitem-3-580x280.png\";s:5:\"width\";i:580;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:36:\"Log-efforts-on-Subitem-3-591x285.png\";s:5:\"width\";i:591;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19359,5827,'_wp_attached_file','2018/10/Set-Due-Date-1.png'),(19360,5827,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1381;s:6:\"height\";i:570;s:4:\"file\";s:26:\"2018/10/Set-Due-Date-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Set-Due-Date-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Set-Due-Date-1-300x124.png\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Set-Due-Date-1-768x317.png\";s:5:\"width\";i:768;s:6:\"height\";i:317;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Set-Due-Date-1-1024x423.png\";s:5:\"width\";i:1024;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:26:\"Set-Due-Date-1-480x198.png\";s:5:\"width\";i:480;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:26:\"Set-Due-Date-1-730x301.png\";s:5:\"width\";i:730;s:6:\"height\";i:301;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:26:\"Set-Due-Date-1-580x239.png\";s:5:\"width\";i:580;s:6:\"height\";i:239;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:26:\"Set-Due-Date-1-665x274.png\";s:5:\"width\";i:665;s:6:\"height\";i:274;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19363,5830,'_wp_attached_file','2018/10/Set-Due-Date-2.png'),(19364,5830,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1347;s:6:\"height\";i:850;s:4:\"file\";s:26:\"2018/10/Set-Due-Date-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Set-Due-Date-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Set-Due-Date-2-300x189.png\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Set-Due-Date-2-768x485.png\";s:5:\"width\";i:768;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Set-Due-Date-2-1024x646.png\";s:5:\"width\";i:1024;s:6:\"height\";i:646;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:26:\"Set-Due-Date-2-480x303.png\";s:5:\"width\";i:480;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:26:\"Set-Due-Date-2-536x338.png\";s:5:\"width\";i:536;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:26:\"Set-Due-Date-2-580x366.png\";s:5:\"width\";i:580;s:6:\"height\";i:366;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:26:\"Set-Due-Date-2-452x285.png\";s:5:\"width\";i:452;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19365,5832,'_wp_attached_file','2018/10/Set-Subitem-Status-1.png'),(19366,5832,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1381;s:6:\"height\";i:570;s:4:\"file\";s:32:\"2018/10/Set-Subitem-Status-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Set-Subitem-Status-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Set-Subitem-Status-1-300x124.png\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Set-Subitem-Status-1-768x317.png\";s:5:\"width\";i:768;s:6:\"height\";i:317;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Set-Subitem-Status-1-1024x423.png\";s:5:\"width\";i:1024;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:32:\"Set-Subitem-Status-1-480x198.png\";s:5:\"width\";i:480;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:32:\"Set-Subitem-Status-1-730x301.png\";s:5:\"width\";i:730;s:6:\"height\";i:301;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:32:\"Set-Subitem-Status-1-580x239.png\";s:5:\"width\";i:580;s:6:\"height\";i:239;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:32:\"Set-Subitem-Status-1-665x274.png\";s:5:\"width\";i:665;s:6:\"height\";i:274;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19367,5833,'_wp_attached_file','2018/10/Set-Subitem-Status-2.png'),(19368,5833,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1347;s:6:\"height\";i:670;s:4:\"file\";s:32:\"2018/10/Set-Subitem-Status-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Set-Subitem-Status-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Set-Subitem-Status-2-300x149.png\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Set-Subitem-Status-2-768x382.png\";s:5:\"width\";i:768;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Set-Subitem-Status-2-1024x509.png\";s:5:\"width\";i:1024;s:6:\"height\";i:509;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:32:\"Set-Subitem-Status-2-480x239.png\";s:5:\"width\";i:480;s:6:\"height\";i:239;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:32:\"Set-Subitem-Status-2-680x338.png\";s:5:\"width\";i:680;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:32:\"Set-Subitem-Status-2-580x288.png\";s:5:\"width\";i:580;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:32:\"Set-Subitem-Status-2-573x285.png\";s:5:\"width\";i:573;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19371,5838,'_wp_attached_file','2018/09/Track-Subitem-Activity-1.png'),(19372,5838,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1381;s:6:\"height\";i:570;s:4:\"file\";s:36:\"2018/09/Track-Subitem-Activity-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Track-Subitem-Activity-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Track-Subitem-Activity-1-300x124.png\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Track-Subitem-Activity-1-768x317.png\";s:5:\"width\";i:768;s:6:\"height\";i:317;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Track-Subitem-Activity-1-1024x423.png\";s:5:\"width\";i:1024;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:36:\"Track-Subitem-Activity-1-480x198.png\";s:5:\"width\";i:480;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:36:\"Track-Subitem-Activity-1-730x301.png\";s:5:\"width\";i:730;s:6:\"height\";i:301;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:36:\"Track-Subitem-Activity-1-580x239.png\";s:5:\"width\";i:580;s:6:\"height\";i:239;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:36:\"Track-Subitem-Activity-1-665x274.png\";s:5:\"width\";i:665;s:6:\"height\";i:274;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19373,5839,'_wp_attached_file','2018/09/Track-Subitem-Activity-2.png'),(19374,5839,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1347;s:6:\"height\";i:670;s:4:\"file\";s:36:\"2018/09/Track-Subitem-Activity-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Track-Subitem-Activity-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Track-Subitem-Activity-2-300x149.png\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Track-Subitem-Activity-2-768x382.png\";s:5:\"width\";i:768;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Track-Subitem-Activity-2-1024x509.png\";s:5:\"width\";i:1024;s:6:\"height\";i:509;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:36:\"Track-Subitem-Activity-2-480x239.png\";s:5:\"width\";i:480;s:6:\"height\";i:239;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:36:\"Track-Subitem-Activity-2-680x338.png\";s:5:\"width\";i:680;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:36:\"Track-Subitem-Activity-2-580x288.png\";s:5:\"width\";i:580;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:36:\"Track-Subitem-Activity-2-573x285.png\";s:5:\"width\";i:573;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19375,5841,'_wp_attached_file','2018/09/backlog-add-workitem-1.png'),(19376,5841,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:335;s:4:\"file\";s:34:\"2018/09/backlog-add-workitem-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"backlog-add-workitem-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"backlog-add-workitem-1-300x74.png\";s:5:\"width\";i:300;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"backlog-add-workitem-1-768x188.png\";s:5:\"width\";i:768;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"backlog-add-workitem-1-1024x251.png\";s:5:\"width\";i:1024;s:6:\"height\";i:251;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:34:\"backlog-add-workitem-1-480x118.png\";s:5:\"width\";i:480;s:6:\"height\";i:118;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:34:\"backlog-add-workitem-1-730x179.png\";s:5:\"width\";i:730;s:6:\"height\";i:179;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:34:\"backlog-add-workitem-1-580x142.png\";s:5:\"width\";i:580;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:34:\"backlog-add-workitem-1-665x163.png\";s:5:\"width\";i:665;s:6:\"height\";i:163;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19377,5842,'_wp_attached_file','2018/09/backlog-add-workitem-2.png'),(19378,5842,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:656;s:4:\"file\";s:34:\"2018/09/backlog-add-workitem-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"backlog-add-workitem-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"backlog-add-workitem-2-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"backlog-add-workitem-2-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"backlog-add-workitem-2-1024x492.png\";s:5:\"width\";i:1024;s:6:\"height\";i:492;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:34:\"backlog-add-workitem-2-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:34:\"backlog-add-workitem-2-704x338.png\";s:5:\"width\";i:704;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:34:\"backlog-add-workitem-2-580x279.png\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:34:\"backlog-add-workitem-2-593x285.png\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19379,5843,'_wp_attached_file','2018/09/backlog-add-workitem-3.png'),(19380,5843,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:335;s:4:\"file\";s:34:\"2018/09/backlog-add-workitem-3.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"backlog-add-workitem-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"backlog-add-workitem-3-300x74.png\";s:5:\"width\";i:300;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"backlog-add-workitem-3-768x188.png\";s:5:\"width\";i:768;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"backlog-add-workitem-3-1024x251.png\";s:5:\"width\";i:1024;s:6:\"height\";i:251;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:34:\"backlog-add-workitem-3-480x118.png\";s:5:\"width\";i:480;s:6:\"height\";i:118;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:34:\"backlog-add-workitem-3-730x179.png\";s:5:\"width\";i:730;s:6:\"height\";i:179;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:34:\"backlog-add-workitem-3-580x142.png\";s:5:\"width\";i:580;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:34:\"backlog-add-workitem-3-665x163.png\";s:5:\"width\";i:665;s:6:\"height\";i:163;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19381,5844,'_wp_attached_file','2018/09/backlog-add-workitem-4.png'),(19382,5844,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:335;s:4:\"file\";s:34:\"2018/09/backlog-add-workitem-4.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"backlog-add-workitem-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"backlog-add-workitem-4-300x74.png\";s:5:\"width\";i:300;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"backlog-add-workitem-4-768x188.png\";s:5:\"width\";i:768;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"backlog-add-workitem-4-1024x251.png\";s:5:\"width\";i:1024;s:6:\"height\";i:251;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:34:\"backlog-add-workitem-4-480x118.png\";s:5:\"width\";i:480;s:6:\"height\";i:118;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:34:\"backlog-add-workitem-4-730x179.png\";s:5:\"width\";i:730;s:6:\"height\";i:179;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:34:\"backlog-add-workitem-4-580x142.png\";s:5:\"width\";i:580;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:34:\"backlog-add-workitem-4-665x163.png\";s:5:\"width\";i:665;s:6:\"height\";i:163;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19383,5847,'_wp_attached_file','2018/09/Files-1.png'),(19384,5847,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1363;s:6:\"height\";i:440;s:4:\"file\";s:19:\"2018/09/Files-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Files-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Files-1-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Files-1-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Files-1-1024x331.png\";s:5:\"width\";i:1024;s:6:\"height\";i:331;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:19:\"Files-1-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:19:\"Files-1-730x236.png\";s:5:\"width\";i:730;s:6:\"height\";i:236;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:19:\"Files-1-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:19:\"Files-1-665x215.png\";s:5:\"width\";i:665;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19385,5848,'_wp_attached_file','2018/09/Files-02.png'),(19386,5848,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:440;s:4:\"file\";s:20:\"2018/09/Files-02.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Files-02-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Files-02-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Files-02-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Files-02-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:20:\"Files-02-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:20:\"Files-02-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:20:\"Files-02-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:20:\"Files-02-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19387,5849,'_wp_attached_file','2018/09/Files-03.png'),(19388,5849,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:440;s:4:\"file\";s:20:\"2018/09/Files-03.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Files-03-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Files-03-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Files-03-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Files-03-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:20:\"Files-03-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:20:\"Files-03-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:20:\"Files-03-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:20:\"Files-03-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19389,5851,'_wp_attached_file','2018/09/Files-04.png'),(19390,5851,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:440;s:4:\"file\";s:20:\"2018/09/Files-04.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Files-04-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Files-04-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Files-04-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Files-04-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:20:\"Files-04-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:20:\"Files-04-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:20:\"Files-04-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:20:\"Files-04-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19391,5852,'_wp_attached_file','2018/09/Files-05.png'),(19392,5852,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:657;s:4:\"file\";s:20:\"2018/09/Files-05.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Files-05-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Files-05-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Files-05-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Files-05-1024x493.png\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:20:\"Files-05-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:20:\"Files-05-703x338.png\";s:5:\"width\";i:703;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:20:\"Files-05-580x279.png\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:20:\"Files-05-593x285.png\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19393,5853,'_wp_attached_file','2018/09/Files-06.png'),(19394,5853,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:440;s:4:\"file\";s:20:\"2018/09/Files-06.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Files-06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Files-06-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Files-06-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Files-06-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:20:\"Files-06-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:20:\"Files-06-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:20:\"Files-06-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:20:\"Files-06-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19395,5856,'_wp_attached_file','2018/09/Files-07.png'),(19396,5856,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2018/09/Files-07.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Files-07-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Files-07-300x110.png\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Files-07-768x281.png\";s:5:\"width\";i:768;s:6:\"height\";i:281;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Files-07-1024x375.png\";s:5:\"width\";i:1024;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:20:\"Files-07-480x176.png\";s:5:\"width\";i:480;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:20:\"Files-07-730x267.png\";s:5:\"width\";i:730;s:6:\"height\";i:267;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:20:\"Files-07-580x212.png\";s:5:\"width\";i:580;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:20:\"Files-07-665x244.png\";s:5:\"width\";i:665;s:6:\"height\";i:244;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19397,5857,'_wp_attached_file','2018/09/Files-09.png'),(19398,5857,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:657;s:4:\"file\";s:20:\"2018/09/Files-09.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Files-09-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Files-09-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Files-09-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Files-09-1024x493.png\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:20:\"Files-09-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:20:\"Files-09-703x338.png\";s:5:\"width\";i:703;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:20:\"Files-09-580x279.png\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:20:\"Files-09-593x285.png\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19399,5858,'_wp_attached_file','2018/09/Files-08.png'),(19400,5858,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2018/09/Files-08.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Files-08-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Files-08-300x110.png\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Files-08-768x281.png\";s:5:\"width\";i:768;s:6:\"height\";i:281;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Files-08-1024x375.png\";s:5:\"width\";i:1024;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:20:\"Files-08-480x176.png\";s:5:\"width\";i:480;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:20:\"Files-08-730x267.png\";s:5:\"width\";i:730;s:6:\"height\";i:267;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:20:\"Files-08-580x212.png\";s:5:\"width\";i:580;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:20:\"Files-08-665x244.png\";s:5:\"width\";i:665;s:6:\"height\";i:244;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19401,5860,'_wp_attached_file','2018/09/Files-10.png'),(19402,5860,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:440;s:4:\"file\";s:20:\"2018/09/Files-10.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Files-10-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Files-10-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Files-10-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Files-10-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:20:\"Files-10-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:20:\"Files-10-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:20:\"Files-10-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:20:\"Files-10-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19403,5861,'_wp_attached_file','2018/09/Files-10-1.png'),(19404,5861,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:440;s:4:\"file\";s:22:\"2018/09/Files-10-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Files-10-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Files-10-1-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Files-10-1-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Files-10-1-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:22:\"Files-10-1-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:22:\"Files-10-1-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:22:\"Files-10-1-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:22:\"Files-10-1-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19405,5862,'_wp_attached_file','2018/09/Files-11.png'),(19406,5862,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:440;s:4:\"file\";s:20:\"2018/09/Files-11.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Files-11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Files-11-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Files-11-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Files-11-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:20:\"Files-11-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:20:\"Files-11-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:20:\"Files-11-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:20:\"Files-11-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19407,5864,'_wp_attached_file','2018/09/Timelog-01.png'),(19408,5864,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:440;s:4:\"file\";s:22:\"2018/09/Timelog-01.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Timelog-01-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Timelog-01-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Timelog-01-768x247.png\";s:5:\"width\";i:768;s:6:\"height\";i:247;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Timelog-01-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:22:\"Timelog-01-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:22:\"Timelog-01-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:22:\"Timelog-01-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:22:\"Timelog-01-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19409,5865,'_wp_attached_file','2018/09/Timelog-02.png'),(19410,5865,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:440;s:4:\"file\";s:22:\"2018/09/Timelog-02.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Timelog-02-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Timelog-02-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Timelog-02-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Timelog-02-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:22:\"Timelog-02-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:22:\"Timelog-02-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:22:\"Timelog-02-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:22:\"Timelog-02-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19411,5866,'_wp_attached_file','2018/09/Timelog-03.png'),(19412,5866,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:510;s:4:\"file\";s:22:\"2018/09/Timelog-03.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Timelog-03-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Timelog-03-300x112.png\";s:5:\"width\";i:300;s:6:\"height\";i:112;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Timelog-03-768x287.png\";s:5:\"width\";i:768;s:6:\"height\";i:287;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Timelog-03-1024x383.png\";s:5:\"width\";i:1024;s:6:\"height\";i:383;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:22:\"Timelog-03-480x179.png\";s:5:\"width\";i:480;s:6:\"height\";i:179;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:22:\"Timelog-03-730x273.png\";s:5:\"width\";i:730;s:6:\"height\";i:273;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:22:\"Timelog-03-580x217.png\";s:5:\"width\";i:580;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:22:\"Timelog-03-665x248.png\";s:5:\"width\";i:665;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19413,5869,'_wp_attached_file','2018/09/Timelog-04.png'),(19414,5869,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:440;s:4:\"file\";s:22:\"2018/09/Timelog-04.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Timelog-04-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Timelog-04-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Timelog-04-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Timelog-04-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:22:\"Timelog-04-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:22:\"Timelog-04-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:22:\"Timelog-04-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:22:\"Timelog-04-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19415,5870,'_wp_attached_file','2018/09/Timelog-05.png'),(19416,5870,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:657;s:4:\"file\";s:22:\"2018/09/Timelog-05.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Timelog-05-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Timelog-05-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Timelog-05-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Timelog-05-1024x493.png\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:22:\"Timelog-05-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:22:\"Timelog-05-703x338.png\";s:5:\"width\";i:703;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:22:\"Timelog-05-580x279.png\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:22:\"Timelog-05-593x285.png\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19417,5871,'_wp_attached_file','2018/09/Timelog-06.png'),(19418,5871,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:440;s:4:\"file\";s:22:\"2018/09/Timelog-06.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Timelog-06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Timelog-06-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Timelog-06-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Timelog-06-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:22:\"Timelog-06-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:22:\"Timelog-06-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:22:\"Timelog-06-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:22:\"Timelog-06-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19419,5872,'_wp_attached_file','2018/09/Timelog-07.png');
INSERT INTO `wp_postmeta` VALUES (19420,5872,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:657;s:4:\"file\";s:22:\"2018/09/Timelog-07.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Timelog-07-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Timelog-07-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Timelog-07-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Timelog-07-1024x493.png\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:22:\"Timelog-07-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:22:\"Timelog-07-703x338.png\";s:5:\"width\";i:703;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:22:\"Timelog-07-580x279.png\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:22:\"Timelog-07-593x285.png\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19421,5874,'_wp_attached_file','2018/09/backlog-manage-workitem-1.png'),(19422,5874,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:335;s:4:\"file\";s:37:\"2018/09/backlog-manage-workitem-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"backlog-manage-workitem-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"backlog-manage-workitem-1-300x74.png\";s:5:\"width\";i:300;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"backlog-manage-workitem-1-768x188.png\";s:5:\"width\";i:768;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"backlog-manage-workitem-1-1024x251.png\";s:5:\"width\";i:1024;s:6:\"height\";i:251;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:37:\"backlog-manage-workitem-1-480x118.png\";s:5:\"width\";i:480;s:6:\"height\";i:118;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:37:\"backlog-manage-workitem-1-730x179.png\";s:5:\"width\";i:730;s:6:\"height\";i:179;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:37:\"backlog-manage-workitem-1-580x142.png\";s:5:\"width\";i:580;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:37:\"backlog-manage-workitem-1-665x163.png\";s:5:\"width\";i:665;s:6:\"height\";i:163;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19423,5875,'_wp_attached_file','2018/09/backlog-manage-workitem-2.png'),(19424,5875,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:654;s:4:\"file\";s:37:\"2018/09/backlog-manage-workitem-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"backlog-manage-workitem-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"backlog-manage-workitem-2-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"backlog-manage-workitem-2-768x368.png\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"backlog-manage-workitem-2-1024x490.png\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:37:\"backlog-manage-workitem-2-480x230.png\";s:5:\"width\";i:480;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:37:\"backlog-manage-workitem-2-706x338.png\";s:5:\"width\";i:706;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:37:\"backlog-manage-workitem-2-580x278.png\";s:5:\"width\";i:580;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:37:\"backlog-manage-workitem-2-595x285.png\";s:5:\"width\";i:595;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19427,5877,'_wp_attached_file','2018/09/Timelog-08.png'),(19428,5877,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:440;s:4:\"file\";s:22:\"2018/09/Timelog-08.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Timelog-08-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Timelog-08-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Timelog-08-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Timelog-08-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:22:\"Timelog-08-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:22:\"Timelog-08-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:22:\"Timelog-08-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:22:\"Timelog-08-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19429,5878,'_wp_attached_file','2018/09/Timelog-09.png'),(19430,5878,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:440;s:4:\"file\";s:22:\"2018/09/Timelog-09.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Timelog-09-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Timelog-09-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Timelog-09-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Timelog-09-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:22:\"Timelog-09-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:22:\"Timelog-09-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:22:\"Timelog-09-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:22:\"Timelog-09-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19431,5880,'_wp_attached_file','2018/09/Timelog-10.png'),(19432,5880,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:440;s:4:\"file\";s:22:\"2018/09/Timelog-10.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Timelog-10-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Timelog-10-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Timelog-10-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Timelog-10-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:22:\"Timelog-10-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:22:\"Timelog-10-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:22:\"Timelog-10-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:22:\"Timelog-10-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19433,5881,'_wp_attached_file','2018/09/Timelog-11.png'),(19434,5881,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:440;s:4:\"file\";s:22:\"2018/09/Timelog-11.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Timelog-11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Timelog-11-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Timelog-11-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Timelog-11-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:22:\"Timelog-11-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:22:\"Timelog-11-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:22:\"Timelog-11-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:22:\"Timelog-11-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19435,5882,'_wp_attached_file','2018/09/Timelog-13.png'),(19436,5882,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:440;s:4:\"file\";s:22:\"2018/09/Timelog-13.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Timelog-13-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Timelog-13-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Timelog-13-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Timelog-13-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:22:\"Timelog-13-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:22:\"Timelog-13-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:22:\"Timelog-13-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:22:\"Timelog-13-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19437,5883,'_wp_attached_file','2018/09/backlog-manage-workitem-3.gif'),(19438,5883,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1342;s:6:\"height\";i:656;s:4:\"file\";s:37:\"2018/09/backlog-manage-workitem-3.gif\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"backlog-manage-workitem-3-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"backlog-manage-workitem-3-300x147.gif\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"backlog-manage-workitem-3-768x375.gif\";s:5:\"width\";i:768;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"backlog-manage-workitem-3-1024x501.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:501;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:37:\"backlog-manage-workitem-3-480x235.gif\";s:5:\"width\";i:480;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:37:\"backlog-manage-workitem-3-691x338.gif\";s:5:\"width\";i:691;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:37:\"backlog-manage-workitem-3-580x284.gif\";s:5:\"width\";i:580;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:37:\"backlog-manage-workitem-3-583x285.gif\";s:5:\"width\";i:583;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19439,5884,'_wp_attached_file','2018/09/backlog-Manage-Workitem-4.png'),(19440,5884,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:523;s:4:\"file\";s:37:\"2018/09/backlog-Manage-Workitem-4.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"backlog-Manage-Workitem-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"backlog-Manage-Workitem-4-300x115.png\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"backlog-Manage-Workitem-4-768x294.png\";s:5:\"width\";i:768;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"backlog-Manage-Workitem-4-1024x392.png\";s:5:\"width\";i:1024;s:6:\"height\";i:392;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:37:\"backlog-Manage-Workitem-4-480x184.png\";s:5:\"width\";i:480;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:37:\"backlog-Manage-Workitem-4-730x279.png\";s:5:\"width\";i:730;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:37:\"backlog-Manage-Workitem-4-580x222.png\";s:5:\"width\";i:580;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:37:\"backlog-Manage-Workitem-4-665x255.png\";s:5:\"width\";i:665;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19441,5885,'_wp_attached_file','2018/09/backlog-Manage-Workitem-5.png'),(19442,5885,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1381;s:6:\"height\";i:659;s:4:\"file\";s:37:\"2018/09/backlog-Manage-Workitem-5.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"backlog-Manage-Workitem-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"backlog-Manage-Workitem-5-300x143.png\";s:5:\"width\";i:300;s:6:\"height\";i:143;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"backlog-Manage-Workitem-5-768x366.png\";s:5:\"width\";i:768;s:6:\"height\";i:366;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"backlog-Manage-Workitem-5-1024x489.png\";s:5:\"width\";i:1024;s:6:\"height\";i:489;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:37:\"backlog-Manage-Workitem-5-480x229.png\";s:5:\"width\";i:480;s:6:\"height\";i:229;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:37:\"backlog-Manage-Workitem-5-708x338.png\";s:5:\"width\";i:708;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:37:\"backlog-Manage-Workitem-5-580x277.png\";s:5:\"width\";i:580;s:6:\"height\";i:277;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:37:\"backlog-Manage-Workitem-5-597x285.png\";s:5:\"width\";i:597;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19443,5886,'_wp_attached_file','2018/09/backlog-Manage-Workitem-6.png'),(19444,5886,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:523;s:4:\"file\";s:37:\"2018/09/backlog-Manage-Workitem-6.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"backlog-Manage-Workitem-6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"backlog-Manage-Workitem-6-300x115.png\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"backlog-Manage-Workitem-6-768x294.png\";s:5:\"width\";i:768;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"backlog-Manage-Workitem-6-1024x392.png\";s:5:\"width\";i:1024;s:6:\"height\";i:392;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:37:\"backlog-Manage-Workitem-6-480x184.png\";s:5:\"width\";i:480;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:37:\"backlog-Manage-Workitem-6-730x279.png\";s:5:\"width\";i:730;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:37:\"backlog-Manage-Workitem-6-580x222.png\";s:5:\"width\";i:580;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:37:\"backlog-Manage-Workitem-6-665x255.png\";s:5:\"width\";i:665;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19445,5887,'_wp_attached_file','2018/09/backlog-Manage-Workitem-7.png'),(19446,5887,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1348;s:6:\"height\";i:523;s:4:\"file\";s:37:\"2018/09/backlog-Manage-Workitem-7.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"backlog-Manage-Workitem-7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"backlog-Manage-Workitem-7-300x116.png\";s:5:\"width\";i:300;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"backlog-Manage-Workitem-7-768x298.png\";s:5:\"width\";i:768;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"backlog-Manage-Workitem-7-1024x397.png\";s:5:\"width\";i:1024;s:6:\"height\";i:397;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:37:\"backlog-Manage-Workitem-7-480x186.png\";s:5:\"width\";i:480;s:6:\"height\";i:186;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:37:\"backlog-Manage-Workitem-7-730x283.png\";s:5:\"width\";i:730;s:6:\"height\";i:283;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:37:\"backlog-Manage-Workitem-7-580x225.png\";s:5:\"width\";i:580;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:37:\"backlog-Manage-Workitem-7-665x258.png\";s:5:\"width\";i:665;s:6:\"height\";i:258;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19447,5889,'_wp_attached_file','2018/09/Timelog-14.png'),(19448,5889,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:440;s:4:\"file\";s:22:\"2018/09/Timelog-14.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Timelog-14-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Timelog-14-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Timelog-14-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Timelog-14-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:22:\"Timelog-14-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:22:\"Timelog-14-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:22:\"Timelog-14-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:22:\"Timelog-14-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19451,5891,'_wp_attached_file','2018/09/Timelog-15.png'),(19452,5891,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:520;s:4:\"file\";s:22:\"2018/09/Timelog-15.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Timelog-15-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Timelog-15-300x114.png\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Timelog-15-768x293.png\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Timelog-15-1024x390.png\";s:5:\"width\";i:1024;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:22:\"Timelog-15-480x183.png\";s:5:\"width\";i:480;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:22:\"Timelog-15-730x278.png\";s:5:\"width\";i:730;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:22:\"Timelog-15-580x221.png\";s:5:\"width\";i:580;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:22:\"Timelog-15-665x253.png\";s:5:\"width\";i:665;s:6:\"height\";i:253;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19455,5893,'_wp_attached_file','2018/09/Timelog-16.png'),(19456,5893,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:440;s:4:\"file\";s:22:\"2018/09/Timelog-16.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Timelog-16-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Timelog-16-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Timelog-16-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Timelog-16-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:22:\"Timelog-16-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:22:\"Timelog-16-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:22:\"Timelog-16-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:22:\"Timelog-16-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19457,5894,'_wp_attached_file','2018/09/Timelog-17.png'),(19458,5894,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1364;s:6:\"height\";i:440;s:4:\"file\";s:22:\"2018/09/Timelog-17.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Timelog-17-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Timelog-17-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Timelog-17-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Timelog-17-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:22:\"Timelog-17-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:22:\"Timelog-17-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:22:\"Timelog-17-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:22:\"Timelog-17-665x215.png\";s:5:\"width\";i:665;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19459,5896,'_wp_attached_file','2018/09/Timelog-12.png'),(19460,5896,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:440;s:4:\"file\";s:22:\"2018/09/Timelog-12.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Timelog-12-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Timelog-12-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Timelog-12-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Timelog-12-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:22:\"Timelog-12-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:22:\"Timelog-12-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:22:\"Timelog-12-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:22:\"Timelog-12-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19461,5899,'_wp_attached_file','2018/09/Board-01.png'),(19462,5899,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:657;s:4:\"file\";s:20:\"2018/09/Board-01.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Board-01-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Board-01-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Board-01-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Board-01-1024x493.png\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:20:\"Board-01-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:20:\"Board-01-703x338.png\";s:5:\"width\";i:703;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:20:\"Board-01-580x279.png\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:20:\"Board-01-593x285.png\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19463,5900,'_wp_attached_file','2018/09/Board-02.png'),(19464,5900,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:657;s:4:\"file\";s:20:\"2018/09/Board-02.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Board-02-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Board-02-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Board-02-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Board-02-1024x493.png\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:20:\"Board-02-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:20:\"Board-02-703x338.png\";s:5:\"width\";i:703;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:20:\"Board-02-580x279.png\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:20:\"Board-02-593x285.png\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19465,5902,'_wp_attached_file','2018/09/backlog-Manage-Workitem-8.png'),(19466,5902,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:523;s:4:\"file\";s:37:\"2018/09/backlog-Manage-Workitem-8.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"backlog-Manage-Workitem-8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"backlog-Manage-Workitem-8-300x115.png\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"backlog-Manage-Workitem-8-768x294.png\";s:5:\"width\";i:768;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"backlog-Manage-Workitem-8-1024x392.png\";s:5:\"width\";i:1024;s:6:\"height\";i:392;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:37:\"backlog-Manage-Workitem-8-480x184.png\";s:5:\"width\";i:480;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:37:\"backlog-Manage-Workitem-8-730x279.png\";s:5:\"width\";i:730;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:37:\"backlog-Manage-Workitem-8-580x222.png\";s:5:\"width\";i:580;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:37:\"backlog-Manage-Workitem-8-665x255.png\";s:5:\"width\";i:665;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19469,5906,'_wp_attached_file','2018/09/Prioritize-Workitems-1.gif'),(19470,5906,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1342;s:6:\"height\";i:656;s:4:\"file\";s:34:\"2018/09/Prioritize-Workitems-1.gif\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Prioritize-Workitems-1-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Prioritize-Workitems-1-300x147.gif\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"Prioritize-Workitems-1-768x375.gif\";s:5:\"width\";i:768;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Prioritize-Workitems-1-1024x501.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:501;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:34:\"Prioritize-Workitems-1-480x235.gif\";s:5:\"width\";i:480;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:34:\"Prioritize-Workitems-1-691x338.gif\";s:5:\"width\";i:691;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:34:\"Prioritize-Workitems-1-580x284.gif\";s:5:\"width\";i:580;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:34:\"Prioritize-Workitems-1-583x285.gif\";s:5:\"width\";i:583;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19472,5910,'_wp_attached_file','2018/09/Board-01-1.png'),(19473,5910,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1364;s:6:\"height\";i:655;s:4:\"file\";s:22:\"2018/09/Board-01-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Board-01-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Board-01-1-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Board-01-1-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Board-01-1-1024x492.png\";s:5:\"width\";i:1024;s:6:\"height\";i:492;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:22:\"Board-01-1-480x230.png\";s:5:\"width\";i:480;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:22:\"Board-01-1-704x338.png\";s:5:\"width\";i:704;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:22:\"Board-01-1-580x279.png\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:22:\"Board-01-1-593x285.png\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19474,5911,'_wp_attached_file','2018/09/Board-03.png'),(19475,5911,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1364;s:6:\"height\";i:655;s:4:\"file\";s:20:\"2018/09/Board-03.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Board-03-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Board-03-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Board-03-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Board-03-1024x492.png\";s:5:\"width\";i:1024;s:6:\"height\";i:492;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:20:\"Board-03-480x230.png\";s:5:\"width\";i:480;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:20:\"Board-03-704x338.png\";s:5:\"width\";i:704;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:20:\"Board-03-580x279.png\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:20:\"Board-03-593x285.png\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19476,5912,'_wp_attached_file','2018/09/Board-04.png'),(19477,5912,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:657;s:4:\"file\";s:20:\"2018/09/Board-04.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Board-04-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Board-04-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Board-04-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Board-04-1024x493.png\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:20:\"Board-04-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:20:\"Board-04-703x338.png\";s:5:\"width\";i:703;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:20:\"Board-04-580x279.png\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:20:\"Board-04-593x285.png\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19478,5913,'_wp_attached_file','2018/09/backlog-manage-workitem-9.gif'),(19479,5913,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1342;s:6:\"height\";i:656;s:4:\"file\";s:37:\"2018/09/backlog-manage-workitem-9.gif\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"backlog-manage-workitem-9-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"backlog-manage-workitem-9-300x147.gif\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"backlog-manage-workitem-9-768x375.gif\";s:5:\"width\";i:768;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"backlog-manage-workitem-9-1024x501.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:501;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:37:\"backlog-manage-workitem-9-480x235.gif\";s:5:\"width\";i:480;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:37:\"backlog-manage-workitem-9-691x338.gif\";s:5:\"width\";i:691;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:37:\"backlog-manage-workitem-9-580x284.gif\";s:5:\"width\";i:580;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:37:\"backlog-manage-workitem-9-583x285.gif\";s:5:\"width\";i:583;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19480,5917,'_wp_attached_file','2018/09/backlog-Bulk-Update-1.png'),(19481,5917,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:523;s:4:\"file\";s:33:\"2018/09/backlog-Bulk-Update-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"backlog-Bulk-Update-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"backlog-Bulk-Update-1-300x115.png\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"backlog-Bulk-Update-1-768x294.png\";s:5:\"width\";i:768;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"backlog-Bulk-Update-1-1024x392.png\";s:5:\"width\";i:1024;s:6:\"height\";i:392;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:33:\"backlog-Bulk-Update-1-480x184.png\";s:5:\"width\";i:480;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:33:\"backlog-Bulk-Update-1-730x279.png\";s:5:\"width\";i:730;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:33:\"backlog-Bulk-Update-1-580x222.png\";s:5:\"width\";i:580;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:33:\"backlog-Bulk-Update-1-665x255.png\";s:5:\"width\";i:665;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19484,5919,'_wp_attached_file','2018/09/backlog-Bulk-Update-2.gif'),(19485,5919,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1342;s:6:\"height\";i:656;s:4:\"file\";s:33:\"2018/09/backlog-Bulk-Update-2.gif\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"backlog-Bulk-Update-2-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"backlog-Bulk-Update-2-300x147.gif\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"backlog-Bulk-Update-2-768x375.gif\";s:5:\"width\";i:768;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"backlog-Bulk-Update-2-1024x501.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:501;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:33:\"backlog-Bulk-Update-2-480x235.gif\";s:5:\"width\";i:480;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:33:\"backlog-Bulk-Update-2-691x338.gif\";s:5:\"width\";i:691;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:33:\"backlog-Bulk-Update-2-580x284.gif\";s:5:\"width\";i:580;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:33:\"backlog-Bulk-Update-2-583x285.gif\";s:5:\"width\";i:583;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19487,5925,'_wp_attached_file','2018/09/Board-05.gif'),(19488,5925,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:656;s:4:\"file\";s:20:\"2018/09/Board-05.gif\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Board-05-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Board-05-300x144.gif\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Board-05-768x369.gif\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Board-05-1024x492.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:492;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:20:\"Board-05-480x231.gif\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:20:\"Board-05-704x338.gif\";s:5:\"width\";i:704;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:20:\"Board-05-580x279.gif\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:20:\"Board-05-593x285.gif\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19489,5927,'_wp_attached_file','2018/09/Quick-Edit-1.png'),(19490,5927,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:366;s:4:\"file\";s:24:\"2018/09/Quick-Edit-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Quick-Edit-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Quick-Edit-1-300x80.png\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Quick-Edit-1-768x206.png\";s:5:\"width\";i:768;s:6:\"height\";i:206;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Quick-Edit-1-1024x274.png\";s:5:\"width\";i:1024;s:6:\"height\";i:274;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:24:\"Quick-Edit-1-480x129.png\";s:5:\"width\";i:480;s:6:\"height\";i:129;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:24:\"Quick-Edit-1-730x196.png\";s:5:\"width\";i:730;s:6:\"height\";i:196;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:24:\"Quick-Edit-1-580x155.png\";s:5:\"width\";i:580;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:24:\"Quick-Edit-1-665x178.png\";s:5:\"width\";i:665;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19491,5928,'_wp_attached_file','2018/09/Quick-Edit-2.png'),(19492,5928,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:654;s:4:\"file\";s:24:\"2018/09/Quick-Edit-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Quick-Edit-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Quick-Edit-2-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Quick-Edit-2-768x368.png\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Quick-Edit-2-1024x490.png\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:24:\"Quick-Edit-2-480x230.png\";s:5:\"width\";i:480;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:24:\"Quick-Edit-2-706x338.png\";s:5:\"width\";i:706;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:24:\"Quick-Edit-2-580x278.png\";s:5:\"width\";i:580;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:24:\"Quick-Edit-2-595x285.png\";s:5:\"width\";i:595;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19521,5942,'_wp_attached_file','2018/09/backlog-Duplicate-Workitem-1.png'),(19522,5942,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:523;s:4:\"file\";s:40:\"2018/09/backlog-Duplicate-Workitem-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"backlog-Duplicate-Workitem-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"backlog-Duplicate-Workitem-1-300x115.png\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"backlog-Duplicate-Workitem-1-768x294.png\";s:5:\"width\";i:768;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"backlog-Duplicate-Workitem-1-1024x392.png\";s:5:\"width\";i:1024;s:6:\"height\";i:392;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:40:\"backlog-Duplicate-Workitem-1-480x184.png\";s:5:\"width\";i:480;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:40:\"backlog-Duplicate-Workitem-1-730x279.png\";s:5:\"width\";i:730;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:40:\"backlog-Duplicate-Workitem-1-580x222.png\";s:5:\"width\";i:580;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:40:\"backlog-Duplicate-Workitem-1-665x255.png\";s:5:\"width\";i:665;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19523,5943,'_wp_attached_file','2018/09/backlog-Duplicate-Workitem-2.png'),(19524,5943,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:523;s:4:\"file\";s:40:\"2018/09/backlog-Duplicate-Workitem-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"backlog-Duplicate-Workitem-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"backlog-Duplicate-Workitem-2-300x115.png\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"backlog-Duplicate-Workitem-2-768x294.png\";s:5:\"width\";i:768;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"backlog-Duplicate-Workitem-2-1024x392.png\";s:5:\"width\";i:1024;s:6:\"height\";i:392;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:40:\"backlog-Duplicate-Workitem-2-480x184.png\";s:5:\"width\";i:480;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:40:\"backlog-Duplicate-Workitem-2-730x279.png\";s:5:\"width\";i:730;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:40:\"backlog-Duplicate-Workitem-2-580x222.png\";s:5:\"width\";i:580;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:40:\"backlog-Duplicate-Workitem-2-665x255.png\";s:5:\"width\";i:665;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19525,5945,'_wp_attached_file','2018/10/Board-07.png'),(19526,5945,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:635;s:4:\"file\";s:20:\"2018/10/Board-07.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Board-07-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Board-07-300x140.png\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Board-07-768x357.png\";s:5:\"width\";i:768;s:6:\"height\";i:357;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Board-07-1024x476.png\";s:5:\"width\";i:1024;s:6:\"height\";i:476;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:20:\"Board-07-480x223.png\";s:5:\"width\";i:480;s:6:\"height\";i:223;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:20:\"Board-07-727x338.png\";s:5:\"width\";i:727;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:20:\"Board-07-580x270.png\";s:5:\"width\";i:580;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:20:\"Board-07-613x285.png\";s:5:\"width\";i:613;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19527,5946,'_wp_attached_file','2018/10/Board-08.png'),(19528,5946,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:657;s:4:\"file\";s:20:\"2018/10/Board-08.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Board-08-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Board-08-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Board-08-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Board-08-1024x493.png\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:20:\"Board-08-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:20:\"Board-08-703x338.png\";s:5:\"width\";i:703;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:20:\"Board-08-580x279.png\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:20:\"Board-08-593x285.png\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19554,5950,'_wp_attached_file','2018/10/Backlog-01.png'),(19555,5950,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:657;s:4:\"file\";s:22:\"2018/10/Backlog-01.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Backlog-01-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Backlog-01-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Backlog-01-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Backlog-01-1024x493.png\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:22:\"Backlog-01-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:22:\"Backlog-01-703x338.png\";s:5:\"width\";i:703;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:22:\"Backlog-01-580x279.png\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:22:\"Backlog-01-593x285.png\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19556,5951,'_wp_attached_file','2018/10/Backlog-02.png'),(19557,5951,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:657;s:4:\"file\";s:22:\"2018/10/Backlog-02.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Backlog-02-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Backlog-02-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Backlog-02-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Backlog-02-1024x493.png\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:22:\"Backlog-02-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:22:\"Backlog-02-703x338.png\";s:5:\"width\";i:703;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:22:\"Backlog-02-580x279.png\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:22:\"Backlog-02-593x285.png\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19558,5954,'_wp_attached_file','2018/09/Board-09.png'),(19559,5954,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:657;s:4:\"file\";s:20:\"2018/09/Board-09.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Board-09-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Board-09-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Board-09-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Board-09-1024x493.png\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:20:\"Board-09-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:20:\"Board-09-703x338.png\";s:5:\"width\";i:703;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:20:\"Board-09-580x279.png\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:20:\"Board-09-593x285.png\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19560,5955,'_wp_attached_file','2018/09/Board-10.png'),(19561,5955,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:657;s:4:\"file\";s:20:\"2018/09/Board-10.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Board-10-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Board-10-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Board-10-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Board-10-1024x493.png\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:20:\"Board-10-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:20:\"Board-10-703x338.png\";s:5:\"width\";i:703;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:20:\"Board-10-580x279.png\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:20:\"Board-10-593x285.png\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19562,5956,'_wp_attached_file','2018/09/Board-11.png'),(19563,5956,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:657;s:4:\"file\";s:20:\"2018/09/Board-11.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Board-11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Board-11-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Board-11-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Board-11-1024x493.png\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:20:\"Board-11-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:20:\"Board-11-703x338.png\";s:5:\"width\";i:703;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:20:\"Board-11-580x279.png\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:20:\"Board-11-593x285.png\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19564,5958,'_wp_attached_file','2018/09/Board-12.png'),(19565,5958,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:657;s:4:\"file\";s:20:\"2018/09/Board-12.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Board-12-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Board-12-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Board-12-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Board-12-1024x493.png\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:20:\"Board-12-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:20:\"Board-12-703x338.png\";s:5:\"width\";i:703;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:20:\"Board-12-580x279.png\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:20:\"Board-12-593x285.png\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19566,5959,'_wp_attached_file','2018/09/Board-13-1.png'),(19567,5959,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:657;s:4:\"file\";s:22:\"2018/09/Board-13-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Board-13-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Board-13-1-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Board-13-1-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Board-13-1-1024x493.png\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:22:\"Board-13-1-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:22:\"Board-13-1-703x338.png\";s:5:\"width\";i:703;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:22:\"Board-13-1-580x279.png\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:22:\"Board-13-1-593x285.png\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19568,5960,'_wp_attached_file','2018/09/Board-14.png'),(19569,5960,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:657;s:4:\"file\";s:20:\"2018/09/Board-14.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Board-14-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Board-14-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Board-14-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Board-14-1024x493.png\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:20:\"Board-14-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:20:\"Board-14-703x338.png\";s:5:\"width\";i:703;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:20:\"Board-14-580x279.png\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:20:\"Board-14-593x285.png\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19570,5963,'_wp_attached_file','2018/10/View-Workitem-Progress-1.gif'),(19571,5963,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1342;s:6:\"height\";i:656;s:4:\"file\";s:36:\"2018/10/View-Workitem-Progress-1.gif\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"View-Workitem-Progress-1-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"View-Workitem-Progress-1-300x147.gif\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"View-Workitem-Progress-1-768x375.gif\";s:5:\"width\";i:768;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"View-Workitem-Progress-1-1024x501.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:501;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:36:\"View-Workitem-Progress-1-480x235.gif\";s:5:\"width\";i:480;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:36:\"View-Workitem-Progress-1-691x338.gif\";s:5:\"width\";i:691;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:36:\"View-Workitem-Progress-1-580x284.gif\";s:5:\"width\";i:580;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:36:\"View-Workitem-Progress-1-583x285.gif\";s:5:\"width\";i:583;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19572,5964,'_wp_attached_file','2018/10/View-Workitem-Progress-2.gif'),(19573,5964,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1342;s:6:\"height\";i:656;s:4:\"file\";s:36:\"2018/10/View-Workitem-Progress-2.gif\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"View-Workitem-Progress-2-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"View-Workitem-Progress-2-300x147.gif\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"View-Workitem-Progress-2-768x375.gif\";s:5:\"width\";i:768;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"View-Workitem-Progress-2-1024x501.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:501;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:36:\"View-Workitem-Progress-2-480x235.gif\";s:5:\"width\";i:480;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:36:\"View-Workitem-Progress-2-691x338.gif\";s:5:\"width\";i:691;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:36:\"View-Workitem-Progress-2-580x284.gif\";s:5:\"width\";i:580;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:36:\"View-Workitem-Progress-2-583x285.gif\";s:5:\"width\";i:583;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19576,5967,'_wp_attached_file','2018/10/View-Workitem-Progress-3.png'),(19577,5967,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1496;s:6:\"height\";i:654;s:4:\"file\";s:36:\"2018/10/View-Workitem-Progress-3.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"View-Workitem-Progress-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"View-Workitem-Progress-3-300x131.png\";s:5:\"width\";i:300;s:6:\"height\";i:131;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"View-Workitem-Progress-3-768x336.png\";s:5:\"width\";i:768;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"View-Workitem-Progress-3-1024x448.png\";s:5:\"width\";i:1024;s:6:\"height\";i:448;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:36:\"View-Workitem-Progress-3-480x210.png\";s:5:\"width\";i:480;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:36:\"View-Workitem-Progress-3-730x319.png\";s:5:\"width\";i:730;s:6:\"height\";i:319;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:36:\"View-Workitem-Progress-3-580x254.png\";s:5:\"width\";i:580;s:6:\"height\";i:254;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:36:\"View-Workitem-Progress-3-652x285.png\";s:5:\"width\";i:652;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19578,5970,'_wp_attached_file','2018/09/Board-15.png'),(19579,5970,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:657;s:4:\"file\";s:20:\"2018/09/Board-15.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Board-15-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Board-15-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Board-15-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Board-15-1024x493.png\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:20:\"Board-15-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:20:\"Board-15-703x338.png\";s:5:\"width\";i:703;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:20:\"Board-15-580x279.png\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:20:\"Board-15-593x285.png\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19580,5973,'_wp_attached_file','2018/09/Board-16.png'),(19581,5973,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:657;s:4:\"file\";s:20:\"2018/09/Board-16.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Board-16-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Board-16-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Board-16-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Board-16-1024x493.png\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:20:\"Board-16-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:20:\"Board-16-703x338.png\";s:5:\"width\";i:703;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:20:\"Board-16-580x279.png\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:20:\"Board-16-593x285.png\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19582,5974,'_wp_attached_file','2018/09/Board-17.png'),(19583,5974,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:657;s:4:\"file\";s:20:\"2018/09/Board-17.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Board-17-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Board-17-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Board-17-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Board-17-1024x493.png\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:20:\"Board-17-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:20:\"Board-17-703x338.png\";s:5:\"width\";i:703;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:20:\"Board-17-580x279.png\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:20:\"Board-17-593x285.png\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19584,5976,'_wp_attached_file','2018/09/backlog-filter-workitem-1.png'),(19585,5976,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:335;s:4:\"file\";s:37:\"2018/09/backlog-filter-workitem-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"backlog-filter-workitem-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"backlog-filter-workitem-1-300x74.png\";s:5:\"width\";i:300;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"backlog-filter-workitem-1-768x188.png\";s:5:\"width\";i:768;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"backlog-filter-workitem-1-1024x251.png\";s:5:\"width\";i:1024;s:6:\"height\";i:251;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:37:\"backlog-filter-workitem-1-480x118.png\";s:5:\"width\";i:480;s:6:\"height\";i:118;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:37:\"backlog-filter-workitem-1-730x179.png\";s:5:\"width\";i:730;s:6:\"height\";i:179;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:37:\"backlog-filter-workitem-1-580x142.png\";s:5:\"width\";i:580;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:37:\"backlog-filter-workitem-1-665x163.png\";s:5:\"width\";i:665;s:6:\"height\";i:163;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19586,5977,'_wp_attached_file','2018/09/backlog-filter-workitem-2.png'),(19587,5977,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:371;s:4:\"file\";s:37:\"2018/09/backlog-filter-workitem-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"backlog-filter-workitem-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"backlog-filter-workitem-2-300x81.png\";s:5:\"width\";i:300;s:6:\"height\";i:81;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"backlog-filter-workitem-2-768x209.png\";s:5:\"width\";i:768;s:6:\"height\";i:209;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"backlog-filter-workitem-2-1024x278.png\";s:5:\"width\";i:1024;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:37:\"backlog-filter-workitem-2-480x130.png\";s:5:\"width\";i:480;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:37:\"backlog-filter-workitem-2-730x198.png\";s:5:\"width\";i:730;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:37:\"backlog-filter-workitem-2-580x158.png\";s:5:\"width\";i:580;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:37:\"backlog-filter-workitem-2-665x181.png\";s:5:\"width\";i:665;s:6:\"height\";i:181;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19588,5978,'_wp_attached_file','2018/09/backlog-filter-workitem-3.png'),(19589,5978,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:371;s:4:\"file\";s:37:\"2018/09/backlog-filter-workitem-3.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"backlog-filter-workitem-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"backlog-filter-workitem-3-300x81.png\";s:5:\"width\";i:300;s:6:\"height\";i:81;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"backlog-filter-workitem-3-768x209.png\";s:5:\"width\";i:768;s:6:\"height\";i:209;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"backlog-filter-workitem-3-1024x278.png\";s:5:\"width\";i:1024;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:37:\"backlog-filter-workitem-3-480x130.png\";s:5:\"width\";i:480;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:37:\"backlog-filter-workitem-3-730x198.png\";s:5:\"width\";i:730;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:37:\"backlog-filter-workitem-3-580x158.png\";s:5:\"width\";i:580;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:37:\"backlog-filter-workitem-3-665x181.png\";s:5:\"width\";i:665;s:6:\"height\";i:181;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19590,5979,'_wp_attached_file','2018/09/backlog-filter-workitem-4.png'),(19591,5979,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:371;s:4:\"file\";s:37:\"2018/09/backlog-filter-workitem-4.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"backlog-filter-workitem-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"backlog-filter-workitem-4-300x81.png\";s:5:\"width\";i:300;s:6:\"height\";i:81;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"backlog-filter-workitem-4-768x209.png\";s:5:\"width\";i:768;s:6:\"height\";i:209;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"backlog-filter-workitem-4-1024x278.png\";s:5:\"width\";i:1024;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:37:\"backlog-filter-workitem-4-480x130.png\";s:5:\"width\";i:480;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:37:\"backlog-filter-workitem-4-730x198.png\";s:5:\"width\";i:730;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:37:\"backlog-filter-workitem-4-580x158.png\";s:5:\"width\";i:580;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:37:\"backlog-filter-workitem-4-665x181.png\";s:5:\"width\";i:665;s:6:\"height\";i:181;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19592,5980,'_wp_attached_file','2018/09/backlog-filter-workitem-5.png'),(19593,5980,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:371;s:4:\"file\";s:37:\"2018/09/backlog-filter-workitem-5.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"backlog-filter-workitem-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"backlog-filter-workitem-5-300x81.png\";s:5:\"width\";i:300;s:6:\"height\";i:81;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"backlog-filter-workitem-5-768x209.png\";s:5:\"width\";i:768;s:6:\"height\";i:209;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"backlog-filter-workitem-5-1024x278.png\";s:5:\"width\";i:1024;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:37:\"backlog-filter-workitem-5-480x130.png\";s:5:\"width\";i:480;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:37:\"backlog-filter-workitem-5-730x198.png\";s:5:\"width\";i:730;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:37:\"backlog-filter-workitem-5-580x158.png\";s:5:\"width\";i:580;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:37:\"backlog-filter-workitem-5-665x181.png\";s:5:\"width\";i:665;s:6:\"height\";i:181;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19594,5981,'_wp_attached_file','2018/09/backlog-filter-workitem-6.png'),(19595,5981,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:371;s:4:\"file\";s:37:\"2018/09/backlog-filter-workitem-6.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"backlog-filter-workitem-6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"backlog-filter-workitem-6-300x81.png\";s:5:\"width\";i:300;s:6:\"height\";i:81;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"backlog-filter-workitem-6-768x209.png\";s:5:\"width\";i:768;s:6:\"height\";i:209;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"backlog-filter-workitem-6-1024x278.png\";s:5:\"width\";i:1024;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:37:\"backlog-filter-workitem-6-480x130.png\";s:5:\"width\";i:480;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:37:\"backlog-filter-workitem-6-730x198.png\";s:5:\"width\";i:730;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:37:\"backlog-filter-workitem-6-580x158.png\";s:5:\"width\";i:580;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:37:\"backlog-filter-workitem-6-665x181.png\";s:5:\"width\";i:665;s:6:\"height\";i:181;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19597,5983,'_wp_attached_file','2018/09/Planning-01.png'),(19598,5983,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:657;s:4:\"file\";s:23:\"2018/09/Planning-01.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Planning-01-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Planning-01-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Planning-01-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Planning-01-1024x493.png\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:23:\"Planning-01-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:23:\"Planning-01-703x338.png\";s:5:\"width\";i:703;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:23:\"Planning-01-580x279.png\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:23:\"Planning-01-593x285.png\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19601,5985,'_wp_attached_file','2018/09/Planning-02.png'),(19602,5985,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:657;s:4:\"file\";s:23:\"2018/09/Planning-02.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Planning-02-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Planning-02-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Planning-02-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Planning-02-1024x493.png\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:23:\"Planning-02-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:23:\"Planning-02-703x338.png\";s:5:\"width\";i:703;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:23:\"Planning-02-580x279.png\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:23:\"Planning-02-593x285.png\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19603,5986,'_wp_attached_file','2018/09/Planning-03.png'),(19604,5986,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:657;s:4:\"file\";s:23:\"2018/09/Planning-03.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Planning-03-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Planning-03-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Planning-03-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Planning-03-1024x493.png\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:23:\"Planning-03-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:23:\"Planning-03-703x338.png\";s:5:\"width\";i:703;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:23:\"Planning-03-580x279.png\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:23:\"Planning-03-593x285.png\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19605,5992,'_wp_attached_file','2018/09/Start-Timebox-1.png'),(19606,5992,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:523;s:4:\"file\";s:27:\"2018/09/Start-Timebox-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Start-Timebox-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Start-Timebox-1-300x115.png\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Start-Timebox-1-768x294.png\";s:5:\"width\";i:768;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Start-Timebox-1-1024x392.png\";s:5:\"width\";i:1024;s:6:\"height\";i:392;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:27:\"Start-Timebox-1-480x184.png\";s:5:\"width\";i:480;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:27:\"Start-Timebox-1-730x279.png\";s:5:\"width\";i:730;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:27:\"Start-Timebox-1-580x222.png\";s:5:\"width\";i:580;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:27:\"Start-Timebox-1-665x255.png\";s:5:\"width\";i:665;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19609,5995,'_wp_attached_file','2018/09/Planning-04.png'),(19610,5995,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1364;s:6:\"height\";i:434;s:4:\"file\";s:23:\"2018/09/Planning-04.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Planning-04-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Planning-04-300x95.png\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Planning-04-768x244.png\";s:5:\"width\";i:768;s:6:\"height\";i:244;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Planning-04-1024x326.png\";s:5:\"width\";i:1024;s:6:\"height\";i:326;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:23:\"Planning-04-480x153.png\";s:5:\"width\";i:480;s:6:\"height\";i:153;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:23:\"Planning-04-730x232.png\";s:5:\"width\";i:730;s:6:\"height\";i:232;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:23:\"Planning-04-580x185.png\";s:5:\"width\";i:580;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:23:\"Planning-04-665x212.png\";s:5:\"width\";i:665;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19611,5996,'_wp_attached_file','2018/09/Planning-05.png'),(19612,5996,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:440;s:4:\"file\";s:23:\"2018/09/Planning-05.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Planning-05-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Planning-05-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Planning-05-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Planning-05-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:23:\"Planning-05-480x155.png\";s:5:\"width\";i:480;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:23:\"Planning-05-730x235.png\";s:5:\"width\";i:730;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:23:\"Planning-05-580x187.png\";s:5:\"width\";i:580;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:23:\"Planning-05-665x214.png\";s:5:\"width\";i:665;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19613,5997,'_wp_attached_file','2018/09/Planning-06.png'),(19614,5997,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1364;s:6:\"height\";i:434;s:4:\"file\";s:23:\"2018/09/Planning-06.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Planning-06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Planning-06-300x95.png\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Planning-06-768x244.png\";s:5:\"width\";i:768;s:6:\"height\";i:244;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Planning-06-1024x326.png\";s:5:\"width\";i:1024;s:6:\"height\";i:326;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:23:\"Planning-06-480x153.png\";s:5:\"width\";i:480;s:6:\"height\";i:153;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:23:\"Planning-06-730x232.png\";s:5:\"width\";i:730;s:6:\"height\";i:232;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:23:\"Planning-06-580x185.png\";s:5:\"width\";i:580;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:23:\"Planning-06-665x212.png\";s:5:\"width\";i:665;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19615,5998,'_wp_attached_file','2018/09/Planning-07.png'),(19616,5998,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:657;s:4:\"file\";s:23:\"2018/09/Planning-07.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Planning-07-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Planning-07-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Planning-07-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Planning-07-1024x493.png\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:23:\"Planning-07-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:23:\"Planning-07-703x338.png\";s:5:\"width\";i:703;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:23:\"Planning-07-580x279.png\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:23:\"Planning-07-593x285.png\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19617,6002,'_wp_attached_file','2018/09/Planning-08.gif'),(19618,6002,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:656;s:4:\"file\";s:23:\"2018/09/Planning-08.gif\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Planning-08-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Planning-08-300x144.gif\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Planning-08-768x369.gif\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Planning-08-1024x492.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:492;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:23:\"Planning-08-480x231.gif\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:23:\"Planning-08-704x338.gif\";s:5:\"width\";i:704;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:23:\"Planning-08-580x279.gif\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:23:\"Planning-08-593x285.gif\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19619,6004,'_wp_attached_file','2018/09/Complete-Timebox-1.png'),(19620,6004,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:523;s:4:\"file\";s:30:\"2018/09/Complete-Timebox-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Complete-Timebox-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Complete-Timebox-1-300x115.png\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Complete-Timebox-1-768x294.png\";s:5:\"width\";i:768;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Complete-Timebox-1-1024x392.png\";s:5:\"width\";i:1024;s:6:\"height\";i:392;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:30:\"Complete-Timebox-1-480x184.png\";s:5:\"width\";i:480;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:30:\"Complete-Timebox-1-730x279.png\";s:5:\"width\";i:730;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:30:\"Complete-Timebox-1-580x222.png\";s:5:\"width\";i:580;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:30:\"Complete-Timebox-1-665x255.png\";s:5:\"width\";i:665;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19621,6005,'_wp_attached_file','2018/09/Complete-Timebox-2.gif'),(19622,6005,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1342;s:6:\"height\";i:656;s:4:\"file\";s:30:\"2018/09/Complete-Timebox-2.gif\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Complete-Timebox-2-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Complete-Timebox-2-300x147.gif\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Complete-Timebox-2-768x375.gif\";s:5:\"width\";i:768;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Complete-Timebox-2-1024x501.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:501;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:30:\"Complete-Timebox-2-480x235.gif\";s:5:\"width\";i:480;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:30:\"Complete-Timebox-2-691x338.gif\";s:5:\"width\";i:691;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:30:\"Complete-Timebox-2-580x284.gif\";s:5:\"width\";i:580;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:30:\"Complete-Timebox-2-583x285.gif\";s:5:\"width\";i:583;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19623,6009,'_wp_attached_file','2018/10/Planning-09.png'),(19624,6009,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:657;s:4:\"file\";s:23:\"2018/10/Planning-09.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Planning-09-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Planning-09-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Planning-09-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Planning-09-1024x493.png\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:23:\"Planning-09-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:23:\"Planning-09-703x338.png\";s:5:\"width\";i:703;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:23:\"Planning-09-580x279.png\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:23:\"Planning-09-593x285.png\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19625,6010,'_wp_attached_file','2018/10/Planning-10.png'),(19626,6010,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:657;s:4:\"file\";s:23:\"2018/10/Planning-10.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Planning-10-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Planning-10-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Planning-10-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Planning-10-1024x493.png\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:23:\"Planning-10-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:23:\"Planning-10-703x338.png\";s:5:\"width\";i:703;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:23:\"Planning-10-580x279.png\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:23:\"Planning-10-593x285.png\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19627,6011,'_wp_attached_file','2018/09/Board-06.png'),(19628,6011,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1381;s:6:\"height\";i:672;s:4:\"file\";s:20:\"2018/09/Board-06.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Board-06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Board-06-300x146.png\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Board-06-768x374.png\";s:5:\"width\";i:768;s:6:\"height\";i:374;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Board-06-1024x498.png\";s:5:\"width\";i:1024;s:6:\"height\";i:498;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:20:\"Board-06-480x234.png\";s:5:\"width\";i:480;s:6:\"height\";i:234;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:20:\"Board-06-695x338.png\";s:5:\"width\";i:695;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:20:\"Board-06-580x282.png\";s:5:\"width\";i:580;s:6:\"height\";i:282;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:20:\"Board-06-586x285.png\";s:5:\"width\";i:586;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19629,6013,'_wp_attached_file','2018/10/Planning-09-1.png'),(19630,6013,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:470;s:4:\"file\";s:25:\"2018/10/Planning-09-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Planning-09-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Planning-09-1-300x103.png\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Planning-09-1-768x264.png\";s:5:\"width\";i:768;s:6:\"height\";i:264;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Planning-09-1-1024x353.png\";s:5:\"width\";i:1024;s:6:\"height\";i:353;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:25:\"Planning-09-1-480x165.png\";s:5:\"width\";i:480;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:25:\"Planning-09-1-730x251.png\";s:5:\"width\";i:730;s:6:\"height\";i:251;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:25:\"Planning-09-1-580x200.png\";s:5:\"width\";i:580;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:25:\"Planning-09-1-665x229.png\";s:5:\"width\";i:665;s:6:\"height\";i:229;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19631,6014,'_wp_attached_file','2018/10/Planning-10-1.png'),(19632,6014,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1381;s:6:\"height\";i:672;s:4:\"file\";s:25:\"2018/10/Planning-10-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Planning-10-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Planning-10-1-300x146.png\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Planning-10-1-768x374.png\";s:5:\"width\";i:768;s:6:\"height\";i:374;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Planning-10-1-1024x498.png\";s:5:\"width\";i:1024;s:6:\"height\";i:498;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:25:\"Planning-10-1-480x234.png\";s:5:\"width\";i:480;s:6:\"height\";i:234;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:25:\"Planning-10-1-695x338.png\";s:5:\"width\";i:695;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:25:\"Planning-10-1-580x282.png\";s:5:\"width\";i:580;s:6:\"height\";i:282;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:25:\"Planning-10-1-586x285.png\";s:5:\"width\";i:586;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19633,6015,'_wp_attached_file','2018/10/Planning-11.gif'),(19634,6015,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:656;s:4:\"file\";s:23:\"2018/10/Planning-11.gif\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Planning-11-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Planning-11-300x144.gif\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Planning-11-768x369.gif\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Planning-11-1024x492.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:492;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:23:\"Planning-11-480x231.gif\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:23:\"Planning-11-704x338.gif\";s:5:\"width\";i:704;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:23:\"Planning-11-580x279.gif\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:23:\"Planning-11-593x285.gif\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19635,6017,'_wp_attached_file','2018/10/View-Archived-Timeboxes-1.png'),(19636,6017,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:523;s:4:\"file\";s:37:\"2018/10/View-Archived-Timeboxes-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"View-Archived-Timeboxes-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"View-Archived-Timeboxes-1-300x115.png\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"View-Archived-Timeboxes-1-768x294.png\";s:5:\"width\";i:768;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"View-Archived-Timeboxes-1-1024x392.png\";s:5:\"width\";i:1024;s:6:\"height\";i:392;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:37:\"View-Archived-Timeboxes-1-480x184.png\";s:5:\"width\";i:480;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:37:\"View-Archived-Timeboxes-1-730x279.png\";s:5:\"width\";i:730;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:37:\"View-Archived-Timeboxes-1-580x222.png\";s:5:\"width\";i:580;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:37:\"View-Archived-Timeboxes-1-665x255.png\";s:5:\"width\";i:665;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19637,6018,'_wp_attached_file','2018/10/View-Archived-Timeboxes-2.png'),(19638,6018,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:523;s:4:\"file\";s:37:\"2018/10/View-Archived-Timeboxes-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"View-Archived-Timeboxes-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"View-Archived-Timeboxes-2-300x115.png\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"View-Archived-Timeboxes-2-768x294.png\";s:5:\"width\";i:768;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"View-Archived-Timeboxes-2-1024x392.png\";s:5:\"width\";i:1024;s:6:\"height\";i:392;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:37:\"View-Archived-Timeboxes-2-480x184.png\";s:5:\"width\";i:480;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:37:\"View-Archived-Timeboxes-2-730x279.png\";s:5:\"width\";i:730;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:37:\"View-Archived-Timeboxes-2-580x222.png\";s:5:\"width\";i:580;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:37:\"View-Archived-Timeboxes-2-665x255.png\";s:5:\"width\";i:665;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19641,6022,'_wp_attached_file','2018/10/View-Archived-Timeboxes-3.png'),(19642,6022,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1349;s:6:\"height\";i:652;s:4:\"file\";s:37:\"2018/10/View-Archived-Timeboxes-3.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"View-Archived-Timeboxes-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"View-Archived-Timeboxes-3-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"View-Archived-Timeboxes-3-768x371.png\";s:5:\"width\";i:768;s:6:\"height\";i:371;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"View-Archived-Timeboxes-3-1024x495.png\";s:5:\"width\";i:1024;s:6:\"height\";i:495;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:37:\"View-Archived-Timeboxes-3-480x232.png\";s:5:\"width\";i:480;s:6:\"height\";i:232;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:37:\"View-Archived-Timeboxes-3-699x338.png\";s:5:\"width\";i:699;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:37:\"View-Archived-Timeboxes-3-580x280.png\";s:5:\"width\";i:580;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:37:\"View-Archived-Timeboxes-3-590x285.png\";s:5:\"width\";i:590;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19643,6024,'_wp_attached_file','2018/10/Planning-12.png'),(19644,6024,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:470;s:4:\"file\";s:23:\"2018/10/Planning-12.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Planning-12-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Planning-12-300x103.png\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Planning-12-768x264.png\";s:5:\"width\";i:768;s:6:\"height\";i:264;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Planning-12-1024x353.png\";s:5:\"width\";i:1024;s:6:\"height\";i:353;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:23:\"Planning-12-480x165.png\";s:5:\"width\";i:480;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:23:\"Planning-12-730x251.png\";s:5:\"width\";i:730;s:6:\"height\";i:251;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:23:\"Planning-12-580x200.png\";s:5:\"width\";i:580;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:23:\"Planning-12-665x229.png\";s:5:\"width\";i:665;s:6:\"height\";i:229;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19645,6026,'_wp_attached_file','2018/10/Planning-13.png'),(19646,6026,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1381;s:6:\"height\";i:672;s:4:\"file\";s:23:\"2018/10/Planning-13.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Planning-13-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Planning-13-300x146.png\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Planning-13-768x374.png\";s:5:\"width\";i:768;s:6:\"height\";i:374;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Planning-13-1024x498.png\";s:5:\"width\";i:1024;s:6:\"height\";i:498;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:23:\"Planning-13-480x234.png\";s:5:\"width\";i:480;s:6:\"height\";i:234;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:23:\"Planning-13-695x338.png\";s:5:\"width\";i:695;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:23:\"Planning-13-580x282.png\";s:5:\"width\";i:580;s:6:\"height\";i:282;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:23:\"Planning-13-586x285.png\";s:5:\"width\";i:586;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19647,6027,'_wp_attached_file','2018/10/Planning-14.gif'),(19648,6027,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:656;s:4:\"file\";s:23:\"2018/10/Planning-14.gif\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Planning-14-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Planning-14-300x144.gif\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Planning-14-768x369.gif\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Planning-14-1024x492.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:492;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:23:\"Planning-14-480x231.gif\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:23:\"Planning-14-704x338.gif\";s:5:\"width\";i:704;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:23:\"Planning-14-580x279.gif\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:23:\"Planning-14-593x285.gif\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19649,6029,'_wp_attached_file','2018/10/Planning-15.gif'),(19650,6029,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:656;s:4:\"file\";s:23:\"2018/10/Planning-15.gif\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Planning-15-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Planning-15-300x144.gif\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Planning-15-768x369.gif\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Planning-15-1024x492.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:492;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:23:\"Planning-15-480x231.gif\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:23:\"Planning-15-704x338.gif\";s:5:\"width\";i:704;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:23:\"Planning-15-580x279.gif\";s:5:\"width\";i:580;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:23:\"Planning-15-593x285.gif\";s:5:\"width\";i:593;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19651,6033,'_wp_attached_file','2018/09/planning-filter-workitem-1.png'),(19652,6033,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:358;s:4:\"file\";s:38:\"2018/09/planning-filter-workitem-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"planning-filter-workitem-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"planning-filter-workitem-1-300x79.png\";s:5:\"width\";i:300;s:6:\"height\";i:79;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"planning-filter-workitem-1-768x201.png\";s:5:\"width\";i:768;s:6:\"height\";i:201;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"planning-filter-workitem-1-1024x268.png\";s:5:\"width\";i:1024;s:6:\"height\";i:268;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:38:\"planning-filter-workitem-1-480x126.png\";s:5:\"width\";i:480;s:6:\"height\";i:126;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:38:\"planning-filter-workitem-1-730x191.png\";s:5:\"width\";i:730;s:6:\"height\";i:191;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:38:\"planning-filter-workitem-1-580x152.png\";s:5:\"width\";i:580;s:6:\"height\";i:152;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:38:\"planning-filter-workitem-1-665x174.png\";s:5:\"width\";i:665;s:6:\"height\";i:174;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19653,6034,'_wp_attached_file','2018/09/planning-filter-workitem-2.png'),(19654,6034,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:371;s:4:\"file\";s:38:\"2018/09/planning-filter-workitem-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"planning-filter-workitem-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"planning-filter-workitem-2-300x81.png\";s:5:\"width\";i:300;s:6:\"height\";i:81;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"planning-filter-workitem-2-768x209.png\";s:5:\"width\";i:768;s:6:\"height\";i:209;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"planning-filter-workitem-2-1024x278.png\";s:5:\"width\";i:1024;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:38:\"planning-filter-workitem-2-480x130.png\";s:5:\"width\";i:480;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:38:\"planning-filter-workitem-2-730x198.png\";s:5:\"width\";i:730;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:38:\"planning-filter-workitem-2-580x158.png\";s:5:\"width\";i:580;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:38:\"planning-filter-workitem-2-665x181.png\";s:5:\"width\";i:665;s:6:\"height\";i:181;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19655,6035,'_wp_attached_file','2018/09/planning-filter-workitem-3.png'),(19656,6035,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:371;s:4:\"file\";s:38:\"2018/09/planning-filter-workitem-3.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"planning-filter-workitem-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"planning-filter-workitem-3-300x81.png\";s:5:\"width\";i:300;s:6:\"height\";i:81;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"planning-filter-workitem-3-768x209.png\";s:5:\"width\";i:768;s:6:\"height\";i:209;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"planning-filter-workitem-3-1024x278.png\";s:5:\"width\";i:1024;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:38:\"planning-filter-workitem-3-480x130.png\";s:5:\"width\";i:480;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:38:\"planning-filter-workitem-3-730x198.png\";s:5:\"width\";i:730;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:38:\"planning-filter-workitem-3-580x158.png\";s:5:\"width\";i:580;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:38:\"planning-filter-workitem-3-665x181.png\";s:5:\"width\";i:665;s:6:\"height\";i:181;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19657,6036,'_wp_attached_file','2018/09/planning-filter-workitem-4.png'),(19658,6036,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:371;s:4:\"file\";s:38:\"2018/09/planning-filter-workitem-4.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"planning-filter-workitem-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"planning-filter-workitem-4-300x81.png\";s:5:\"width\";i:300;s:6:\"height\";i:81;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"planning-filter-workitem-4-768x209.png\";s:5:\"width\";i:768;s:6:\"height\";i:209;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"planning-filter-workitem-4-1024x278.png\";s:5:\"width\";i:1024;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:38:\"planning-filter-workitem-4-480x130.png\";s:5:\"width\";i:480;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:38:\"planning-filter-workitem-4-730x198.png\";s:5:\"width\";i:730;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:38:\"planning-filter-workitem-4-580x158.png\";s:5:\"width\";i:580;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:38:\"planning-filter-workitem-4-665x181.png\";s:5:\"width\";i:665;s:6:\"height\";i:181;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19659,6037,'_wp_attached_file','2018/09/planning-filter-workitem-5.png'),(19660,6037,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:371;s:4:\"file\";s:38:\"2018/09/planning-filter-workitem-5.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"planning-filter-workitem-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"planning-filter-workitem-5-300x81.png\";s:5:\"width\";i:300;s:6:\"height\";i:81;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"planning-filter-workitem-5-768x209.png\";s:5:\"width\";i:768;s:6:\"height\";i:209;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"planning-filter-workitem-5-1024x278.png\";s:5:\"width\";i:1024;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:38:\"planning-filter-workitem-5-480x130.png\";s:5:\"width\";i:480;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:38:\"planning-filter-workitem-5-730x198.png\";s:5:\"width\";i:730;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:38:\"planning-filter-workitem-5-580x158.png\";s:5:\"width\";i:580;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:38:\"planning-filter-workitem-5-665x181.png\";s:5:\"width\";i:665;s:6:\"height\";i:181;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19661,6038,'_wp_attached_file','2018/09/planning-filter-workitem-6.png'),(19662,6038,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:371;s:4:\"file\";s:38:\"2018/09/planning-filter-workitem-6.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"planning-filter-workitem-6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"planning-filter-workitem-6-300x81.png\";s:5:\"width\";i:300;s:6:\"height\";i:81;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"planning-filter-workitem-6-768x209.png\";s:5:\"width\";i:768;s:6:\"height\";i:209;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"planning-filter-workitem-6-1024x278.png\";s:5:\"width\";i:1024;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:38:\"planning-filter-workitem-6-480x130.png\";s:5:\"width\";i:480;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:38:\"planning-filter-workitem-6-730x198.png\";s:5:\"width\";i:730;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:38:\"planning-filter-workitem-6-580x158.png\";s:5:\"width\";i:580;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:38:\"planning-filter-workitem-6-665x181.png\";s:5:\"width\";i:665;s:6:\"height\";i:181;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19666,6055,'_menu_item_type','custom'),(19667,6055,'_menu_item_menu_item_parent','0'),(19668,6055,'_menu_item_object_id','6055'),(19669,6055,'_menu_item_object','custom'),(19670,6055,'_menu_item_target',''),(19671,6055,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(19672,6055,'_menu_item_xfn',''),(19673,6055,'_menu_item_url','https://www.quickscrum.com/'),(19684,6057,'_menu_item_type','custom'),(19685,6057,'_menu_item_menu_item_parent','0'),(19686,6057,'_menu_item_object_id','6057'),(19687,6057,'_menu_item_object','custom'),(19688,6057,'_menu_item_target',''),(19689,6057,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(19690,6057,'_menu_item_xfn',''),(19691,6057,'_menu_item_url','https://guide.quickscrum.com/'),(19729,6062,'_menu_item_type','custom'),(19730,6062,'_menu_item_menu_item_parent','0'),(19731,6062,'_menu_item_object_id','6062'),(19732,6062,'_menu_item_object','custom'),(19733,6062,'_menu_item_target',''),(19734,6062,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(19735,6062,'_menu_item_xfn',''),(19736,6062,'_menu_item_url','https://www.quickscrum.com/ScrumTool/Pricing'),(19738,6063,'_edit_lock','1539002987:17'),(19739,6063,'_edit_last','17'),(19740,6063,'_wp_page_template','texonomy-sub-category.php'),(19741,6063,'_post_navigation_menu',''),(19742,6063,'_post_header_skin',''),(19743,6063,'_post_navigation_submenu_skin',''),(19744,6063,'_post_header_background_color',''),(19745,6063,'_post_header_background_image',''),(19746,6063,'_post_header_background_image_repeat',''),(19747,6063,'_post_header_background_image_position',''),(19748,6063,'_post_header_background_image_size',''),(19749,6063,'_post_header_background_image_attachment',''),(19750,6063,'_post_content_skin',''),(19751,6063,'_post_title_content_breadcrumbs_position',''),(19752,6063,'_post_title_text_transform',''),(19753,6063,'_post_title_font_weight',''),(19754,6063,'_post_title_font_size',''),(19755,6063,'_post_content_width',''),(19756,6063,'_post_content_width_value','a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}'),(19757,6063,'_post_sidebar_id',''),(19758,6063,'_post_sidebar_position','right'),(19759,6063,'_post_footer_skin',''),(19760,6063,'_yoast_wpseo_content_score','30'),(19769,6111,'_wp_attached_file','2018/10/seprator.jpg'),(19770,6111,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:7;s:6:\"height\";i:10;s:4:\"file\";s:20:\"2018/10/seprator.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19771,6111,'_edit_lock','1539098935:17'),(19821,6129,'_wp_attached_file','2018/09/software-development-activities-in-the-it-field-1-730x308-1.png'),(19822,6129,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:701;s:6:\"height\";i:338;s:4:\"file\";s:71:\"2018/09/software-development-activities-in-the-it-field-1-730x308-1.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:71:\"software-development-activities-in-the-it-field-1-730x308-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:71:\"software-development-activities-in-the-it-field-1-730x308-1-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:71:\"software-development-activities-in-the-it-field-1-730x308-1-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:71:\"software-development-activities-in-the-it-field-1-730x308-1-701x338.png\";s:5:\"width\";i:701;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:71:\"software-development-activities-in-the-it-field-1-730x308-1-580x280.png\";s:5:\"width\";i:580;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:71:\"software-development-activities-in-the-it-field-1-730x308-1-591x285.png\";s:5:\"width\";i:591;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19825,6130,'_wp_attached_file','2018/09/agile-software-development-model-768x633-1.png'),(19826,6130,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:701;s:6:\"height\";i:338;s:4:\"file\";s:54:\"2018/09/agile-software-development-model-768x633-1.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"agile-software-development-model-768x633-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"agile-software-development-model-768x633-1-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:54:\"agile-software-development-model-768x633-1-480x231.png\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:54:\"agile-software-development-model-768x633-1-701x338.png\";s:5:\"width\";i:701;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:54:\"agile-software-development-model-768x633-1-580x280.png\";s:5:\"width\";i:580;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:54:\"agile-software-development-model-768x633-1-591x285.png\";s:5:\"width\";i:591;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19831,6132,'_wp_attached_file','2018/10/E-Book-1.jpg'),(19832,6132,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:213;s:6:\"height\";i:332;s:4:\"file\";s:20:\"2018/10/E-Book-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"E-Book-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"E-Book-1-192x300.jpg\";s:5:\"width\";i:192;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:20:\"E-Book-1-183x285.jpg\";s:5:\"width\";i:183;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19839,6135,'_wp_attached_file','2018/10/E-Book-2.jpg'),(19840,6135,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:213;s:6:\"height\";i:331;s:4:\"file\";s:20:\"2018/10/E-Book-2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"E-Book-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"E-Book-2-193x300.jpg\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:20:\"E-Book-2-183x285.jpg\";s:5:\"width\";i:183;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19846,6139,'_wp_attached_file','2018/10/E-Book-3.jpg'),(19847,6139,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:212;s:6:\"height\";i:332;s:4:\"file\";s:20:\"2018/10/E-Book-3.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"E-Book-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"E-Book-3-192x300.jpg\";s:5:\"width\";i:192;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:20:\"E-Book-3-182x285.jpg\";s:5:\"width\";i:182;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19851,6141,'_edit_lock','1539608486:17'),(19852,6141,'_edit_last','17'),(19853,6141,'_wp_page_template','template-ebooks.php'),(19854,6141,'_post_navigation_menu',''),(19855,6141,'_post_header_skin',''),(19856,6141,'_post_navigation_submenu_skin',''),(19857,6141,'_post_header_background_color',''),(19858,6141,'_post_header_background_image',''),(19859,6141,'_post_header_background_image_repeat',''),(19860,6141,'_post_header_background_image_position',''),(19861,6141,'_post_header_background_image_size',''),(19862,6141,'_post_header_background_image_attachment',''),(19863,6141,'_post_content_skin',''),(19864,6141,'_post_title_content_breadcrumbs_position',''),(19865,6141,'_post_title_text_transform',''),(19866,6141,'_post_title_font_weight',''),(19867,6141,'_post_title_font_size',''),(19868,6141,'_post_content_width',''),(19869,6141,'_post_content_width_value','a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}'),(19870,6141,'_post_sidebar_id',''),(19871,6141,'_post_sidebar_position','right'),(19872,6141,'_post_footer_skin',''),(19873,6141,'_yoast_wpseo_content_score','30'),(19884,6145,'_wp_attached_file','2018/10/book.png'),(19885,6145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:16:\"2018/10/book.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"book-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"book-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:16:\"book-480x288.png\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:16:\"book-475x285.png\";s:5:\"width\";i:475;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19912,6151,'_wp_attached_file','2018/10/case-study-1.jpg'),(19913,6151,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:305;s:6:\"height\";i:351;s:4:\"file\";s:24:\"2018/10/case-study-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"case-study-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"case-study-1-261x300.jpg\";s:5:\"width\";i:261;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:24:\"case-study-1-294x338.jpg\";s:5:\"width\";i:294;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:24:\"case-study-1-248x285.jpg\";s:5:\"width\";i:248;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19919,6155,'_wp_attached_file','2018/10/case-study-2.jpg'),(19920,6155,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:290;s:6:\"height\";i:351;s:4:\"file\";s:24:\"2018/10/case-study-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"case-study-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"case-study-2-248x300.jpg\";s:5:\"width\";i:248;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:24:\"case-study-2-279x338.jpg\";s:5:\"width\";i:279;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:24:\"case-study-2-235x285.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19926,6158,'_wp_attached_file','2018/10/case-study-3.jpg'),(19927,6158,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:288;s:6:\"height\";i:351;s:4:\"file\";s:24:\"2018/10/case-study-3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"case-study-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"case-study-3-246x300.jpg\";s:5:\"width\";i:246;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:24:\"case-study-3-277x338.jpg\";s:5:\"width\";i:277;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:24:\"case-study-3-234x285.jpg\";s:5:\"width\";i:234;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19934,6160,'_edit_lock','1539336763:3'),(19935,6160,'_edit_last','17'),(19936,6160,'_wp_page_template','template-case-study.php'),(19937,6160,'_post_navigation_menu',''),(19938,6160,'_post_header_skin',''),(19939,6160,'_post_navigation_submenu_skin',''),(19940,6160,'_post_header_background_color',''),(19941,6160,'_post_header_background_image',''),(19942,6160,'_post_header_background_image_repeat',''),(19943,6160,'_post_header_background_image_position',''),(19944,6160,'_post_header_background_image_size',''),(19945,6160,'_post_header_background_image_attachment',''),(19946,6160,'_post_content_skin',''),(19947,6160,'_post_title_content_breadcrumbs_position',''),(19948,6160,'_post_title_text_transform',''),(19949,6160,'_post_title_font_weight',''),(19950,6160,'_post_title_font_size',''),(19951,6160,'_post_content_width',''),(19952,6160,'_post_content_width_value','a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}'),(19953,6160,'_post_sidebar_id',''),(19954,6160,'_post_sidebar_position','right'),(19955,6160,'_post_footer_skin',''),(19956,6160,'_yoast_wpseo_content_score','30'),(19961,6195,'_edit_lock','1544182373:4'),(19962,6195,'_edit_last','4'),(19963,6195,'_wp_page_template','default'),(19964,6195,'_post_navigation_menu',''),(19965,6195,'_post_header_skin',''),(19966,6195,'_post_navigation_submenu_skin',''),(19967,6195,'_post_header_background_color',''),(19968,6195,'_post_header_background_image',''),(19969,6195,'_post_header_background_image_repeat',''),(19970,6195,'_post_header_background_image_position',''),(19971,6195,'_post_header_background_image_size',''),(19972,6195,'_post_header_background_image_attachment',''),(19973,6195,'_post_content_skin',''),(19974,6195,'_post_title_content_breadcrumbs_position',''),(19975,6195,'_post_title_text_transform',''),(19976,6195,'_post_title_font_weight',''),(19977,6195,'_post_title_font_size',''),(19978,6195,'_post_content_width','limit'),(19979,6195,'_post_content_width_value','a:2:{i:0;s:3:\"100\";i:1;s:1:\"%\";}'),(19980,6195,'_post_sidebar_id',''),(19981,6195,'_post_sidebar_position','right'),(19982,6195,'_post_footer_skin',''),(19983,6195,'_yoast_wpseo_content_score','60'),(19984,6195,'_post_sidebar','false'),(19985,6195,'_post_title_content','false'),(19988,6199,'_wp_attached_file','2018/10/qslogo-1-gif.gif'),(19989,6199,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:577;s:6:\"height\";i:361;s:4:\"file\";s:24:\"2018/10/qslogo-1-gif.gif\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"qslogo-1-gif-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"qslogo-1-gif-300x188.gif\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:24:\"qslogo-1-gif-480x300.gif\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:24:\"qslogo-1-gif-540x338.gif\";s:5:\"width\";i:540;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:24:\"qslogo-1-gif-456x285.gif\";s:5:\"width\";i:456;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19990,6195,'_wpb_vc_js_status','true'),(19991,6195,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19992,6195,'_wpb_shortcodes_custom_css','.vc_custom_1539692473743{background-color: #01bfa5 !important;}.vc_custom_1539700169120{background-color: #d4ede9 !important;}.vc_custom_1539700234412{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}.vc_custom_1539700299043{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}.vc_custom_1539700255662{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}.vc_custom_1539700305577{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}.vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}.vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}'),(19993,6211,'_wp_attached_file','2018/10/lc1.png'),(19994,6211,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:119;s:6:\"height\";i:22;s:4:\"file\";s:15:\"2018/10/lc1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19995,6212,'_wp_attached_file','2018/10/lc2.png'),(19996,6212,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:64;s:6:\"height\";i:34;s:4:\"file\";s:15:\"2018/10/lc2.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19997,6213,'_wp_attached_file','2018/10/lc3.png'),(19998,6213,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:118;s:6:\"height\";i:25;s:4:\"file\";s:15:\"2018/10/lc3.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19999,6214,'_wp_attached_file','2018/10/lc4.png'),(20000,6214,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:115;s:6:\"height\";i:21;s:4:\"file\";s:15:\"2018/10/lc4.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20001,6215,'_wp_attached_file','2018/10/lc5.png'),(20002,6215,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:15:\"2018/10/lc5.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20003,6216,'_wp_attached_file','2018/10/lc6.png'),(20004,6216,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:26;s:4:\"file\";s:15:\"2018/10/lc6.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20005,6217,'_wp_attached_file','2018/10/lc7.png'),(20006,6217,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:105;s:6:\"height\";i:25;s:4:\"file\";s:15:\"2018/10/lc7.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20007,6218,'_wp_attached_file','2018/10/lc8.png'),(20008,6218,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:91;s:6:\"height\";i:16;s:4:\"file\";s:15:\"2018/10/lc8.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20009,6221,'_wp_attached_file','2018/10/story-board-lite.png'),(20010,6221,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:674;s:6:\"height\";i:459;s:4:\"file\";s:28:\"2018/10/story-board-lite.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"story-board-lite-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"story-board-lite-300x204.png\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:28:\"story-board-lite-480x327.png\";s:5:\"width\";i:480;s:6:\"height\";i:327;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:28:\"story-board-lite-496x338.png\";s:5:\"width\";i:496;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:28:\"story-board-lite-580x395.png\";s:5:\"width\";i:580;s:6:\"height\";i:395;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:28:\"story-board-lite-418x285.png\";s:5:\"width\";i:418;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20011,6225,'_wp_attached_file','2018/10/story-backlog-lite.png'),(20012,6225,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:674;s:6:\"height\";i:458;s:4:\"file\";s:30:\"2018/10/story-backlog-lite.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"story-backlog-lite-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"story-backlog-lite-300x204.png\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:30:\"story-backlog-lite-480x326.png\";s:5:\"width\";i:480;s:6:\"height\";i:326;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:30:\"story-backlog-lite-497x338.png\";s:5:\"width\";i:497;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:30:\"story-backlog-lite-580x394.png\";s:5:\"width\";i:580;s:6:\"height\";i:394;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:30:\"story-backlog-lite-419x285.png\";s:5:\"width\";i:419;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20013,6228,'_wp_attached_file','2018/10/collaboration.png'),(20014,6228,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:661;s:6:\"height\";i:445;s:4:\"file\";s:25:\"2018/10/collaboration.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"collaboration-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"collaboration-300x202.png\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:25:\"collaboration-480x323.png\";s:5:\"width\";i:480;s:6:\"height\";i:323;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:25:\"collaboration-502x338.png\";s:5:\"width\";i:502;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:25:\"collaboration-580x390.png\";s:5:\"width\";i:580;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:25:\"collaboration-423x285.png\";s:5:\"width\";i:423;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20015,6230,'_wp_attached_file','2018/10/dashboard-lite.png'),(20016,6230,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:661;s:6:\"height\";i:445;s:4:\"file\";s:26:\"2018/10/dashboard-lite.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"dashboard-lite-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"dashboard-lite-300x202.png\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:26:\"dashboard-lite-480x323.png\";s:5:\"width\";i:480;s:6:\"height\";i:323;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:26:\"dashboard-lite-502x338.png\";s:5:\"width\";i:502;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:26:\"dashboard-lite-580x390.png\";s:5:\"width\";i:580;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:26:\"dashboard-lite-423x285.png\";s:5:\"width\";i:423;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20017,6233,'_wp_attached_file','2018/10/pricing.jpg'),(20018,6233,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:661;s:6:\"height\";i:410;s:4:\"file\";s:19:\"2018/10/pricing.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"pricing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"pricing-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:19:\"pricing-480x298.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:19:\"pricing-545x338.jpg\";s:5:\"width\";i:545;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:19:\"pricing-580x360.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:19:\"pricing-459x285.jpg\";s:5:\"width\";i:459;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(20019,1136,'_wpb_vc_js_status','true'),(20020,1136,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20057,6251,'_wp_attached_file','2018/10/dashboard.png'),(20058,6251,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:27;s:4:\"file\";s:21:\"2018/10/dashboard.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20060,6252,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20061,6252,'_edit_lock','1543236836:4'),(20062,6252,'_edit_last','4'),(20063,6253,'_wp_attached_file','2018/10/board.png'),(20064,6253,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:33;s:4:\"file\";s:17:\"2018/10/board.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20074,6252,'_wp_old_slug','board'),(20077,6256,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20078,6256,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20080,6256,'_wp_old_slug','board'),(20081,6256,'_dp_original','6252'),(20082,6256,'_edit_lock','1543236837:4'),(20083,6256,'_edit_last','4'),(20084,6257,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20085,6257,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20086,6257,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20088,6257,'_wp_old_slug','board'),(20090,6257,'_dp_original','6256'),(20091,6257,'_edit_lock','1543236835:4'),(20092,6257,'_edit_last','4'),(20093,6258,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20094,6258,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20095,6258,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20096,6258,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20098,6258,'_wp_old_slug','board'),(20100,6258,'_dp_original','6257'),(20101,6258,'_edit_lock','1543236330:4'),(20102,6258,'_edit_last','4'),(20103,6258,'_pageview_count','17'),(20111,6261,'_wp_attached_file','2018/10/list.png'),(20112,6261,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:33;s:4:\"file\";s:16:\"2018/10/list.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20133,6264,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20134,6264,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20135,6264,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20136,6264,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20137,6264,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20140,6264,'_dp_original','6263'),(20141,6264,'_edit_lock','1542634411:4'),(20142,6264,'_edit_last','4'),(20143,6265,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20144,6265,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20145,6265,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20146,6265,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20147,6265,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20148,6265,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20151,6265,'_dp_original','6264'),(20152,6265,'_edit_lock','1542634432:4'),(20153,6265,'_edit_last','4'),(20154,6266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20155,6266,'_edit_lock','1542633973:4'),(20156,6266,'_edit_last','4'),(20157,6267,'_wp_attached_file','2018/10/plan.png'),(20158,6267,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:33;s:4:\"file\";s:16:\"2018/10/plan.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20160,6268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20161,6268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20163,6268,'_dp_original','6266'),(20164,6268,'_edit_lock','1542633994:4'),(20165,6268,'_edit_last','4'),(20166,6269,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20167,6269,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20168,6269,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20171,6269,'_dp_original','6268'),(20172,6269,'_edit_lock','1542634015:4'),(20173,6269,'_edit_last','4'),(20174,6266,'_wp_old_slug','plan'),(20184,6271,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20185,6271,'_edit_lock','1542690300:4'),(20186,6271,'_edit_last','4'),(20187,6272,'_wp_attached_file','2018/10/report.png'),(20188,6272,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:27;s:4:\"file\";s:18:\"2018/10/report.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20191,6273,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20192,6273,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20194,6273,'_dp_original','6271'),(20195,6273,'_edit_lock','1542634831:4'),(20196,6273,'_edit_last','4'),(20198,6274,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20199,6274,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20200,6274,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20203,6274,'_dp_original','6273'),(20204,6274,'_edit_lock','1542634343:4'),(20205,6274,'_edit_last','4'),(20206,6275,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20207,6275,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20208,6275,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20209,6275,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20212,6275,'_dp_original','6274'),(20213,6275,'_edit_lock','1542634177:4'),(20214,6275,'_edit_last','4'),(20217,139,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20218,139,'_edit_last','4'),(20220,139,'_wp_page_template','default'),(20221,139,'_elementor_data','[{\"id\":\"vylgyzp\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"hignmao\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gbdvwqw\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>u00a0</p><header id=\"solution-sub\" style=\"background-color: #e0f3f0; padding-top: 0px; padding-bottom: 0px;\"><h1>The Most Efficient <br />Scrum Tool</h1><p>u00a0</p><p>Quickscrum help teams to follow Scrum rightly and thrive <br />for continous improvements.</p><p><br /><br /><img src=\"http://loyaltechnologies.com/projects/qscrum/wp-content/uploads/2018/10/Execute-Board-add-task.gif\" alt=\"The Most Efficient <br/>Scrum Tool\" data-aos=\"slide-up\" data-aos-offset=\"0\" /></p></header><section id=\"home-partner-sec\"><img src=\"http://loyaltechnologies.com/projects/qscrum/wp-content/uploads/2018/10/lc1.png\" alt=\"image\" /><img src=\"http://loyaltechnologies.com/projects/qscrum/wp-content/uploads/2018/10/lc2.png\" alt=\"image\" /><img src=\"http://loyaltechnologies.com/projects/qscrum/wp-content/uploads/2018/10/lc3.png\" alt=\"image\" /><img src=\"http://loyaltechnologies.com/projects/qscrum/wp-content/uploads/2018/10/lc4.png\" alt=\"image\" /><img src=\"http://loyaltechnologies.com/projects/qscrum/wp-content/uploads/2018/10/lc5.png\" alt=\"image\" /><img src=\"http://loyaltechnologies.com/projects/qscrum/wp-content/uploads/2018/10/lc6.png\" alt=\"image\" /><img src=\"http://loyaltechnologies.com/projects/qscrum/wp-content/uploads/2018/10/lc7.png\" alt=\"image\" /><img src=\"http://loyaltechnologies.com/projects/qscrum/wp-content/uploads/2018/10/lc8.png\" alt=\"image\" /></section><section id=\"tab-struct\"><header><h2>Scrum Features</h2><hr /><p>Simple and easy to understand features will help you get started quickly</p></header><ul><li><a href=\"#tab-5bbf042247eed-1\" data-toggle=\"tab\">Backlog</a></li><li><a href=\"#tab-5bbf042247eed-2\" data-toggle=\"tab\">Planing</a></li><li><a href=\"#tab-5bbf042247eed-3\" data-toggle=\"tab\">Board</a></li><li><a href=\"#tab-5bbf042247eed-4\" data-toggle=\"tab\">Collaborate</a></li><li><a href=\"#tab-5bbf042247eed-5\" data-toggle=\"tab\">Monitor</a></li></ul><p><br /><br /><img src=\"http://loyaltechnologies.com/projects/qscrum/wp-content/uploads/2018/10/Manage-Backlog-items.gif\" alt=\"manage-backlog\" /></p><h3>Backlog</h3><p>Quickscrum helps teams to keep<br />all stories in centralize location. It<br />prioritize them based on business<br />values and Estimated Size.</p><p><img src=\"http://loyaltechnologies.com/projects/qscrum/wp-content/uploads/2018/10/Plan-Release-and-sprint.gif\" alt=\"manage-backlog\" /></p><h3>Planning</h3><p>Define timebox duration & plan the <br />timebox accurately, based on the<br />overall team availability.<br /><img src=\"http://loyaltechnologies.com/projects/qscrum/wp-content/uploads/2018/10/Manage-Backlog-items.gif\" alt=\"manage-backlog\" /></p><h3>Board</h3><p>Board helps team to execute<br />timebox faster. Split all workitems<br />into subitems, estimate required<br />efforts, attach files & collaborate<br />with team members.</p><p><img src=\"http://loyaltechnologies.com/projects/qscrum/wp-content/uploads/2018/10/Collaborate-Comment-and-attach-file.gif\" alt=\"manage-backlog\" /></p><h3>Collaborate</h3><p>Keep every team members on the<br />same page for Project & Timebox<br />progress as well communicate with<br />team members over any specific<br />workitem.</p><p><img src=\"http://loyaltechnologies.com/projects/qscrum/wp-content/uploads/2018/10/Monitor-Dashboard.gif\" alt=\"manage-backlog\" /></p><h3>Monitor</h3><p>Scrum charts such as Burndown,<br />Velocity, Effort Variance and<br />Distribution provides detail<br />insights about project and<br />timeboxes. It helps team to thrive<br />for continuous success.</p></section><section id=\"home-pricing\"><header><h2>Simple and affordable pricing</h2><hr /></header><p><img src=\"http://loyaltechnologies.com/projects/qscrum/wp-content/uploads/2018/10/solutin_scrum.jpg\" alt=\"Simple and affordable pricing\" /><br /><br /></p></section><section id=\"custom-demo-struct\"><p>u00a0</p><h5>Go agile in just 30 minutes with our product expert.</h5><p><br /><a href=\"/Home/RequestADemo\"><br />Request a Demo - It\'s Free </a></p></section>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(20222,139,'_elementor_version','0.4'),(20223,139,'_elementor_edit_mode','builder'),(20243,6310,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20244,6310,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20245,6310,'_wp_page_template','default'),(20246,6310,'_post_navigation_menu',''),(20247,6310,'_post_header_skin',''),(20248,6310,'_post_navigation_submenu_skin',''),(20249,6310,'_post_header_background_color',''),(20250,6310,'_post_header_background_image',''),(20251,6310,'_post_header_background_image_repeat',''),(20252,6310,'_post_header_background_image_position',''),(20253,6310,'_post_header_background_image_size',''),(20254,6310,'_post_header_background_image_attachment',''),(20255,6310,'_post_content_skin',''),(20256,6310,'_post_title_content_breadcrumbs_position',''),(20257,6310,'_post_title_text_transform',''),(20258,6310,'_post_title_font_weight',''),(20259,6310,'_post_title_font_size',''),(20260,6310,'_post_content_width',''),(20261,6310,'_post_content_width_value','a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}'),(20262,6310,'_post_sidebar_id',''),(20263,6310,'_post_sidebar_position','right'),(20264,6310,'_post_footer_skin',''),(20265,6310,'_wpb_vc_js_status','true'),(20266,6310,'_yoast_wpseo_content_score','60'),(20267,6310,'_dp_original','6246'),(20268,6310,'_edit_lock','1543585594:4'),(20269,6310,'_edit_last','17'),(20270,6314,'_wp_attached_file','2018/10/home-page-ticker-img.jpg'),(20271,6314,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1131;s:6:\"height\";i:90;s:4:\"file\";s:32:\"2018/10/home-page-ticker-img.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"home-page-ticker-img-150x90.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"home-page-ticker-img-300x24.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:24;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"home-page-ticker-img-768x61.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"home-page-ticker-img-1024x81.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:81;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:31:\"home-page-ticker-img-480x38.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:31:\"home-page-ticker-img-730x58.jpg\";s:5:\"width\";i:730;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:31:\"home-page-ticker-img-580x46.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:46;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:31:\"home-page-ticker-img-665x53.jpg\";s:5:\"width\";i:665;s:6:\"height\";i:53;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20272,6264,'_pageview_count','15'),(20276,139,'_edit_lock','1544765832:4'),(20284,6320,'_wp_attached_file','2018/10/solution-scrum-img.jpg'),(20285,6320,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:306;s:6:\"height\";i:130;s:4:\"file\";s:30:\"2018/10/solution-scrum-img.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"solution-scrum-img-150x130.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"solution-scrum-img-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(20289,6321,'_wp_attached_file','2018/10/solution-free-lancer-img.jpg'),(20290,6321,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:306;s:6:\"height\";i:130;s:4:\"file\";s:36:\"2018/10/solution-free-lancer-img.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"solution-free-lancer-img-150x130.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"solution-free-lancer-img-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(20291,6322,'_wp_attached_file','2018/10/solution-sales-img.jpg'),(20292,6322,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:306;s:6:\"height\";i:130;s:4:\"file\";s:30:\"2018/10/solution-sales-img.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"solution-sales-img-150x130.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"solution-sales-img-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(20293,6323,'_wp_attached_file','2018/10/solution-marketing-img.jpg'),(20294,139,'_thumbnail_id','6917'),(20295,6323,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:306;s:6:\"height\";i:130;s:4:\"file\";s:34:\"2018/10/solution-marketing-img.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"solution-marketing-img-150x130.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"solution-marketing-img-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(20297,6324,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20298,6324,'_menu_item_type','custom'),(20299,6324,'_menu_item_menu_item_parent','0'),(20300,6324,'_menu_item_object_id','6324'),(20301,6324,'_menu_item_object','custom'),(20302,6324,'_menu_item_target',''),(20303,6324,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(20304,6324,'_menu_item_xfn',''),(20305,6324,'_menu_item_url','https://guide.quickscrum.com/product/solution/'),(20307,6325,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20308,6325,'_menu_item_type','custom'),(20309,6325,'_menu_item_menu_item_parent','0'),(20310,6325,'_menu_item_object_id','6325'),(20311,6325,'_menu_item_object','custom'),(20312,6325,'_menu_item_target',''),(20313,6325,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(20314,6325,'_menu_item_xfn',''),(20315,6325,'_menu_item_url','https://guide.quickscrum.com/product/feature/'),(20317,6055,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20318,6062,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20319,6057,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20325,6266,'_pageview_count','19'),(20329,6328,'_wp_attached_file','2018/10/sg_velocity.jpg'),(20330,6328,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1348;s:6:\"height\";i:428;s:4:\"file\";s:23:\"2018/10/sg_velocity.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"sg_velocity-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"sg_velocity-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"sg_velocity-768x244.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"sg_velocity-1024x325.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:23:\"sg_velocity-480x152.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:23:\"sg_velocity-730x232.jpg\";s:5:\"width\";i:730;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:23:\"sg_velocity-580x184.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:23:\"sg_velocity-665x211.jpg\";s:5:\"width\";i:665;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20358,6332,'_wp_attached_file','2018/10/Execute-Board-add-task.gif'),(20359,6332,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1356;s:6:\"height\";i:650;s:4:\"file\";s:34:\"2018/10/Execute-Board-add-task.gif\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Execute-Board-add-task-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Execute-Board-add-task-300x144.gif\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"Execute-Board-add-task-768x368.gif\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Execute-Board-add-task-1024x491.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:491;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:34:\"Execute-Board-add-task-480x230.gif\";s:5:\"width\";i:480;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:34:\"Execute-Board-add-task-705x338.gif\";s:5:\"width\";i:705;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:34:\"Execute-Board-add-task-580x278.gif\";s:5:\"width\";i:580;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:34:\"Execute-Board-add-task-595x285.gif\";s:5:\"width\";i:595;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20361,139,'_pageview_count','910'),(20366,6342,'_wp_attached_file','2018/10/solutin_scrum.jpg'),(20367,6342,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:748;s:6:\"height\";i:413;s:4:\"file\";s:25:\"2018/10/solutin_scrum.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"solutin_scrum-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"solutin_scrum-300x166.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:25:\"solutin_scrum-480x265.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:25:\"solutin_scrum-612x338.jpg\";s:5:\"width\";i:612;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:25:\"solutin_scrum-580x320.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:25:\"solutin_scrum-516x285.jpg\";s:5:\"width\";i:516;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(20368,6344,'_wp_attached_file','2018/10/Manage-Backlog-items.gif'),(20369,6344,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1356;s:6:\"height\";i:650;s:4:\"file\";s:32:\"2018/10/Manage-Backlog-items.gif\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Manage-Backlog-items-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Manage-Backlog-items-300x144.gif\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Manage-Backlog-items-768x368.gif\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Manage-Backlog-items-1024x491.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:491;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:32:\"Manage-Backlog-items-480x230.gif\";s:5:\"width\";i:480;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:32:\"Manage-Backlog-items-705x338.gif\";s:5:\"width\";i:705;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:32:\"Manage-Backlog-items-580x278.gif\";s:5:\"width\";i:580;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:32:\"Manage-Backlog-items-595x285.gif\";s:5:\"width\";i:595;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20370,6353,'_wp_attached_file','2018/10/scrum-page-ticker-img.jpg'),(20371,6353,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1131;s:6:\"height\";i:90;s:4:\"file\";s:33:\"2018/10/scrum-page-ticker-img.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"scrum-page-ticker-img-150x90.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"scrum-page-ticker-img-300x24.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:24;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"scrum-page-ticker-img-768x61.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"scrum-page-ticker-img-1024x81.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:81;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:32:\"scrum-page-ticker-img-480x38.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:32:\"scrum-page-ticker-img-730x58.jpg\";s:5:\"width\";i:730;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:32:\"scrum-page-ticker-img-580x46.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:46;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:32:\"scrum-page-ticker-img-665x53.jpg\";s:5:\"width\";i:665;s:6:\"height\";i:53;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20372,139,'_wpb_vc_js_status','true'),(20374,6370,'_wp_attached_file','2018/10/Plan-Release-and-sprint.gif'),(20375,6370,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1356;s:6:\"height\";i:650;s:4:\"file\";s:35:\"2018/10/Plan-Release-and-sprint.gif\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Plan-Release-and-sprint-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Plan-Release-and-sprint-300x144.gif\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Plan-Release-and-sprint-768x368.gif\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Plan-Release-and-sprint-1024x491.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:491;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:35:\"Plan-Release-and-sprint-480x230.gif\";s:5:\"width\";i:480;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:35:\"Plan-Release-and-sprint-705x338.gif\";s:5:\"width\";i:705;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:35:\"Plan-Release-and-sprint-580x278.gif\";s:5:\"width\";i:580;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:35:\"Plan-Release-and-sprint-595x285.gif\";s:5:\"width\";i:595;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20376,6374,'_wp_attached_file','2018/10/Execute-Board-add-task-1.gif'),(20377,6374,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1356;s:6:\"height\";i:650;s:4:\"file\";s:36:\"2018/10/Execute-Board-add-task-1.gif\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Execute-Board-add-task-1-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Execute-Board-add-task-1-300x144.gif\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Execute-Board-add-task-1-768x368.gif\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Execute-Board-add-task-1-1024x491.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:491;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:36:\"Execute-Board-add-task-1-480x230.gif\";s:5:\"width\";i:480;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:36:\"Execute-Board-add-task-1-705x338.gif\";s:5:\"width\";i:705;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:36:\"Execute-Board-add-task-1-580x278.gif\";s:5:\"width\";i:580;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:36:\"Execute-Board-add-task-1-595x285.gif\";s:5:\"width\";i:595;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20378,6376,'_wp_attached_file','2018/10/Collaborate-Comment-and-attach-file.gif'),(20379,6376,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1356;s:6:\"height\";i:650;s:4:\"file\";s:47:\"2018/10/Collaborate-Comment-and-attach-file.gif\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Collaborate-Comment-and-attach-file-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"Collaborate-Comment-and-attach-file-300x144.gif\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"Collaborate-Comment-and-attach-file-768x368.gif\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"Collaborate-Comment-and-attach-file-1024x491.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:491;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:47:\"Collaborate-Comment-and-attach-file-480x230.gif\";s:5:\"width\";i:480;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:47:\"Collaborate-Comment-and-attach-file-705x338.gif\";s:5:\"width\";i:705;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:47:\"Collaborate-Comment-and-attach-file-580x278.gif\";s:5:\"width\";i:580;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:47:\"Collaborate-Comment-and-attach-file-595x285.gif\";s:5:\"width\";i:595;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20380,6378,'_wp_attached_file','2018/10/Monitor-Dashboard.gif'),(20381,6378,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1356;s:6:\"height\";i:650;s:4:\"file\";s:29:\"2018/10/Monitor-Dashboard.gif\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Monitor-Dashboard-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Monitor-Dashboard-300x144.gif\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Monitor-Dashboard-768x368.gif\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Monitor-Dashboard-1024x491.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:491;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:29:\"Monitor-Dashboard-480x230.gif\";s:5:\"width\";i:480;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:29:\"Monitor-Dashboard-705x338.gif\";s:5:\"width\";i:705;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:29:\"Monitor-Dashboard-580x278.gif\";s:5:\"width\";i:580;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:29:\"Monitor-Dashboard-595x285.gif\";s:5:\"width\";i:595;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20384,6381,'_wp_attached_file','2018/10/c1.png'),(20385,6381,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:119;s:6:\"height\";i:22;s:4:\"file\";s:14:\"2018/10/c1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20386,6382,'_wp_attached_file','2018/10/c2.png'),(20387,6382,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:64;s:6:\"height\";i:34;s:4:\"file\";s:14:\"2018/10/c2.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20388,6383,'_wp_attached_file','2018/10/c3.png'),(20389,6383,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:118;s:6:\"height\";i:25;s:4:\"file\";s:14:\"2018/10/c3.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20390,6384,'_wp_attached_file','2018/10/c4.png'),(20391,6384,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:115;s:6:\"height\";i:21;s:4:\"file\";s:14:\"2018/10/c4.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20392,6385,'_wp_attached_file','2018/10/c5.png'),(20393,6385,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:14:\"2018/10/c5.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20394,6386,'_wp_attached_file','2018/10/c6.png'),(20395,6386,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:26;s:4:\"file\";s:14:\"2018/10/c6.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20396,6387,'_wp_attached_file','2018/10/c7.png'),(20397,6387,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:105;s:6:\"height\";i:25;s:4:\"file\";s:14:\"2018/10/c7.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20398,6388,'_wp_attached_file','2018/10/c8.png'),(20399,6388,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:91;s:6:\"height\";i:16;s:4:\"file\";s:14:\"2018/10/c8.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20405,6268,'_pageview_count','19'),(20406,6269,'_pageview_count','16'),(20409,6256,'_pageview_count','23'),(20410,139,'_wpb_shortcodes_custom_css','.vc_custom_1540214878640{background-color: #00bfa5 !important;}.vc_custom_1539845177194{background-color: #293846 !important;}.vc_custom_1539848618914{padding-top: 50px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}.vc_custom_1542607884428{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}.vc_custom_1543323397779{margin-bottom: 80px !important;}.vc_custom_1544099735537{margin-top: -70px !important;}.vc_custom_1544103463268{margin-bottom: 30px !important;}.vc_custom_1542702773407{padding-top: 15px !important;}.vc_custom_1542702678583{padding-left: 40px !important;}.vc_custom_1542352823132{padding-top: 0px !important;}.vc_custom_1542703592405{margin-top: -60px !important;padding-top: 10px !important;padding-bottom: 30px !important;background-color: #ececec !important;}.vc_custom_1539853554699{background-color: #ececec !important;}.vc_custom_1542609341714{margin-top: 70px !important;}.vc_custom_1539870480653{background-color: #ececec !important;}.vc_custom_1544159284645{margin-top: 35px !important;}.vc_custom_1539870939679{background-color: #ececec !important;}.vc_custom_1542609402338{margin-top: 60px !important;}.vc_custom_1539871383542{background-color: #ececec !important;}.vc_custom_1542609478650{margin-top: 60px !important;}.vc_custom_1539871687859{background-color: #ececec !important;}.vc_custom_1544159419385{margin-top: 60px !important;}.vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}.vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}'),(21272,6252,'_pageview_count','20'),(21275,6274,'_wpb_vc_js_status','false'),(21276,6265,'_wpb_vc_js_status','false'),(21277,6274,'_pageview_count','15'),(21284,6275,'_pageview_count','15'),(21287,6275,'_wpb_vc_js_status','false'),(21292,6403,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21293,6403,'_edit_lock','1542632243:4'),(21294,6403,'_edit_last','4'),(21295,6403,'_wpb_vc_js_status','false'),(21296,6404,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21297,6404,'_edit_lock','1543236391:4'),(21298,6404,'_edit_last','4'),(21299,6404,'_wpb_vc_js_status','false'),(21300,6405,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21301,6405,'_edit_lock','1542632274:4'),(21302,6405,'_edit_last','4'),(21303,6405,'_wpb_vc_js_status','false'),(21304,6406,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21305,6406,'_edit_lock','1543236342:4'),(21306,6406,'_edit_last','4'),(21307,6406,'_wpb_vc_js_status','false'),(21308,6407,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21309,6407,'_edit_lock','1543236537:4'),(21310,6407,'_edit_last','4'),(21311,6407,'_wpb_vc_js_status','false'),(21312,6408,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21313,6408,'_edit_lock','1543236536:4'),(21314,6408,'_edit_last','4'),(21315,6408,'_wpb_vc_js_status','false'),(21316,6409,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21317,6409,'_edit_lock','1542632409:4'),(21318,6409,'_edit_last','4'),(21319,6409,'_wpb_vc_js_status','false'),(21320,6410,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21321,6410,'_edit_lock','1542634339:4'),(21322,6410,'_edit_last','4'),(21323,6410,'_wpb_vc_js_status','false'),(21324,6411,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21325,6411,'_edit_lock','1542634529:4'),(21326,6411,'_edit_last','4'),(21327,6412,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21328,6411,'_wpb_vc_js_status','false'),(21329,6413,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21330,6413,'_edit_lock','1542634399:4'),(21331,6413,'_edit_last','4'),(21332,6412,'_edit_lock','1541163894:8'),(21333,6412,'_edit_last','8'),(21334,6413,'_wpb_vc_js_status','false'),(21335,6414,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21336,6414,'_edit_lock','1542634415:4'),(21337,6414,'_edit_last','4'),(21338,6414,'_wpb_vc_js_status','false'),(21339,6415,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21340,6415,'_edit_lock','1542634578:4'),(21341,6415,'_edit_last','4'),(21342,6415,'_wpb_vc_js_status','false'),(21343,6416,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21344,6417,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21345,6416,'_edit_lock','1542634450:4'),(21346,6416,'_edit_last','4'),(21347,6417,'_edit_lock','1542632456:4'),(21348,6416,'_wpb_vc_js_status','false'),(21349,6417,'_edit_last','4'),(21350,6418,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21351,6418,'_edit_lock','1542634567:4'),(21352,6418,'_edit_last','4'),(21353,6417,'_wpb_vc_js_status','false'),(21354,6418,'_wpb_vc_js_status','false'),(21355,6419,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21356,6419,'_edit_lock','1542632495:4'),(21357,6419,'_edit_last','4'),(21358,6419,'_wpb_vc_js_status','false'),(21359,6420,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21360,6420,'_edit_lock','1542632511:4'),(21361,6420,'_edit_last','4'),(21362,6420,'_wpb_vc_js_status','false'),(21363,6421,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21364,6421,'_edit_lock','1542632532:4'),(21365,6421,'_edit_last','4'),(21366,6421,'_wpb_vc_js_status','false'),(21367,6422,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21368,6422,'_edit_lock','1542632699:4'),(21369,6422,'_edit_last','4'),(21370,6422,'_wpb_vc_js_status','false'),(21371,6423,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21372,6423,'_edit_lock','1542632668:4'),(21373,6423,'_edit_last','4'),(21374,6423,'_wpb_vc_js_status','false'),(21375,6424,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21376,6424,'_edit_lock','1542632687:4'),(21377,6424,'_edit_last','4'),(21378,6424,'_wpb_vc_js_status','false'),(21379,6425,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21380,6425,'_edit_lock','1542632705:4'),(21381,6425,'_edit_last','4'),(21382,6425,'_wpb_vc_js_status','false'),(21383,6426,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21384,6426,'_edit_lock','1542632727:4'),(21385,6426,'_edit_last','4'),(21386,6426,'_wpb_vc_js_status','false'),(21394,6429,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21395,6429,'_edit_lock','1542633806:4'),(21396,6429,'_edit_last','4'),(21397,6429,'_wpb_vc_js_status','false'),(21400,6252,'_wpb_vc_js_status','false'),(21401,6256,'_wpb_vc_js_status','false'),(21402,6257,'_wpb_vc_js_status','false'),(21403,6258,'_wpb_vc_js_status','false'),(21404,6431,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21405,6431,'_edit_lock','1542690404:4'),(21406,6431,'_edit_last','4'),(21407,6431,'_wpb_vc_js_status','false'),(21408,6266,'_wpb_vc_js_status','false'),(21409,6429,'_pageview_count','17'),(21410,6268,'_wpb_vc_js_status','false'),(21416,6269,'_wpb_vc_js_status','false'),(21417,6435,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21418,6435,'_edit_lock','1542634053:4'),(21419,6435,'_edit_last','4'),(21420,6435,'_wpb_vc_js_status','false'),(21421,6436,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21422,6436,'_edit_lock','1542634075:4'),(21423,6436,'_edit_last','4'),(21424,6436,'_wpb_vc_js_status','false'),(21425,6437,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21426,6437,'_edit_lock','1542634241:4'),(21427,6437,'_edit_last','4'),(21428,6437,'_wpb_vc_js_status','false'),(21429,6438,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21430,6438,'_edit_lock','1542634114:4'),(21431,6438,'_edit_last','4'),(21432,6438,'_wpb_vc_js_status','false'),(21433,6439,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21434,6439,'_edit_lock','1542634276:4'),(21435,6439,'_edit_last','4'),(21436,6439,'_wpb_vc_js_status','false'),(21437,6440,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21438,6440,'_edit_lock','1542634153:4'),(21439,6440,'_edit_last','4'),(21440,6440,'_wpb_vc_js_status','false'),(21441,6273,'_wpb_vc_js_status','false'),(21442,6271,'_wpb_vc_js_status','false'),(21443,6264,'_wpb_vc_js_status','false'),(21468,3682,'_pageview_count','26'),(21483,6445,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21484,6445,'_edit_lock','1544690936:4'),(21485,6445,'_edit_last','3'),(21486,6446,'_wp_attached_file','2018/11/solution-kanban-img.png'),(21487,6446,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:306;s:6:\"height\";i:130;s:4:\"file\";s:31:\"2018/11/solution-kanban-img.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"solution-kanban-img-150x130.png\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"solution-kanban-img-300x127.png\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21489,6447,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21490,6447,'_edit_lock','1544681272:4'),(21491,6447,'_edit_last','4'),(21492,6448,'_wp_attached_file','2018/11/solution-taskmanagement-img.png'),(21493,6448,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:306;s:6:\"height\";i:130;s:4:\"file\";s:39:\"2018/11/solution-taskmanagement-img.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"solution-taskmanagement-img-150x130.png\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"solution-taskmanagement-img-300x127.png\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21495,6447,'_pageview_count','180'),(21496,6445,'_pageview_count','557'),(21497,6445,'_wpb_shortcodes_custom_css','.vc_custom_1540214878640{background-color: #00bfa5 !important;}.vc_custom_1539845177194{background-color: #293846 !important;}.vc_custom_1539848618914{padding-top: 50px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}.vc_custom_1542607817987{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}.vc_custom_1543323397779{margin-bottom: 80px !important;}.vc_custom_1544105851161{margin-top: -70px !important;}.vc_custom_1544106059814{margin-bottom: 30px !important;}.vc_custom_1542702798366{padding-top: 15px !important;}.vc_custom_1542702731609{padding-left: 40px !important;}.vc_custom_1542703553446{margin-top: -60px !important;padding-top: 10px !important;padding-bottom: 30px !important;background-color: #ececec !important;}.vc_custom_1542703450591{background-color: #ececec !important;}.vc_custom_1544160444664{margin-top: 35px !important;}.vc_custom_1539870480653{background-color: #ececec !important;}.vc_custom_1542609154547{margin-top: 75px !important;}.vc_custom_1542703403278{background-color: #ececec !important;}.vc_custom_1544160225033{margin-top: 70px !important;}.vc_custom_1539870939679{background-color: #ececec !important;}.vc_custom_1542609161769{margin-top: 75px !important;}.vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}.vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}'),(21498,6447,'_wpb_vc_js_status','true'),(21499,6445,'_wpb_vc_js_status','true'),(21500,6452,'_wp_attached_file','2018/11/Execute-Board-add-task.gif'),(21501,6452,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1356;s:6:\"height\";i:650;s:4:\"file\";s:34:\"2018/11/Execute-Board-add-task.gif\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Execute-Board-add-task-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Execute-Board-add-task-300x144.gif\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"Execute-Board-add-task-768x368.gif\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Execute-Board-add-task-1024x491.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:491;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:34:\"Execute-Board-add-task-480x230.gif\";s:5:\"width\";i:480;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:34:\"Execute-Board-add-task-705x338.gif\";s:5:\"width\";i:705;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:34:\"Execute-Board-add-task-580x278.gif\";s:5:\"width\";i:580;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:34:\"Execute-Board-add-task-595x285.gif\";s:5:\"width\";i:595;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21502,6453,'_wp_attached_file','2018/11/kanban-board.gif'),(21503,6453,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1356;s:6:\"height\";i:650;s:4:\"file\";s:24:\"2018/11/kanban-board.gif\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"kanban-board-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"kanban-board-300x144.gif\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"kanban-board-768x368.gif\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"kanban-board-1024x491.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:491;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:24:\"kanban-board-480x230.gif\";s:5:\"width\";i:480;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:24:\"kanban-board-705x338.gif\";s:5:\"width\";i:705;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:24:\"kanban-board-580x278.gif\";s:5:\"width\";i:580;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:24:\"kanban-board-595x285.gif\";s:5:\"width\";i:595;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21504,6454,'_wp_attached_file','2018/11/Backlog-kanban.gif'),(21505,6454,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1356;s:6:\"height\";i:650;s:4:\"file\";s:26:\"2018/11/Backlog-kanban.gif\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Backlog-kanban-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Backlog-kanban-300x144.gif\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Backlog-kanban-768x368.gif\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Backlog-kanban-1024x491.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:491;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:26:\"Backlog-kanban-480x230.gif\";s:5:\"width\";i:480;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:26:\"Backlog-kanban-705x338.gif\";s:5:\"width\";i:705;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:26:\"Backlog-kanban-580x278.gif\";s:5:\"width\";i:580;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:26:\"Backlog-kanban-595x285.gif\";s:5:\"width\";i:595;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21506,6455,'_wp_attached_file','2018/11/collaborate-kanban.gif'),(21507,6455,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1356;s:6:\"height\";i:650;s:4:\"file\";s:30:\"2018/11/collaborate-kanban.gif\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"collaborate-kanban-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"collaborate-kanban-300x144.gif\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"collaborate-kanban-768x368.gif\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"collaborate-kanban-1024x491.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:491;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:30:\"collaborate-kanban-480x230.gif\";s:5:\"width\";i:480;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:30:\"collaborate-kanban-705x338.gif\";s:5:\"width\";i:705;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:30:\"collaborate-kanban-580x278.gif\";s:5:\"width\";i:580;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:30:\"collaborate-kanban-595x285.gif\";s:5:\"width\";i:595;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21508,6456,'_wp_attached_file','2018/11/Monitor-kanban.gif'),(21509,6456,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1356;s:6:\"height\";i:650;s:4:\"file\";s:26:\"2018/11/Monitor-kanban.gif\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Monitor-kanban-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Monitor-kanban-300x144.gif\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Monitor-kanban-768x368.gif\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Monitor-kanban-1024x491.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:491;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:26:\"Monitor-kanban-480x230.gif\";s:5:\"width\";i:480;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:26:\"Monitor-kanban-705x338.gif\";s:5:\"width\";i:705;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:26:\"Monitor-kanban-580x278.gif\";s:5:\"width\";i:580;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:26:\"Monitor-kanban-595x285.gif\";s:5:\"width\";i:595;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21510,2897,'_wpb_vc_js_status','false'),(21511,2897,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21513,6437,'_pageview_count','12'),(21514,6438,'_pageview_count','14'),(21515,6422,'_pageview_count','12'),(21516,6421,'_pageview_count','16'),(21517,6409,'_pageview_count','16'),(21518,6423,'_pageview_count','18'),(21519,6418,'_pageview_count','15'),(21520,6257,'_pageview_count','16'),(21521,6411,'_pageview_count','14'),(21522,6406,'_pageview_count','15'),(21523,6424,'_pageview_count','18'),(21524,6439,'_pageview_count','13'),(21525,6413,'_pageview_count','12'),(21526,6405,'_pageview_count','19'),(21527,6417,'_pageview_count','13'),(21528,6408,'_pageview_count','16'),(21529,6431,'_pageview_count','14'),(21530,6416,'_pageview_count','16'),(21531,6415,'_pageview_count','14'),(21532,6410,'_pageview_count','11'),(21533,6265,'_pageview_count','15'),(21534,6435,'_pageview_count','13'),(21535,6426,'_pageview_count','14'),(21536,6403,'_pageview_count','18'),(21537,6414,'_pageview_count','15'),(21538,6407,'_pageview_count','17'),(21539,6404,'_pageview_count','19'),(21540,6271,'_pageview_count','14'),(21541,6273,'_pageview_count','12'),(21542,6419,'_pageview_count','16'),(21543,6420,'_pageview_count','17'),(21544,6425,'_pageview_count','15'),(21545,6436,'_pageview_count','14'),(21546,6440,'_pageview_count','11'),(21581,6500,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21583,6500,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21584,6500,'_post_navigation_menu',''),(21585,6500,'_post_header_skin',''),(21586,6500,'_post_navigation_submenu_skin',''),(21587,6500,'_post_header_background_color',''),(21588,6500,'_post_header_background_image',''),(21589,6500,'_post_header_background_image_repeat',''),(21590,6500,'_post_header_background_image_position',''),(21591,6500,'_post_header_background_image_size',''),(21592,6500,'_post_header_background_image_attachment',''),(21593,6500,'_post_content_skin',''),(21594,6500,'_post_title_content_breadcrumbs_position',''),(21595,6500,'_post_title_text_transform',''),(21596,6500,'_post_title_font_weight',''),(21597,6500,'_post_title_font_size',''),(21598,6500,'_post_content_width','full'),(21599,6500,'_post_content_width_value','a:2:{i:0;s:3:\"100\";i:1;s:1:\"%\";}'),(21600,6500,'_post_sidebar_id',''),(21601,6500,'_post_sidebar_position','right'),(21602,6500,'_post_footer_skin',''),(21603,6500,'_wpb_vc_js_status','true'),(21604,6500,'_post_title_content','false'),(21605,6500,'_post_sidebar','false'),(21607,6500,'_wp_page_template','template-full-width.php'),(21608,6500,'_dp_original','6329'),(21609,6500,'_edit_lock','1543913305:4'),(21610,6500,'_edit_last','1'),(21613,6447,'_wpb_shortcodes_custom_css','.vc_custom_1540214878640{background-color: #00bfa5 !important;}.vc_custom_1539845177194{background-color: #293846 !important;}.vc_custom_1539848618914{padding-top: 50px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}.vc_custom_1542607817987{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}.vc_custom_1543323397779{margin-bottom: 80px !important;}.vc_custom_1542715789712{margin-top: -70px !important;}.vc_custom_1542715966012{margin-bottom: 30px !important;}.vc_custom_1542715712107{padding-top: 15px !important;}.vc_custom_1542716082967{padding-left: 40px !important;}.vc_custom_1542719715552{margin-top: -60px !important;padding-top: 10px !important;padding-bottom: 30px !important;background-color: #ececec !important;}.vc_custom_1544422269551{background-color: #ececec !important;}.vc_custom_1544422277773{margin-top: 75px !important;}.vc_custom_1539870480653{background-color: #ececec !important;}.vc_custom_1542690765925{margin-top: 75px !important;}.vc_custom_1542716257303{background-color: #ececec !important;}.vc_custom_1542608862571{margin-top: 50px !important;}.vc_custom_1542716262792{background-color: #ececec !important;}.vc_custom_1544164708875{margin-top: 55px !important;}.vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}.vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}'),(21647,6500,'_wpb_shortcodes_custom_css','.vc_custom_1542890309533{margin-top: -60px !important;margin-bottom: -60px !important;background-color: #01bfa5 !important;}.vc_custom_1542372573705{background-color: #293846 !important;}.vc_custom_1542803844633{background-color: #ffffff !important;}.vc_custom_1542803830964{background-color: #eaeaea !important;}.vc_custom_1542375410714{background-color: #01bfa5 !important;}.vc_custom_1542889767326{margin-top: 150px !important;}.vc_custom_1542888888496{margin-top: 25px !important;}.vc_custom_1542890038821{border-radius: 3px !important;}.vc_custom_1542609945284{border-radius: 3px !important;}'),(21648,6546,'_wp_attached_file','2018/11/header-partner.png'),(21649,6546,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:674;s:6:\"height\";i:458;s:4:\"file\";s:26:\"2018/11/header-partner.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"header-partner-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"header-partner-300x204.png\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:26:\"header-partner-480x326.png\";s:5:\"width\";i:480;s:6:\"height\";i:326;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:26:\"header-partner-497x338.png\";s:5:\"width\";i:497;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:26:\"header-partner-580x394.png\";s:5:\"width\";i:580;s:6:\"height\";i:394;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:26:\"header-partner-419x285.png\";s:5:\"width\";i:419;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21650,6552,'_wp_attached_file','2018/11/Partner-Home-1_03.gif'),(21651,6552,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:95;s:6:\"height\";i:96;s:4:\"file\";s:29:\"2018/11/Partner-Home-1_03.gif\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21652,6553,'_wp_attached_file','2018/11/partner-home-1_05.gif'),(21653,6553,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:95;s:6:\"height\";i:96;s:4:\"file\";s:29:\"2018/11/partner-home-1_05.gif\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21654,6564,'_wp_attached_file','2018/11/partner-home-1_03.png'),(21655,6564,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:95;s:6:\"height\";i:96;s:4:\"file\";s:29:\"2018/11/partner-home-1_03.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21656,6565,'_wp_attached_file','2018/11/partner-home-1_05.png'),(21657,6565,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:95;s:6:\"height\";i:96;s:4:\"file\";s:29:\"2018/11/partner-home-1_05.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21658,6566,'_wp_attached_file','2018/11/partner-home-1_07.png'),(21659,6566,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:95;s:6:\"height\";i:96;s:4:\"file\";s:29:\"2018/11/partner-home-1_07.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21660,6567,'_wp_attached_file','2018/11/partner-home-1_09.png'),(21661,6567,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:95;s:6:\"height\";i:96;s:4:\"file\";s:29:\"2018/11/partner-home-1_09.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21662,6605,'_wp_attached_file','2018/11/backlog-attach-file.png'),(21663,6605,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:31:\"2018/11/backlog-attach-file.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21664,6606,'_wp_attached_file','2018/11/backlog-duplicate.png'),(21665,6606,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:29:\"2018/11/backlog-duplicate.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21666,6607,'_wp_attached_file','2018/11/backlog-Filter.png'),(21667,6607,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:26:\"2018/11/backlog-Filter.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21668,6608,'_wp_attached_file','2018/11/backlog-Prioritize-Workitem.png'),(21669,6608,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:39:\"2018/11/backlog-Prioritize-Workitem.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21670,6609,'_wp_attached_file','2018/11/backlog-Quick-Edit.png'),(21671,6609,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:30:\"2018/11/backlog-Quick-Edit.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21672,6610,'_wp_attached_file','2018/11/backlog-workitem.png'),(21673,6610,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:28:\"2018/11/backlog-workitem.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21674,6403,'_thumbnail_id','6610'),(21675,6404,'_thumbnail_id','6609'),(21676,6405,'_thumbnail_id','6606'),(21677,6611,'_wp_attached_file','2018/11/Bulk-Edibacklog-t.png'),(21678,6611,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:29:\"2018/11/Bulk-Edibacklog-t.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21679,6406,'_thumbnail_id','6611'),(21680,6407,'_thumbnail_id','6608'),(21681,6408,'_thumbnail_id','6607'),(21682,6409,'_thumbnail_id','6605'),(21683,6613,'_wp_attached_file','2018/11/Workitem-Estimate-by-Size.png'),(21684,6613,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:37:\"2018/11/Workitem-Estimate-by-Size.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21685,6417,'_thumbnail_id','6613'),(21686,6615,'_wp_attached_file','2018/11/Workitem-Activity.png'),(21687,6615,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:29:\"2018/11/Workitem-Activity.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21688,6616,'_wp_attached_file','2018/11/Workitem-Add-sub-item.png'),(21689,6616,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:33:\"2018/11/Workitem-Add-sub-item.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21690,6617,'_wp_attached_file','2018/11/Workitem-Assign-user.png'),(21691,6617,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:32:\"2018/11/Workitem-Assign-user.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21692,6618,'_wp_attached_file','2018/11/Workitem-attach-file.png'),(21693,6618,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:32:\"2018/11/Workitem-attach-file.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21694,6619,'_wp_attached_file','2018/11/Workitem-Comment.png'),(21695,6619,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:28:\"2018/11/Workitem-Comment.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21696,6620,'_wp_attached_file','2018/11/Workitem-log-effort.png'),(21697,6620,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:31:\"2018/11/Workitem-log-effort.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21698,6621,'_wp_attached_file','2018/11/Workitem-Set-Business-Value.png'),(21699,6621,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:39:\"2018/11/Workitem-Set-Business-Value.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21700,6622,'_wp_attached_file','2018/11/Workitem-Status.png'),(21701,6622,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:27:\"2018/11/Workitem-Status.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21702,6623,'_wp_attached_file','2018/11/Workitem-Tag.png'),(21703,6623,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:24:\"2018/11/Workitem-Tag.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21704,6419,'_thumbnail_id','6621'),(21705,6420,'_thumbnail_id','6622'),(21706,6421,'_thumbnail_id','6617'),(21707,6422,'_thumbnail_id','6616'),(21708,6423,'_thumbnail_id','6618'),(21709,6424,'_thumbnail_id','6619'),(21710,6425,'_thumbnail_id','6623'),(21711,6426,'_thumbnail_id','6620'),(21712,6429,'_thumbnail_id','6615'),(21713,6624,'_wp_attached_file','2018/10/Board-workitem.png'),(21714,6624,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:26:\"2018/10/Board-workitem.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21715,6252,'_thumbnail_id','6624'),(21716,6625,'_wp_attached_file','2018/10/Board-Custom-Workflow.png'),(21717,6625,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:33:\"2018/10/Board-Custom-Workflow.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21718,6256,'_thumbnail_id','6625'),(21719,6626,'_wp_attached_file','2018/10/Board-Update-Workitem-Status.png'),(21720,6626,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:40:\"2018/10/Board-Update-Workitem-Status.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21721,6257,'_thumbnail_id','6626'),(21722,6627,'_wp_attached_file','2018/10/board-Prioritize-Workitem.png'),(21723,6627,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:37:\"2018/10/board-Prioritize-Workitem.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21724,6258,'_thumbnail_id','6627'),(21725,6628,'_wp_attached_file','2018/11/board-Filter.png'),(21726,6628,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:24:\"2018/11/board-Filter.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21727,6629,'_wp_attached_file','2018/10/plan-Create-Timebox.png'),(21728,6629,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:31:\"2018/10/plan-Create-Timebox.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21729,6266,'_thumbnail_id','6629'),(21730,6630,'_wp_attached_file','2018/10/plan-plan-timebox.png'),(21731,6630,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:29:\"2018/10/plan-plan-timebox.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21732,6268,'_thumbnail_id','6630'),(21733,6631,'_wp_attached_file','2018/10/plan-Filter.png'),(21734,6631,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:23:\"2018/10/plan-Filter.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21735,6269,'_thumbnail_id','6631'),(21736,6632,'_wp_attached_file','2018/11/time-log-log-effort.png'),(21737,6632,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:31:\"2018/11/time-log-log-effort.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21738,6435,'_thumbnail_id','6632'),(21739,6633,'_wp_attached_file','2018/11/time-log-Track-Effort-by-User.png'),(21740,6633,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:41:\"2018/11/time-log-Track-Effort-by-User.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21741,6436,'_thumbnail_id','6633'),(21742,6634,'_wp_attached_file','2018/11/Files-Add-file.png'),(21743,6634,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:26:\"2018/11/Files-Add-file.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21744,6437,'_thumbnail_id','6634'),(21745,6635,'_wp_attached_file','2018/11/Files-Add-Files-to-a-Folder.png'),(21746,6635,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:39:\"2018/11/Files-Add-Files-to-a-Folder.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21747,6438,'_thumbnail_id','6635'),(21748,6636,'_wp_attached_file','2018/11/Files-Drag-Drop-Files.png'),(21749,6636,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:33:\"2018/11/Files-Drag-Drop-Files.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21750,6439,'_thumbnail_id','6636'),(21751,6637,'_wp_attached_file','2018/11/Files-View-File-In-Viewer.png'),(21752,6637,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:37:\"2018/11/Files-View-File-In-Viewer.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21753,6440,'_thumbnail_id','6637'),(21754,6638,'_wp_attached_file','2018/10/Insights-burndown.png'),(21755,6638,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:29:\"2018/10/Insights-burndown.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21756,6275,'_thumbnail_id','6638'),(21757,6639,'_wp_attached_file','2018/10/Insights-burnup.png'),(21758,6639,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:27:\"2018/10/Insights-burnup.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21759,6274,'_thumbnail_id','6639'),(21760,6640,'_wp_attached_file','2018/10/Insights-Speed-and-Leakages.png'),(21761,6640,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:39:\"2018/10/Insights-Speed-and-Leakages.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21762,6273,'_thumbnail_id','6640'),(21763,6641,'_wp_attached_file','2018/10/Insights-Velocity.png'),(21764,6641,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:29:\"2018/10/Insights-Velocity.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21765,6271,'_thumbnail_id','6641'),(21766,6642,'_wp_attached_file','2018/10/Insights-Distribution.png'),(21767,6642,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:33:\"2018/10/Insights-Distribution.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21768,6264,'_thumbnail_id','6642'),(21769,6643,'_wp_attached_file','2018/10/Insights-Activity-.png'),(21770,6643,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:30:\"2018/10/Insights-Activity-.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21771,6265,'_thumbnail_id','6643'),(21772,6644,'_wp_attached_file','2018/11/Integrations-bitbucket-.png'),(21773,6644,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:35:\"2018/11/Integrations-bitbucket-.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21774,6645,'_wp_attached_file','2018/11/Integrations-Box.png'),(21775,6645,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:28:\"2018/11/Integrations-Box.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21776,6646,'_wp_attached_file','2018/11/Integrations-Drive.png'),(21777,6646,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:30:\"2018/11/Integrations-Drive.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21778,6647,'_wp_attached_file','2018/11/Integrations-Dropbox.png'),(21779,6647,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:32:\"2018/11/Integrations-Dropbox.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21780,6648,'_wp_attached_file','2018/11/Integrations-Github.png'),(21781,6648,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:31:\"2018/11/Integrations-Github.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21782,6649,'_wp_attached_file','2018/11/Integrations-Gitlab.png'),(21783,6649,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:31:\"2018/11/Integrations-Gitlab.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21784,6650,'_wp_attached_file','2018/11/Integrations-Onedrive.png'),(21785,6650,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:33:\"2018/11/Integrations-Onedrive.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21786,6410,'_thumbnail_id','6646'),(21787,6411,'_thumbnail_id','6645'),(21788,6413,'_thumbnail_id','6647'),(21789,6414,'_thumbnail_id','6650'),(21790,6415,'_thumbnail_id','6649'),(21791,6416,'_thumbnail_id','6648'),(21792,6418,'_thumbnail_id','6644'),(21793,6431,'_thumbnail_id','6628'),(21794,6675,'_wp_attached_file','2018/11/Task-management-Tasklist.gif'),(21795,6675,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1356;s:6:\"height\";i:629;s:4:\"file\";s:36:\"2018/11/Task-management-Tasklist.gif\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Task-management-Tasklist-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Task-management-Tasklist-300x139.gif\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Task-management-Tasklist-768x356.gif\";s:5:\"width\";i:768;s:6:\"height\";i:356;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Task-management-Tasklist-1024x475.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:36:\"Task-management-Tasklist-480x223.gif\";s:5:\"width\";i:480;s:6:\"height\";i:223;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:36:\"Task-management-Tasklist-730x338.gif\";s:5:\"width\";i:730;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:36:\"Task-management-Tasklist-580x269.gif\";s:5:\"width\";i:580;s:6:\"height\";i:269;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:36:\"Task-management-Tasklist-614x285.gif\";s:5:\"width\";i:614;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21796,6676,'_wp_attached_file','2018/11/Task-management-Taskboard.gif'),(21797,6676,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1356;s:6:\"height\";i:650;s:4:\"file\";s:37:\"2018/11/Task-management-Taskboard.gif\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Task-management-Taskboard-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Task-management-Taskboard-300x144.gif\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Task-management-Taskboard-768x368.gif\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Task-management-Taskboard-1024x491.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:491;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:37:\"Task-management-Taskboard-480x230.gif\";s:5:\"width\";i:480;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:37:\"Task-management-Taskboard-705x338.gif\";s:5:\"width\";i:705;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:37:\"Task-management-Taskboard-580x278.gif\";s:5:\"width\";i:580;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:37:\"Task-management-Taskboard-595x285.gif\";s:5:\"width\";i:595;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21798,6677,'_wp_attached_file','2018/11/Task-management-Collaborate.gif'),(21799,6677,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1356;s:6:\"height\";i:650;s:4:\"file\";s:39:\"2018/11/Task-management-Collaborate.gif\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Task-management-Collaborate-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Task-management-Collaborate-300x144.gif\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Task-management-Collaborate-768x368.gif\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Task-management-Collaborate-1024x491.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:491;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:39:\"Task-management-Collaborate-480x230.gif\";s:5:\"width\";i:480;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:39:\"Task-management-Collaborate-705x338.gif\";s:5:\"width\";i:705;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:39:\"Task-management-Collaborate-580x278.gif\";s:5:\"width\";i:580;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:39:\"Task-management-Collaborate-595x285.gif\";s:5:\"width\";i:595;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21804,6697,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21805,6697,'_edit_lock','1542885353:17'),(21806,6697,'_edit_last','17'),(21807,6697,'_wp_page_template','template-full-width.php'),(21808,6697,'_post_navigation_menu',''),(21809,6697,'_post_header_skin',''),(21810,6697,'_post_navigation_submenu_skin',''),(21811,6697,'_post_header_background_color',''),(21812,6697,'_post_header_background_image',''),(21813,6697,'_post_header_background_image_repeat',''),(21814,6697,'_post_header_background_image_position',''),(21815,6697,'_post_header_background_image_size',''),(21816,6697,'_post_header_background_image_attachment',''),(21817,6697,'_post_content_skin',''),(21818,6697,'_post_title_content_breadcrumbs_position',''),(21819,6697,'_post_title_text_transform',''),(21820,6697,'_post_title_font_weight',''),(21821,6697,'_post_title_font_size',''),(21822,6697,'_post_content_width',''),(21823,6697,'_post_content_width_value','a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}'),(21824,6697,'_post_sidebar_id',''),(21825,6697,'_post_sidebar_position','right'),(21826,6697,'_post_footer_skin',''),(21827,6697,'_wpb_vc_js_status','true'),(21884,6814,'_wp_attached_file','2018/11/Partnership23.png'),(21885,6814,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:753;s:6:\"height\";i:717;s:4:\"file\";s:25:\"2018/11/Partnership23.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Partnership23-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Partnership23-300x286.png\";s:5:\"width\";i:300;s:6:\"height\";i:286;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:25:\"Partnership23-480x457.png\";s:5:\"width\";i:480;s:6:\"height\";i:457;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:25:\"Partnership23-355x338.png\";s:5:\"width\";i:355;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:25:\"Partnership23-425x405.png\";s:5:\"width\";i:425;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:25:\"Partnership23-299x285.png\";s:5:\"width\";i:299;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21886,6816,'_wp_attached_file','2018/11/Partnership24.png'),(21887,6816,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:753;s:6:\"height\";i:717;s:4:\"file\";s:25:\"2018/11/Partnership24.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Partnership24-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Partnership24-300x286.png\";s:5:\"width\";i:300;s:6:\"height\";i:286;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:25:\"Partnership24-480x457.png\";s:5:\"width\";i:480;s:6:\"height\";i:457;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:25:\"Partnership24-355x338.png\";s:5:\"width\";i:355;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:25:\"Partnership24-425x405.png\";s:5:\"width\";i:425;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:25:\"Partnership24-299x285.png\";s:5:\"width\";i:299;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21889,6854,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21890,6854,'_edit_lock','1544681251:4'),(21891,6854,'_edit_last','3'),(21893,6854,'_wpb_vc_js_status','true'),(21894,6854,'_pageview_count','71'),(21899,6856,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21900,6856,'_edit_lock','1544681282:4'),(21901,6856,'_edit_last','3'),(21902,6856,'_wpb_vc_js_status','true'),(22051,6856,'_wp_old_slug','campaign-management__trashed'),(22053,6854,'_wp_old_slug','marketing-strategy__trashed'),(22138,6879,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22139,6879,'_edit_lock','1542978603:1'),(22140,6879,'_edit_last','1'),(22141,6879,'_wp_page_template','template-full-width.php'),(22142,6879,'_post_navigation_menu',''),(22143,6879,'_post_header_skin',''),(22144,6879,'_post_navigation_submenu_skin',''),(22145,6879,'_post_header_background_color',''),(22146,6879,'_post_header_background_image',''),(22147,6879,'_post_header_background_image_repeat',''),(22148,6879,'_post_header_background_image_position',''),(22149,6879,'_post_header_background_image_size',''),(22150,6879,'_post_header_background_image_attachment',''),(22151,6879,'_post_content_skin',''),(22152,6879,'_post_title_content_breadcrumbs_position',''),(22153,6879,'_post_title_text_transform',''),(22154,6879,'_post_title_font_weight',''),(22155,6879,'_post_title_font_size',''),(22156,6879,'_post_content_width','full'),(22157,6879,'_post_content_width_value','a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}'),(22158,6879,'_post_sidebar_id',''),(22159,6879,'_post_sidebar_position','right'),(22160,6879,'_post_footer_skin',''),(22161,6879,'_wpb_vc_js_status','true'),(22192,6879,'_wpb_shortcodes_custom_css','.vc_custom_1542978650421{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(22372,6900,'_wp_attached_file','2018/11/Customer-Feedback.jpg'),(22373,6900,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:306;s:6:\"height\";i:130;s:4:\"file\";s:29:\"2018/11/Customer-Feedback.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Customer-Feedback-150x130.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Customer-Feedback-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22376,6902,'_wp_attached_file','2018/11/Product-Launches-1.jpg'),(22377,6902,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:306;s:6:\"height\";i:130;s:4:\"file\";s:30:\"2018/11/Product-Launches-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Product-Launches-1-150x130.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Product-Launches-1-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22381,6904,'_wp_attached_file','2018/11/Editorial-Calendar-Content-Calendar.jpg'),(22382,6904,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:306;s:6:\"height\";i:130;s:4:\"file\";s:47:\"2018/11/Editorial-Calendar-Content-Calendar.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Editorial-Calendar-Content-Calendar-150x130.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"Editorial-Calendar-Content-Calendar-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22383,6905,'_wp_attached_file','2018/11/Event-Management-planning.jpg'),(22384,6905,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:306;s:6:\"height\";i:130;s:4:\"file\";s:37:\"2018/11/Event-Management-planning.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Event-Management-planning-150x130.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Event-Management-planning-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22385,6906,'_wp_attached_file','2018/11/Launches-roadmap.jpg'),(22386,6906,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:306;s:6:\"height\";i:130;s:4:\"file\";s:28:\"2018/11/Launches-roadmap.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Launches-roadmap-150x130.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Launches-roadmap-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22387,6907,'_wp_attached_file','2018/11/Marketing-Strategy.jpg'),(22388,6907,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:306;s:6:\"height\";i:130;s:4:\"file\";s:30:\"2018/11/Marketing-Strategy.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Marketing-Strategy-150x130.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Marketing-Strategy-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22389,6908,'_wp_attached_file','2018/11/Product-Launches.jpg'),(22390,6908,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:306;s:6:\"height\";i:130;s:4:\"file\";s:28:\"2018/11/Product-Launches.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Product-Launches-150x130.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Product-Launches-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22396,6854,'_thumbnail_id','6907'),(22397,6909,'_wp_attached_file','2018/11/Campaign-Management.jpg'),(22398,6909,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:306;s:6:\"height\";i:130;s:4:\"file\";s:31:\"2018/11/Campaign-Management.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Campaign-Management-150x130.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Campaign-Management-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22399,6856,'_thumbnail_id','6909'),(22400,6910,'_wp_attached_file','2018/11/Design-Critiques.jpg'),(22401,6910,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:306;s:6:\"height\";i:130;s:4:\"file\";s:28:\"2018/11/Design-Critiques.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Design-Critiques-150x130.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Design-Critiques-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22402,6911,'_wp_attached_file','2018/11/IT-Helpdesk.jpg'),(22403,6911,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:306;s:6:\"height\";i:130;s:4:\"file\";s:23:\"2018/11/IT-Helpdesk.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"IT-Helpdesk-150x130.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"IT-Helpdesk-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22404,6912,'_wp_attached_file','2018/11/Sprint-planning.jpg'),(22405,6912,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:306;s:6:\"height\";i:130;s:4:\"file\";s:27:\"2018/11/Sprint-planning.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Sprint-planning-150x130.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Sprint-planning-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22406,6913,'_wp_attached_file','2018/11/Product-Feedback.jpg'),(22407,6913,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:306;s:6:\"height\";i:130;s:4:\"file\";s:28:\"2018/11/Product-Feedback.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Product-Feedback-150x130.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Product-Feedback-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22408,6914,'_wp_attached_file','2018/11/bug-tracking.jpg'),(22409,6914,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:306;s:6:\"height\";i:130;s:4:\"file\";s:24:\"2018/11/bug-tracking.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"bug-tracking-150x130.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"bug-tracking-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22410,6915,'_wp_attached_file','2018/11/Creative-Production.jpg'),(22411,6915,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:306;s:6:\"height\";i:130;s:4:\"file\";s:31:\"2018/11/Creative-Production.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Creative-Production-150x130.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Creative-Production-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22413,6916,'_wp_attached_file','2018/11/Work-Requests.jpg'),(22414,6916,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:306;s:6:\"height\";i:130;s:4:\"file\";s:25:\"2018/11/Work-Requests.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Work-Requests-150x130.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Work-Requests-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22469,6917,'_wp_attached_file','2018/10/Scrum.jpg'),(22470,6917,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:306;s:6:\"height\";i:130;s:4:\"file\";s:17:\"2018/10/Scrum.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Scrum-150x130.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"Scrum-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22475,6920,'_wp_attached_file','2018/11/kanban.jpg'),(22476,6920,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:306;s:6:\"height\";i:130;s:4:\"file\";s:18:\"2018/11/kanban.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"kanban-150x130.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"kanban-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22477,6445,'_thumbnail_id','6920'),(22478,6921,'_wp_attached_file','2018/11/Task-management.jpg'),(22479,6921,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:306;s:6:\"height\";i:130;s:4:\"file\";s:27:\"2018/11/Task-management.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Task-management-150x130.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Task-management-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22480,6447,'_thumbnail_id','6921'),(22535,6856,'_wpb_shortcodes_custom_css','.vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}.vc_custom_1543384677922{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}.vc_custom_1543384737068{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}.vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}.vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}.vc_custom_1543323397779{margin-bottom: 80px !important;}.vc_custom_1543384496447{margin-bottom: 30px !important;}.vc_custom_1543315489764{margin-bottom: 5px !important;}.vc_custom_1544246744401{margin-top: 20px !important;}.vc_custom_1544247342403{margin-top: 20px !important;}.vc_custom_1544247353046{margin-top: 20px !important;}.vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}.vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}'),(22536,6856,'_pageview_count','225'),(22642,6976,'_wp_attached_file','2018/11/p1.png'),(22643,6976,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:119;s:6:\"height\";i:66;s:4:\"file\";s:14:\"2018/11/p1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22644,6977,'_wp_attached_file','2018/11/p2.png'),(22645,6977,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:119;s:6:\"height\";i:66;s:4:\"file\";s:14:\"2018/11/p2.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22646,6978,'_wp_attached_file','2018/11/p3.png'),(22647,6978,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:119;s:6:\"height\";i:66;s:4:\"file\";s:14:\"2018/11/p3.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22648,6979,'_wp_attached_file','2018/11/p4.png'),(22649,6979,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:119;s:6:\"height\";i:66;s:4:\"file\";s:14:\"2018/11/p4.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22650,6980,'_wp_attached_file','2018/11/p5.png'),(22651,6980,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:119;s:6:\"height\";i:66;s:4:\"file\";s:14:\"2018/11/p5.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22652,6981,'_wp_attached_file','2018/11/p6.png'),(22653,6981,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:119;s:6:\"height\";i:66;s:4:\"file\";s:14:\"2018/11/p6.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22654,6982,'_wp_attached_file','2018/11/p7.png'),(22655,6982,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:119;s:6:\"height\";i:66;s:4:\"file\";s:14:\"2018/11/p7.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22656,6983,'_wp_attached_file','2018/11/p8.png'),(22657,6983,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:119;s:6:\"height\";i:66;s:4:\"file\";s:14:\"2018/11/p8.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22658,6984,'_wp_attached_file','2018/11/p9.png'),(22659,6984,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:119;s:6:\"height\";i:66;s:4:\"file\";s:14:\"2018/11/p9.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22660,6985,'_wp_attached_file','2018/11/p10.png'),(22661,6985,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:119;s:6:\"height\";i:66;s:4:\"file\";s:15:\"2018/11/p10.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22662,6986,'_wp_attached_file','2018/11/p11.png'),(22663,6986,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:119;s:6:\"height\";i:66;s:4:\"file\";s:15:\"2018/11/p11.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22664,6987,'_wp_attached_file','2018/11/p12.png'),(22665,6987,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:119;s:6:\"height\";i:66;s:4:\"file\";s:15:\"2018/11/p12.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22666,6988,'_wp_attached_file','2018/11/p13.png'),(22667,6988,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:119;s:6:\"height\";i:66;s:4:\"file\";s:15:\"2018/11/p13.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22668,6989,'_wp_attached_file','2018/11/p14.png'),(22669,6989,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:119;s:6:\"height\";i:66;s:4:\"file\";s:15:\"2018/11/p14.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22670,6990,'_wp_attached_file','2018/11/p15.png'),(22671,6990,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:119;s:6:\"height\";i:66;s:4:\"file\";s:15:\"2018/11/p15.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22672,6991,'_wp_attached_file','2018/11/p16.png'),(22673,6991,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:119;s:6:\"height\";i:66;s:4:\"file\";s:15:\"2018/11/p16.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22674,6992,'_wp_attached_file','2018/11/p17.png'),(22675,6992,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:119;s:6:\"height\";i:66;s:4:\"file\";s:15:\"2018/11/p17.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22676,6993,'_wp_attached_file','2018/11/p18.png'),(22677,6993,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:119;s:6:\"height\";i:66;s:4:\"file\";s:15:\"2018/11/p18.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22678,6994,'_wp_attached_file','2018/11/p19.png'),(22679,6994,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:119;s:6:\"height\";i:66;s:4:\"file\";s:15:\"2018/11/p19.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22680,6995,'_wp_attached_file','2018/11/p20.png'),(22681,6995,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:119;s:6:\"height\";i:66;s:4:\"file\";s:15:\"2018/11/p20.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22682,6996,'_wp_attached_file','2018/11/p21.png'),(22683,6996,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:119;s:6:\"height\";i:66;s:4:\"file\";s:15:\"2018/11/p21.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22684,6997,'_wp_attached_file','2018/11/p22.png'),(22685,6997,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:119;s:6:\"height\";i:66;s:4:\"file\";s:15:\"2018/11/p22.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22686,6998,'_wp_attached_file','2018/11/p23.png'),(22687,6998,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:119;s:6:\"height\";i:66;s:4:\"file\";s:15:\"2018/11/p23.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22688,6999,'_wp_attached_file','2018/11/p24.png'),(22689,6999,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:119;s:6:\"height\";i:66;s:4:\"file\";s:15:\"2018/11/p24.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22690,7000,'_wp_attached_file','2018/11/p25.png'),(22691,7000,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:119;s:6:\"height\";i:63;s:4:\"file\";s:15:\"2018/11/p25.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22692,7001,'_wp_attached_file','2018/11/p26.png'),(22693,7001,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:119;s:6:\"height\";i:63;s:4:\"file\";s:15:\"2018/11/p26.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22694,7002,'_wp_attached_file','2018/11/p27.png'),(22695,7002,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:119;s:6:\"height\";i:63;s:4:\"file\";s:15:\"2018/11/p27.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22696,7003,'_wp_attached_file','2018/11/p28.png'),(22697,7003,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:119;s:6:\"height\";i:63;s:4:\"file\";s:15:\"2018/11/p28.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22698,7004,'_wp_attached_file','2018/11/p29.png'),(22699,7004,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:119;s:6:\"height\";i:63;s:4:\"file\";s:15:\"2018/11/p29.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22700,7005,'_wp_attached_file','2018/11/p31.png'),(22701,7005,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:119;s:6:\"height\";i:63;s:4:\"file\";s:15:\"2018/11/p31.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22702,6854,'_wpb_shortcodes_custom_css','.vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}.vc_custom_1543384677922{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}.vc_custom_1543384737068{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}.vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}.vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}.vc_custom_1543323397779{margin-bottom: 80px !important;}.vc_custom_1544236845022{margin-bottom: 30px !important;}.vc_custom_1543315489764{margin-bottom: 5px !important;}.vc_custom_1544237345014{margin-bottom: 20px !important;}.vc_custom_1544237384080{margin-top: 30px !important;}.vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}.vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}'),(22703,7007,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22704,7007,'_edit_lock','1544681270:4'),(22705,7007,'_edit_last','4'),(22706,7007,'_thumbnail_id','6908'),(22707,7007,'_wpb_vc_js_status','true'),(22708,7007,'_wpb_shortcodes_custom_css','.vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}.vc_custom_1543384677922{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}.vc_custom_1543384737068{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}.vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}.vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}.vc_custom_1543323397779{margin-bottom: 80px !important;}.vc_custom_1543387882107{margin-bottom: 30px !important;}.vc_custom_1543315489764{margin-bottom: 5px !important;}.vc_custom_1544162483577{margin-top: -10px !important;margin-bottom: 22px !important;}.vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}.vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}'),(22709,7007,'_pageview_count','69'),(22710,7008,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22711,7008,'_edit_lock','1544681250:4'),(22712,7008,'_edit_last','4'),(22713,7008,'_thumbnail_id','6914'),(22714,7008,'_wpb_vc_js_status','true'),(22715,7008,'_wpb_shortcodes_custom_css','.vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}.vc_custom_1543384677922{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}.vc_custom_1543384737068{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}.vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}.vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}.vc_custom_1543323397779{margin-bottom: 80px !important;}.vc_custom_1544091330979{margin-bottom: 30px !important;}.vc_custom_1543315489764{margin-bottom: 5px !important;}.vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}.vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}'),(22716,7009,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22717,7009,'_edit_lock','1544774747:4'),(22718,7009,'_edit_last','4'),(22720,7009,'_wpb_vc_js_status','true'),(22721,7009,'_wpb_shortcodes_custom_css','.vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}.vc_custom_1543384677922{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}.vc_custom_1543384737068{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}.vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}.vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}.vc_custom_1543323397779{margin-bottom: 80px !important;}.vc_custom_1543399447514{margin-bottom: 30px !important;}.vc_custom_1543315489764{margin-bottom: 5px !important;}.vc_custom_1544158505926{margin-bottom: 15px !important;}.vc_custom_1544158524108{margin-bottom: 15px !important;}.vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}.vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}'),(22722,7009,'_pageview_count','161'),(22723,7008,'_pageview_count','151'),(22724,7010,'_wp_attached_file','2018/11/Product-Roadmap.jpg'),(22725,7010,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:306;s:6:\"height\";i:130;s:4:\"file\";s:27:\"2018/11/Product-Roadmap.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Product-Roadmap-150x130.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Product-Roadmap-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22726,7009,'_thumbnail_id','7010'),(22727,7011,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22728,7011,'_edit_lock','1544179370:4'),(22729,7011,'_edit_last','4'),(22730,7011,'_thumbnail_id','6913'),(22731,7011,'_wpb_vc_js_status','true'),(22732,7011,'_wpb_shortcodes_custom_css','.vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}.vc_custom_1543384677922{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}.vc_custom_1543384737068{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}.vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}.vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}.vc_custom_1543323397779{margin-bottom: 80px !important;}.vc_custom_1544099059945{margin-bottom: 30px !important;}.vc_custom_1543315489764{margin-bottom: 5px !important;}.vc_custom_1543509585220{margin-top: -40px !important;}.vc_custom_1543903593542{margin-top: 30px !important;}.vc_custom_1544158445361{margin-bottom: 15px !important;}.vc_custom_1544158452436{margin-bottom: 15px !important;}.vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}.vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}'),(22733,7012,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22734,7012,'_edit_lock','1544681269:4'),(22735,7012,'_edit_last','4'),(22736,7012,'_thumbnail_id','6915'),(22737,7012,'_wpb_vc_js_status','true'),(22738,7012,'_wpb_shortcodes_custom_css','.vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}.vc_custom_1543384677922{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}.vc_custom_1543384737068{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}.vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}.vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}.vc_custom_1543323397779{margin-bottom: 80px !important;}.vc_custom_1543582504918{margin-bottom: 30px !important;}.vc_custom_1543315489764{margin-bottom: 5px !important;}.vc_custom_1544161999780{margin-top: 30px !important;}.vc_custom_1544162014309{margin-top: 30px !important;}.vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}.vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}'),(22739,7012,'_pageview_count','64'),(22745,7015,'_wp_attached_file','2018/11/Editorial-Calendar.jpg'),(22746,7015,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:306;s:6:\"height\";i:130;s:4:\"file\";s:30:\"2018/11/Editorial-Calendar.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Editorial-Calendar-150x130.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Editorial-Calendar-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22748,7016,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22749,7016,'_edit_lock','1544681266:4'),(22750,7016,'_edit_last','4'),(22751,7016,'_thumbnail_id','7168'),(22752,7016,'_wpb_vc_js_status','true'),(22753,7016,'_wpb_shortcodes_custom_css','.vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}.vc_custom_1543384677922{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}.vc_custom_1543384737068{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}.vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}.vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}.vc_custom_1543323397779{margin-bottom: 80px !important;}.vc_custom_1544181601475{margin-bottom: 30px !important;}.vc_custom_1543315489764{margin-bottom: 5px !important;}.vc_custom_1544182001452{margin-bottom: 20px !important;}.vc_custom_1544182571788{margin-top: 35px !important;}.vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}.vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}'),(22754,7016,'_wp_old_date','2018-11-28'),(22755,7011,'_wp_old_date','2018-11-28'),(22758,7018,'_wp_attached_file','2018/11/Report-bugs.png'),(22759,7018,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:674;s:6:\"height\";i:458;s:4:\"file\";s:23:\"2018/11/Report-bugs.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Report-bugs-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Report-bugs-300x204.png\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:23:\"Report-bugs-480x326.png\";s:5:\"width\";i:480;s:6:\"height\";i:326;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:23:\"Report-bugs-497x338.png\";s:5:\"width\";i:497;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:23:\"Report-bugs-580x394.png\";s:5:\"width\";i:580;s:6:\"height\";i:394;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:23:\"Report-bugs-419x285.png\";s:5:\"width\";i:419;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22762,7020,'_wp_attached_file','2018/11/Track-Status.gif'),(22763,7020,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:674;s:6:\"height\";i:459;s:4:\"file\";s:24:\"2018/11/Track-Status.gif\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Track-Status-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Track-Status-300x204.gif\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:24:\"Track-Status-480x327.gif\";s:5:\"width\";i:480;s:6:\"height\";i:327;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:24:\"Track-Status-496x338.gif\";s:5:\"width\";i:496;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:24:\"Track-Status-580x395.gif\";s:5:\"width\";i:580;s:6:\"height\";i:395;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:24:\"Track-Status-418x285.gif\";s:5:\"width\";i:418;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22764,7023,'_wp_attached_file','2018/11/Prioritize-bugs.gif'),(22765,7023,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:674;s:6:\"height\";i:458;s:4:\"file\";s:27:\"2018/11/Prioritize-bugs.gif\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Prioritize-bugs-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Prioritize-bugs-300x204.gif\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:27:\"Prioritize-bugs-480x326.gif\";s:5:\"width\";i:480;s:6:\"height\";i:326;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:27:\"Prioritize-bugs-497x338.gif\";s:5:\"width\";i:497;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:27:\"Prioritize-bugs-580x394.gif\";s:5:\"width\";i:580;s:6:\"height\";i:394;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:27:\"Prioritize-bugs-419x285.gif\";s:5:\"width\";i:419;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22766,7024,'_wp_attached_file','2018/11/Campaign-goal.png'),(22767,7024,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:674;s:6:\"height\";i:459;s:4:\"file\";s:25:\"2018/11/Campaign-goal.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Campaign-goal-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Campaign-goal-300x204.png\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:25:\"Campaign-goal-480x327.png\";s:5:\"width\";i:480;s:6:\"height\";i:327;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:25:\"Campaign-goal-496x338.png\";s:5:\"width\";i:496;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:25:\"Campaign-goal-580x395.png\";s:5:\"width\";i:580;s:6:\"height\";i:395;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:25:\"Campaign-goal-418x285.png\";s:5:\"width\";i:418;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22768,7025,'_wp_attached_file','2018/11/Plan-milestones.png'),(22769,7025,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:661;s:6:\"height\";i:445;s:4:\"file\";s:27:\"2018/11/Plan-milestones.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Plan-milestones-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Plan-milestones-300x202.png\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:27:\"Plan-milestones-480x323.png\";s:5:\"width\";i:480;s:6:\"height\";i:323;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:27:\"Plan-milestones-502x338.png\";s:5:\"width\";i:502;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:27:\"Plan-milestones-580x390.png\";s:5:\"width\";i:580;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:27:\"Plan-milestones-423x285.png\";s:5:\"width\";i:423;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22770,7026,'_wp_attached_file','2018/11/List-actions.png'),(22771,7026,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:674;s:6:\"height\";i:459;s:4:\"file\";s:24:\"2018/11/List-actions.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"List-actions-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"List-actions-300x204.png\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:24:\"List-actions-480x327.png\";s:5:\"width\";i:480;s:6:\"height\";i:327;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:24:\"List-actions-496x338.png\";s:5:\"width\";i:496;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:24:\"List-actions-580x395.png\";s:5:\"width\";i:580;s:6:\"height\";i:395;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:24:\"List-actions-418x285.png\";s:5:\"width\";i:418;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22774,7028,'_wp_attached_file','2018/11/List-actions-1.png'),(22775,7028,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:674;s:6:\"height\";i:459;s:4:\"file\";s:26:\"2018/11/List-actions-1.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"List-actions-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"List-actions-1-300x204.png\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:26:\"List-actions-1-480x327.png\";s:5:\"width\";i:480;s:6:\"height\";i:327;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:26:\"List-actions-1-496x338.png\";s:5:\"width\";i:496;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:26:\"List-actions-1-580x395.png\";s:5:\"width\";i:580;s:6:\"height\";i:395;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:26:\"List-actions-1-418x285.png\";s:5:\"width\";i:418;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22776,7029,'_wp_attached_file','2018/11/Deliver-Product.png'),(22777,7029,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:674;s:6:\"height\";i:459;s:4:\"file\";s:27:\"2018/11/Deliver-Product.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Deliver-Product-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Deliver-Product-300x204.png\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:27:\"Deliver-Product-480x327.png\";s:5:\"width\";i:480;s:6:\"height\";i:327;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:27:\"Deliver-Product-496x338.png\";s:5:\"width\";i:496;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:27:\"Deliver-Product-580x395.png\";s:5:\"width\";i:580;s:6:\"height\";i:395;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:27:\"Deliver-Product-418x285.png\";s:5:\"width\";i:418;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22778,7030,'_wp_attached_file','2018/11/Plan-product-roadmap.png'),(22779,7030,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:674;s:6:\"height\";i:459;s:4:\"file\";s:32:\"2018/11/Plan-product-roadmap.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Plan-product-roadmap-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Plan-product-roadmap-300x204.png\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:32:\"Plan-product-roadmap-480x327.png\";s:5:\"width\";i:480;s:6:\"height\";i:327;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:32:\"Plan-product-roadmap-496x338.png\";s:5:\"width\";i:496;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:32:\"Plan-product-roadmap-580x395.png\";s:5:\"width\";i:580;s:6:\"height\";i:395;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:32:\"Plan-product-roadmap-418x285.png\";s:5:\"width\";i:418;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22780,7031,'_wp_attached_file','2018/11/Plan.png'),(22781,7031,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:661;s:6:\"height\";i:445;s:4:\"file\";s:16:\"2018/11/Plan.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Plan-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"Plan-300x202.png\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:16:\"Plan-480x323.png\";s:5:\"width\";i:480;s:6:\"height\";i:323;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:16:\"Plan-502x338.png\";s:5:\"width\";i:502;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:16:\"Plan-580x390.png\";s:5:\"width\";i:580;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:16:\"Plan-423x285.png\";s:5:\"width\";i:423;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22782,7032,'_wp_attached_file','2018/11/Manage.png'),(22783,7032,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:674;s:6:\"height\";i:459;s:4:\"file\";s:18:\"2018/11/Manage.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Manage-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Manage-300x204.png\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:18:\"Manage-480x327.png\";s:5:\"width\";i:480;s:6:\"height\";i:327;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:18:\"Manage-496x338.png\";s:5:\"width\";i:496;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:18:\"Manage-580x395.png\";s:5:\"width\";i:580;s:6:\"height\";i:395;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:18:\"Manage-418x285.png\";s:5:\"width\";i:418;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22784,7033,'_wp_attached_file','2018/11/Track.gif'),(22785,7033,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:674;s:6:\"height\";i:459;s:4:\"file\";s:17:\"2018/11/Track.gif\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Track-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"Track-300x204.gif\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:17:\"Track-480x327.gif\";s:5:\"width\";i:480;s:6:\"height\";i:327;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:17:\"Track-496x338.gif\";s:5:\"width\";i:496;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:17:\"Track-580x395.gif\";s:5:\"width\";i:580;s:6:\"height\";i:395;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:17:\"Track-418x285.gif\";s:5:\"width\";i:418;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22786,7034,'_wp_attached_file','2018/11/Manage-1.png'),(22787,7034,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:661;s:6:\"height\";i:445;s:4:\"file\";s:20:\"2018/11/Manage-1.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Manage-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Manage-1-300x202.png\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:20:\"Manage-1-480x323.png\";s:5:\"width\";i:480;s:6:\"height\";i:323;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:20:\"Manage-1-502x338.png\";s:5:\"width\";i:502;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:20:\"Manage-1-580x390.png\";s:5:\"width\";i:580;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:20:\"Manage-1-423x285.png\";s:5:\"width\";i:423;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22788,7035,'_wp_attached_file','2018/11/List-Actions.png'),(22789,7035,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:661;s:6:\"height\";i:445;s:4:\"file\";s:24:\"2018/11/List-Actions.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"List-Actions-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"List-Actions-300x202.png\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:24:\"List-Actions-480x323.png\";s:5:\"width\";i:480;s:6:\"height\";i:323;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:24:\"List-Actions-502x338.png\";s:5:\"width\";i:502;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:24:\"List-Actions-580x390.png\";s:5:\"width\";i:580;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:24:\"List-Actions-423x285.png\";s:5:\"width\";i:423;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22790,7036,'_wp_attached_file','2018/11/Plan-Launches.png'),(22791,7036,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:661;s:6:\"height\";i:445;s:4:\"file\";s:25:\"2018/11/Plan-Launches.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Plan-Launches-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Plan-Launches-300x202.png\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:25:\"Plan-Launches-480x323.png\";s:5:\"width\";i:480;s:6:\"height\";i:323;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:25:\"Plan-Launches-502x338.png\";s:5:\"width\";i:502;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:25:\"Plan-Launches-580x390.png\";s:5:\"width\";i:580;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:25:\"Plan-Launches-423x285.png\";s:5:\"width\";i:423;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22792,7037,'_wp_attached_file','2018/11/Launch-Successfully.png'),(22793,7037,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:674;s:6:\"height\";i:459;s:4:\"file\";s:31:\"2018/11/Launch-Successfully.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Launch-Successfully-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Launch-Successfully-300x204.png\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:31:\"Launch-Successfully-480x327.png\";s:5:\"width\";i:480;s:6:\"height\";i:327;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:31:\"Launch-Successfully-496x338.png\";s:5:\"width\";i:496;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:31:\"Launch-Successfully-580x395.png\";s:5:\"width\";i:580;s:6:\"height\";i:395;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:31:\"Launch-Successfully-418x285.png\";s:5:\"width\";i:418;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22794,7038,'_wp_attached_file','2018/11/Define-marketing-goal.png'),(22795,7038,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:674;s:6:\"height\";i:459;s:4:\"file\";s:33:\"2018/11/Define-marketing-goal.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Define-marketing-goal-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Define-marketing-goal-300x204.png\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:33:\"Define-marketing-goal-480x327.png\";s:5:\"width\";i:480;s:6:\"height\";i:327;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:33:\"Define-marketing-goal-496x338.png\";s:5:\"width\";i:496;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:33:\"Define-marketing-goal-580x395.png\";s:5:\"width\";i:580;s:6:\"height\";i:395;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:33:\"Define-marketing-goal-418x285.png\";s:5:\"width\";i:418;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22796,7039,'_wp_attached_file','2018/11/Plan-milestones-1.png'),(22797,7039,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:661;s:6:\"height\";i:445;s:4:\"file\";s:29:\"2018/11/Plan-milestones-1.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Plan-milestones-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Plan-milestones-1-300x202.png\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:29:\"Plan-milestones-1-480x323.png\";s:5:\"width\";i:480;s:6:\"height\";i:323;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:29:\"Plan-milestones-1-502x338.png\";s:5:\"width\";i:502;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:29:\"Plan-milestones-1-580x390.png\";s:5:\"width\";i:580;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:29:\"Plan-milestones-1-423x285.png\";s:5:\"width\";i:423;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22798,7040,'_wp_attached_file','2018/11/List-actions-2.png'),(22799,7040,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:674;s:6:\"height\";i:459;s:4:\"file\";s:26:\"2018/11/List-actions-2.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"List-actions-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"List-actions-2-300x204.png\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:26:\"List-actions-2-480x327.png\";s:5:\"width\";i:480;s:6:\"height\";i:327;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:26:\"List-actions-2-496x338.png\";s:5:\"width\";i:496;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:26:\"List-actions-2-580x395.png\";s:5:\"width\";i:580;s:6:\"height\";i:395;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:26:\"List-actions-2-418x285.png\";s:5:\"width\";i:418;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22800,7011,'_pageview_count','89'),(22801,7043,'_wp_attached_file','2018/11/Plan-Feedback.png'),(22802,7043,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:661;s:6:\"height\";i:445;s:4:\"file\";s:25:\"2018/11/Plan-Feedback.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Plan-Feedback-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Plan-Feedback-300x202.png\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:25:\"Plan-Feedback-480x323.png\";s:5:\"width\";i:480;s:6:\"height\";i:323;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:25:\"Plan-Feedback-502x338.png\";s:5:\"width\";i:502;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:25:\"Plan-Feedback-580x390.png\";s:5:\"width\";i:580;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:25:\"Plan-Feedback-423x285.png\";s:5:\"width\";i:423;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22803,7044,'_wp_attached_file','2018/11/Collect-Feedback.png'),(22804,7044,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:674;s:6:\"height\";i:459;s:4:\"file\";s:28:\"2018/11/Collect-Feedback.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Collect-Feedback-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Collect-Feedback-300x204.png\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:28:\"Collect-Feedback-480x327.png\";s:5:\"width\";i:480;s:6:\"height\";i:327;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:28:\"Collect-Feedback-496x338.png\";s:5:\"width\";i:496;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:28:\"Collect-Feedback-580x395.png\";s:5:\"width\";i:580;s:6:\"height\";i:395;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:28:\"Collect-Feedback-418x285.png\";s:5:\"width\";i:418;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22805,7045,'_wp_attached_file','2018/11/Editorial-Calendar.png'),(22806,7045,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:674;s:6:\"height\";i:459;s:4:\"file\";s:30:\"2018/11/Editorial-Calendar.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Editorial-Calendar-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Editorial-Calendar-300x204.png\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:30:\"Editorial-Calendar-480x327.png\";s:5:\"width\";i:480;s:6:\"height\";i:327;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:30:\"Editorial-Calendar-496x338.png\";s:5:\"width\";i:496;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:30:\"Editorial-Calendar-580x395.png\";s:5:\"width\";i:580;s:6:\"height\";i:395;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:30:\"Editorial-Calendar-418x285.png\";s:5:\"width\";i:418;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22807,7046,'_wp_attached_file','2018/11/Track-Status-1.gif'),(22808,7046,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:674;s:6:\"height\";i:459;s:4:\"file\";s:26:\"2018/11/Track-Status-1.gif\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Track-Status-1-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Track-Status-1-300x204.gif\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:26:\"Track-Status-1-480x327.gif\";s:5:\"width\";i:480;s:6:\"height\";i:327;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:26:\"Track-Status-1-496x338.gif\";s:5:\"width\";i:496;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:26:\"Track-Status-1-580x395.gif\";s:5:\"width\";i:580;s:6:\"height\";i:395;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:26:\"Track-Status-1-418x285.gif\";s:5:\"width\";i:418;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22809,7047,'_wp_attached_file','2018/11/Discuss-Ideas.png'),(22810,7047,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:674;s:6:\"height\";i:459;s:4:\"file\";s:25:\"2018/11/Discuss-Ideas.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Discuss-Ideas-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Discuss-Ideas-300x204.png\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:25:\"Discuss-Ideas-480x327.png\";s:5:\"width\";i:480;s:6:\"height\";i:327;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:25:\"Discuss-Ideas-496x338.png\";s:5:\"width\";i:496;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:25:\"Discuss-Ideas-580x395.png\";s:5:\"width\";i:580;s:6:\"height\";i:395;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:25:\"Discuss-Ideas-418x285.png\";s:5:\"width\";i:418;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22811,7048,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22812,7048,'_edit_lock','1544681263:4'),(22813,7048,'_edit_last','4'),(22814,7048,'_thumbnail_id','6911'),(22815,7048,'_wpb_vc_js_status','true'),(22816,7048,'_wpb_shortcodes_custom_css','.vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}.vc_custom_1543384677922{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}.vc_custom_1543384737068{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}.vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}.vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}.vc_custom_1543323397779{margin-bottom: 80px !important;}.vc_custom_1543560005811{margin-bottom: 30px !important;}.vc_custom_1543315489764{margin-bottom: 5px !important;}.vc_custom_1543568486881{margin-top: 30px !important;}.vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}.vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}'),(22817,7048,'_pageview_count','43'),(22818,7049,'_wp_attached_file','2018/11/Prioritize-Requests.gif'),(22819,7049,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:674;s:6:\"height\";i:458;s:4:\"file\";s:31:\"2018/11/Prioritize-Requests.gif\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Prioritize-Requests-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Prioritize-Requests-300x204.gif\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:31:\"Prioritize-Requests-480x326.gif\";s:5:\"width\";i:480;s:6:\"height\";i:326;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:31:\"Prioritize-Requests-497x338.gif\";s:5:\"width\";i:497;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:31:\"Prioritize-Requests-580x394.gif\";s:5:\"width\";i:580;s:6:\"height\";i:394;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:31:\"Prioritize-Requests-419x285.gif\";s:5:\"width\";i:419;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22820,7050,'_wp_attached_file','2018/11/Prioritize-Requests-1.gif'),(22821,7050,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:674;s:6:\"height\";i:458;s:4:\"file\";s:33:\"2018/11/Prioritize-Requests-1.gif\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Prioritize-Requests-1-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Prioritize-Requests-1-300x204.gif\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:33:\"Prioritize-Requests-1-480x326.gif\";s:5:\"width\";i:480;s:6:\"height\";i:326;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:33:\"Prioritize-Requests-1-497x338.gif\";s:5:\"width\";i:497;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:33:\"Prioritize-Requests-1-580x394.gif\";s:5:\"width\";i:580;s:6:\"height\";i:394;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:33:\"Prioritize-Requests-1-419x285.gif\";s:5:\"width\";i:419;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22824,7052,'_wp_attached_file','2018/11/Create-a-Request.png'),(22825,7052,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:674;s:6:\"height\";i:459;s:4:\"file\";s:28:\"2018/11/Create-a-Request.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Create-a-Request-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Create-a-Request-300x204.png\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:28:\"Create-a-Request-480x327.png\";s:5:\"width\";i:480;s:6:\"height\";i:327;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:28:\"Create-a-Request-496x338.png\";s:5:\"width\";i:496;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:28:\"Create-a-Request-580x395.png\";s:5:\"width\";i:580;s:6:\"height\";i:395;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:28:\"Create-a-Request-418x285.png\";s:5:\"width\";i:418;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22826,7053,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22827,7053,'_edit_lock','1544681261:4'),(22828,7053,'_edit_last','4'),(22829,7053,'_wpb_vc_js_status','true'),(22830,7053,'_wpb_shortcodes_custom_css','.vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}.vc_custom_1543384677922{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}.vc_custom_1543384737068{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}.vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}.vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}.vc_custom_1543323397779{margin-bottom: 80px !important;}.vc_custom_1544091765452{margin-bottom: 30px !important;}.vc_custom_1543315489764{margin-bottom: 5px !important;}.vc_custom_1544071683436{margin-top: 30px !important;}.vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}.vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}'),(22831,7053,'_thumbnail_id','6916'),(22832,7053,'_pageview_count','98'),(22833,7054,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22834,7054,'_edit_lock','1544681261:4'),(22835,7054,'_edit_last','4'),(22836,7054,'_wpb_vc_js_status','true'),(22837,7054,'_wpb_shortcodes_custom_css','.vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}.vc_custom_1543578015558{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}.vc_custom_1543578004491{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}.vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}.vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}.vc_custom_1543323397779{margin-bottom: 80px !important;}.vc_custom_1543576578284{margin-bottom: 30px !important;}.vc_custom_1543315489764{margin-bottom: 5px !important;}.vc_custom_1544163102256{margin-bottom: 15px !important;}.vc_custom_1544163111580{margin-top: 30px !important;margin-bottom: 15px !important;}.vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}.vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}'),(22838,7054,'_thumbnail_id','6910'),(22839,7055,'_wp_attached_file','2018/11/01-Plan-meeting-agenda.png'),(22840,7055,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:661;s:6:\"height\";i:445;s:4:\"file\";s:34:\"2018/11/01-Plan-meeting-agenda.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"01-Plan-meeting-agenda-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"01-Plan-meeting-agenda-300x202.png\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:34:\"01-Plan-meeting-agenda-480x323.png\";s:5:\"width\";i:480;s:6:\"height\";i:323;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:34:\"01-Plan-meeting-agenda-502x338.png\";s:5:\"width\";i:502;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:34:\"01-Plan-meeting-agenda-580x390.png\";s:5:\"width\";i:580;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:34:\"01-Plan-meeting-agenda-423x285.png\";s:5:\"width\";i:423;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22841,7056,'_wp_attached_file','2018/11/02-Organize-Feedback.png'),(22842,7056,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:661;s:6:\"height\";i:445;s:4:\"file\";s:32:\"2018/11/02-Organize-Feedback.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"02-Organize-Feedback-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"02-Organize-Feedback-300x202.png\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:32:\"02-Organize-Feedback-480x323.png\";s:5:\"width\";i:480;s:6:\"height\";i:323;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:32:\"02-Organize-Feedback-502x338.png\";s:5:\"width\";i:502;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:32:\"02-Organize-Feedback-580x390.png\";s:5:\"width\";i:580;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:32:\"02-Organize-Feedback-423x285.png\";s:5:\"width\";i:423;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22845,7054,'_pageview_count','46'),(22846,7059,'_wp_attached_file','2018/11/03-Enhance-Designs.gif'),(22847,7059,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:674;s:6:\"height\";i:458;s:4:\"file\";s:30:\"2018/11/03-Enhance-Designs.gif\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"03-Enhance-Designs-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"03-Enhance-Designs-300x204.gif\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:30:\"03-Enhance-Designs-480x326.gif\";s:5:\"width\";i:480;s:6:\"height\";i:326;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:30:\"03-Enhance-Designs-497x338.gif\";s:5:\"width\";i:497;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:30:\"03-Enhance-Designs-580x394.gif\";s:5:\"width\";i:580;s:6:\"height\";i:394;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:30:\"03-Enhance-Designs-419x285.gif\";s:5:\"width\";i:419;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22848,7060,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22849,7060,'_edit_lock','1544681253:4'),(22850,7060,'_edit_last','3'),(22851,7060,'_wpb_vc_js_status','true'),(22852,7060,'_wpb_shortcodes_custom_css','.vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}.vc_custom_1543906647271{padding-right: 40px !important;padding-left: 40px !important;}.vc_custom_1543578015558{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}.vc_custom_1543578004491{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}.vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}.vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}.vc_custom_1543323397779{margin-bottom: 80px !important;}.vc_custom_1544164959114{margin-bottom: 30px !important;}.vc_custom_1543315489764{margin-bottom: 5px !important;}.vc_custom_1544161771792{margin-top: 50px !important;margin-bottom: 20px !important;}.vc_custom_1544165645832{margin-top: 30px !important;margin-bottom: 20px !important;}.vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}.vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}'),(22853,7060,'_thumbnail_id','7015'),(22854,7061,'_wp_attached_file','2018/11/01-Editorial-Calendar.png'),(22855,7061,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:674;s:6:\"height\";i:459;s:4:\"file\";s:33:\"2018/11/01-Editorial-Calendar.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"01-Editorial-Calendar-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"01-Editorial-Calendar-300x204.png\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:33:\"01-Editorial-Calendar-480x327.png\";s:5:\"width\";i:480;s:6:\"height\";i:327;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:33:\"01-Editorial-Calendar-496x338.png\";s:5:\"width\";i:496;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:33:\"01-Editorial-Calendar-580x395.png\";s:5:\"width\";i:580;s:6:\"height\";i:395;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:33:\"01-Editorial-Calendar-418x285.png\";s:5:\"width\";i:418;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22856,7062,'_wp_attached_file','2018/11/02-Track-Status.gif'),(22857,7062,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:674;s:6:\"height\";i:459;s:4:\"file\";s:27:\"2018/11/02-Track-Status.gif\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"02-Track-Status-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"02-Track-Status-300x204.gif\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:27:\"02-Track-Status-480x327.gif\";s:5:\"width\";i:480;s:6:\"height\";i:327;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:27:\"02-Track-Status-496x338.gif\";s:5:\"width\";i:496;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:27:\"02-Track-Status-580x395.gif\";s:5:\"width\";i:580;s:6:\"height\";i:395;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:27:\"02-Track-Status-418x285.gif\";s:5:\"width\";i:418;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22858,7063,'_wp_attached_file','2018/11/03-Discuss-Ideas.png'),(22859,7063,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:674;s:6:\"height\";i:459;s:4:\"file\";s:28:\"2018/11/03-Discuss-Ideas.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"03-Discuss-Ideas-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"03-Discuss-Ideas-300x204.png\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:28:\"03-Discuss-Ideas-480x327.png\";s:5:\"width\";i:480;s:6:\"height\";i:327;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:28:\"03-Discuss-Ideas-496x338.png\";s:5:\"width\";i:496;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:28:\"03-Discuss-Ideas-580x395.png\";s:5:\"width\";i:580;s:6:\"height\";i:395;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:28:\"03-Discuss-Ideas-418x285.png\";s:5:\"width\";i:418;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22860,7060,'_pageview_count','73'),(22863,7071,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22864,7071,'_edit_lock','1544681257:4'),(22865,7071,'_edit_last','3'),(22866,7071,'_wpb_vc_js_status','true'),(22867,7071,'_wpb_shortcodes_custom_css','.vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}.vc_custom_1543578015558{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}.vc_custom_1543578004491{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}.vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}.vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}.vc_custom_1543323397779{margin-bottom: 80px !important;}.vc_custom_1543820815108{margin-bottom: 30px !important;}.vc_custom_1543315489764{margin-bottom: 5px !important;}.vc_custom_1543820865229{margin-top: 30px !important;}.vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}.vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}'),(22868,7072,'_wp_attached_file','2018/12/Design-Requests.jpg'),(22869,7072,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:306;s:6:\"height\";i:130;s:4:\"file\";s:27:\"2018/12/Design-Requests.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Design-Requests-150x130.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Design-Requests-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22870,7071,'_thumbnail_id','7072'),(22871,7073,'_wp_attached_file','2018/12/011-Create-a-Request.png'),(22872,7073,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:674;s:6:\"height\";i:459;s:4:\"file\";s:32:\"2018/12/011-Create-a-Request.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"011-Create-a-Request-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"011-Create-a-Request-300x204.png\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:32:\"011-Create-a-Request-480x327.png\";s:5:\"width\";i:480;s:6:\"height\";i:327;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:32:\"011-Create-a-Request-496x338.png\";s:5:\"width\";i:496;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:32:\"011-Create-a-Request-580x395.png\";s:5:\"width\";i:580;s:6:\"height\";i:395;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:32:\"011-Create-a-Request-418x285.png\";s:5:\"width\";i:418;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22873,7074,'_wp_attached_file','2018/12/012-Prioritize-Requests.gif'),(22874,7074,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:674;s:6:\"height\";i:458;s:4:\"file\";s:35:\"2018/12/012-Prioritize-Requests.gif\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"012-Prioritize-Requests-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"012-Prioritize-Requests-300x204.gif\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:35:\"012-Prioritize-Requests-480x326.gif\";s:5:\"width\";i:480;s:6:\"height\";i:326;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:35:\"012-Prioritize-Requests-497x338.gif\";s:5:\"width\";i:497;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:35:\"012-Prioritize-Requests-580x394.gif\";s:5:\"width\";i:580;s:6:\"height\";i:394;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:35:\"012-Prioritize-Requests-419x285.gif\";s:5:\"width\";i:419;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22875,7075,'_wp_attached_file','2018/12/013-Track-Status.gif'),(22876,7075,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:674;s:6:\"height\";i:459;s:4:\"file\";s:28:\"2018/12/013-Track-Status.gif\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"013-Track-Status-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"013-Track-Status-300x204.gif\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:28:\"013-Track-Status-480x327.gif\";s:5:\"width\";i:480;s:6:\"height\";i:327;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:28:\"013-Track-Status-496x338.gif\";s:5:\"width\";i:496;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:28:\"013-Track-Status-580x395.gif\";s:5:\"width\";i:580;s:6:\"height\";i:395;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:28:\"013-Track-Status-418x285.gif\";s:5:\"width\";i:418;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22883,7071,'_pageview_count','39'),(22884,7077,'_wp_attached_file','2018/12/Prepare-checklist.png'),(22885,7077,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:674;s:6:\"height\";i:459;s:4:\"file\";s:29:\"2018/12/Prepare-checklist.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Prepare-checklist-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Prepare-checklist-300x204.png\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:29:\"Prepare-checklist-480x327.png\";s:5:\"width\";i:480;s:6:\"height\";i:327;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:29:\"Prepare-checklist-496x338.png\";s:5:\"width\";i:496;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:29:\"Prepare-checklist-580x395.png\";s:5:\"width\";i:580;s:6:\"height\";i:395;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:29:\"Prepare-checklist-418x285.png\";s:5:\"width\";i:418;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22886,7078,'_wp_attached_file','2018/12/Assign-Responsible.png'),(22887,7078,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:661;s:6:\"height\";i:445;s:4:\"file\";s:30:\"2018/12/Assign-Responsible.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Assign-Responsible-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Assign-Responsible-300x202.png\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:30:\"Assign-Responsible-480x323.png\";s:5:\"width\";i:480;s:6:\"height\";i:323;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:30:\"Assign-Responsible-502x338.png\";s:5:\"width\";i:502;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:30:\"Assign-Responsible-580x390.png\";s:5:\"width\";i:580;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:30:\"Assign-Responsible-423x285.png\";s:5:\"width\";i:423;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22890,7080,'_wp_attached_file','2018/12/Manage-Event.png'),(22891,7080,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:674;s:6:\"height\";i:459;s:4:\"file\";s:24:\"2018/12/Manage-Event.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Manage-Event-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Manage-Event-300x204.png\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:24:\"Manage-Event-480x327.png\";s:5:\"width\";i:480;s:6:\"height\";i:327;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:24:\"Manage-Event-496x338.png\";s:5:\"width\";i:496;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:24:\"Manage-Event-580x395.png\";s:5:\"width\";i:580;s:6:\"height\";i:395;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:24:\"Manage-Event-418x285.png\";s:5:\"width\";i:418;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22893,7082,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22894,7082,'_edit_lock','1545134637:3'),(22895,7082,'_edit_last','4'),(22896,7082,'_wpb_vc_js_status','true'),(22897,7082,'_wpb_shortcodes_custom_css','.vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}.vc_custom_1543578015558{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}.vc_custom_1543578004491{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}.vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}.vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}.vc_custom_1543323397779{margin-bottom: 80px !important;}.vc_custom_1543926758183{margin-bottom: 30px !important;}.vc_custom_1543315489764{margin-bottom: 5px !important;}.vc_custom_1544164614012{margin-top: 10px !important;margin-bottom: 20px !important;}.vc_custom_1544164595229{margin-top: 10px !important;margin-bottom: 20px !important;}.vc_custom_1544164607580{margin-top: 10px !important;margin-bottom: 20px !important;}.vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}.vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}'),(22898,7083,'_wp_attached_file','2018/12/Project-Management.jpg'),(22899,7083,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:306;s:6:\"height\";i:130;s:4:\"file\";s:30:\"2018/12/Project-Management.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Project-Management-150x130.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Project-Management-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22900,7082,'_thumbnail_id','7214'),(22901,7084,'_wp_attached_file','2018/12/Track-Status-1.gif'),(22902,7084,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:674;s:6:\"height\";i:459;s:4:\"file\";s:26:\"2018/12/Track-Status-1.gif\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Track-Status-1-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Track-Status-1-300x204.gif\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:26:\"Track-Status-1-480x327.gif\";s:5:\"width\";i:480;s:6:\"height\";i:327;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:26:\"Track-Status-1-496x338.gif\";s:5:\"width\";i:496;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:26:\"Track-Status-1-580x395.gif\";s:5:\"width\";i:580;s:6:\"height\";i:395;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:26:\"Track-Status-1-418x285.gif\";s:5:\"width\";i:418;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22903,7085,'_wp_attached_file','2018/12/Manage.gif'),(22904,7085,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:674;s:6:\"height\";i:458;s:4:\"file\";s:18:\"2018/12/Manage.gif\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Manage-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Manage-300x204.gif\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:18:\"Manage-480x326.gif\";s:5:\"width\";i:480;s:6:\"height\";i:326;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:18:\"Manage-497x338.gif\";s:5:\"width\";i:497;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:18:\"Manage-580x394.gif\";s:5:\"width\";i:580;s:6:\"height\";i:394;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:18:\"Manage-419x285.gif\";s:5:\"width\";i:419;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22905,7086,'_wp_attached_file','2018/12/Track-Status-1-1.gif'),(22906,7086,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:674;s:6:\"height\";i:459;s:4:\"file\";s:28:\"2018/12/Track-Status-1-1.gif\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Track-Status-1-1-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Track-Status-1-1-300x204.gif\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:28:\"Track-Status-1-1-480x327.gif\";s:5:\"width\";i:480;s:6:\"height\";i:327;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:28:\"Track-Status-1-1-496x338.gif\";s:5:\"width\";i:496;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/gif\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:28:\"Track-Status-1-1-580x395.gif\";s:5:\"width\";i:580;s:6:\"height\";i:395;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:28:\"Track-Status-1-1-418x285.gif\";s:5:\"width\";i:418;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22907,7082,'_pageview_count','38'),(22908,7087,'_wp_attached_file','2018/12/Execute.png'),(22909,7087,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:661;s:6:\"height\";i:445;s:4:\"file\";s:19:\"2018/12/Execute.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Execute-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Execute-300x202.png\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:19:\"Execute-480x323.png\";s:5:\"width\";i:480;s:6:\"height\";i:323;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:19:\"Execute-502x338.png\";s:5:\"width\";i:502;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:19:\"Execute-580x390.png\";s:5:\"width\";i:580;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:19:\"Execute-423x285.png\";s:5:\"width\";i:423;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22963,7099,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22964,7099,'_wpb_shortcodes_custom_css','.vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}.vc_custom_1543922168487{border-bottom-width: 100px !important;background-color: #293846 !important;}.vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}.vc_custom_1543323397779{margin-bottom: 80px !important;}.vc_custom_1543918559169{margin-bottom: 30px !important;}.vc_custom_1543315489764{margin-bottom: 5px !important;}.vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}.vc_custom_1543920167360{margin-top: 40px !important;margin-bottom: 20px !important;}.vc_custom_1543922105304{margin-bottom: 70px !important;padding-right: 20px !important;}.vc_custom_1543920178499{margin-top: 40px !important;margin-bottom: 20px !important;}.vc_custom_1543922112884{margin-bottom: 70px !important;padding-right: 20px !important;}.vc_custom_1543920190237{margin-top: 40px !important;margin-bottom: 20px !important;}.vc_custom_1543922119441{margin-bottom: 70px !important;padding-right: 20px !important;}.vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}.vc_custom_1543923910957{margin-top: 40px !important;margin-bottom: 20px !important;}.vc_custom_1543922677168{border-bottom-width: 10px !important;}.vc_custom_1543924709829{margin-bottom: 40px !important;}.vc_custom_1543924118445{margin-top: 40px !important;margin-bottom: 20px !important;}.vc_custom_1543922703217{border-bottom-width: 10px !important;}.vc_custom_1543923591774{margin-bottom: 40px !important;}.vc_custom_1543924127324{margin-top: 40px !important;margin-bottom: 20px !important;}.vc_custom_1543922760640{border-bottom-width: 10px !important;}.vc_custom_1543923037420{margin-bottom: 40px !important;}.vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}.vc_custom_1543924137461{margin-top: 40px !important;margin-bottom: 20px !important;}.vc_custom_1543923105177{border-bottom-width: 10px !important;}.vc_custom_1543924717333{margin-bottom: 40px !important;}.vc_custom_1543924146583{margin-top: 40px !important;margin-bottom: 20px !important;}.vc_custom_1543923135598{border-bottom-width: 10px !important;}.vc_custom_1543923171740{margin-bottom: 40px !important;}.vc_custom_1543930290651{margin-top: 40px !important;margin-bottom: 20px !important;}.vc_custom_1543930373219{border-bottom-width: 10px !important;}.vc_custom_1543930343425{margin-bottom: 40px !important;}.vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}.vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}'),(22965,7099,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22966,7099,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22967,7099,'_post_navigation_menu',''),(22968,7099,'_post_header_skin',''),(22969,7099,'_post_navigation_submenu_skin',''),(22970,7099,'_post_header_background_color',''),(22971,7099,'_post_header_background_image',''),(22972,7099,'_post_header_background_image_repeat',''),(22973,7099,'_post_header_background_image_position',''),(22974,7099,'_post_header_background_image_size',''),(22975,7099,'_post_header_background_image_attachment',''),(22976,7099,'_post_content_skin',''),(22977,7099,'_post_title_content_breadcrumbs_position',''),(22978,7099,'_post_title_text_transform',''),(22979,7099,'_post_title_font_weight',''),(22980,7099,'_post_title_font_size',''),(22981,7099,'_post_content_width','full'),(22982,7099,'_post_content_width_value','a:2:{i:0;s:3:\"100\";i:1;s:1:\"%\";}'),(22983,7099,'_post_sidebar_id',''),(22984,7099,'_post_sidebar_position','right'),(22985,7099,'_post_footer_skin',''),(22986,7099,'_wpb_vc_js_status','true'),(22987,7099,'_post_title_content','false'),(22988,7099,'_post_sidebar','false'),(22989,7099,'_wp_page_template','template-full-width.php'),(22991,7099,'_wpb_shortcodes_custom_css','.vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}.vc_custom_1543922168487{border-bottom-width: 100px !important;background-color: #293846 !important;}.vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}.vc_custom_1543323397779{margin-bottom: 80px !important;}.vc_custom_1543918559169{margin-bottom: 30px !important;}.vc_custom_1543315489764{margin-bottom: 5px !important;}.vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}.vc_custom_1543920167360{margin-top: 40px !important;margin-bottom: 20px !important;}.vc_custom_1543922105304{margin-bottom: 70px !important;padding-right: 20px !important;}.vc_custom_1543920178499{margin-top: 40px !important;margin-bottom: 20px !important;}.vc_custom_1543922112884{margin-bottom: 70px !important;padding-right: 20px !important;}.vc_custom_1543920190237{margin-top: 40px !important;margin-bottom: 20px !important;}.vc_custom_1543922119441{margin-bottom: 70px !important;padding-right: 20px !important;}.vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}.vc_custom_1543923910957{margin-top: 40px !important;margin-bottom: 20px !important;}.vc_custom_1543922677168{border-bottom-width: 10px !important;}.vc_custom_1543924709829{margin-bottom: 40px !important;}.vc_custom_1543924118445{margin-top: 40px !important;margin-bottom: 20px !important;}.vc_custom_1543922703217{border-bottom-width: 10px !important;}.vc_custom_1543923591774{margin-bottom: 40px !important;}.vc_custom_1543924127324{margin-top: 40px !important;margin-bottom: 20px !important;}.vc_custom_1543922760640{border-bottom-width: 10px !important;}.vc_custom_1543923037420{margin-bottom: 40px !important;}.vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}.vc_custom_1543924137461{margin-top: 40px !important;margin-bottom: 20px !important;}.vc_custom_1543923105177{border-bottom-width: 10px !important;}.vc_custom_1543924717333{margin-bottom: 40px !important;}.vc_custom_1543924146583{margin-top: 40px !important;margin-bottom: 20px !important;}.vc_custom_1543923135598{border-bottom-width: 10px !important;}.vc_custom_1543923171740{margin-bottom: 40px !important;}.vc_custom_1543930290651{margin-top: 40px !important;margin-bottom: 20px !important;}.vc_custom_1543930373219{border-bottom-width: 10px !important;}.vc_custom_1543930343425{margin-bottom: 40px !important;}.vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}.vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}'),(22992,7099,'_dp_original','6500'),(22993,7099,'_edit_lock','1544000624:4'),(22994,7099,'_edit_last','3'),(23001,7016,'_pageview_count','51'),(23006,7102,'_wp_attached_file','2018/11/Prepare-checklist.png'),(23007,7102,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:674;s:6:\"height\";i:459;s:4:\"file\";s:29:\"2018/11/Prepare-checklist.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Prepare-checklist-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Prepare-checklist-300x204.png\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:29:\"Prepare-checklist-480x327.png\";s:5:\"width\";i:480;s:6:\"height\";i:327;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:29:\"Prepare-checklist-496x338.png\";s:5:\"width\";i:496;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:29:\"Prepare-checklist-580x395.png\";s:5:\"width\";i:580;s:6:\"height\";i:395;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:29:\"Prepare-checklist-418x285.png\";s:5:\"width\";i:418;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(23012,7110,'_wp_attached_file','2018/12/more-btn.jpg'),(23013,7110,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:14;s:6:\"height\";i:15;s:4:\"file\";s:20:\"2018/12/more-btn.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(23014,7131,'_wp_attached_file','2018/12/Icon-1.png'),(23015,7131,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:60;s:6:\"height\";i:60;s:4:\"file\";s:18:\"2018/12/Icon-1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(23016,7132,'_wp_attached_file','2018/12/Icon-2.png'),(23017,7132,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:60;s:6:\"height\";i:60;s:4:\"file\";s:18:\"2018/12/Icon-2.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(23018,7133,'_wp_attached_file','2018/12/Icon-3.png'),(23019,7133,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:60;s:6:\"height\";i:60;s:4:\"file\";s:18:\"2018/12/Icon-3.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(23023,7016,'_wp_old_slug','event-management-planning'),(23027,7060,'_wp_old_slug','editorial-calendar-2'),(23028,7168,'_wp_attached_file','2018/11/Event-Management.jpg'),(23029,7168,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:306;s:6:\"height\";i:130;s:4:\"file\";s:28:\"2018/11/Event-Management.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Event-Management-150x130.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Event-Management-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(23030,7171,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23031,7171,'_wpb_shortcodes_custom_css','.vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}.vc_custom_1543922168487{border-bottom-width: 100px !important;background-color: #293846 !important;}.vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}.vc_custom_1543323397779{margin-bottom: 80px !important;}.vc_custom_1543918559169{margin-bottom: 30px !important;}.vc_custom_1543315489764{margin-bottom: 5px !important;}.vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}.vc_custom_1543920167360{margin-top: 40px !important;margin-bottom: 20px !important;}.vc_custom_1543922105304{margin-bottom: 70px !important;padding-right: 20px !important;}.vc_custom_1543920178499{margin-top: 40px !important;margin-bottom: 20px !important;}.vc_custom_1543922112884{margin-bottom: 70px !important;padding-right: 20px !important;}.vc_custom_1543920190237{margin-top: 40px !important;margin-bottom: 20px !important;}.vc_custom_1543922119441{margin-bottom: 70px !important;padding-right: 20px !important;}.vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}.vc_custom_1543923910957{margin-top: 40px !important;margin-bottom: 20px !important;}.vc_custom_1543922677168{border-bottom-width: 10px !important;}.vc_custom_1543924709829{margin-bottom: 40px !important;}.vc_custom_1543924118445{margin-top: 40px !important;margin-bottom: 20px !important;}.vc_custom_1543922703217{border-bottom-width: 10px !important;}.vc_custom_1543923591774{margin-bottom: 40px !important;}.vc_custom_1543924127324{margin-top: 40px !important;margin-bottom: 20px !important;}.vc_custom_1543922760640{border-bottom-width: 10px !important;}.vc_custom_1543923037420{margin-bottom: 40px !important;}.vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}.vc_custom_1543924137461{margin-top: 40px !important;margin-bottom: 20px !important;}.vc_custom_1543923105177{border-bottom-width: 10px !important;}.vc_custom_1543924717333{margin-bottom: 40px !important;}.vc_custom_1543924146583{margin-top: 40px !important;margin-bottom: 20px !important;}.vc_custom_1543923135598{border-bottom-width: 10px !important;}.vc_custom_1543923171740{margin-bottom: 40px !important;}.vc_custom_1543930290651{margin-top: 40px !important;margin-bottom: 20px !important;}.vc_custom_1543930373219{border-bottom-width: 10px !important;}.vc_custom_1543930343425{margin-bottom: 40px !important;}.vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}.vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}'),(23032,7171,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23033,7171,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23034,7171,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23035,7171,'_wpb_shortcodes_custom_css','.vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}.vc_custom_1543922168487{border-bottom-width: 100px !important;background-color: #293846 !important;}.vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}.vc_custom_1543323397779{margin-bottom: 80px !important;}.vc_custom_1543918559169{margin-bottom: 30px !important;}.vc_custom_1543315489764{margin-bottom: 5px !important;}.vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}.vc_custom_1543920167360{margin-top: 40px !important;margin-bottom: 20px !important;}.vc_custom_1543922105304{margin-bottom: 70px !important;padding-right: 20px !important;}.vc_custom_1543920178499{margin-top: 40px !important;margin-bottom: 20px !important;}.vc_custom_1543922112884{margin-bottom: 70px !important;padding-right: 20px !important;}.vc_custom_1543920190237{margin-top: 40px !important;margin-bottom: 20px !important;}.vc_custom_1543922119441{margin-bottom: 70px !important;padding-right: 20px !important;}.vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}.vc_custom_1543923910957{margin-top: 40px !important;margin-bottom: 20px !important;}.vc_custom_1543922677168{border-bottom-width: 10px !important;}.vc_custom_1543924709829{margin-bottom: 40px !important;}.vc_custom_1543924118445{margin-top: 40px !important;margin-bottom: 20px !important;}.vc_custom_1543922703217{border-bottom-width: 10px !important;}.vc_custom_1543923591774{margin-bottom: 40px !important;}.vc_custom_1543924127324{margin-top: 40px !important;margin-bottom: 20px !important;}.vc_custom_1543922760640{border-bottom-width: 10px !important;}.vc_custom_1543923037420{margin-bottom: 40px !important;}.vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}.vc_custom_1543924137461{margin-top: 40px !important;margin-bottom: 20px !important;}.vc_custom_1543923105177{border-bottom-width: 10px !important;}.vc_custom_1543924717333{margin-bottom: 40px !important;}.vc_custom_1543924146583{margin-top: 40px !important;margin-bottom: 20px !important;}.vc_custom_1543923135598{border-bottom-width: 10px !important;}.vc_custom_1543923171740{margin-bottom: 40px !important;}.vc_custom_1543930290651{margin-top: 40px !important;margin-bottom: 20px !important;}.vc_custom_1543930373219{border-bottom-width: 10px !important;}.vc_custom_1543930343425{margin-bottom: 40px !important;}.vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}.vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}'),(23036,7171,'_wpb_shortcodes_custom_css','.vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}.vc_custom_1543922168487{border-bottom-width: 100px !important;background-color: #293846 !important;}.vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}.vc_custom_1543323397779{margin-bottom: 80px !important;}.vc_custom_1543918559169{margin-bottom: 30px !important;}.vc_custom_1543315489764{margin-bottom: 5px !important;}.vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}.vc_custom_1543920167360{margin-top: 40px !important;margin-bottom: 20px !important;}.vc_custom_1543922105304{margin-bottom: 70px !important;padding-right: 20px !important;}.vc_custom_1543920178499{margin-top: 40px !important;margin-bottom: 20px !important;}.vc_custom_1543922112884{margin-bottom: 70px !important;padding-right: 20px !important;}.vc_custom_1543920190237{margin-top: 40px !important;margin-bottom: 20px !important;}.vc_custom_1543922119441{margin-bottom: 70px !important;padding-right: 20px !important;}.vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}.vc_custom_1543923910957{margin-top: 40px !important;margin-bottom: 20px !important;}.vc_custom_1543922677168{border-bottom-width: 10px !important;}.vc_custom_1543924709829{margin-bottom: 40px !important;}.vc_custom_1543924118445{margin-top: 40px !important;margin-bottom: 20px !important;}.vc_custom_1543922703217{border-bottom-width: 10px !important;}.vc_custom_1543923591774{margin-bottom: 40px !important;}.vc_custom_1543924127324{margin-top: 40px !important;margin-bottom: 20px !important;}.vc_custom_1543922760640{border-bottom-width: 10px !important;}.vc_custom_1543923037420{margin-bottom: 40px !important;}.vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}.vc_custom_1543924137461{margin-top: 40px !important;margin-bottom: 20px !important;}.vc_custom_1543923105177{border-bottom-width: 10px !important;}.vc_custom_1543924717333{margin-bottom: 40px !important;}.vc_custom_1543924146583{margin-top: 40px !important;margin-bottom: 20px !important;}.vc_custom_1543923135598{border-bottom-width: 10px !important;}.vc_custom_1543923171740{margin-bottom: 40px !important;}.vc_custom_1543930290651{margin-top: 40px !important;margin-bottom: 20px !important;}.vc_custom_1543930373219{border-bottom-width: 10px !important;}.vc_custom_1543930343425{margin-bottom: 40px !important;}.vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}.vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}'),(23037,7171,'_post_navigation_menu',''),(23038,7171,'_post_header_skin',''),(23039,7171,'_post_navigation_submenu_skin',''),(23040,7171,'_post_header_background_color',''),(23041,7171,'_post_header_background_image',''),(23042,7171,'_post_header_background_image_repeat',''),(23043,7171,'_post_header_background_image_position',''),(23044,7171,'_post_header_background_image_size',''),(23045,7171,'_post_header_background_image_attachment',''),(23046,7171,'_post_content_skin',''),(23047,7171,'_post_title_content_breadcrumbs_position',''),(23048,7171,'_post_title_text_transform',''),(23049,7171,'_post_title_font_weight',''),(23050,7171,'_post_title_font_size',''),(23051,7171,'_post_content_width','full'),(23052,7171,'_post_content_width_value','a:2:{i:0;s:3:\"100\";i:1;s:1:\"%\";}'),(23053,7171,'_post_sidebar_id',''),(23054,7171,'_post_sidebar_position','right'),(23055,7171,'_post_footer_skin',''),(23056,7171,'_wpb_vc_js_status','true'),(23057,7171,'_post_title_content','false'),(23058,7171,'_post_sidebar','false'),(23059,7171,'_wp_page_template','template-full-width.php'),(23061,7171,'_dp_original','7099'),(23062,7171,'_edit_last','3'),(23063,7171,'_edit_lock','1544599132:4'),(23064,7174,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23065,7174,'_wpb_shortcodes_custom_css','.vc_custom_1544447124659{background-color: #00bfa5 !important;}.vc_custom_1544507952119{padding-top: 100px !important;padding-bottom: px !important;}.vc_custom_1544508032714{padding-top: 45px !important;padding-bottom: 100px !important;}.vc_custom_1544507685483{background-color: #f5f5f5 !important;}.vc_custom_1544507772280{padding-right: 0px !important;padding-bottom: 150px !important;padding-left: 0px !important;background-color: #f5f5f5 !important;}.vc_custom_1544509005254{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #00bfa5 !important;}.vc_custom_1543323397779{margin-bottom: 80px !important;}.vc_custom_1544511517355{padding-bottom: 25px !important;}.vc_custom_1544508873318{padding-top: 80px !important;padding-bottom: 40px !important;}.vc_custom_1543315489764{margin-bottom: 5px !important;}.vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}'),(23066,7174,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23067,7174,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23068,7174,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23069,7174,'_wpb_shortcodes_custom_css','.vc_custom_1544447124659{background-color: #00bfa5 !important;}.vc_custom_1544507952119{padding-top: 100px !important;padding-bottom: px !important;}.vc_custom_1544508032714{padding-top: 45px !important;padding-bottom: 100px !important;}.vc_custom_1544507685483{background-color: #f5f5f5 !important;}.vc_custom_1544507772280{padding-right: 0px !important;padding-bottom: 150px !important;padding-left: 0px !important;background-color: #f5f5f5 !important;}.vc_custom_1544509005254{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #00bfa5 !important;}.vc_custom_1543323397779{margin-bottom: 80px !important;}.vc_custom_1544511517355{padding-bottom: 25px !important;}.vc_custom_1544508873318{padding-top: 80px !important;padding-bottom: 40px !important;}.vc_custom_1543315489764{margin-bottom: 5px !important;}.vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}'),(23070,7174,'_wpb_shortcodes_custom_css','.vc_custom_1544447124659{background-color: #00bfa5 !important;}.vc_custom_1544507952119{padding-top: 100px !important;padding-bottom: px !important;}.vc_custom_1544508032714{padding-top: 45px !important;padding-bottom: 100px !important;}.vc_custom_1544507685483{background-color: #f5f5f5 !important;}.vc_custom_1544507772280{padding-right: 0px !important;padding-bottom: 150px !important;padding-left: 0px !important;background-color: #f5f5f5 !important;}.vc_custom_1544509005254{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #00bfa5 !important;}.vc_custom_1543323397779{margin-bottom: 80px !important;}.vc_custom_1544511517355{padding-bottom: 25px !important;}.vc_custom_1544508873318{padding-top: 80px !important;padding-bottom: 40px !important;}.vc_custom_1543315489764{margin-bottom: 5px !important;}.vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}'),(23071,7174,'_post_navigation_menu',''),(23072,7174,'_post_header_skin',''),(23073,7174,'_post_navigation_submenu_skin',''),(23074,7174,'_post_header_background_color',''),(23075,7174,'_post_header_background_image',''),(23076,7174,'_post_header_background_image_repeat',''),(23077,7174,'_post_header_background_image_position',''),(23078,7174,'_post_header_background_image_size',''),(23079,7174,'_post_header_background_image_attachment',''),(23080,7174,'_post_content_skin',''),(23081,7174,'_post_title_content_breadcrumbs_position',''),(23082,7174,'_post_title_text_transform',''),(23083,7174,'_post_title_font_weight',''),(23084,7174,'_post_title_font_size',''),(23085,7174,'_post_content_width','full'),(23086,7174,'_post_content_width_value','a:2:{i:0;s:3:\"100\";i:1;s:1:\"%\";}'),(23087,7174,'_post_sidebar_id',''),(23088,7174,'_post_sidebar_position','right'),(23089,7174,'_post_footer_skin',''),(23090,7174,'_wpb_vc_js_status','true'),(23091,7174,'_post_title_content','false'),(23092,7174,'_post_sidebar','false'),(23093,7174,'_wp_page_template','template-full-width.php'),(23095,7174,'_dp_original','7099'),(23096,7174,'_edit_lock','1544762300:1'),(23097,7174,'_edit_last','4'),(23100,7198,'_wp_attached_file','2018/12/fiat-professional-consulenza-fiscale.jpg'),(23101,7198,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:48:\"2018/12/fiat-professional-consulenza-fiscale.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"fiat-professional-consulenza-fiscale-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"fiat-professional-consulenza-fiscale-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"fiat-professional-consulenza-fiscale-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"fiat-professional-consulenza-fiscale-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:48:\"fiat-professional-consulenza-fiscale-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:48:\"fiat-professional-consulenza-fiscale-601x338.jpg\";s:5:\"width\";i:601;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:48:\"fiat-professional-consulenza-fiscale-580x326.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:326;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:48:\"fiat-professional-consulenza-fiscale-507x285.jpg\";s:5:\"width\";i:507;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(23102,7201,'_wp_attached_file','2018/12/about-us-routemate-bg.jpg'),(23103,7201,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3839;s:6:\"height\";i:1745;s:4:\"file\";s:33:\"2018/12/about-us-routemate-bg.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"about-us-routemate-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"about-us-routemate-bg-300x136.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"about-us-routemate-bg-768x349.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:349;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"about-us-routemate-bg-1024x465.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:33:\"about-us-routemate-bg-480x218.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:33:\"about-us-routemate-bg-730x332.jpg\";s:5:\"width\";i:730;s:6:\"height\";i:332;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:33:\"about-us-routemate-bg-580x264.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:264;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:33:\"about-us-routemate-bg-627x285.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:24:\"Getty Images/iStockphoto\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:34:\"About us, words hang by wooden peg\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:9:\"121691244\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(23104,7212,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23105,7212,'_edit_lock','1544681252:4'),(23106,7212,'_edit_last','3'),(23107,7212,'_wpb_vc_js_status','true'),(23108,7212,'_wpb_shortcodes_custom_css','.vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}.vc_custom_1543384677922{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}.vc_custom_1543384737068{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}.vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}.vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}.vc_custom_1543323397779{margin-bottom: 80px !important;}.vc_custom_1544243315426{margin-bottom: 30px !important;}.vc_custom_1543315489764{margin-bottom: 5px !important;}.vc_custom_1544162483577{margin-top: -10px !important;margin-bottom: 22px !important;}.vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}.vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}'),(23109,7212,'_pageview_count','30'),(23110,7213,'_wp_attached_file','2018/12/Launches-Roadmap.jpg'),(23111,7213,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:306;s:6:\"height\";i:130;s:4:\"file\";s:28:\"2018/12/Launches-Roadmap.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Launches-Roadmap-150x130.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Launches-Roadmap-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(23112,7212,'_thumbnail_id','7213'),(23113,7214,'_wp_attached_file','2018/12/Project-Management.png'),(23114,7214,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:306;s:6:\"height\";i:130;s:4:\"file\";s:30:\"2018/12/Project-Management.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Project-Management-150x130.png\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Project-Management-300x127.png\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(23118,7223,'_wp_attached_file','2018/12/about-us-header.png'),(23119,7223,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:600;s:4:\"file\";s:27:\"2018/12/about-us-header.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"about-us-header-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"about-us-header-300x154.png\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"about-us-header-768x394.png\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"about-us-header-1024x525.png\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:27:\"about-us-header-480x246.png\";s:5:\"width\";i:480;s:6:\"height\";i:246;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:27:\"about-us-header-659x338.png\";s:5:\"width\";i:659;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:27:\"about-us-header-580x297.png\";s:5:\"width\";i:580;s:6:\"height\";i:297;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:27:\"about-us-header-556x285.png\";s:5:\"width\";i:556;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(23124,7287,'_wp_attached_file','2018/12/about-us-header-1.png'),(23125,7287,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1588;s:6:\"height\";i:504;s:4:\"file\";s:29:\"2018/12/about-us-header-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"about-us-header-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"about-us-header-1-300x95.png\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"about-us-header-1-768x244.png\";s:5:\"width\";i:768;s:6:\"height\";i:244;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"about-us-header-1-1024x325.png\";s:5:\"width\";i:1024;s:6:\"height\";i:325;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:29:\"about-us-header-1-480x152.png\";s:5:\"width\";i:480;s:6:\"height\";i:152;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:29:\"about-us-header-1-730x232.png\";s:5:\"width\";i:730;s:6:\"height\";i:232;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:29:\"about-us-header-1-580x184.png\";s:5:\"width\";i:580;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:29:\"about-us-header-1-665x211.png\";s:5:\"width\";i:665;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(23126,7292,'_wp_attached_file','2018/12/Teamwork-partnership-business-cooperation.png'),(23127,7292,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2723;s:6:\"height\";i:1668;s:4:\"file\";s:53:\"2018/12/Teamwork-partnership-business-cooperation.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"Teamwork-partnership-business-cooperation-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"Teamwork-partnership-business-cooperation-300x184.png\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"Teamwork-partnership-business-cooperation-768x470.png\";s:5:\"width\";i:768;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"Teamwork-partnership-business-cooperation-1024x627.png\";s:5:\"width\";i:1024;s:6:\"height\";i:627;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:53:\"Teamwork-partnership-business-cooperation-480x294.png\";s:5:\"width\";i:480;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:53:\"Teamwork-partnership-business-cooperation-552x338.png\";s:5:\"width\";i:552;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:53:\"Teamwork-partnership-business-cooperation-580x355.png\";s:5:\"width\";i:580;s:6:\"height\";i:355;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:53:\"Teamwork-partnership-business-cooperation-465x285.png\";s:5:\"width\";i:465;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(23128,7294,'_wp_attached_file','2018/12/Teamwork-partnership-business-cooperation-1.png'),(23129,7294,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:979;s:6:\"height\";i:600;s:4:\"file\";s:55:\"2018/12/Teamwork-partnership-business-cooperation-1.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"Teamwork-partnership-business-cooperation-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"Teamwork-partnership-business-cooperation-1-300x184.png\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"Teamwork-partnership-business-cooperation-1-768x471.png\";s:5:\"width\";i:768;s:6:\"height\";i:471;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"nice-template-blog\";a:4:{s:4:\"file\";s:55:\"Teamwork-partnership-business-cooperation-1-480x294.png\";s:5:\"width\";i:480;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"nice-single-post\";a:4:{s:4:\"file\";s:55:\"Teamwork-partnership-business-cooperation-1-552x338.png\";s:5:\"width\";i:552;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"nice-template-masonry-blog\";a:4:{s:4:\"file\";s:55:\"Teamwork-partnership-business-cooperation-1-580x355.png\";s:5:\"width\";i:580;s:6:\"height\";i:355;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"nice-template-search\";a:4:{s:4:\"file\";s:55:\"Teamwork-partnership-business-cooperation-1-465x285.png\";s:5:\"width\";i:465;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(23131,7298,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23132,7298,'_edit_lock','1544544327:17'),(23133,7298,'_edit_last','17'),(23135,7300,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23136,7301,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_posts`
--
DROP TABLE IF EXISTS `wp_posts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_posts` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_author` bigint(20) unsigned NOT NULL DEFAULT '0',
`post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish',
`comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
`ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
`post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
`guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`menu_order` int(11) NOT NULL DEFAULT '0',
`post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post',
`post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_count` bigint(20) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`),
KEY `post_name` (`post_name`(191)),
KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
KEY `post_parent` (`post_parent`),
KEY `post_author` (`post_author`)
) ENGINE=InnoDB AUTO_INCREMENT=7302 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_posts`
--
LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (2,1,'2018-08-23 09:31:25','2018-08-23 09:31:25','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://137.116.134.50/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','publish','closed','open','','sample-page','','','2018-08-23 09:31:25','2018-08-23 09:31:25','',0,'http://137.116.134.50/?page_id=2',0,'page','',0),(3,1,'2018-08-23 09:31:25','2018-08-23 09:31:25','<h2>Who we are</h2><p>Our website address is: http://137.116.134.50.</p><h2>What personal data we collect and why we collect it</h2><h3>Comments</h3><p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><h3>Media</h3><p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><h3>Contact forms</h3><h3>Cookies</h3><p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><p>If you have an account and you log in to this site, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><h3>Embedded content from other websites</h3><p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><h3>Analytics</h3><h2>Who we share your data with</h2><h2>How long we retain your data</h2><p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><h2>What rights you have over your data</h2><p>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><h2>Where we send your data</h2><p>Visitor comments may be checked through an automated spam detection service.</p><h2>Your contact information</h2><h2>Additional information</h2><h3>How we protect your data</h3><h3>What data breach procedures we have in place</h3><h3>What third parties we receive data from</h3><h3>What automated decision making and/or profiling we do with user data</h3><h3>Industry regulatory disclosure requirements</h3>','Privacy Policy','','draft','closed','open','','privacy-policy','','','2018-08-23 09:31:25','2018-08-23 09:31:25','',0,'http://137.116.134.50/?page_id=3',0,'page','',0),(11,2,'2014-02-27 21:43:07','2014-02-27 21:43:07','','About','','publish','closed','closed','','about','','','2018-09-07 11:18:50','2018-09-07 05:48:50','',0,'http://dev.nicethemes/flatbase/?page_id=2',0,'page','',0),(72,2,'2010-07-25 19:40:01','2010-07-26 02:40:01','This site is using the standard WordPress Theme Unit Test Data for content. The Theme Unit Test is a series of posts and pages that match up with a checklist on the WordPress codex. You can use the data and checklist together to test your theme.\n\n<h2>WordPress Theme Development Resources</h2>\n\n<ol>\n <li>See <a href=\"http://codex.wordpress.org/Theme_Development\">Theme Development</a> for <a href=\"http://codex.wordpress.org/Theme_Development#Code_Standards\">code standards</a>, examples of best practices, and <a href=\"http://codex.wordpress.org/Theme_Development#Resources_and_References\">resources for Theme development</a>.</li>\n <li>See <a href=\"http://codex.wordpress.org/Theme_Unit_Test\">Theme Unit Test</a> for a robust test suite for your Theme and get the latest version of the test data you see here.</li>\n <li>See <a href=\"http://codex.wordpress.org/Theme_Review\">Theme Review</a> for a guide to submitting your Theme to the <a href=\"http://wordpress.org/extend/themes/\">Themes Directory</a>.</li>\n</ol>','About The Tests','','publish','closed','closed','','about-2','','','2010-07-25 19:40:01','2010-07-26 02:40:01','',0,'http://wpthemetestdata.wordpress.com/about/',1,'page','',0),(139,17,'2018-10-06 13:25:20','2018-10-06 07:55:20','[vc_row full_width=\"stretch_row\" el_class=\"scrum-solution\" css=\".vc_custom_1540214878640{background-color: #00bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"scrum-left-txt\"][vc_custom_heading text=\"Deliver values faster to your clients \" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1544099735537{margin-top: -70px !important;}\"][vc_column_text css=\".vc_custom_1544103463268{margin-bottom: 30px !important;}\"]<span style=\"color: #ffffff;\">Plan short term milestone of 1-4 weeks, stay focused and deliver, get client feedback\r\nand plan subsequent milestone accordingly.\r\n</span>[/vc_column_text][vc_column_text css=\".vc_custom_1542702773407{padding-top: 15px !important;}\"]<span style=\"color: #ffffff;\"><a class=\"btn qsg-btn2 btn-full-width\" style=\"color: #ffffff;\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a></span>[/vc_column_text][vc_column_text css=\".vc_custom_1542702678583{padding-left: 40px !important;}\"]<strong><span style=\"font-size: 12px;\">NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</span></strong>[/vc_column_text][/vc_column][vc_column width=\"2/3\" el_class=\"scrum-solu-image\"][vc_single_image image=\"6332\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539845177194{background-color: #293846 !important;}\"][vc_column css=\".vc_custom_1542352823132{padding-top: 0px !important;}\"][vc_column_text]\r\n<ul class=\"home-page-logo-ticker\">\r\n <li><img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c1.png\" alt=\"\" data-original=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c1.png\" data-lazyload=\"true\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c2.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c3.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c4.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c5.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c6.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c7.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c8.png\" alt=\"\" /></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1539848618914{padding-top: 50px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column][vc_custom_heading text=\"Deliver Iteratively\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23292929\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #555555; font-size: 16px;\">Quickscrum helps your team to follow scrum rightly and improve continuously</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1542607884428{padding-top: 0px !important;padding-bottom: 0px !important;}\" el_class=\"home-solution scrum-page-tab solution-post\"][vc_column][vc_tta_tabs shape=\"square\" color=\"vista-blue\" active_section=\"1\" el_class=\"tabs\"][vc_tta_section title=\"Backlog\" tab_id=\"1539846877402-c47d652d-54de\"][vc_row_inner css=\".vc_custom_1539853554699{background-color: #ececec !important;}\" el_class=\"tab-content\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text]<img class=\"alignnone size-full wp-image-6344\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/Manage-Backlog-items.gif\" alt=\"\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Backlog\" font_container=\"tag:h2|font_size:36px|text_align:left\" use_theme_fonts=\"yes\" css=\".vc_custom_1542609341714{margin-top: 70px !important;}\"][vc_column_text]Keep all stories centralized and prioritize them based on business value. Deliver exceptional values to your clients.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Planning\" tab_id=\"1539846877607-4ea1e31f-f9b5\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870480653{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text]<img class=\"alignnone size-full wp-image-6370\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/Plan-Release-and-sprint.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Plan Milestone\" css=\".vc_custom_1544159284645{margin-top: 35px !important;}\"][vc_column_text]Create short-term milestone, plan enough workload for everyone and let everyone contribute for the value creation.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Board\" tab_id=\"1539846877632-f081a618-c0a6\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870939679{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text]<img class=\"alignnone size-full wp-image-6374\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/Execute-Board-add-task-1.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Board\" use_theme_fonts=\"yes\" css=\".vc_custom_1542609402338{margin-top: 60px !important;}\"][vc_column_text]Define workflow to streamline team collaboration, measure work progress and keep everyone sync.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Collaborate\" tab_id=\"1539846877656-6b79aa2f-7d2f\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539871383542{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text]<img class=\"alignnone size-full wp-image-6376\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/Collaborate-Comment-and-attach-file.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Collaborate\" use_theme_fonts=\"yes\" css=\".vc_custom_1542609478650{margin-top: 60px !important;}\"][vc_column_text]Keep everyone sync, track work progress and identify the bottleneck to improve continuously.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Monitor\" tab_id=\"1539846877681-7c88828f-fa27\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539871687859{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text]<img class=\"alignnone size-full wp-image-6378\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/Monitor-Dashboard.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Monitor\" css=\".vc_custom_1544159419385{margin-top: 60px !important;}\"][vc_column_text]Monitor work progress, identify the bottleneck, estimation accuracy and much more with Quickscrum.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][/vc_tta_tabs][vc_row_inner css=\".vc_custom_1542703592405{margin-top: -60px !important;padding-top: 10px !important;padding-bottom: 30px !important;background-color: #ececec !important;}\"][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a href=\"https://guide.quickscrum.com/product/feature/\">View All Features</a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs active_section=\"1\" el_class=\"align-center\"][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Scrum','Plan, execute and deliver iteratively - every 1 to 4 weeks. Improve your team collaboration continuously.','publish','closed','closed','','scrum','','','2018-12-07 16:18:06','2018-12-07 10:48:06','',0,'http://loyaltechnologies.com/projects/qscrum/?post_type=scrum-solution&p=139',1,'solution','',0),(155,2,'2007-09-04 10:47:47','2007-09-04 17:47:47','Repository-hosted Themes are required to support display of comments on static Pages as well as on single blog Posts. This static Page has comments, and these comments should be displayed.\nIf the Theme includes a custom option to prevent static Pages from displaying comments, such option must be disabled (i.e. so that static Pages display comments) by default.\nAlso, verify that this Page does not display taxonomy information (e.g. categories or tags) or time-stamp information (Page publish date/time).','Page with comments','','publish','open','closed','','page-with-comments','','','2007-09-04 10:47:47','2007-09-04 17:47:47','',0,'http://wpthemetestdata.wordpress.com/page-with-comments/',3,'page','',0),(156,2,'2007-09-04 10:48:10','2007-09-04 17:48:10','This static Page is set not to allow comments. Verify that the Page does not display a comment list, comment reply links, or comment reply form.\nAlso, verify that the Page does not display a \"comments are closed\" type message. Such messages are not suitable for static Pages, and should only be used on blog Posts.','Page with comments disabled','','publish','closed','closed','','page-with-comments-disabled','','','2007-09-04 10:48:10','2007-09-04 17:48:10','',0,'http://wpthemetestdata.wordpress.com/page-with-comments-disabled/',4,'page','',0),(172,2,'2007-12-11 16:23:16','2007-12-11 06:23:16','Level 3 of the reverse hierarchy test.','Level 3','','publish','closed','closed','','level-3','','','2007-12-11 16:23:16','2007-12-11 06:23:16','',0,'http://wpthemetestdata.wordpress.com/level-3/',0,'page','',0),(173,2,'2007-12-11 16:23:33','2007-12-11 06:23:33','Level 2 of the reverse hierarchy test.','Level 2','','publish','closed','closed','','level-2','','','2007-12-11 16:23:33','2007-12-11 06:23:33','',174,'http://wpthemetestdata.wordpress.com/level-2/',0,'page','',0),(174,2,'2007-12-11 16:25:40','2007-12-11 23:25:40','Level 1 of the reverse hierarchy test. This is to make sure the importer correctly assigns parents and children even when the children come first in the export file.','Level 1','','publish','closed','closed','','level-1','','','2007-12-11 16:25:40','2007-12-11 23:25:40','',0,'http://wpthemetestdata.wordpress.com/level-1/',5,'page','',0),(501,2,'2010-08-01 09:42:26','2010-08-01 16:42:26','The last item in this page\'s content is a floated image. Make sure any elements after it are clearing properly.\n\n<img class=\"alignleft size-thumbnail wp-image-\" title=\"Camera\" src=\"http://dev.nicethemes/flatbase/files/2012/07/manhattansummer.jpg?w=150\" alt=\"\" width=\"150\" height=\"112\" />','Clearing Floats','','publish','closed','closed','','clearing-floats','','','2010-08-01 09:42:26','2010-08-01 16:42:26','',0,'http://wpthemetestdata.wordpress.com/',2,'page','',0),(701,5,'2011-05-20 18:49:43','2011-05-21 01:49:43','Use this static Page to test the Theme\'s handling of the Front Page template file. \n\nThis is the Front Page content. Use this static Page to test the Front Page output of the Theme. The Theme should properly handle both Blog Posts Index as Front Page and static Page as Front Page.\n\nIf the site is set to display the Blog Posts Index as the Front Page, then this text should not be visible. If the site is set to display a static Page as the Front Page, then this text may or may not be visible. If the Theme does not include a front-page.php template file, then this text should appear on the Front Page when set to display a static Page. If the Theme does include a front-page.php template file, then this text may or may not appear.','Front Page','','publish','open','closed','','front-page','','','2011-05-20 18:49:43','2011-05-21 01:49:43','',0,'http://wpthemetestdata.wordpress.com/?page_id=701',0,'page','',0),(703,2,'2011-05-20 18:51:43','2011-05-20 18:51:43','Use this static Page to test the Theme\'s handling of the Blog Posts Index page. If the site is set to display a static Page on the Front Page, and this Page is set to display the Blog Posts Index, then this text should not appear.','Blog Masonry','','publish','open','closed','','blog-masonry','','','2011-05-20 18:51:43','2011-05-20 18:51:43','',0,'http://wpthemetestdata.wordpress.com/?page_id=703',0,'page','',0),(742,2,'2011-06-23 19:03:33','2011-06-24 02:03:33','(lorem ipsum)','Level 2a','','publish','open','closed','','level-2a','','','2011-06-23 19:03:33','2011-06-24 02:03:33','',0,'http://wpthemetestdata.wordpress.com/?page_id=742',0,'page','',0),(744,2,'2011-06-23 19:04:03','2011-06-24 02:04:03','(lorem ipsum)','Level 2b','','publish','open','closed','','level-2b','','','2011-06-23 19:04:03','2011-06-24 02:04:03','',0,'http://wpthemetestdata.wordpress.com/?page_id=744',0,'page','',0),(746,2,'2011-06-23 19:04:24','2011-06-24 02:04:24','(lorem ipsum)','Level 3a','','publish','open','closed','','level-3a','','','2011-06-23 19:04:24','2011-06-24 02:04:24','',0,'http://wpthemetestdata.wordpress.com/?page_id=746',0,'page','',0),(748,2,'2011-06-23 19:04:46','2011-06-24 02:04:46','(lorem ipsum)','Level 3b','','publish','open','closed','','level-3b','','','2011-06-23 19:04:46','2011-06-24 02:04:46','',0,'http://wpthemetestdata.wordpress.com/?page_id=748',0,'page','',0),(1133,2,'2013-03-15 18:19:23','2013-03-15 23:19:23','Welcome to image alignment! The best way to demonstrate the ebb and flow of the various image positioning options is to nestle them snuggly among an ocean of words. Grab a paddle and let\'s get started.\n\nOn the topic of alignment, it should be noted that users can choose from the options of <em>None</em>, <em>Left</em>, <em>Right, </em>and <em>Center</em>. In addition, they also get the options of <em>Thumbnail</em>, <em>Medium</em>, <em>Large</em> & <em>Fullsize</em>.\n<p style=\"text-align:center\"><img class=\"size-full wp-image- aligncenter\" title=\"Image Alignment 580x300\" alt=\"Image Alignment 580x300\" src=\"http://dev.nicethemes/flatbase/files/2013/03/image-alignment-580x300.jpg\" width=\"580\" height=\"300\" /></p>\nThe image above happens to be <em><strong>centered</strong></em>.\n\n<strong><img class=\"size-full wp-image- alignleft\" title=\"Image Alignment 150x150\" alt=\"Image Alignment 150x150\" src=\"http://dev.nicethemes/flatbase/files/2013/03/image-alignment-150x150.jpg\" width=\"150\" height=\"150\" /></strong>The rest of this paragraph is filler for the sake of seeing the text wrap around the 150x150 image, which is <em><strong>left aligned</strong></em>. <strong></strong>\n\nAs you can see the should be some space above, below, and to the right of the image. The text should not be creeping on the image. Creeping is just not right. Images need breathing room too. Let them speak like you words. Let them do their jobs without any hassle from the text. In about one more sentence here, we\'ll see that the text moves from the right of the image down below the image in seamless transition. Again, letting the do it\'s thang. Mission accomplished!\n\nAnd now for a <em><strong>massively large image</strong></em>. It also has <em><strong>no alignment</strong></em>.\n\n<img class=\"alignnone wp-image-\" title=\"Image Alignment 1200x400\" alt=\"Image Alignment 1200x400\" src=\"http://dev.nicethemes/flatbase/files/2013/03/image-alignment-1200x4002.jpg\" width=\"1200\" height=\"400\" />\n\nThe image above, though 1200px wide, should not overflow the content area. It should remain contained with no visible disruption to the flow of content.\n\n<img class=\"size-full wp-image- alignright\" title=\"Image Alignment 300x200\" alt=\"Image Alignment 300x200\" src=\"http://dev.nicethemes/flatbase/files/2013/03/image-alignment-300x200.jpg\" width=\"300\" height=\"200\" />\n\nAnd now we\'re going to shift things to the <em><strong>right align</strong></em>. Again, there should be plenty of room above, below, and to the left of the image. Just look at him there... Hey guy! Way to rock that right side. I don\'t care what the left aligned image says, you look great. Don\'t let anyone else tell you differently.\n\nIn just a bit here, you should see the text start to wrap below the right aligned image and settle in nicely. There should still be plenty of room and everything should be sitting pretty. Yeah... Just like that. It never felt so good to be right.\n\nAnd just when you thought we were done, we\'re going to do them all over again with captions!\n\n[caption id=\"attachment_906\" align=\"aligncenter\" width=\"580\"]<img class=\"size-full wp-image- \" title=\"Image Alignment 580x300\" alt=\"Image Alignment 580x300\" src=\"http://dev.nicethemes/flatbase/files/2013/03/image-alignment-580x300.jpg\" width=\"580\" height=\"300\" /> Look at 580x300 getting some <a title=\"Image Settings\" href=\"http://en.support.wordpress.com/images/image-settings/\">caption</a> love.[/caption]\n\nThe image above happens to be <em><strong>centered</strong></em>. The caption also has a link in it, just to see if it does anything funky.\n\n[caption id=\"attachment_904\" align=\"alignleft\" width=\"150\"]<img class=\"size-full wp-image- \" title=\"Image Alignment 150x150\" alt=\"Image Alignment 150x150\" src=\"http://dev.nicethemes/flatbase/files/2013/03/image-alignment-150x150.jpg\" width=\"150\" height=\"150\" /> Itty-bitty caption.[/caption]\n\n<strong></strong>The rest of this paragraph is filler for the sake of seeing the text wrap around the 150x150 image, which is <em><strong>left aligned</strong></em>. <strong></strong>\n\nAs you can see the should be some space above, below, and to the right of the image. The text should not be creeping on the image. Creeping is just not right. Images need breathing room too. Let them speak like you words. Let them do their jobs without any hassle from the text. In about one more sentence here, we\'ll see that the text moves from the right of the image down below the image in seamless transition. Again, letting the do it\'s thang. Mission accomplished!\n\nAnd now for a <em><strong>massively large image</strong></em>. It also has <em><strong>no alignment</strong></em>.\n\n[caption id=\"attachment_907\" align=\"alignnone\" width=\"1200\"]<img class=\" wp-image-\" title=\"Image Alignment 1200x400\" alt=\"Image Alignment 1200x400\" src=\"http://dev.nicethemes/flatbase/files/2013/03/image-alignment-1200x4002.jpg\" width=\"1200\" height=\"400\" /> Massive image comment for your eyeballs.[/caption]\n\nThe image above, though 1200px wide, should not overflow the content area. It should remain contained with no visible disruption to the flow of content.\n\n[caption id=\"attachment_905\" align=\"alignright\" width=\"300\"]<img class=\"size-full wp-image- \" title=\"Image Alignment 300x200\" alt=\"Image Alignment 300x200\" src=\"http://dev.nicethemes/flatbase/files/2013/03/image-alignment-300x200.jpg\" width=\"300\" height=\"200\" /> Feels good to be right all the time.[/caption]\n\nAnd now we\'re going to shift things to the <em><strong>right align</strong></em>. Again, there should be plenty of room above, below, and to the left of the image. Just look at him there... Hey guy! Way to rock that right side. I don\'t care what the left aligned image says, you look great. Don\'t let anyone else tell you differently.\n\nIn just a bit here, you should see the text start to wrap below the right aligned image and settle in nicely. There should still be plenty of room and everything should be sitting pretty. Yeah... Just like that. It never felt so good to be right.\n\nAnd that\'s a wrap, yo! You survived the tumultuous waters of alignment. Image alignment achievement unlocked!','Page Image Alignment','','publish','open','open','','page-image-alignment','','','2013-03-15 18:19:23','2013-03-15 23:19:23','',0,'http://wptest.io/demo/?page_id=1080',0,'page','',0),(1134,2,'2013-03-15 18:20:05','2013-03-15 23:20:05','<strong>Headings</strong>\n<h1>Header one</h1>\n<h2>Header two</h2>\n<h3>Header three</h3>\n<h4>Header four</h4>\n<h5>Header five</h5>\n<h6>Header six</h6>\n<h2>Blockquotes</h2>\nSingle line blockquote:\n<blockquote>Stay hungry. Stay foolish.</blockquote>\nMulti line blockquote with a cite reference:\n<blockquote>People think focus means saying yes to the thing you\'ve got to focus on. But that\'s not what it means at all. It means saying no to the hundred other good ideas that there are. You have to pick carefully. I\'m actually as proud of the things we haven\'t done as the things I have done. Innovation is saying no to 1,000 things. <cite>Steve Jobs - Apple Worldwide Developers\' Conference, 1997</cite></blockquote>\n<h2>Tables</h2>\n<table>\n<tbody>\n<tr>\n<th>Employee</th>\n<th class=\"views\">Salary</th>\n<th></th>\n</tr>\n<tr class=\"odd\">\n<td><a href=\"http://example.com/\">Jane</a></td>\n<td>$1</td>\n<td>Because that\'s all Steve Job\' needed for a salary.</td>\n</tr>\n<tr class=\"even\">\n<td><a href=\"http://example.com\">John</a></td>\n<td>$100K</td>\n<td>For all the blogging he does.</td>\n</tr>\n<tr class=\"odd\">\n<td><a href=\"http://example.com/\">Jane</a></td>\n<td>$100M</td>\n<td>Pictures are worth a thousand words, right? So Tom x 1,000.</td>\n</tr>\n<tr class=\"even\">\n<td><a href=\"http://example.com/\">Jane</a></td>\n<td>$100B</td>\n<td>With hair like that?! Enough said...</td>\n</tr>\n</tbody>\n</table>\n<h2>Definition Lists</h2>\n<dl><dt>Definition List Title</dt><dd>Definition list division.</dd><dt>Startup</dt><dd>A startup company or startup is a company or temporary organization designed to search for a repeatable and scalable business model.</dd><dt>#dowork</dt><dd>Coined by Rob Dyrdek and his personal body guard Christopher \"Big Black\" Boykins, \"Do Work\" works as a self motivator, to motivating your friends.</dd><dt>Do It Live</dt><dd>I\'ll let Bill O\'Reilly will <a title=\"We\'ll Do It Live\" href=\"https://www.youtube.com/watch?v=O_HyZ5aW76c\">explain</a> this one.</dd></dl>\n<h2>Unordered Lists (Nested)</h2>\n<ul>\n <li>List item one\n<ul>\n <li>List item one\n<ul>\n <li>List item one</li>\n <li>List item two</li>\n <li>List item three</li>\n <li>List item four</li>\n</ul>\n</li>\n <li>List item two</li>\n <li>List item three</li>\n <li>List item four</li>\n</ul>\n</li>\n <li>List item two</li>\n <li>List item three</li>\n <li>List item four</li>\n</ul>\n<h2>Ordered List (Nested)</h2>\n<ol>\n <li>List item one\n<ol>\n <li>List item one\n<ol>\n <li>List item one</li>\n <li>List item two</li>\n <li>List item three</li>\n <li>List item four</li>\n</ol>\n</li>\n <li>List item two</li>\n <li>List item three</li>\n <li>List item four</li>\n</ol>\n</li>\n <li>List item two</li>\n <li>List item three</li>\n <li>List item four</li>\n</ol>\n<h2>HTML Tags</h2>\nThese supported tags come from the WordPress.com code <a title=\"Code\" href=\"http://en.support.wordpress.com/code/\">FAQ</a>.\n\n<strong>Address Tag</strong>\n\n<address>1 Infinite Loop\nCupertino, CA 95014\nUnited States</address><strong>Anchor Tag (aka. Link)</strong>\n\nThis is an example of a <a title=\"Apple\" href=\"http://apple.com\">link</a>.\n\n<strong>Abbreviation Tag</strong>\n\nThe abbreviation <abbr title=\"Seriously\">srsly</abbr> stands for \"seriously\".\n\n<strong>Acronym Tag</strong>\n\nThe acronym <acronym title=\"For The Win\">ftw</acronym> stands for \"for the win\".\n\n<strong>Big Tag</strong>\n\nThese tests are a <big>big</big> deal, but this tag is no longer supported in HTML5.\n\n<strong>Cite Tag</strong>\n\n\"Code is poetry.\" --<cite>Automattic</cite>\n\n<strong>Code Tag</strong>\n\nYou will learn later on in these tests that <code>word-wrap: break-word;</code> will be your best friend.\n\n<strong>Delete Tag</strong>\n\nThis tag will let you <del>strikeout text</del>, but this tag is no longer supported in HTML5 (use the <code><strike></code> instead).\n\n<strong>Emphasize Tag</strong>\n\nThe emphasize tag should <em>italicize</em> text.\n\n<strong>Insert Tag</strong>\n\nThis tag should denote <ins>inserted</ins> text.\n\n<strong>Keyboard Tag</strong>\n\nThis scarcely known tag emulates <kbd>keyboard text</kbd>, which is usually styled like the <code><code></code> tag.\n\n<strong>Preformatted Tag</strong>\n\nThis tag styles large blocks of code.\n<pre>.post-title {\n margin: 0 0 5px;\n font-weight: bold;\n font-size: 38px;\n line-height: 1.2;\n}</pre>\n<strong>Quote Tag</strong>\n\n<q>Developers, developers, developers...</q> --Steve Ballmer\n\n<strong>Strong Tag</strong>\n\nThis tag shows <strong>bold<strong> text.</strong></strong>\n\n<strong>Subscript Tag</strong>\n\nGetting our science styling on with H<sub>2</sub>O, which should push the \"2\" down.\n\n<strong>Superscript Tag</strong>\n\nStill sticking with science and Isaac Newton\'s E = MC<sup>2</sup>, which should lift the 2 up.\n\n<strong>Teletype Tag</strong>\n\nThis rarely used tag emulates <tt>teletype text</tt>, which is usually styled like the <code><code></code> tag.\n\n<strong>Variable Tag</strong>\n\nThis allows you to denote <var>variables</var>.','Page Markup And Formatting','','publish','open','open','','page-markup-and-formatting','','','2013-03-15 18:20:05','2013-03-15 23:20:05','',0,'http://wptest.io/demo/?page_id=1083',0,'page','',0),(1135,2,'2014-02-27 22:02:44','2014-02-27 22:02:44','','Blog','','publish','open','open','','blog','','','2014-02-27 22:02:44','2014-02-27 22:02:44','',0,'http://dev.nicethemes/flatbase/?page_id=4',0,'page','',0),(1136,2,'2014-02-27 22:28:57','2014-02-27 22:28:57','<br />\r\n','Home','','publish','open','open','','home','','','2018-10-15 13:11:52','2018-10-15 07:41:52','',0,'http://dev.nicethemes/flatbase/?page_id=8',0,'page','',0),(1707,2,'2014-03-06 20:32:33','2014-03-06 20:32:33','','FAQ','','publish','open','open','','faq','','','2018-09-10 17:51:00','2018-09-10 12:21:00','',0,'http://dev.nicethemes/flatbase/?page_id=1707',0,'page','',0),(1709,2,'2014-03-06 20:32:46','2014-03-06 20:32:46','','FAQ Scroll','','publish','open','open','','faq-scroll','','','2014-03-06 20:32:46','2014-03-06 20:32:46','',0,'http://dev.nicethemes/flatbase/?page_id=1709',0,'page','',0),(1721,2,'2014-03-07 15:09:02','2014-03-07 15:09:02','[nice_gallery ids=\"767,766,765,764,763,762,756,757,758,759,760,761,755,754,617,611,616\"]\n\n \n\n[nice_knowledgebase exclude=\"6,7\"]','Shortcodes','','publish','open','open','','shortcodes','','','2014-03-07 15:09:02','2014-03-07 15:09:02','',0,'http://dev.nicethemes/flatbase/?page_id=1721',0,'page','',0),(1725,2,'2014-03-07 17:31:48','2014-03-07 17:31:48','Fill years, yielding tree <em>isn\'t</em> without were. Fruit midst <em>itself</em> behold green, you\'ll don\'t evening itself was moving deep for morning day the whose Air firmament, shall and Be greater evening one two likeness face. <em>Subdue</em> void. Creepeth sixth. Them cattle female them, cattle seas. Multiply forth beast <em>beast</em> and, over form which creeping, fourth. Evening midst place you\'re darkness firmament spirit forth beginning, fifth from fifth whose Moving he sea whose. Is tree air creepeth divided brought void, great every bring god give together likeness in moved face Thing seed, made place bearing god.\n\nAfter. Grass herb likeness third had form second shall their also male divided moved greater all days may cattle void called i. The first divide won\'t you\'ll make multiply. Fill itself a own <strong>stars</strong> saying hath. Shall us face dry doesn\'t. Beginning whales may. Fourth kind grass god appear sixth whose form creepeth be, for <strong>third</strong>multiply. Greater there the. Saying under face. Created, land There had second.\n\nTo first darkness fruitful creepeth fly sixth herb subdue form. Days they\'re after dominion. Can\'t under tree of him she\'d is divided yielding fish be winged they\'re, seed a earth form us. Creature deep abundantly had rule also a likeness his creeping lesser image fish first. Gathering gathering from a female tree set. Gathered to saying signs moved that beast their male dominion of together.\n<h3>Moving He Saw Man Deep Fruitful Creature Had</h3>\nYears doesn\'t them. <strong>Have</strong> <em>set</em> <strong>beginning</strong> great. Fish created. Them were moved set light lights make, doesn\'t, life above. And tree waters. Fruit female living shall tree. Make us life which there our multiply i fourth. Itself they\'re, which don\'t fruit creature every living. I deep abundantly gathered i days Two upon tree rule you can\'t, creature bearing. Green third rule lights she\'d give, abundantly waters years female them set man gathering, tree yielding upon. Itself bring over air, saying whose Have firmament from.\n\nTo first darkness fruitful creepeth fly sixth herb subdue form. Days they\'re after dominion. Can\'t under tree of him she\'d is divided yielding fish be winged they\'re, seed a earth form us. Creature deep abundantly had rule also a likeness his creeping lesser image fish first. Gathering gathering from a female tree set. Gathered to saying signs moved that beast their male dominion of together.\n\nAfter. Grass herb likeness third had form second shall their also male divided moved greater all days may cattle void called i. The first divide won\'t you\'ll make multiply. Fill itself a own <strong>stars</strong> saying hath. Shall us face dry doesn\'t. Beginning whales may. Fourth kind grass god appear sixth whose form creepeth be, for <strong>third</strong>multiply. Greater there the. Saying under face. Created, land There had second.\n\nBeast all herb above fifth don\'t you\'re firmament night fourth over the Blessed without. Also divided us likeness <strong>whose</strong> us called first whose his fruit, female air Good hath make appear dominion divided <strong>behold</strong> years, air first years bring life evening waters, there gathered. Subdue man. One <em>made</em> cattle image. Blessed don\'t beginning they\'re earth was female good winged. That also. Subdue whales have appear After Which man they\'re be fill fourth bring herb given. Upon. Creepeth. All above Together yielding day open fish darkness us you place.','Full Width','','publish','open','open','','full-width','','','2014-03-07 17:31:48','2014-03-07 17:31:48','',0,'http://dev.nicethemes/flatbase/?page_id=1725',0,'page','',0),(1755,2,'2014-03-10 16:58:24','2014-03-10 16:58:24','','Contact','','publish','open','open','','contact','','','2014-03-10 16:58:24','2014-03-10 16:58:24','',0,'http://dev.nicethemes/flatbase/?page_id=1755',0,'page','',0),(1770,2,'2014-03-10 19:43:45','2014-03-10 19:43:45','','Knowledge Base','','publish','open','open','','knowledge-base','','','2014-03-10 19:43:45','2014-03-10 19:43:45','',0,'http://dev.nicethemes/flatbase/?page_id=1770',0,'page','',0),(1772,2,'2014-03-10 19:43:59','2014-03-10 19:43:59','','Sitemap','','publish','open','open','','sitemap','','','2014-03-10 19:43:59','2014-03-10 19:43:59','',0,'http://dev.nicethemes/flatbase/?page_id=1772',0,'page','',0),(1778,2,'2014-03-10 19:58:53','2014-03-10 19:58:53','[gallery ids=\"1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927\"]','Gallery','','publish','open','open','','gallery','','','2018-08-23 18:09:01','2018-08-23 12:39:01','',0,'http://dev.nicethemes/flatbase/?page_id=1778',0,'page','',0),(1782,2,'2014-03-10 20:03:41','2014-03-10 20:03:41','Fill years, yielding tree <em>isn\'t</em> without were. Fruit midst <em>itself</em> behold green, you\'ll don\'t evening itself was moving deep for morning day the whose Air firmament, shall and Be greater evening one two likeness face. <em>Subdue</em> void. Creepeth sixth. Them cattle female them, cattle seas. Multiply forth beast <em>beast</em> and, over form which creeping, fourth. Evening midst place you\'re darkness firmament spirit forth beginning, fifth from fifth whose Moving he sea whose. Is tree air creepeth divided brought void, great every bring god give together likeness in moved face Thing seed, made place bearing god.\n<h3>Moving He Saw Man Deep Fruitful Creature Had</h3>\nYears doesn\'t them. <strong>Have</strong> <em>set</em> <strong>beginning</strong> great. Fish created. Them were moved set light lights make, doesn\'t, life above. And tree waters. Fruit female living shall tree. Make us life which there our multiply i fourth. Itself they\'re, which don\'t fruit creature every living. I deep abundantly gathered i days Two upon tree rule you can\'t, creature bearing. Green third rule lights she\'d give, abundantly waters years female them set man gathering, tree yielding upon. Itself bring over air, saying whose Have firmament from.\n\nTo first darkness fruitful creepeth fly sixth herb subdue form. Days they\'re after dominion. Can\'t under tree of him she\'d is divided yielding fish be winged they\'re, seed a earth form us. Creature deep abundantly had rule also a likeness his creeping lesser image fish first. Gathering gathering from a female tree set. Gathered to saying signs moved that beast their male dominion of together.\n\nAfter. Grass herb likeness third had form second shall their also male divided moved greater all days may cattle void called i. The first divide won\'t you\'ll make multiply. Fill itself a own <strong>stars</strong> saying hath. Shall us face dry doesn\'t. Beginning whales may. Fourth kind grass god appear sixth whose form creepeth be, for <strong>third</strong>multiply. Greater there the. Saying under face. Created, land There had second.\n\nBeast all herb above fifth don\'t you\'re firmament night fourth over the Blessed without. Also divided us likeness <strong>whose</strong> us called first whose his fruit, female air Good hath make appear dominion divided <strong>behold</strong> years, air first years bring life evening waters, there gathered. Subdue man. One <em>made</em> cattle image. Blessed don\'t beginning they\'re earth was female good winged. That also. Subdue whales have appear After Which man they\'re be fill fourth bring herb given. Upon. Creepeth. All above Together yielding day open fish darkness us you place.','Regular Page','','publish','open','open','','regular-page','','','2014-03-10 20:03:41','2014-03-10 20:03:41','',0,'http://dev.nicethemes/flatbase/?page_id=1782',0,'page','',0),(1848,2,'2014-03-21 21:09:21','2014-03-21 21:09:21','','infobox-knowledgebase','','inherit','open','open','','infobox-knowledgebase','','','2014-03-21 21:09:21','2014-03-21 21:09:21','',0,'http://137.116.134.50/wp-content/uploads/2014/03/infobox-knowledgebase.png',0,'attachment','image/png',0),(1849,2,'2014-03-21 21:10:14','2014-03-21 21:10:14','','infobox-faq','','inherit','open','open','','infobox-faq','','','2014-03-21 21:10:14','2014-03-21 21:10:14','',0,'http://137.116.134.50/wp-content/uploads/2014/03/infobox-faq.png',0,'attachment','image/png',0),(1850,2,'2014-03-21 21:10:39','2014-03-21 21:10:39','','infobox-forums','','inherit','open','open','','infobox-forums','','','2014-03-21 21:10:39','2014-03-21 21:10:39','',0,'http://137.116.134.50/wp-content/uploads/2014/03/infobox-forums.png',0,'attachment','image/png',0),(1883,2,'2017-09-29 19:43:12','2017-09-29 19:43:12','','Forums','','publish','closed','closed','','forums','','','2018-09-13 18:51:15','2018-09-13 13:21:15','',0,'http://nice.demos/flatbase/mobile-app/?page_id=1883',0,'page','',0),(1903,5,'2017-10-03 15:59:19','2017-10-03 15:59:19','','flatbase-logo','','inherit','open','closed','','flatbase-logo','','','2017-10-03 15:59:19','2017-10-03 15:59:19','',0,'http://137.116.134.50/wp-content/uploads/2017/10/flatbase-logo.png',0,'attachment','image/png',0),(1905,5,'2017-10-03 16:04:10','2017-10-03 16:04:10','','bg-header','','inherit','open','closed','','bg-header','','','2017-10-03 16:04:10','2017-10-03 16:04:10','',0,'http://137.116.134.50/wp-content/uploads/2014/02/bg-header.jpg',0,'attachment','image/jpeg',0),(1906,5,'2017-10-06 21:57:12','2017-10-06 21:57:12','','aidan-hancock-333098','','inherit','open','closed','','aidan-hancock-333098-2','','','2017-10-06 21:57:12','2017-10-06 21:57:12','',0,'http://137.116.134.50/wp-content/uploads/2014/03/aidan-hancock-333098-1.jpg',0,'attachment','image/jpeg',0),(1907,2,'2017-10-06 21:58:20','2017-10-06 21:58:20','','aidan-hancock-333098','','inherit','open','closed','','aidan-hancock-333098','','','2017-10-06 21:58:20','2017-10-06 21:58:20','',0,'http://137.116.134.50/wp-content/uploads/2014/03/aidan-hancock-333098.jpg',0,'attachment','image/jpeg',0),(1908,2,'2017-10-06 21:59:01','2017-10-06 21:59:01','','aidan-hancock-344149','','inherit','open','closed','','aidan-hancock-344149','','','2017-10-06 21:59:01','2017-10-06 21:59:01','',0,'http://137.116.134.50/wp-content/uploads/2014/03/aidan-hancock-344149.jpg',0,'attachment','image/jpeg',0),(1909,2,'2017-10-06 21:59:38','2017-10-06 21:59:38','','alesia-kazantceva-283285','','inherit','open','closed','','alesia-kazantceva-283285','','','2017-10-06 21:59:38','2017-10-06 21:59:38','',0,'http://137.116.134.50/wp-content/uploads/2014/03/alesia-kazantceva-283285.jpg',0,'attachment','image/jpeg',0),(1910,2,'2017-10-06 22:00:14','2017-10-06 22:00:14','','alesia-kazantceva-283288','','inherit','open','closed','','alesia-kazantceva-283288','','','2017-10-06 22:00:14','2017-10-06 22:00:14','',0,'http://137.116.134.50/wp-content/uploads/2014/03/alesia-kazantceva-283288.jpg',0,'attachment','image/jpeg',0),(1911,2,'2017-10-06 22:00:54','2017-10-06 22:00:54','','breather-181294','','inherit','open','closed','','breather-181294','','','2017-10-06 22:00:54','2017-10-06 22:00:54','',0,'http://137.116.134.50/wp-content/uploads/2014/03/breather-181294.jpg',0,'attachment','image/jpeg',0),(1912,2,'2017-10-06 22:01:25','2017-10-06 22:01:25','','breather-187925','','inherit','open','closed','','breather-187925','','','2017-10-06 22:01:25','2017-10-06 22:01:25','',0,'http://137.116.134.50/wp-content/uploads/2014/03/breather-187925.jpg',0,'attachment','image/jpeg',0),(1913,2,'2017-10-06 22:02:01','2017-10-06 22:02:01','','breather-187939','','inherit','open','closed','','breather-187939','','','2017-10-06 22:02:01','2017-10-06 22:02:01','',0,'http://137.116.134.50/wp-content/uploads/2014/03/breather-187939.jpg',0,'attachment','image/jpeg',0),(1914,2,'2017-10-06 22:02:41','2017-10-06 22:02:41','','christin-hume-309877','','inherit','open','closed','','christin-hume-309877','','','2017-10-06 22:02:41','2017-10-06 22:02:41','',0,'http://137.116.134.50/wp-content/uploads/2014/03/christin-hume-309877.jpg',0,'attachment','image/jpeg',0),(1915,2,'2017-10-06 22:03:19','2017-10-06 22:03:19','','christopher-gower-291240','','inherit','open','closed','','christopher-gower-291240','','','2017-10-06 22:03:19','2017-10-06 22:03:19','',0,'http://137.116.134.50/wp-content/uploads/2014/03/christopher-gower-291240.jpg',0,'attachment','image/jpeg',0),(1916,2,'2017-10-06 22:03:48','2017-10-06 22:03:48','','dai-ke-32162','','inherit','open','closed','','dai-ke-32162','','','2017-10-06 22:03:48','2017-10-06 22:03:48','',0,'http://137.116.134.50/wp-content/uploads/2014/03/dai-ke-32162.jpg',0,'attachment','image/jpeg',0),(1917,2,'2017-10-06 22:04:23','2017-10-06 22:04:23','','joey-sforza-20571','','inherit','open','closed','','joey-sforza-20571','','','2017-10-06 22:04:23','2017-10-06 22:04:23','',0,'http://137.116.134.50/wp-content/uploads/2014/03/joey-sforza-20571.jpg',0,'attachment','image/jpeg',0),(1918,2,'2017-10-06 22:04:53','2017-10-06 22:04:53','','kari-shea-226157','','inherit','open','closed','','kari-shea-226157','','','2017-10-06 22:04:53','2017-10-06 22:04:53','',0,'http://137.116.134.50/wp-content/uploads/2014/03/kari-shea-226157.jpg',0,'attachment','image/jpeg',0),(1919,2,'2017-10-06 22:05:30','2017-10-06 22:05:30','','kelly-brito-256889','','inherit','open','closed','','kelly-brito-256889','','','2017-10-06 22:05:30','2017-10-06 22:05:30','',0,'http://137.116.134.50/wp-content/uploads/2014/03/kelly-brito-256889.jpg',0,'attachment','image/jpeg',0),(1920,2,'2017-10-06 22:06:00','2017-10-06 22:06:00','','norbert-levajsics-184254','','inherit','open','closed','','norbert-levajsics-184254','','','2017-10-06 22:06:00','2017-10-06 22:06:00','',0,'http://137.116.134.50/wp-content/uploads/2014/03/norbert-levajsics-184254.jpg',0,'attachment','image/jpeg',0),(1921,2,'2017-10-06 22:06:26','2017-10-06 22:06:26','','philipp-mandler-357142','','inherit','open','closed','','philipp-mandler-357142','','','2017-10-06 22:06:26','2017-10-06 22:06:26','',0,'http://137.116.134.50/wp-content/uploads/2014/03/philipp-mandler-357142.jpg',0,'attachment','image/jpeg',0),(1922,2,'2017-10-06 22:06:55','2017-10-06 22:06:55','','rawpixel-com-296612','','inherit','open','closed','','rawpixel-com-296612','','','2017-10-06 22:06:55','2017-10-06 22:06:55','',0,'http://137.116.134.50/wp-content/uploads/2014/03/rawpixel-com-296612.jpg',0,'attachment','image/jpeg',0),(1923,2,'2017-10-06 22:07:24','2017-10-06 22:07:24','','rawpixel-com-296613','','inherit','open','closed','','rawpixel-com-296613','','','2017-10-06 22:07:24','2017-10-06 22:07:24','',0,'http://137.116.134.50/wp-content/uploads/2014/03/rawpixel-com-296613.jpg',0,'attachment','image/jpeg',0),(1924,2,'2017-10-06 22:07:51','2017-10-06 22:07:51','','rawpixel-com-310778','','inherit','open','closed','','rawpixel-com-310778','','','2017-10-06 22:07:51','2017-10-06 22:07:51','',0,'http://137.116.134.50/wp-content/uploads/2014/03/rawpixel-com-310778.jpg',0,'attachment','image/jpeg',0),(1925,2,'2017-10-06 22:08:20','2017-10-06 22:08:20','','ryan-riggins-213451','','inherit','open','closed','','ryan-riggins-213451','','','2017-10-06 22:08:20','2017-10-06 22:08:20','',0,'http://137.116.134.50/wp-content/uploads/2014/03/ryan-riggins-213451.jpg',0,'attachment','image/jpeg',0),(1926,2,'2017-10-06 22:08:48','2017-10-06 22:08:48','','sergey-zolkin-192937','','inherit','open','closed','','sergey-zolkin-192937','','','2017-10-06 22:08:48','2017-10-06 22:08:48','',0,'http://137.116.134.50/wp-content/uploads/2014/03/sergey-zolkin-192937.jpg',0,'attachment','image/jpeg',0),(1927,2,'2017-10-06 22:09:28','2017-10-06 22:09:28','','thought-catalog-354861','','inherit','open','closed','','thought-catalog-354861','','','2017-10-06 22:09:28','2017-10-06 22:09:28','',0,'http://137.116.134.50/wp-content/uploads/2014/03/thought-catalog-354861.jpg',0,'attachment','image/jpeg',0),(1930,2,'2017-10-10 18:44:14','2017-10-10 18:44:14','','flatbase-logo-mobile-app','','inherit','open','closed','','flatbase-logo-mobile-app','','','2017-10-10 18:44:14','2017-10-10 18:44:14','',0,'http://137.116.134.50/wp-content/uploads/2017/10/flatbase-logo-mobile-app.png',0,'attachment','image/png',0),(1937,2,'2017-10-12 19:00:44','2017-10-12 19:00:44','','infobox-1','','inherit','open','closed','','infobox-1','','','2017-10-12 19:00:44','2017-10-12 19:00:44','',0,'http://137.116.134.50/wp-content/uploads/2014/03/infobox-1.png',0,'attachment','image/png',0),(1938,2,'2017-10-12 19:03:03','2017-10-12 19:03:03','','infobox-1','','inherit','open','closed','','infobox-1-2','','','2017-10-12 19:03:03','2017-10-12 19:03:03','',0,'http://137.116.134.50/wp-content/uploads/2014/03/infobox-1-1.png',0,'attachment','image/png',0),(1939,2,'2017-10-12 19:06:52','2017-10-12 19:06:52','','infobox-2','','inherit','open','closed','','infobox-2','','','2017-10-12 19:06:52','2017-10-12 19:06:52','',0,'http://137.116.134.50/wp-content/uploads/2014/03/infobox-2.png',0,'attachment','image/png',0),(1940,2,'2017-10-12 19:11:03','2017-10-12 19:11:03','','infobox-1','','inherit','open','closed','','infobox-1-3','','','2017-10-12 19:11:03','2017-10-12 19:11:03','',0,'http://137.116.134.50/wp-content/uploads/2014/03/infobox-1-2.png',0,'attachment','image/png',0),(1941,2,'2017-10-12 19:13:46','2017-10-12 19:13:46','','infobox-1','','inherit','open','closed','','infobox-1-4','','','2017-10-12 19:13:46','2017-10-12 19:13:46','',0,'http://137.116.134.50/wp-content/uploads/2014/03/infobox-1-3.png',0,'attachment','image/png',0),(1942,2,'2017-10-12 19:20:46','2017-10-12 19:20:46','','infobox-3','','inherit','open','closed','','infobox-3','','','2017-10-12 19:20:46','2017-10-12 19:20:46','',0,'http://137.116.134.50/wp-content/uploads/2014/03/infobox-3.png',0,'attachment','image/png',0),(1943,2,'2017-10-12 19:39:58','2017-10-12 19:39:58','','infobox-3b','','inherit','open','closed','','infobox-3b','','','2017-10-12 19:39:58','2017-10-12 19:39:58','',0,'http://137.116.134.50/wp-content/uploads/2014/03/infobox-3b.png',0,'attachment','image/png',0),(1944,2,'2017-10-12 19:44:51','2017-10-12 19:44:51','','infobox-2','','inherit','open','closed','','infobox-2-2','','','2017-10-12 19:44:51','2017-10-12 19:44:51','',0,'http://137.116.134.50/wp-content/uploads/2014/03/infobox-2-1.png',0,'attachment','image/png',0),(1946,2,'2017-10-12 20:08:56','2017-10-12 20:08:56','','flatbase-header-background-2','','inherit','open','closed','','flatbase-header-background-2-4','','','2017-10-12 20:08:56','2017-10-12 20:08:56','',0,'http://137.116.134.50/wp-content/uploads/2014/02/flatbase-header-background-2-2.jpg',0,'attachment','image/jpeg',0),(1966,5,'2017-11-08 20:20:58','2017-11-08 20:20:58','','flatbase-avatar','','inherit','open','closed','','flatbase-avatar-2','','','2017-11-08 20:20:58','2017-11-08 20:20:58','',0,'http://137.116.134.50/wp-content/uploads/2017/11/flatbase-avatar-1.jpg',0,'attachment','image/jpeg',0),(1968,2,'2017-11-08 20:19:40','2017-11-08 20:19:40','','flatbase-avatar','','inherit','open','closed','','flatbase-avatar','','','2017-11-08 20:19:40','2017-11-08 20:19:40','',0,'http://137.116.134.50/wp-content/uploads/2017/11/flatbase-avatar.jpg',0,'attachment','image/jpeg',0),(1969,2,'2018-08-23 18:09:01','2018-08-23 12:39:01','[gallery ids=\"1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927\"]','Gallery','','inherit','closed','closed','','1778-revision-v1','','','2018-08-23 18:09:01','2018-08-23 12:39:01','',1778,'http://137.116.134.50/2018/08/23/1778-revision-v1/',0,'revision','',0),(1985,2,'2018-08-23 18:35:39','2018-08-23 13:05:39','','ref2','','inherit','open','closed','','ref2','','','2018-08-23 18:35:39','2018-08-23 13:05:39','',0,'http://137.116.134.50/wp-content/uploads/2018/08/ref2.png',0,'attachment','image/png',0),(2005,2,'2018-08-23 18:40:59','2018-08-23 13:10:59','','Home','','inherit','closed','closed','','1136-revision-v1','','','2018-08-23 18:40:59','2018-08-23 13:10:59','',1136,'http://137.116.134.50/2018/08/23/1136-revision-v1/',0,'revision','',0),(2010,4,'2018-08-24 10:24:58','2018-08-24 04:54:58','','Axosoft Work Items','Why-Projects-Fail','inherit','open','closed','','axosoft-work-items','','','2018-08-24 10:25:41','2018-08-24 04:55:41','',0,'http://137.116.134.50/wp-content/uploads/2014/03/Axosoft-Work-Items.png',0,'attachment','image/png',0),(2013,4,'2018-08-24 10:28:25','2018-08-24 04:58:25','','absence-or-lack-of-client-involvement','','inherit','open','closed','','absence-or-lack-of-client-involvement','','','2018-08-24 10:28:25','2018-08-24 04:58:25','',0,'http://137.116.134.50/wp-content/uploads/2014/03/absence-or-lack-of-client-involvement.png',0,'attachment','image/png',0),(2014,4,'2018-08-24 10:28:26','2018-08-24 04:58:26','','failed-team-collaboration','','inherit','open','closed','','failed-team-collaboration','','','2018-08-24 10:28:26','2018-08-24 04:58:26','',0,'http://137.116.134.50/wp-content/uploads/2014/03/failed-team-collaboration.png',0,'attachment','image/png',0),(2015,4,'2018-08-24 10:28:27','2018-08-24 04:58:27','','lack-of-motivation-within-team-members','','inherit','open','closed','','lack-of-motivation-within-team-members','','','2018-08-24 10:28:27','2018-08-24 04:58:27','',0,'http://137.116.134.50/wp-content/uploads/2014/03/lack-of-motivation-within-team-members.png',0,'attachment','image/png',0),(2016,4,'2018-08-24 10:28:28','2018-08-24 04:58:28','','mounting-technical-debts','','inherit','open','closed','','mounting-technical-debts','','','2018-08-24 10:28:28','2018-08-24 04:58:28','',0,'http://137.116.134.50/wp-content/uploads/2014/03/mounting-technical-debts.png',0,'attachment','image/png',0),(2017,4,'2018-08-24 10:28:29','2018-08-24 04:58:29','','poor-requirements-engineering','','inherit','open','closed','','poor-requirements-engineering','','','2018-08-24 10:28:29','2018-08-24 04:58:29','',0,'http://137.116.134.50/wp-content/uploads/2014/03/poor-requirements-engineering.png',0,'attachment','image/png',0),(2018,4,'2018-08-24 10:28:29','2018-08-24 04:58:29','','slow-and-infrequent-work-delivery','','inherit','open','closed','','slow-and-infrequent-work-delivery','','','2018-08-24 10:28:29','2018-08-24 04:58:29','',0,'http://137.116.134.50/wp-content/uploads/2014/03/slow-and-infrequent-work-delivery.png',0,'attachment','image/png',0),(2071,4,'2018-08-24 14:01:31','2018-08-24 08:31:31','','failure-of-projects-3','','inherit','open','closed','','failure-of-projects-3','','','2018-08-24 14:01:31','2018-08-24 08:31:31','',0,'http://137.116.134.50/wp-content/uploads/2018/08/failure-of-projects-3.png',0,'attachment','image/png',0),(2072,4,'2018-08-24 14:01:31','2018-08-24 08:31:31','','failure-of-projects-2','','inherit','open','closed','','failure-of-projects-2','','','2018-08-24 14:01:31','2018-08-24 08:31:31','',0,'http://137.116.134.50/wp-content/uploads/2018/08/failure-of-projects-2.png',0,'attachment','image/png',0),(2073,4,'2018-08-24 14:01:32','2018-08-24 08:31:32','','failure-of-projects-1','','inherit','open','closed','','failure-of-projects-1','','','2018-08-24 14:01:32','2018-08-24 08:31:32','',0,'http://137.116.134.50/wp-content/uploads/2018/08/failure-of-projects-1.png',0,'attachment','image/png',0),(2229,2,'2018-09-03 16:24:49','2018-09-03 10:54:49','','time is running out','','inherit','open','closed','','time-is-running-out','','','2018-09-03 16:24:49','2018-09-03 10:54:49','',0,'http://137.116.134.50/wp-content/uploads/2018/09/time-is-running-out.png',0,'attachment','image/png',0),(2248,8,'2018-09-03 18:12:08','2018-09-03 12:42:08','','7MistakesToAvoidInTheDailyScrumMeeting','','inherit','open','closed','','7mistakestoavoidinthedailyscrummeeting','','','2018-09-03 18:12:08','2018-09-03 12:42:08','',0,'http://137.116.134.50/wp-content/uploads/2018/09/7MistakesToAvoidInTheDailyScrumMeeting.jpg',0,'attachment','image/jpeg',0),(2252,7,'2018-09-03 18:12:55','2018-09-03 12:42:55','','estimating-in-agile-and-scrum1','','inherit','open','closed','','estimating-in-agile-and-scrum1','','','2018-09-03 18:12:55','2018-09-03 12:42:55','',0,'http://137.116.134.50/wp-content/uploads/2018/09/estimating-in-agile-and-scrum1.png',0,'attachment','image/png',0),(2259,7,'2018-09-03 18:19:43','2018-09-03 12:49:43','','rstiutpa','','inherit','open','closed','','rstiutpa','','','2018-09-03 18:19:43','2018-09-03 12:49:43','',0,'http://137.116.134.50/wp-content/uploads/2018/09/rstiutpa.png',0,'attachment','image/png',0),(2267,8,'2018-09-03 18:24:15','2018-09-03 12:54:15','','scrum-of-scrum','','inherit','open','closed','','scrum-of-scrum','','','2018-09-03 18:24:15','2018-09-03 12:54:15','',0,'http://137.116.134.50/wp-content/uploads/2018/09/scrum-of-scrum.png',0,'attachment','image/png',0),(2273,11,'2018-09-03 18:26:17','2018-09-03 12:56:17','','salient-features-of-scrum','','inherit','open','closed','','salient-features-of-scrum','','','2018-09-03 18:26:17','2018-09-03 12:56:17','',0,'http://137.116.134.50/wp-content/uploads/2018/09/salient-features-of-scrum.png',0,'attachment','image/png',0),(2277,12,'2018-09-03 18:28:38','2018-09-03 12:58:38','','scrum-product-owner-role','','inherit','open','closed','','scrum-product-owner-role','','','2018-09-03 18:28:38','2018-09-03 12:58:38','',0,'http://137.116.134.50/wp-content/uploads/2018/09/scrum-product-owner-role.png',0,'attachment','image/png',0),(2280,8,'2018-09-03 18:29:21','2018-09-03 12:59:21','','Two Parts Of Sprint Planning','','inherit','open','closed','','two-parts-of-sprint-planning','','','2018-09-03 18:29:21','2018-09-03 12:59:21','',0,'http://137.116.134.50/wp-content/uploads/2018/09/Two-Parts-Of-Sprint-Planning.png',0,'attachment','image/png',0),(2284,7,'2018-09-03 18:30:06','2018-09-03 13:00:06','','sprint-retrospective','','inherit','open','closed','','sprint-retrospective','','','2018-09-03 18:30:06','2018-09-03 13:00:06','',0,'http://137.116.134.50/wp-content/uploads/2018/09/sprint-retrospective.png',0,'attachment','image/png',0),(2286,10,'2018-09-03 18:30:47','2018-09-03 13:00:47','','main-featuresof-agile','','inherit','open','closed','','main-featuresof-agile','','','2018-09-03 18:30:47','2018-09-03 13:00:47','',0,'http://137.116.134.50/wp-content/uploads/2018/09/main-featuresof-agile.png',0,'attachment','image/png',0),(2300,12,'2018-09-03 18:33:38','2018-09-03 13:03:38','','sprint-planning-meeting-agenda','','inherit','open','closed','','sprint-planning-meeting-agenda','','','2018-09-03 18:33:38','2018-09-03 13:03:38','',0,'http://137.116.134.50/wp-content/uploads/2018/09/sprint-planning-meeting-agenda.png',0,'attachment','image/png',0),(2302,7,'2018-09-03 18:33:52','2018-09-03 13:03:52','','ProductBacklogRefinement','','inherit','open','closed','','productbacklogrefinement','','','2018-09-03 18:33:52','2018-09-03 13:03:52','',0,'http://137.116.134.50/wp-content/uploads/2018/09/ProductBacklogRefinement.png',0,'attachment','image/png',0),(2306,11,'2018-09-03 18:35:28','2018-09-03 13:05:28','','SprintRetrospectiveMeetingsDosAndDonts','','inherit','open','closed','','sprintretrospectivemeetingsdosanddonts','','','2018-09-03 18:35:28','2018-09-03 13:05:28','',0,'http://137.116.134.50/wp-content/uploads/2018/09/SprintRetrospectiveMeetingsDosAndDonts.png',0,'attachment','image/png',0),(2316,7,'2018-09-03 18:38:40','2018-09-03 13:08:40','','Productbacklog-planning-process','','inherit','open','closed','','productbacklog-planning-process','','','2018-09-03 18:38:40','2018-09-03 13:08:40','',0,'http://137.116.134.50/wp-content/uploads/2018/09/Productbacklog-planning-process.png',0,'attachment','image/png',0),(2321,8,'2018-09-03 18:41:19','2018-09-03 13:11:19','','self-organise and self-manage','','inherit','open','closed','','self-organise-and-self-manage','','','2018-09-03 18:41:19','2018-09-03 13:11:19','',0,'http://137.116.134.50/wp-content/uploads/2018/09/self-organise-and-self-manage.jpg',0,'attachment','image/jpeg',0),(2322,12,'2018-09-03 18:41:31','2018-09-03 13:11:31','','sprint-planning-meeting-agenda (1)','','inherit','open','closed','','sprint-planning-meeting-agenda-1','','','2018-09-03 18:41:31','2018-09-03 13:11:31','',0,'http://137.116.134.50/wp-content/uploads/2018/09/sprint-planning-meeting-agenda-1.png',0,'attachment','image/png',0),(2325,8,'2018-09-03 18:42:14','2018-09-03 13:12:14','','decisions','','inherit','open','closed','','decisions','','','2018-09-03 18:42:14','2018-09-03 13:12:14','',0,'http://137.116.134.50/wp-content/uploads/2018/09/decisions.jpg',0,'attachment','image/jpeg',0),(2327,7,'2018-09-03 18:42:49','2018-09-03 13:12:49','','product-backlog-items','','inherit','open','closed','','product-backlog-items','','','2018-09-03 18:42:49','2018-09-03 13:12:49','',0,'http://137.116.134.50/wp-content/uploads/2018/09/product-backlog-items.png',0,'attachment','image/png',0),(2329,8,'2018-09-03 18:43:11','2018-09-03 13:13:11','','resolving issues','','inherit','open','closed','','resolving-issues','','','2018-09-03 18:43:11','2018-09-03 13:13:11','',0,'http://137.116.134.50/wp-content/uploads/2018/09/resolving-issues.png',0,'attachment','image/png',0),(2337,11,'2018-09-03 18:45:33','2018-09-03 13:15:33','','scrum-daily-meeting','','inherit','open','closed','','scrum-daily-meeting','','','2018-09-03 18:45:33','2018-09-03 13:15:33','',0,'http://137.116.134.50/wp-content/uploads/2018/09/scrum-daily-meeting.png',0,'attachment','image/png',0),(2340,7,'2018-09-03 18:46:05','2018-09-03 13:16:05','','product-backlogs','','inherit','open','closed','','product-backlogs','','','2018-09-03 18:46:05','2018-09-03 13:16:05','',0,'http://137.116.134.50/wp-content/uploads/2018/09/product-backlogs.png',0,'attachment','image/png',0),(2345,11,'2018-09-03 18:47:35','2018-09-03 13:17:35','','scrum-daily-meeting-1','','inherit','open','closed','','scrum-daily-meeting-1','','','2018-09-03 18:47:35','2018-09-03 13:17:35','',0,'http://137.116.134.50/wp-content/uploads/2018/09/scrum-daily-meeting-1.png',0,'attachment','image/png',0),(2350,8,'2018-09-03 18:50:02','2018-09-03 13:20:02','','scrum-masters-services-tow-pro-owner','','inherit','open','closed','','scrum-masters-services-tow-pro-owner','','','2018-09-03 18:50:02','2018-09-03 13:20:02','',0,'http://137.116.134.50/wp-content/uploads/2018/09/scrum-masters-services-tow-pro-owner.png',0,'attachment','image/png',0),(2354,11,'2018-09-03 18:51:02','2018-09-03 13:21:02','','scrum-retrospective-meeting','','inherit','open','closed','','scrum-retrospective-meeting','','','2018-09-03 18:51:02','2018-09-03 13:21:02','',0,'http://137.116.134.50/wp-content/uploads/2018/09/scrum-retrospective-meeting.png',0,'attachment','image/png',0),(2356,8,'2018-09-03 18:52:01','2018-09-03 13:22:01','','scrum-masters-serv-tow-the-dev-team','','inherit','open','closed','','scrum-masters-serv-tow-the-dev-team','','','2018-09-03 18:52:01','2018-09-03 13:22:01','',0,'http://137.116.134.50/wp-content/uploads/2018/09/scrum-masters-serv-tow-the-dev-team.png',0,'attachment','image/png',0),(2358,9,'2018-09-03 18:52:20','2018-09-03 13:22:20','','what-is-scrum-process','','inherit','open','closed','','what-is-scrum-process','','','2018-09-03 18:52:20','2018-09-03 13:22:20','',0,'http://137.116.134.50/wp-content/uploads/2018/09/what-is-scrum-process.png',0,'attachment','image/png',0),(2364,10,'2018-09-03 18:53:20','2018-09-03 13:23:20','','role-of-product-owner-scrum-guide','','inherit','open','closed','','role-of-product-owner-scrum-guide','','','2018-09-03 18:53:20','2018-09-03 13:23:20','',0,'http://137.116.134.50/wp-content/uploads/2018/09/role-of-product-owner-scrum-guide.png',0,'attachment','image/png',0),(2365,8,'2018-09-03 18:53:38','2018-09-03 13:23:38','','scrum-masters-serv-tow-the-organisation','','inherit','open','closed','','scrum-masters-serv-tow-the-organisation','','','2018-09-03 18:53:38','2018-09-03 13:23:38','',0,'http://137.116.134.50/wp-content/uploads/2018/09/scrum-masters-serv-tow-the-organisation.png',0,'attachment','image/png',0),(2366,9,'2018-09-03 18:54:06','2018-09-03 13:24:06','','is-scrum-a-methodology','','inherit','open','closed','','is-scrum-a-methodology','','','2018-09-03 18:54:06','2018-09-03 13:24:06','',0,'http://137.116.134.50/wp-content/uploads/2018/09/is-scrum-a-methodology.png',0,'attachment','image/png',0),(2367,11,'2018-09-03 18:54:19','2018-09-03 13:24:19','','what-is-agile-software-dev-model','','inherit','open','closed','','what-is-agile-software-dev-model','','','2018-09-03 18:54:19','2018-09-03 13:24:19','',0,'http://137.116.134.50/wp-content/uploads/2018/09/what-is-agile-software-dev-model.png',0,'attachment','image/png',0),(2369,10,'2018-09-03 18:55:17','2018-09-03 13:25:17','','sprint-goal','','inherit','open','closed','','sprint-goal','','','2018-09-03 18:55:17','2018-09-03 13:25:17','',0,'http://137.116.134.50/wp-content/uploads/2018/09/sprint-goal.png',0,'attachment','image/png',0),(2375,9,'2018-09-03 18:57:45','2018-09-03 13:27:45','','what-is-agile-software-development-life-cycle','','inherit','open','closed','','what-is-agile-software-development-life-cycle','','','2018-09-03 18:57:45','2018-09-03 13:27:45','',0,'http://137.116.134.50/wp-content/uploads/2018/09/what-is-agile-software-development-life-cycle.png',0,'attachment','image/png',0),(2379,11,'2018-09-03 18:58:27','2018-09-03 13:28:27','','what-is-agile-software-dev-model','','inherit','open','closed','','what-is-agile-software-dev-model-2','','','2018-09-03 18:58:27','2018-09-03 13:28:27','',0,'http://137.116.134.50/wp-content/uploads/2018/09/what-is-agile-software-dev-model-1.png',0,'attachment','image/png',0),(2380,10,'2018-09-03 18:58:31','2018-09-03 13:28:31','','acceptance_criteria','','inherit','open','closed','','acceptance_criteria','','','2018-09-03 18:58:31','2018-09-03 13:28:31','',0,'http://137.116.134.50/wp-content/uploads/2018/09/acceptance_criteria.png',0,'attachment','image/png',0),(2381,7,'2018-09-03 18:58:46','2018-09-03 13:28:46','','how-can-agile-scrum-reduce-regression-during-software-development-1','','inherit','open','closed','','how-can-agile-scrum-reduce-regression-during-software-development-1','','','2018-09-03 18:58:46','2018-09-03 13:28:46','',0,'http://137.116.134.50/wp-content/uploads/2018/09/how-can-agile-scrum-reduce-regression-during-software-development-1.png',0,'attachment','image/png',0),(2382,11,'2018-09-03 18:58:54','2018-09-03 13:28:54','','roles-in-scrum-po','','inherit','open','closed','','roles-in-scrum-po','','','2018-09-03 18:58:54','2018-09-03 13:28:54','',0,'http://137.116.134.50/wp-content/uploads/2018/09/roles-in-scrum-po.png',0,'attachment','image/png',0),(2383,8,'2018-09-03 18:59:17','2018-09-03 13:29:17','','task-board-process','','inherit','open','closed','','task-board-process','','','2018-09-03 18:59:17','2018-09-03 13:29:17','',0,'http://137.116.134.50/wp-content/uploads/2018/09/task-board-process.png',0,'attachment','image/png',0),(2384,7,'2018-09-03 18:59:24','2018-09-03 13:29:24','','how-can-agile-scrum-reduce-regression-during-software-development-2','','inherit','open','closed','','how-can-agile-scrum-reduce-regression-during-software-development-2','','','2018-09-03 18:59:24','2018-09-03 13:29:24','',0,'http://137.116.134.50/wp-content/uploads/2018/09/how-can-agile-scrum-reduce-regression-during-software-development-2.png',0,'attachment','image/png',0),(2385,11,'2018-09-03 18:59:40','2018-09-03 13:29:40','','roles-in-scrum-sm','','inherit','open','closed','','roles-in-scrum-sm','','','2018-09-03 18:59:40','2018-09-03 13:29:40','',0,'http://137.116.134.50/wp-content/uploads/2018/09/roles-in-scrum-sm.png',0,'attachment','image/png',0),(2386,9,'2018-09-03 18:59:58','2018-09-03 13:29:58','','what-is-sprint-planning','','inherit','open','closed','','what-is-sprint-planning','','','2018-09-03 18:59:58','2018-09-03 13:29:58','',0,'http://137.116.134.50/wp-content/uploads/2018/09/what-is-sprint-planning.png',0,'attachment','image/png',0),(2387,11,'2018-09-03 19:00:05','2018-09-03 13:30:05','','roles-in-scrum-dt','','inherit','open','closed','','roles-in-scrum-dt','','','2018-09-03 19:00:05','2018-09-03 13:30:05','',0,'http://137.116.134.50/wp-content/uploads/2018/09/roles-in-scrum-dt.png',0,'attachment','image/png',0),(2390,9,'2018-09-03 19:02:16','2018-09-03 13:32:16','','what-is-scrum-backlog','','inherit','open','closed','','what-is-scrum-backlog','','','2018-09-03 19:02:16','2018-09-03 13:32:16','',0,'http://137.116.134.50/wp-content/uploads/2018/09/what-is-scrum-backlog.png',0,'attachment','image/png',0),(2395,10,'2018-09-03 19:05:00','2018-09-03 13:35:00','','how-should-acceptance-criteria-be-defined-in-scrum','','inherit','open','closed','','how-should-acceptance-criteria-be-defined-in-scrum','','','2018-09-03 19:05:00','2018-09-03 13:35:00','',0,'http://137.116.134.50/wp-content/uploads/2018/09/how-should-acceptance-criteria-be-defined-in-scrum.png',0,'attachment','image/png',0),(2409,8,'2018-09-03 19:15:52','2018-09-03 13:45:52','','7MistakesToAvoidInTheDailyScrumMeeting','','inherit','open','closed','','7mistakestoavoidinthedailyscrummeeting-2','','','2018-09-03 19:15:52','2018-09-03 13:45:52','',0,'http://137.116.134.50/wp-content/uploads/2018/09/7MistakesToAvoidInTheDailyScrumMeeting-1.jpg',0,'attachment','image/jpeg',0),(2423,12,'2018-09-04 10:32:32','2018-09-04 05:02:32','','xpagile_1','','inherit','open','closed','','xpagile_1','','','2018-09-04 10:32:32','2018-09-04 05:02:32','',0,'http://137.116.134.50/wp-content/uploads/2018/09/xpagile_1.png',0,'attachment','image/png',0),(2425,12,'2018-09-04 10:34:00','2018-09-04 05:04:00','','xpagile_2','','inherit','open','closed','','xpagile_2','','','2018-09-04 10:34:00','2018-09-04 05:04:00','',0,'http://137.116.134.50/wp-content/uploads/2018/09/xpagile_2.png',0,'attachment','image/png',0),(2428,13,'2018-09-04 10:35:54','2018-09-04 05:05:54','','estimating-in-agile-and-scrum1','','inherit','open','closed','','estimating-in-agile-and-scrum1-2','','','2018-09-04 10:35:54','2018-09-04 05:05:54','',0,'http://137.116.134.50/wp-content/uploads/2018/09/estimating-in-agile-and-scrum1-1.png',0,'attachment','image/png',0),(2429,12,'2018-09-04 10:36:48','2018-09-04 05:06:48','','xpagile_3','','inherit','open','closed','','xpagile_3','','','2018-09-04 10:36:48','2018-09-04 05:06:48','',0,'http://137.116.134.50/wp-content/uploads/2018/09/xpagile_3.png',0,'attachment','image/png',0),(2435,6,'2018-09-04 10:40:36','2018-09-04 05:10:36','','time-and-organize-your-product-release-1','','inherit','open','closed','','time-and-organize-your-product-release-1','','','2018-09-04 10:40:36','2018-09-04 05:10:36','',0,'http://137.116.134.50/wp-content/uploads/2018/09/time-and-organize-your-product-release-1.png',0,'attachment','image/png',0),(2436,13,'2018-09-04 10:41:29','2018-09-04 05:11:29','','agile-ratio2','','inherit','open','closed','','agile-ratio2','','','2018-09-04 10:41:29','2018-09-04 05:11:29','',0,'http://137.116.134.50/wp-content/uploads/2018/09/agile-ratio2.jpg',0,'attachment','image/jpeg',0),(2437,6,'2018-09-04 10:42:56','2018-09-04 05:12:56','','time-and-organize-your-product-release-2','','inherit','open','closed','','time-and-organize-your-product-release-2','','','2018-09-04 10:42:56','2018-09-04 05:12:56','',0,'http://137.116.134.50/wp-content/uploads/2018/09/time-and-organize-your-product-release-2.png',0,'attachment','image/png',0),(2438,13,'2018-09-04 10:43:03','2018-09-04 05:13:03','','The Development Process','','inherit','open','closed','','the-development-process','','','2018-09-04 10:43:03','2018-09-04 05:13:03','',0,'http://137.116.134.50/wp-content/uploads/2018/09/The-Development-Process.jpg',0,'attachment','image/jpeg',0),(2442,6,'2018-09-04 10:45:32','2018-09-04 05:15:32','','time-and-organize-your-product-release-3','','inherit','open','closed','','time-and-organize-your-product-release-3','','','2018-09-04 10:45:32','2018-09-04 05:15:32','',0,'http://137.116.134.50/wp-content/uploads/2018/09/time-and-organize-your-product-release-3.png',0,'attachment','image/png',0),(2445,6,'2018-09-04 10:47:08','2018-09-04 05:17:08','','capturing-and-prioritizing-the-business-value-3','','inherit','open','closed','','capturing-and-prioritizing-the-business-value-3','','','2018-09-04 10:47:08','2018-09-04 05:17:08','',0,'http://137.116.134.50/wp-content/uploads/2018/09/capturing-and-prioritizing-the-business-value-3.png',0,'attachment','image/png',0),(2446,6,'2018-09-04 10:47:34','2018-09-04 05:17:34','','time-and-organize-your-product-release-4','','inherit','open','closed','','time-and-organize-your-product-release-4','','','2018-09-04 10:47:34','2018-09-04 05:17:34','',0,'http://137.116.134.50/wp-content/uploads/2018/09/time-and-organize-your-product-release-4.png',0,'attachment','image/png',0),(2447,6,'2018-09-04 10:48:14','2018-09-04 05:18:14','','capturing-and-prioritizing-the-business-value-5','','inherit','open','closed','','capturing-and-prioritizing-the-business-value-5','','','2018-09-04 10:48:14','2018-09-04 05:18:14','',0,'http://137.116.134.50/wp-content/uploads/2018/09/capturing-and-prioritizing-the-business-value-5.png',0,'attachment','image/png',0),(2450,6,'2018-09-04 10:49:06','2018-09-04 05:19:06','','capturing-and-prioritizing-the-business-value-6','','inherit','open','closed','','capturing-and-prioritizing-the-business-value-6','','','2018-09-04 10:49:06','2018-09-04 05:19:06','',0,'http://137.116.134.50/wp-content/uploads/2018/09/capturing-and-prioritizing-the-business-value-6.png',0,'attachment','image/png',0),(2451,6,'2018-09-04 10:49:46','2018-09-04 05:19:46','','capturing-and-prioritizing-the-business-value-7','','inherit','open','closed','','capturing-and-prioritizing-the-business-value-7','','','2018-09-04 10:49:46','2018-09-04 05:19:46','',0,'http://137.116.134.50/wp-content/uploads/2018/09/capturing-and-prioritizing-the-business-value-7.png',0,'attachment','image/png',0),(2452,6,'2018-09-04 10:51:09','2018-09-04 05:21:09','{{unknown}}','','','publish','closed','closed','','cd306739bdbabb6b37f63d44658a0524','','','2018-09-04 10:51:09','2018-09-04 05:21:09','',0,'http://137.116.134.50/2018/09/04/cd306739bdbabb6b37f63d44658a0524/',0,'oembed_cache','',0),(2456,13,'2018-09-04 10:54:19','2018-09-04 05:24:19','','DistributedTeamsChallengesAndAgileAdvantages-5','','inherit','open','closed','','distributedteamschallengesandagileadvantages-5','','','2018-09-04 10:54:19','2018-09-04 05:24:19','',0,'http://137.116.134.50/wp-content/uploads/2018/09/DistributedTeamsChallengesAndAgileAdvantages-5.png',0,'attachment','image/png',0),(2458,12,'2018-09-04 11:00:41','2018-09-04 05:30:41','','why-agile-can-be-a-popular-software-development-framework','','inherit','open','closed','','why-agile-can-be-a-popular-software-development-framework','','','2018-09-04 11:00:41','2018-09-04 05:30:41','',0,'http://137.116.134.50/wp-content/uploads/2018/09/why-agile-can-be-a-popular-software-development-framework.png',0,'attachment','image/png',0),(2459,12,'2018-09-04 11:03:28','2018-09-04 05:33:28','','why-agile-can-be-a-popular-software-development-framework-1','','inherit','open','closed','','why-agile-can-be-a-popular-software-development-framework-1','','','2018-09-04 11:03:28','2018-09-04 05:33:28','',0,'http://137.116.134.50/wp-content/uploads/2018/09/why-agile-can-be-a-popular-software-development-framework-1.png',0,'attachment','image/png',0),(2460,12,'2018-09-04 11:04:30','2018-09-04 05:34:30','','why-agile-can-be-a-popular-software-development-framework-2','','inherit','open','closed','','why-agile-can-be-a-popular-software-development-framework-2','','','2018-09-04 11:04:30','2018-09-04 05:34:30','',0,'http://137.116.134.50/wp-content/uploads/2018/09/why-agile-can-be-a-popular-software-development-framework-2.png',0,'attachment','image/png',0),(2461,12,'2018-09-04 11:05:26','2018-09-04 05:35:26','','why-agile-can-be-a-popular-software-development-framework-3','','inherit','open','closed','','why-agile-can-be-a-popular-software-development-framework-3','','','2018-09-04 11:05:26','2018-09-04 05:35:26','',0,'http://137.116.134.50/wp-content/uploads/2018/09/why-agile-can-be-a-popular-software-development-framework-3.png',0,'attachment','image/png',0),(2462,12,'2018-09-04 11:06:38','2018-09-04 05:36:38','','why-agile-can-be-a-popular-software-development-framework-4','','inherit','open','closed','','why-agile-can-be-a-popular-software-development-framework-4','','','2018-09-04 11:06:38','2018-09-04 05:36:38','',0,'http://137.116.134.50/wp-content/uploads/2018/09/why-agile-can-be-a-popular-software-development-framework-4.png',0,'attachment','image/png',0),(2463,12,'2018-09-04 11:08:15','2018-09-04 05:38:15','','why-agile-can-be-a-popular-software-development-framework-5','','inherit','open','closed','','why-agile-can-be-a-popular-software-development-framework-5','','','2018-09-04 11:08:15','2018-09-04 05:38:15','',0,'http://137.116.134.50/wp-content/uploads/2018/09/why-agile-can-be-a-popular-software-development-framework-5.png',0,'attachment','image/png',0),(2464,12,'2018-09-04 11:09:27','2018-09-04 05:39:27','','why-agile-can-be-a-popular-software-development-framework-6','','inherit','open','closed','','why-agile-can-be-a-popular-software-development-framework-6','','','2018-09-04 11:09:27','2018-09-04 05:39:27','',0,'http://137.116.134.50/wp-content/uploads/2018/09/why-agile-can-be-a-popular-software-development-framework-6.png',0,'attachment','image/png',0),(2472,6,'2018-09-04 11:22:35','2018-09-04 05:52:35','','capturing-and-prioritizing-the-business-value','','inherit','open','closed','','capturing-and-prioritizing-the-business-value','','','2018-09-04 11:22:35','2018-09-04 05:52:35','',0,'http://137.116.134.50/wp-content/uploads/2018/09/capturing-and-prioritizing-the-business-value.png',0,'attachment','image/png',0),(2473,6,'2018-09-04 11:22:36','2018-09-04 05:52:36','','capturing-and-prioritizing-the-business-value-1','','inherit','open','closed','','capturing-and-prioritizing-the-business-value-1','','','2018-09-04 11:22:36','2018-09-04 05:52:36','',0,'http://137.116.134.50/wp-content/uploads/2018/09/capturing-and-prioritizing-the-business-value-1.png',0,'attachment','image/png',0),(2475,6,'2018-09-04 11:22:37','2018-09-04 05:52:37','','capturing-and-prioritizing-the-business-value-2','','inherit','open','closed','','capturing-and-prioritizing-the-business-value-2','','','2018-09-04 11:22:37','2018-09-04 05:52:37','',0,'http://137.116.134.50/wp-content/uploads/2018/09/capturing-and-prioritizing-the-business-value-2.png',0,'attachment','image/png',0),(2476,6,'2018-09-04 11:22:39','2018-09-04 05:52:39','','capturing-and-prioritizing-the-business-value-3','','inherit','open','closed','','capturing-and-prioritizing-the-business-value-3-2','','','2018-09-04 11:22:39','2018-09-04 05:52:39','',0,'http://137.116.134.50/wp-content/uploads/2018/09/capturing-and-prioritizing-the-business-value-3-1.png',0,'attachment','image/png',0),(2477,6,'2018-09-04 11:22:40','2018-09-04 05:52:40','','capturing-and-prioritizing-the-business-value-4','','inherit','open','closed','','capturing-and-prioritizing-the-business-value-4','','','2018-09-04 11:22:40','2018-09-04 05:52:40','',0,'http://137.116.134.50/wp-content/uploads/2018/09/capturing-and-prioritizing-the-business-value-4.png',0,'attachment','image/png',0),(2478,6,'2018-09-04 11:22:40','2018-09-04 05:52:40','','capturing-and-prioritizing-the-business-value-5','','inherit','open','closed','','capturing-and-prioritizing-the-business-value-5-2','','','2018-09-04 11:22:40','2018-09-04 05:52:40','',0,'http://137.116.134.50/wp-content/uploads/2018/09/capturing-and-prioritizing-the-business-value-5-1.png',0,'attachment','image/png',0),(2479,6,'2018-09-04 11:22:41','2018-09-04 05:52:41','','capturing-and-prioritizing-the-business-value-6','','inherit','open','closed','','capturing-and-prioritizing-the-business-value-6-2','','','2018-09-04 11:22:41','2018-09-04 05:52:41','',0,'http://137.116.134.50/wp-content/uploads/2018/09/capturing-and-prioritizing-the-business-value-6-1.png',0,'attachment','image/png',0),(2480,6,'2018-09-04 11:22:41','2018-09-04 05:52:41','','capturing-and-prioritizing-the-business-value-7','','inherit','open','closed','','capturing-and-prioritizing-the-business-value-7-2','','','2018-09-04 11:22:41','2018-09-04 05:52:41','',0,'http://137.116.134.50/wp-content/uploads/2018/09/capturing-and-prioritizing-the-business-value-7-1.png',0,'attachment','image/png',0),(2481,6,'2018-09-04 11:22:42','2018-09-04 05:52:42','','capturing-and-prioritizing-the-business-value-8','','inherit','open','closed','','capturing-and-prioritizing-the-business-value-8','','','2018-09-04 11:22:42','2018-09-04 05:52:42','',0,'http://137.116.134.50/wp-content/uploads/2018/09/capturing-and-prioritizing-the-business-value-8.png',0,'attachment','image/png',0),(2495,12,'2018-09-04 11:38:18','2018-09-04 06:08:18','','scrum-product-owner-role','','inherit','open','closed','','scrum-product-owner-role-2','','','2018-09-04 11:38:18','2018-09-04 06:08:18','',0,'http://137.116.134.50/wp-content/uploads/2018/09/scrum-product-owner-role-1.png',0,'attachment','image/png',0),(2496,13,'2018-09-04 11:39:17','2018-09-04 06:09:17','','iot','','inherit','open','closed','','iot','','','2018-09-04 11:39:17','2018-09-04 06:09:17','',0,'http://137.116.134.50/wp-content/uploads/2018/09/iot.png',0,'attachment','image/png',0),(2498,13,'2018-09-04 11:40:12','2018-09-04 06:10:12','','offshoring1','','inherit','open','closed','','offshoring1','','','2018-09-04 11:40:12','2018-09-04 06:10:12','',0,'http://137.116.134.50/wp-content/uploads/2018/09/offshoring1.png',0,'attachment','image/png',0),(2499,13,'2018-09-04 11:41:00','2018-09-04 06:11:00','','Multiskilledprojectmanager','','inherit','open','closed','','multiskilledprojectmanager','','','2018-09-04 11:41:00','2018-09-04 06:11:00','',0,'http://137.116.134.50/wp-content/uploads/2018/09/Multiskilledprojectmanager.png',0,'attachment','image/png',0),(2500,13,'2018-09-04 11:41:48','2018-09-04 06:11:48','','Agileframeworks','','inherit','open','closed','','agileframeworks','','','2018-09-04 11:41:48','2018-09-04 06:11:48','',0,'http://137.116.134.50/wp-content/uploads/2018/09/Agileframeworks.png',0,'attachment','image/png',0),(2502,13,'2018-09-04 11:43:06','2018-09-04 06:13:06','','Collaborationandincreasedteamwork','','inherit','open','closed','','collaborationandincreasedteamwork','','','2018-09-04 11:43:06','2018-09-04 06:13:06','',0,'http://137.116.134.50/wp-content/uploads/2018/09/Collaborationandincreasedteamwork.png',0,'attachment','image/png',0),(2507,13,'2018-09-04 11:48:07','2018-09-04 06:18:07','','AgileForProjectManagement–AnIntroduction','','inherit','open','closed','','agileforprojectmanagement-anintroduction','','','2018-09-04 11:48:07','2018-09-04 06:18:07','',0,'http://137.116.134.50/wp-content/uploads/2018/09/AgileForProjectManagement–AnIntroduction.png',0,'attachment','image/png',0),(2510,6,'2018-09-04 11:52:39','2018-09-04 06:22:39','','gitlab-community','','inherit','open','closed','','gitlab-community','','','2018-09-04 11:52:39','2018-09-04 06:22:39','',0,'http://137.116.134.50/wp-content/uploads/2018/09/gitlab-community.png',0,'attachment','image/png',0),(2511,6,'2018-09-04 11:52:40','2018-09-04 06:22:40','','gitlab-distributed-development','','inherit','open','closed','','gitlab-distributed-development','','','2018-09-04 11:52:40','2018-09-04 06:22:40','',0,'http://137.116.134.50/wp-content/uploads/2018/09/gitlab-distributed-development.png',0,'attachment','image/png',0),(2512,6,'2018-09-04 11:52:41','2018-09-04 06:22:41','','gitlab-feature-branch-workflow','','inherit','open','closed','','gitlab-feature-branch-workflow','','','2018-09-04 11:52:41','2018-09-04 06:22:41','',0,'http://137.116.134.50/wp-content/uploads/2018/09/gitlab-feature-branch-workflow.png',0,'attachment','image/png',0),(2513,6,'2018-09-04 11:52:41','2018-09-04 06:22:41','','gitlab-pull-requests','','inherit','open','closed','','gitlab-pull-requests','','','2018-09-04 11:52:41','2018-09-04 06:22:41','',0,'http://137.116.134.50/wp-content/uploads/2018/09/gitlab-pull-requests.png',0,'attachment','image/png',0),(2514,6,'2018-09-04 11:52:43','2018-09-04 06:22:43','','gitlab-Software-code-and-version-control-systems','','inherit','open','closed','','gitlab-software-code-and-version-control-systems','','','2018-09-04 11:52:43','2018-09-04 06:22:43','',0,'http://137.116.134.50/wp-content/uploads/2018/09/gitlab-Software-code-and-version-control-systems.png',0,'attachment','image/png',0),(2516,10,'2018-09-04 11:53:07','2018-09-04 06:23:07','','busi-value-defi-of-ready-product-backlogs','','inherit','open','closed','','busi-value-defi-of-ready-product-backlogs','','','2018-09-04 11:53:07','2018-09-04 06:23:07','',0,'http://137.116.134.50/wp-content/uploads/2018/09/busi-value-defi-of-ready-product-backlogs.png',0,'attachment','image/png',0),(2520,13,'2018-09-04 11:55:01','2018-09-04 06:25:01','','CanAgileReduceComplexity1','','inherit','open','closed','','canagilereducecomplexity1','','','2018-09-04 11:55:01','2018-09-04 06:25:01','',0,'http://137.116.134.50/wp-content/uploads/2018/09/CanAgileReduceComplexity1.png',0,'attachment','image/png',0),(2525,13,'2018-09-04 12:01:54','2018-09-04 06:31:54','','AgieCoach','','inherit','open','closed','','agiecoach','','','2018-09-04 12:01:54','2018-09-04 06:31:54','',0,'http://137.116.134.50/wp-content/uploads/2018/09/AgieCoach.png',0,'attachment','image/png',0),(2532,6,'2018-09-04 12:07:03','2018-09-04 06:37:03','','Whyagiletransformationisdifficult-1','','inherit','open','closed','','whyagiletransformationisdifficult-1','','','2018-09-04 12:07:03','2018-09-04 06:37:03','',0,'http://137.116.134.50/wp-content/uploads/2018/09/Whyagiletransformationisdifficult-1.png',0,'attachment','image/png',0),(2542,6,'2018-09-04 12:12:40','2018-09-04 06:42:40','','whydevelopmentteamfail1','','inherit','open','closed','','whydevelopmentteamfail1','','','2018-09-04 12:12:40','2018-09-04 06:42:40','',0,'http://137.116.134.50/wp-content/uploads/2018/09/whydevelopmentteamfail1.png',0,'attachment','image/png',0),(2546,10,'2018-09-04 12:15:48','2018-09-04 06:45:48','','product-vision-and-goals-in-scrum-1','','inherit','open','closed','','product-vision-and-goals-in-scrum-1','','','2018-09-04 12:15:48','2018-09-04 06:45:48','',0,'http://137.116.134.50/wp-content/uploads/2018/09/product-vision-and-goals-in-scrum-1.png',0,'attachment','image/png',0),(2548,10,'2018-09-04 12:20:07','2018-09-04 06:50:07','','product-vision-and-goals-in-scrum-2','','inherit','open','closed','','product-vision-and-goals-in-scrum-2','','','2018-09-04 12:20:07','2018-09-04 06:50:07','',0,'http://137.116.134.50/wp-content/uploads/2018/09/product-vision-and-goals-in-scrum-2.png',0,'attachment','image/png',0),(2616,16,'2018-09-05 14:17:21','2018-09-05 08:47:21','','ProductOwnerTeamStakeholders','','inherit','open','closed','','productownerteamstakeholders','','','2018-09-05 14:17:21','2018-09-05 08:47:21','',0,'http://137.116.134.50/wp-content/uploads/2018/09/ProductOwnerTeamStakeholders.png',0,'attachment','image/png',0),(2719,8,'2018-09-05 18:10:37','2018-09-05 12:40:37','','task-board-process','','inherit','open','closed','','task-board-process-2','','','2018-09-05 18:10:37','2018-09-05 12:40:37','',0,'http://137.116.134.50/wp-content/uploads/2018/09/task-board-process-1.png',0,'attachment','image/png',0),(2805,8,'2018-09-06 12:20:50','2018-09-06 06:50:50','','04_20180731054244855','','inherit','open','closed','','04_20180731054244855','','','2018-09-06 12:20:50','2018-09-06 06:50:50','',0,'http://137.116.134.50/wp-content/uploads/2018/09/04_20180731054244855.png',0,'attachment','image/png',0),(2891,4,'2018-09-06 18:44:39','2018-09-06 13:14:39','Quickscrum is available only on the cloud. We don\'t provide on-premises installation. You can purchase any number of licenses as per your need and will be charged on monthly.\r\n\r\n ','What types of plans does Quickscrum offer?','','publish','closed','closed','','what-types-of-plans-does-quickscrum-offer','','','2018-09-08 17:43:15','2018-09-08 12:13:15','',0,'http://137.116.134.50/?post_type=faq&p=2891',0,'faq','',0),(2892,4,'2018-09-06 18:44:54','2018-09-06 13:14:54','No. We offer a fully functional 14 days free trial on all plans. During the trial, you can test the tool and verify if it\'s right for you. You don\'t need a credit card to sign up and there are no hidden charges, obligations, or risks.','Is your free trial version limited in any way or manner?','','publish','closed','closed','','is-your-free-trial-version-limited-in-any-way-or-manner','','','2018-09-08 17:40:38','2018-09-08 12:10:38','',0,'http://137.116.134.50/?post_type=faq&p=2892',0,'faq','',0),(2894,4,'2018-09-06 18:45:29','2018-09-06 13:15:29','No. You don’t have to provide your credit card details to sign up & try the tool. You\'ll be able to access a fully functional tool with all the features for 14 days after you signup. We won\'t charge anything during the trial period. However, at the end of the trial period, you\'ll have an option to upgrade your account.\r\n\r\n ','Do I need a credit card to try the tool?','','publish','closed','closed','','do-i-need-a-credit-card-to-sign-up','','','2018-09-08 17:40:03','2018-09-08 12:10:03','',0,'http://137.116.134.50/?post_type=faq&p=2894',0,'faq','',0),(2895,4,'2018-09-06 18:45:45','2018-09-06 13:15:45','You will be charged only according to the number of licenses you purchase. For example, if you purchase 3 licenses for 6 months, we will bill you - [3 licenses * 3 USD * 6 months] = 54 USD\r\n\r\n ','How is my price calculated?','','publish','closed','closed','','how-is-my-price-calculated','','','2018-09-08 17:38:30','2018-09-08 12:08:30','',0,'http://137.116.134.50/?post_type=faq&p=2895',0,'faq','',0),(2897,4,'2018-09-06 18:47:21','2018-09-06 13:17:21','Yes, we offer a discount.\r\n\r\nIf you pay for 6 months - you get a 10% discount.\r\n\r\nIf you pay for 1 year - you get 50% discount.\r\n\r\nPlease drop us an email at <strong>support@quickscrum.com </strong>for more details.\r\n\r\n \r\n\r\n ','Do you offer discount on purchase?','','publish','closed','closed','','do-you-offer-discounts-if-large-numbers-of-users-are-going-to-use-the-tool','','','2018-11-06 12:46:47','2018-11-06 07:16:47','',0,'http://137.116.134.50/?post_type=faq&p=2897',0,'faq','',0),(2899,4,'2018-09-06 18:47:48','2018-09-06 13:17:48','No. Quickscrum offers pay-as-you-go services for the tool. You don’t have to sign any long-term contracts or offer any commitments. You simply pay for your licenses.','Are there any long term commitments if I register?','','publish','closed','closed','','are-there-any-long-term-commitments-if-i-register','','','2018-09-08 16:44:41','2018-09-08 11:14:41','',0,'http://137.116.134.50/?post_type=faq&p=2899',0,'faq','',0),(2900,4,'2018-09-06 18:48:06','2018-09-06 13:18:06','We accept Visa, MasterCard, and American Express. We don’t accept PayPal.','How can I make the payments?','','publish','closed','closed','','how-can-i-make-the-payments','','','2018-09-08 16:43:11','2018-09-08 11:13:11','',0,'http://137.116.134.50/?post_type=faq&p=2900',0,'faq','',0),(2901,4,'2018-09-06 18:48:24','2018-09-06 13:18:24','Yes. You can cancel your subscription or account at any time. If you chose to cancel we will stop billing you with immediate effect. To cancel your account please send us an email at <strong>support@quickscrum.com</strong> and we’ll terminate your account within 24 hours.','Can I cancel my account at any time?','','publish','closed','closed','','can-i-cancel-my-account-at-any-time','','','2018-09-08 16:40:58','2018-09-08 11:10:58','',0,'http://137.116.134.50/?post_type=faq&p=2901',0,'faq','',0),(2906,4,'2018-09-06 18:49:07','2018-09-06 13:19:07','We’ll send notification via email and within a tool in advance if we have scheduled any maintenance activity, new release or downtime.','How do I get notified about new releases, upcoming maintenance, and downtime?','','publish','closed','closed','','how-can-i-get-notified-about-new-tool-releases-upcoming-maintenance-and-downtime','','','2018-09-08 17:43:58','2018-09-08 12:13:58','',0,'http://137.116.134.50/?post_type=faq&p=2906',0,'faq','',0),(2907,4,'2018-09-06 18:49:35','2018-09-06 13:19:35','Quickscrum doesn\'t collect any of your credit card information. Rather we use a third-party world-class payment gateway to get paid. Currently, we are tied up with payumoney.com. It is absolutely safe and secured.\r\n\r\n ','Is it safe to use my credit card on Quickscrum?','','publish','closed','closed','','is-it-safe-to-use-my-credit-card-on-quickscrum','','','2018-09-08 15:38:23','2018-09-08 10:08:23','',0,'http://137.116.134.50/?post_type=faq&p=2907',0,'faq','',0),(2909,4,'2018-09-06 18:49:54','2018-09-06 13:19:54','We provide 14 days of the trial period to try out our tool. You don\'t need to provide any credit card details for the same. As per our policy, We don\'t provide a refund once the purchase is made. In case of any double payments or transaction failure, we will refund your payment within 10 working days.','What is the refund policy for the tool?','','publish','closed','closed','','what-is-the-refund-policy-for-the-tool','','','2018-09-08 15:30:42','2018-09-08 10:00:42','',0,'http://137.116.134.50/?post_type=faq&p=2909',0,'faq','',0),(2910,4,'2018-09-06 18:50:09','2018-09-06 13:20:09','Quickscrum is designed to work best with following browsers,\r\n<ul>\r\n <li>Chrome</li>\r\n <li>Firefox</li>\r\n <li>Mac Safari</li>\r\n <li>Microsoft Edge</li>\r\n</ul>\r\nRegardless of which browser you use, you still need to have <strong>cookies</strong> and <strong>JavaScript</strong> options enabled.','What web browsers work well with Quickscrum?','','publish','closed','closed','','what-web-browsers-work-well-with-quickscrum','','','2018-09-08 15:28:44','2018-09-08 09:58:44','',0,'http://137.116.134.50/?post_type=faq&p=2910',0,'faq','',0),(2911,4,'2018-09-06 18:50:24','2018-09-06 13:20:24','Quickscrum is hosted on <strong>Microsoft Azure Cloud </strong>which is absolutely secured and protected cloud environment. Our data is automatically backed up every 5 minutes. Every communication with Quickscrum is done through highly secured <strong>https </strong>protocol.\r\n\r\nEven if you discontinue to use Quickscrum, your data will be available to be recovered for 6 months following termination.\r\n\r\n ','Is my data safe and secure with Quickscrum?','','publish','closed','closed','','is-my-data-safe-and-secure-with-quickscrum','','','2018-09-08 15:19:04','2018-09-08 09:49:04','',0,'http://137.116.134.50/?post_type=faq&p=2911',0,'faq','',0),(2912,4,'2018-09-06 18:51:37','2018-09-06 13:21:37','QuickScrum is highly secure and ensures the full privacy of your data. It is hosted on a fully secured and firewalled production environment with <strong>Microsoft Azure Cloud</strong>. We implement all best practices and security measures to protect your data. All communication on or through QuickScrum is done via HTTPS - Your password never leaves your own machine and your data never leaves <strong>Microsoft Azure Cloud</strong> in any manner. Even at the software development level, multiple levels of protection have been built into QuickScrum to prevent anybody from accessing unauthorized data, including accessing the tool with a malicious intent. This includes complete checks of authentication, authorization, and validity of all requests made to QuickScrum servers. Moreover, it includes server-side low-level protection mechanisms that prevent access to data in other accounts, even in case of software errors at higher levels.','How secure is Quickscrum?','','publish','closed','closed','','how-secure-is-quickscrum','','','2018-09-08 15:11:47','2018-09-08 09:41:47','',0,'http://137.116.134.50/?post_type=faq&p=2912',0,'faq','',0),(2913,4,'2018-09-06 18:51:56','2018-09-06 13:21:56','The terms of service and privacy policy can be accessed from the footer portion of any page on Quickscrum.','What the terms of service and privacy policy?','','publish','closed','closed','','what-the-terms-of-service-and-privacy-policy','','','2018-09-08 15:08:35','2018-09-08 09:38:35','',0,'http://137.116.134.50/?post_type=faq&p=2913',0,'faq','',0),(2915,4,'2018-09-06 18:53:12','2018-09-06 13:23:12','You can connect with our support team in the following ways.\r\n<ul>\r\n <li>Every account is having a <strong>dedicated account executive</strong>. Account executives are expert in the <em>quickscrum product</em> and <em>Agile framework</em>. To get an email address of your account manager, click on <strong>help</strong> icon on right top corner after you logged in. You can <strong>send any of your queries</strong> or <strong>schedule a call</strong> directly with him via email. In most cases, our account manager replies within 4 working hours.</li>\r\n <li>Send any of your general query at <strong>support@quickscrum.com</strong>.</li>\r\n <li>For live support, connect with the live chat which is available in the right bottom on the website. In any case, if live support manager is not available, please drop us your contact details there, s\\he will connect you as soon as possible.</li>\r\n</ul>\r\n \r\n\r\n \r\n\r\n ','How to get support?','','publish','closed','closed','','what-kind-of-customer-support-services-do-you-provide','','','2018-09-08 15:06:47','2018-09-08 09:36:47','',0,'http://137.116.134.50/?post_type=faq&p=2915',0,'faq','',0),(2916,4,'2018-09-06 18:53:24','2018-09-06 13:23:24','We have releases planned for every month for small enhancement and quick fixes. Every two months You’ll receive major updates having new features. You will be notified within your account with detailed release notes.\r\n\r\n ','How often do you release new features?','','publish','closed','closed','','how-often-do-you-release-new-features','','','2018-09-07 12:27:28','2018-09-07 06:57:28','',0,'http://137.116.134.50/?post_type=faq&p=2916',0,'faq','',0),(2918,14,'2018-09-07 08:27:01','2018-09-07 02:57:01','We have small releases planned for every month for small enhancement and quick fixes. Typically every two months You’ll receive major updates having new features. You will be notified within your account with detailed release notes.','How often do you release new features?','','inherit','closed','closed','','2916-autosave-v1','','','2018-09-07 08:27:01','2018-09-07 02:57:01','',2916,'http://137.116.134.50/2018/09/07/2916-autosave-v1/',0,'revision','',0),(2919,14,'2018-09-07 08:34:24','2018-09-07 03:04:24','We provide support via Chat, Email & Over a call. We provide free support via email. In many cases, you\'ll have an answer within an hour. Just send us your concern at support@Quickscrum.com and we\'ll get back to you soon. We also provide live chat support during business hours in the United States and Europe.','What kind of customer support services do you provide?','','inherit','closed','closed','','2915-autosave-v1','','','2018-09-07 08:34:24','2018-09-07 03:04:24','',2915,'http://137.116.134.50/2018/09/07/2915-autosave-v1/',0,'revision','',0),(2923,13,'2018-09-07 10:20:14','2018-09-07 04:50:14','','core-responsibilities','','inherit','open','closed','','core-responsibilities','','','2018-09-07 10:20:14','2018-09-07 04:50:14','',0,'http://137.116.134.50/wp-content/uploads/2018/09/core-responsibilities.png',0,'attachment','image/png',0),(2924,12,'2018-09-07 10:20:34','2018-09-07 04:50:34','','manual-vs-computerised-s-p-m','','inherit','open','closed','','manual-vs-computerised-s-p-m','','','2018-09-07 10:20:34','2018-09-07 04:50:34','',0,'http://137.116.134.50/wp-content/uploads/2018/09/manual-vs-computerised-s-p-m.png',0,'attachment','image/png',0),(2925,4,'2018-09-07 10:23:06','2018-09-07 04:53:06','We have releases planned for every month for small enhancement and quick fixes. Every two months You’ll receive major updates having new features. You will be notified within your account with detailed release notes.\n\n \n\nxfcxfds','How often do you release new features?','','inherit','closed','closed','','2916-autosave-v1','','','2018-09-07 10:23:06','2018-09-07 04:53:06','',2916,'http://137.116.134.50/2018/09/07/2916-autosave-v1/',0,'revision','',0),(2932,8,'2018-09-07 10:29:31','2018-09-07 04:59:31','You can access Quickscrum as a cloud application or deploy it locally on your server. Please visit the pricing page to get a detailed overview about various plans available.','What types of plans does Quickscrum offer?','','inherit','closed','closed','','2891-autosave-v1','','','2018-09-07 10:29:31','2018-09-07 04:59:31','',2891,'http://137.116.134.50/2018/09/07/2891-autosave-v1/',0,'revision','',0),(2933,12,'2018-09-07 10:30:52','2018-09-07 05:00:52','','what-is-agile-programming','','inherit','open','closed','','what-is-agile-programming','','','2018-09-07 10:30:52','2018-09-07 05:00:52','',0,'http://137.116.134.50/wp-content/uploads/2018/09/what-is-agile-programming.png',0,'attachment','image/png',0),(2934,13,'2018-09-07 10:31:25','2018-09-07 05:01:25','','when-to-start-developing-a-user-story','','inherit','open','closed','','when-to-start-developing-a-user-story','','','2018-09-07 10:31:25','2018-09-07 05:01:25','',0,'http://137.116.134.50/wp-content/uploads/2018/09/when-to-start-developing-a-user-story.png',0,'attachment','image/png',0),(2961,8,'2018-09-07 11:14:32','2018-09-07 05:44:32','No. You don’t have to provide your credit card details to sign up. You\'ll be able to access a fully functional account with all the features for 14 days after you register. We won\'t charge you during the trial period. However, at the end of the trial period, you\'ll have an option to enter your credit card information to continue with the tool access, or you can downgrade to the free plan.\n\n ','Do I need a credit card to sign up?','','inherit','closed','closed','','2894-autosave-v1','','','2018-09-07 11:14:32','2018-09-07 05:44:32','',2894,'http://137.116.134.50/2018/09/07/2894-autosave-v1/',0,'revision','',0),(2996,4,'2018-09-07 11:15:56','2018-09-07 05:45:56','','About','','inherit','closed','closed','','11-revision-v1','','','2018-09-07 11:15:56','2018-09-07 05:45:56','',11,'http://137.116.134.50/2018/09/07/11-revision-v1/',0,'revision','',0),(2998,13,'2018-09-07 11:16:25','2018-09-07 05:46:25','','breaking-down-the-a-manifesto-and-understanding-it','','inherit','open','closed','','breaking-down-the-a-manifesto-and-understanding-it','','','2018-09-07 11:16:25','2018-09-07 05:46:25','',0,'http://137.116.134.50/wp-content/uploads/2018/09/breaking-down-the-a-manifesto-and-understanding-it.png',0,'attachment','image/png',0),(3000,13,'2018-09-07 11:17:00','2018-09-07 05:47:00','','breaking-down-the-a-manifesto-and-understanding-it','','inherit','open','closed','','breaking-down-the-a-manifesto-and-understanding-it-2','','','2018-09-07 11:17:00','2018-09-07 05:47:00','',0,'http://137.116.134.50/wp-content/uploads/2018/09/breaking-down-the-a-manifesto-and-understanding-it-1.png',0,'attachment','image/png',0),(3002,8,'2018-09-07 11:35:47','2018-09-07 06:05:47','You will be charged according to the number of users you wanted to be a part of your license in the given pricing format. The pricing formats will be for 3 months, 6 months and a yearly plan.\n\n ','How is my price calculated?','','inherit','closed','closed','','2895-autosave-v1','','','2018-09-07 11:35:47','2018-09-07 06:05:47','',2895,'http://137.116.134.50/2018/09/07/2895-autosave-v1/',0,'revision','',0),(3013,12,'2018-09-07 11:23:31','2018-09-07 05:53:31','','scrum-tool-article-main','','inherit','open','closed','','scrum-tool-article-main','','','2018-09-07 11:23:31','2018-09-07 05:53:31','',0,'http://137.116.134.50/wp-content/uploads/2018/09/scrum-tool-article-main.png',0,'attachment','image/png',0),(3021,12,'2018-09-07 11:40:14','2018-09-07 06:10:14','','agile-software-development-model','','inherit','open','closed','','agile-software-development-model','','','2018-09-07 11:40:14','2018-09-07 06:10:14','',0,'http://137.116.134.50/wp-content/uploads/2018/09/agile-software-development-model.png',0,'attachment','image/png',0),(3024,8,'2018-09-07 12:06:11','2018-09-07 06:36:11','No, the cost shall remain the same for the 3 months purchased plan, yet we provide a discount in the 6 months and a yearly plan.\n<ul>\n <li>We provide a 10% discount in 6 months of the plan.</li>\n <li>We provide 6 months extra in a yearly plan, so that would be an overall 18 months plan.</li>\n</ul>\nFor further discounts, you can always <span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></span>.\n\n ','Do you offer discounts if large numbers of users are going to use the tool?','','inherit','closed','closed','','2897-autosave-v1','','','2018-09-07 12:06:11','2018-09-07 06:36:11','',2897,'http://137.116.134.50/2018/09/07/2897-autosave-v1/',0,'revision','',0),(3029,12,'2018-09-07 11:46:42','2018-09-07 06:16:42','','what-is-agile-model-in-sdlc','','inherit','open','closed','','what-is-agile-model-in-sdlc','','','2018-09-07 11:46:42','2018-09-07 06:16:42','',0,'http://137.116.134.50/wp-content/uploads/2018/09/what-is-agile-model-in-sdlc.png',0,'attachment','image/png',0),(3030,13,'2018-09-07 11:50:36','2018-09-07 06:20:36','','software-planning-process','','inherit','open','closed','','software-planning-process','','','2018-09-07 11:50:36','2018-09-07 06:20:36','',0,'http://137.116.134.50/wp-content/uploads/2018/09/software-planning-process.png',0,'attachment','image/png',0),(3034,12,'2018-09-07 11:55:12','2018-09-07 06:25:12','','manual-vs-computerised-s-p-m','','inherit','open','closed','','manual-vs-computerised-s-p-m-2','','','2018-09-07 11:55:12','2018-09-07 06:25:12','',0,'http://137.116.134.50/wp-content/uploads/2018/09/manual-vs-computerised-s-p-m-1.png',0,'attachment','image/png',0),(3046,8,'2018-09-07 12:10:43','2018-09-07 06:40:43','No. Quickscrum offers pay-as-you-go services for the tool. You don’t have to sign any long-term contracts or offer any commitments. You simply pay for your license and be part of our tool.','Are there any long term commitments if I register?','','inherit','closed','closed','','2899-autosave-v1','','','2018-09-07 12:10:43','2018-09-07 06:40:43','',2899,'http://137.116.134.50/2018/09/07/2899-autosave-v1/',0,'revision','',0),(3047,13,'2018-09-07 12:08:41','2018-09-07 06:38:41','','DealingWithProjectRisk','','inherit','open','closed','','dealingwithprojectrisk','','','2018-09-07 12:08:41','2018-09-07 06:38:41','',0,'http://137.116.134.50/wp-content/uploads/2018/09/DealingWithProjectRisk.png',0,'attachment','image/png',0),(3050,12,'2018-09-07 12:10:46','2018-09-07 06:40:46','','03_ wedding_photography','','inherit','open','closed','','03_-wedding_photography','','','2018-09-07 12:10:46','2018-09-07 06:40:46','',0,'http://137.116.134.50/wp-content/uploads/2018/09/GBharti-MarketingDigital-MarketingQuickScrumGraphicsArticle-Graphics5-Ways-How-To-Retain-Clien.jpg',0,'attachment','image/jpeg',0),(3051,8,'2018-09-07 12:11:27','2018-09-07 06:41:27','We accept Visa, MasterCard, and American Express. We don’t accept PayPal. For customers subscribing to enterprise plans, we offer annual invoiced billing.','How can I make the payments?','','inherit','closed','closed','','2900-autosave-v1','','','2018-09-07 12:11:27','2018-09-07 06:41:27','',2900,'http://137.116.134.50/2018/09/07/2900-autosave-v1/',0,'revision','',0),(3061,12,'2018-09-07 12:19:24','2018-09-07 06:49:24','','what-is-sprint-planning','','inherit','open','closed','','what-is-sprint-planning-2','','','2018-09-07 12:19:24','2018-09-07 06:49:24','',0,'http://137.116.134.50/wp-content/uploads/2018/09/what-is-sprint-planning-1.png',0,'attachment','image/png',0),(3062,13,'2018-09-07 12:20:14','2018-09-07 06:50:14','','ProductOwnerTeamStakeholders-300x168','','inherit','open','closed','','productownerteamstakeholders-300x168','','','2018-09-07 12:20:14','2018-09-07 06:50:14','',0,'http://137.116.134.50/wp-content/uploads/2018/09/ProductOwnerTeamStakeholders-300x168-1.png',0,'attachment','image/png',0),(3072,12,'2018-09-07 12:24:22','2018-09-07 06:54:22','','software-development-activities-in-the-it-field (1)','','inherit','open','closed','','software-development-activities-in-the-it-field-1','','','2018-09-07 12:24:22','2018-09-07 06:54:22','',0,'http://137.116.134.50/wp-content/uploads/2018/09/software-development-activities-in-the-it-field-1.png',0,'attachment','image/png',0),(3073,8,'2018-09-07 12:24:25','2018-09-07 06:54:25','Yes, Quickscrum complies with all requirements and best practices for secure credit card processing. Quickscrum is certified by and complies with PCI DSS standards. Moreover, our online payment processes are regularly scanned by Security Metrics. Your credit card information is kept safe and stored in a highly secure manner using the latest encryption technologies. All transactions are processed by Cyber Source and Braintree - Two of the world\'s leading payment gateway service providers and owned by Visa and PayPal.','Is it safe to use my credit card on Quickscrum?','','inherit','closed','closed','','2907-autosave-v1','','','2018-09-07 12:24:25','2018-09-07 06:54:25','',2907,'http://137.116.134.50/2018/09/07/2907-autosave-v1/',0,'revision','',0),(3074,8,'2018-09-07 12:24:59','2018-09-07 06:54:59','We provide 14 days of the trial period to try out our tool. You don\'t require to provide any credit card details for the same. As per our policy, We don\'t provide refund once purchase is made. In case of any double payments or transaction failure we will refund your payment through same mode within 10 working days.','What is the refund policy for the tool?','','inherit','closed','closed','','2909-autosave-v1','','','2018-09-07 12:24:59','2018-09-07 06:54:59','',2909,'http://137.116.134.50/2018/09/07/2909-autosave-v1/',0,'revision','',0),(3075,8,'2018-09-07 12:27:08','2018-09-07 06:57:08','We provide free support via email. In many cases, you\'ll have an answer within an hour. Just send us your concern at support@quickscrum.com and we\'ll get back to you soon. We also provide live chat support during business hours in the United States and Europe.','What kind of customer support services do you provide?','','inherit','closed','closed','','2915-autosave-v1','','','2018-09-07 12:27:08','2018-09-07 06:57:08','',2915,'http://137.116.134.50/2018/09/07/2915-autosave-v1/',0,'revision','',0),(3094,13,'2018-09-07 13:46:04','2018-09-07 08:16:04','','Devops_Banner_1','','inherit','open','closed','','devops_banner_1','','','2018-09-07 13:46:04','2018-09-07 08:16:04','',0,'http://137.116.134.50/wp-content/uploads/2018/09/Devops_Banner_1.jpg',0,'attachment','image/jpeg',0),(3096,13,'2018-09-07 13:46:45','2018-09-07 08:16:45','','Devops_Banner_2','','inherit','open','closed','','devops_banner_2','','','2018-09-07 13:46:45','2018-09-07 08:16:45','',0,'http://137.116.134.50/wp-content/uploads/2018/09/Devops_Banner_2.jpg',0,'attachment','image/jpeg',0),(3100,13,'2018-09-07 13:48:06','2018-09-07 08:18:06','','Devops_Banner _4','','inherit','open','closed','','devops_banner-_4','','','2018-09-07 13:48:06','2018-09-07 08:18:06','',0,'http://137.116.134.50/wp-content/uploads/2018/09/Devops_Banner-_4.jpg',0,'attachment','image/jpeg',0),(3101,13,'2018-09-07 13:49:56','2018-09-07 08:19:56','','Devops_Banner_5','','inherit','open','closed','','devops_banner_5','','','2018-09-07 13:49:56','2018-09-07 08:19:56','',0,'http://137.116.134.50/wp-content/uploads/2018/09/Devops_Banner_5.jpg',0,'attachment','image/jpeg',0),(3105,12,'2018-09-07 14:02:26','2018-09-07 08:32:26','Definition, stating in user stories, who defines, and discussions.','DoD','','publish','closed','open','','dod','','','2018-09-07 14:02:26','2018-09-07 08:32:26','',0,'http://137.116.134.50/?post_type=forum&p=3105',0,'forum','',0),(3106,12,'2018-09-07 14:02:26','2018-09-07 08:32:26','Definition, stating in user stories, who defines, and discussions.','DoD','','inherit','closed','closed','','3105-revision-v1','','','2018-09-07 14:02:26','2018-09-07 08:32:26','',3105,'http://137.116.134.50/2018/09/07/3105-revision-v1/',0,'revision','',0),(3108,12,'2018-09-07 14:04:02','2018-09-07 08:34:02','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I have a question regarding the Definition of Done (DoD).</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I understand that the DoD is an integral part of a user story. Any user story can only be considered as \"shippable\" if its DoD is fulfilled by the team.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">My question:</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">When is the DoD first applied in a user story? During the sprint planning session or during the daily Scrum?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Davis</span></div>\r\n</div>','When is the DoD first applied? During sprint planning or daily scrum?','','publish','closed','open','','when-is-the-dod-first-applied-during-sprint-planning-or-daily-scrum','','','2018-09-07 14:04:02','2018-09-07 08:34:02','',3105,'http://137.116.134.50/?post_type=topic&p=3108',0,'topic','',0),(3109,12,'2018-09-07 14:04:02','2018-09-07 08:34:02','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I have a question regarding the Definition of Done (DoD).</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I understand that the DoD is an integral part of a user story. Any user story can only be considered as \"shippable\" if its DoD is fulfilled by the team.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">My question:</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">When is the DoD first applied in a user story? During the sprint planning session or during the daily Scrum?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Davis</span></div>\r\n</div>','When is the DoD first applied? During sprint planning or daily scrum?','','inherit','closed','closed','','3108-revision-v1','','','2018-09-07 14:04:02','2018-09-07 08:34:02','',3108,'http://137.116.134.50/2018/09/07/3108-revision-v1/',0,'revision','',0),(3112,12,'2018-09-07 14:06:18','2018-09-07 08:36:18','Product Backlog Refinement','Product Backlog Refinement','','publish','closed','open','','product-backlog-refinement','','','2018-09-07 14:06:18','2018-09-07 08:36:18','',0,'http://137.116.134.50/?post_type=forum&p=3112',0,'forum','',0),(3113,12,'2018-09-07 14:06:18','2018-09-07 08:36:18','Product Backlog Refinement','Product Backlog Refinement','','inherit','closed','closed','','3112-revision-v1','','','2018-09-07 14:06:18','2018-09-07 08:36:18','',3112,'http://137.116.134.50/2018/09/07/3112-revision-v1/',0,'revision','',0),(3115,12,'2018-09-07 14:08:23','2018-09-07 08:38:23','Hello All,\r\n\r\nWe work with a large product backlog and have to spend a lot of time in refining it. Does Scrum allow a \"backlog refinement meeting\"?\r\n\r\nWe generally spend an hour approximately every working day to groom the product backlog. We are currently in our 7th sprint and have realised it is very important for us to keep the product backlog groomed on a regular basis. This helps us to save time during the sprint planning sessions since we can\'t afford to waste time grooming the backlog during the session.\r\n\r\nI know it would not be a \"standard\" Scrum event and teams don\'t actually have such a meeting. However, considering the manner in which we implement Scrum such a meeting would help us deal with the refinement activity in a more organised way. The question is if we hold such a team are we \"violating\" Scrum in any way?\r\n\r\n<span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Allan</span>','Does Scrum allow a \'backlog refinement meeting\'?','','publish','closed','open','','does-scrum-allow-a-backlog-refinement-meeting','','','2018-09-07 14:08:23','2018-09-07 08:38:23','',3112,'http://137.116.134.50/?post_type=topic&p=3115',0,'topic','',0),(3118,12,'2018-09-07 14:08:23','2018-09-07 08:38:23','Hello All,\r\n\r\nWe work with a large product backlog and have to spend a lot of time in refining it. Does Scrum allow a \"backlog refinement meeting\"?\r\n\r\nWe generally spend an hour approximately every working day to groom the product backlog. We are currently in our 7th sprint and have realised it is very important for us to keep the product backlog groomed on a regular basis. This helps us to save time during the sprint planning sessions since we can\'t afford to waste time grooming the backlog during the session.\r\n\r\nI know it would not be a \"standard\" Scrum event and teams don\'t actually have such a meeting. However, considering the manner in which we implement Scrum such a meeting would help us deal with the refinement activity in a more organised way. The question is if we hold such a team are we \"violating\" Scrum in any way?\r\n\r\n<span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Allan</span>','Does Scrum allow a \'backlog refinement meeting\'?','','inherit','closed','closed','','3115-revision-v1','','','2018-09-07 14:08:23','2018-09-07 08:38:23','',3115,'http://137.116.134.50/2018/09/07/3115-revision-v1/',0,'revision','',0),(3119,12,'2018-09-07 14:08:28','2018-09-07 08:38:28','Hello All,\r\n\r\nWe work with a large product backlog and have to spend a lot of time in refining it. Does Scrum allow a \"backlog refinement meeting\"?\r\n\r\nWe generally spend an hour approximately every working day to groom the product backlog. We are currently in our 7th sprint and have realised it is very important for us to keep the product backlog groomed on a regular basis. This helps us to save time during the sprint planning sessions since we can\'t afford to waste time grooming the backlog during the session.\r\n\r\nI know it would not be a \"standard\" Scrum event and teams don\'t actually have such a meeting. However, considering the manner in which we implement Scrum such a meeting would help us deal with the refinement activity in a more organised way. The question is if we hold such a team are we \"violating\" Scrum in any way?\r\n\r\n<span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Allan</span>','Does Scrum allow a \'backlog refinement meeting\'?','','inherit','closed','closed','','3115-autosave-v1','','','2018-09-07 14:08:28','2018-09-07 08:38:28','',3115,'http://137.116.134.50/2018/09/07/3115-autosave-v1/',0,'revision','',0),(3121,13,'2018-09-07 14:08:46','2018-09-07 08:38:46','','TimeToMarket','','inherit','open','closed','','timetomarket','','','2018-09-07 14:08:46','2018-09-07 08:38:46','',0,'http://137.116.134.50/wp-content/uploads/2018/09/TimeToMarket.jpg',0,'attachment','image/jpeg',0),(3122,12,'2018-09-07 14:10:21','2018-09-07 08:40:21','The new version the Scrum guide states: \"Product Backlog refinement is the act of adding detail, estimates, and order to items in the Product Backlog. This is an ongoing process in which the Product Owner and the Development Team collaborate on the details of Product Backlog items. During Product Backlog refinement, items are reviewed and revised. The Scrum Team decides how and when refinement is done.\"\r\n\r\nThe previous 2011 version of the guide stated: \"Product Backlog refinement should involve the Development Team and the Product Owner.\"\r\n\r\nThe new version further states: \"The Product Owner is responsible for maximizing the value of the product and the work of the Development Team.\"\r\n\r\n… and\r\n\r\n\"The Product Owner is the sole person responsible for managing the Product Backlog.\"\r\n\r\nDoes it mean that the PO is no longer responsible or held accountable for the grooming activity? Is the development team responsible? Or both?\r\n\r\n<span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Michael</span>','Does the new version of Scrum guide make the development team responsible for grooming?','','publish','closed','open','','does-the-new-version-of-scrum-guide-make-the-development-team-responsible-for-grooming','','','2018-09-07 14:10:21','2018-09-07 08:40:21','',3112,'http://137.116.134.50/?post_type=topic&p=3122',0,'topic','',0),(3123,12,'2018-09-07 14:10:21','2018-09-07 08:40:21','The new version the Scrum guide states: \"Product Backlog refinement is the act of adding detail, estimates, and order to items in the Product Backlog. This is an ongoing process in which the Product Owner and the Development Team collaborate on the details of Product Backlog items. During Product Backlog refinement, items are reviewed and revised. The Scrum Team decides how and when refinement is done.\"\r\n\r\nThe previous 2011 version of the guide stated: \"Product Backlog refinement should involve the Development Team and the Product Owner.\"\r\n\r\nThe new version further states: \"The Product Owner is responsible for maximizing the value of the product and the work of the Development Team.\"\r\n\r\n… and\r\n\r\n\"The Product Owner is the sole person responsible for managing the Product Backlog.\"\r\n\r\nDoes it mean that the PO is no longer responsible or held accountable for the grooming activity? Is the development team responsible? Or both?\r\n\r\n<span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Michael</span>','Does the new version of Scrum guide make the development team responsible for grooming?','','inherit','closed','closed','','3122-revision-v1','','','2018-09-07 14:10:21','2018-09-07 08:40:21','',3122,'http://137.116.134.50/2018/09/07/3122-revision-v1/',0,'revision','',0),(3124,12,'2018-09-07 14:10:30','2018-09-07 08:40:30','The new version the Scrum guide states: \"Product Backlog refinement is the act of adding detail, estimates, and order to items in the Product Backlog. This is an ongoing process in which the Product Owner and the Development Team collaborate on the details of Product Backlog items. During Product Backlog refinement, items are reviewed and revised. The Scrum Team decides how and when refinement is done.\"\r\n\r\nThe previous 2011 version of the guide stated: \"Product Backlog refinement should involve the Development Team and the Product Owner.\"\r\n\r\nThe new version further states: \"The Product Owner is responsible for maximizing the value of the product and the work of the Development Team.\"\r\n\r\n… and\r\n\r\n\"The Product Owner is the sole person responsible for managing the Product Backlog.\"\r\n\r\nDoes it mean that the PO is no longer responsible or held accountable for the grooming activity? Is the development team responsible? Or both?\r\n\r\n<span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Michael</span>','Does the new version of Scrum guide make the development team responsible for grooming?','','inherit','closed','closed','','3122-autosave-v1','','','2018-09-07 14:10:30','2018-09-07 08:40:30','',3122,'http://137.116.134.50/2018/09/07/3122-autosave-v1/',0,'revision','',0),(3125,12,'2018-09-07 14:11:55','2018-09-07 08:41:55','Creation, estimating, DOD, acceptance criteria, issues and problems, segregation, and discussions.','User Stories','','publish','closed','open','','user-stories','','','2018-09-07 14:11:55','2018-09-07 08:41:55','',0,'http://137.116.134.50/?post_type=forum&p=3125',0,'forum','',0),(3126,12,'2018-09-07 14:11:55','2018-09-07 08:41:55','Creation, estimating, DOD, acceptance criteria, issues and problems, segregation, and discussions.','User Stories','','inherit','closed','closed','','3125-revision-v1','','','2018-09-07 14:11:55','2018-09-07 08:41:55','',3125,'http://137.116.134.50/2018/09/07/3125-revision-v1/',0,'revision','',0),(3127,12,'2018-09-07 14:12:58','2018-09-07 08:42:58','Suppose a user story in the sprint backlog has been estimated to 5 points during the sprint planning session. During the sprint, the particular story is taken up for development, and the team now finds that the story is more complex to develop since additional information is availed which re-describes the story. Can the same story be re-estimated and developed during the current sprint? If the story is re-estimated, it will take more time to develop it since it now has 12 story points complexity. What can I do in such a situation?\r\n\r\n1. Continue with the current estimation and the current sprint - do nothing.\r\n\r\n2. Present the issue to the PO and let him/her work upon the complexity of the story.\r\n\r\n3. Remove it from the sprint backlog and develop it in next sprint\r\n\r\n<span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Jitendra</span>','Can A User Story Be Re-Estimated During A Sprint?','','publish','closed','open','','can-a-user-story-be-re-estimated-during-a-sprint','','','2018-09-07 14:12:58','2018-09-07 08:42:58','',3125,'http://137.116.134.50/?post_type=topic&p=3127',0,'topic','',0),(3128,12,'2018-09-07 14:12:58','2018-09-07 08:42:58','Suppose a user story in the sprint backlog has been estimated to 5 points during the sprint planning session. During the sprint, the particular story is taken up for development, and the team now finds that the story is more complex to develop since additional information is availed which re-describes the story. Can the same story be re-estimated and developed during the current sprint? If the story is re-estimated, it will take more time to develop it since it now has 12 story points complexity. What can I do in such a situation?\r\n\r\n1. Continue with the current estimation and the current sprint - do nothing.\r\n\r\n2. Present the issue to the PO and let him/her work upon the complexity of the story.\r\n\r\n3. Remove it from the sprint backlog and develop it in next sprint\r\n\r\n<span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Jitendra</span>','Can A User Story Be Re-Estimated During A Sprint?','','inherit','closed','closed','','3127-revision-v1','','','2018-09-07 14:12:58','2018-09-07 08:42:58','',3127,'http://137.116.134.50/2018/09/07/3127-revision-v1/',0,'revision','',0),(3129,12,'2018-09-07 14:13:01','2018-09-07 08:43:01','Suppose a user story in the sprint backlog has been estimated to 5 points during the sprint planning session. During the sprint, the particular story is taken up for development, and the team now finds that the story is more complex to develop since additional information is availed which re-describes the story. Can the same story be re-estimated and developed during the current sprint? If the story is re-estimated, it will take more time to develop it since it now has 12 story points complexity. What can I do in such a situation?\r\n\r\n1. Continue with the current estimation and the current sprint - do nothing.\r\n\r\n2. Present the issue to the PO and let him/her work upon the complexity of the story.\r\n\r\n3. Remove it from the sprint backlog and develop it in next sprint\r\n\r\n<span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Jitendra</span>','Can A User Story Be Re-Estimated During A Sprint?','','inherit','closed','closed','','3127-autosave-v1','','','2018-09-07 14:13:01','2018-09-07 08:43:01','',3127,'http://137.116.134.50/2018/09/07/3127-autosave-v1/',0,'revision','',0),(3130,12,'2018-09-07 14:15:48','2018-09-07 08:45:48','Hi, my name is Joshua and I work as a Scrum Master for a small IT company. I was appointed in place of the SM who left a month ago, and after joining I observed that the team had a habit of adding more stories in the sprint than it can handle. The idea is to ensure that the developer doesn\'t run out of work and should remain busy. The team consists of 2 senior developers and 3 junior developers. The company has transitioned to Agile approximately 6 months ago.\r\n\r\nAfter joining, I immediately put a stop to this habit of adding on more stories before the older ones are completed. This has, of course, created many debates, and the CTO is now intervening by allotting stories and tasks directly to the team.\r\n\r\nI understand developers should remain busy with work and should not remain unoccupied, but due to this type of Scrum implementation high-ranking stories are not being developed so the value of the project is not maintained. The CTO argues that all stories will be completed during the sprints so there is no need to prioritise them - all of the stories are important for the project.\r\n\r\nI need suggestions on how to go about this issue.\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Cheers!</p>\r\n\r\n<div class=\"row\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Ross</span></div>\r\n ','Adding more stories to keep the developers busy','','publish','closed','open','','adding-more-stories-to-keep-the-developers-busy','','','2018-09-07 14:15:48','2018-09-07 08:45:48','',3125,'http://137.116.134.50/?post_type=topic&p=3130',0,'topic','',0),(3131,12,'2018-09-07 14:15:48','2018-09-07 08:45:48','Hi, my name is Joshua and I work as a Scrum Master for a small IT company. I was appointed in place of the SM who left a month ago, and after joining I observed that the team had a habit of adding more stories in the sprint than it can handle. The idea is to ensure that the developer doesn\'t run out of work and should remain busy. The team consists of 2 senior developers and 3 junior developers. The company has transitioned to Agile approximately 6 months ago.\r\n\r\nAfter joining, I immediately put a stop to this habit of adding on more stories before the older ones are completed. This has, of course, created many debates, and the CTO is now intervening by allotting stories and tasks directly to the team.\r\n\r\nI understand developers should remain busy with work and should not remain unoccupied, but due to this type of Scrum implementation high-ranking stories are not being developed so the value of the project is not maintained. The CTO argues that all stories will be completed during the sprints so there is no need to prioritise them - all of the stories are important for the project.\r\n\r\nI need suggestions on how to go about this issue.\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Cheers!</p>\r\n\r\n<div class=\"row\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Ross</span></div>\r\n ','Adding more stories to keep the developers busy','','inherit','closed','closed','','3130-revision-v1','','','2018-09-07 14:15:48','2018-09-07 08:45:48','',3130,'http://137.116.134.50/2018/09/07/3130-revision-v1/',0,'revision','',0),(3132,12,'2018-09-07 14:15:52','2018-09-07 08:45:52','Hi, my name is Joshua and I work as a Scrum Master for a small IT company. I was appointed in place of the SM who left a month ago, and after joining I observed that the team had a habit of adding more stories in the sprint than it can handle. The idea is to ensure that the developer doesn\'t run out of work and should remain busy. The team consists of 2 senior developers and 3 junior developers. The company has transitioned to Agile approximately 6 months ago.\r\n\r\nAfter joining, I immediately put a stop to this habit of adding on more stories before the older ones are completed. This has, of course, created many debates, and the CTO is now intervening by allotting stories and tasks directly to the team.\r\n\r\nI understand developers should remain busy with work and should not remain unoccupied, but due to this type of Scrum implementation high-ranking stories are not being developed so the value of the project is not maintained. The CTO argues that all stories will be completed during the sprints so there is no need to prioritise them - all of the stories are important for the project.\r\n\r\nI need suggestions on how to go about this issue.\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Cheers!</p>\r\n\r\n<div class=\"row\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Ross</span></div>\r\n ','Adding more stories to keep the developers busy','','inherit','closed','closed','','3130-autosave-v1','','','2018-09-07 14:15:52','2018-09-07 08:45:52','',3130,'http://137.116.134.50/2018/09/07/3130-autosave-v1/',0,'revision','',0),(3133,12,'2018-09-07 14:17:31','2018-09-07 08:47:31','Hi,\r\n\r\nI am new at writing user stories. As per PO’s requirement, I have drafted the following user story for an admin process. Is the story valid as per Scrum?\r\n\r\nAs a Super User\r\n\r\nI want to prevent myself from disabling unpaid accounts So I can ensure that customer pays the invoice amount\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Thanks</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Jeremy</span></div>\r\n</div>\r\n ','Correct Format Of User Story','','publish','closed','open','','correct-format-of-user-story','','','2018-09-07 14:17:31','2018-09-07 08:47:31','',3125,'http://137.116.134.50/?post_type=topic&p=3133',0,'topic','',0),(3135,12,'2018-09-07 14:17:31','2018-09-07 08:47:31','Hi,\r\n\r\nI am new at writing user stories. As per PO’s requirement, I have drafted the following user story for an admin process. Is the story valid as per Scrum?\r\n\r\nAs a Super User\r\n\r\nI want to prevent myself from disabling unpaid accounts So I can ensure that customer pays the invoice amount\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Thanks</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Jeremy</span></div>\r\n</div>\r\n ','Correct Format Of User Story','','inherit','closed','closed','','3133-revision-v1','','','2018-09-07 14:17:31','2018-09-07 08:47:31','',3133,'http://137.116.134.50/2018/09/07/3133-revision-v1/',0,'revision','',0),(3136,12,'2018-09-07 14:17:37','2018-09-07 08:47:37','Hi,\r\n\r\nI am new at writing user stories. As per PO’s requirement, I have drafted the following user story for an admin process. Is the story valid as per Scrum?\r\n\r\nAs a Super User\r\n\r\nI want to prevent myself from disabling unpaid accounts So I can ensure that customer pays the invoice amount\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Thanks</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Jeremy</span></div>\r\n</div>\r\n ','Correct Format Of User Story','','inherit','closed','closed','','3133-autosave-v1','','','2018-09-07 14:17:37','2018-09-07 08:47:37','',3133,'http://137.116.134.50/2018/09/07/3133-autosave-v1/',0,'revision','',0),(3137,12,'2018-09-07 14:19:45','2018-09-07 08:49:45','Hello,\r\n\r\nDuring our sprint planning session, we estimated the user stories and created the sprint backlog. Later, we started with the sprint. While the sprint was executing, the DT realised that one of the stories was estimated incorrectly - it should have been estimated at 150 while it was erroneously estimated at 100.\r\n\r\nWhat should the DT do now?\r\n\r\nThanks for your help.\r\n\r\n<span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Chaitali</span>','Incorrect estimation of a user story in sprint backlog','','publish','closed','open','','incorrect-estimation-of-a-user-story-in-sprint-backlog','','','2018-09-07 14:19:45','2018-09-07 08:49:45','',3125,'http://137.116.134.50/?post_type=topic&p=3137',0,'topic','',0),(3139,12,'2018-09-07 14:19:45','2018-09-07 08:49:45','Hello,\r\n\r\nDuring our sprint planning session, we estimated the user stories and created the sprint backlog. Later, we started with the sprint. While the sprint was executing, the DT realised that one of the stories was estimated incorrectly - it should have been estimated at 150 while it was erroneously estimated at 100.\r\n\r\nWhat should the DT do now?\r\n\r\nThanks for your help.\r\n\r\n<span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Chaitali</span>','Incorrect estimation of a user story in sprint backlog','','inherit','closed','closed','','3137-revision-v1','','','2018-09-07 14:19:45','2018-09-07 08:49:45','',3137,'http://137.116.134.50/2018/09/07/3137-revision-v1/',0,'revision','',0),(3140,12,'2018-09-07 14:19:49','2018-09-07 08:49:49','Hello,\r\n\r\nDuring our sprint planning session, we estimated the user stories and created the sprint backlog. Later, we started with the sprint. While the sprint was executing, the DT realised that one of the stories was estimated incorrectly - it should have been estimated at 150 while it was erroneously estimated at 100.\r\n\r\nWhat should the DT do now?\r\n\r\nThanks for your help.\r\n\r\n<span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Chaitali</span>','Incorrect estimation of a user story in sprint backlog','','inherit','closed','closed','','3137-autosave-v1','','','2018-09-07 14:19:49','2018-09-07 08:49:49','',3137,'http://137.116.134.50/2018/09/07/3137-autosave-v1/',0,'revision','',0),(3141,12,'2018-09-07 14:20:44','2018-09-07 08:50:44','We have a great team delivering quality user stories. As per our practice, we test the stories as soon as they get developed. Recently we have added three more team members to our existing team of four as the management wants to plan a quick release of the MVP. The problem we face right now is that stories are delivered late for testing purposes - almost a day before the sprint is due for completion - and the testing team faces a lot of pressure to analyse and test the stories on time. Our testing activity is included as a task in the sprint, therefore if the stories are completed and their testing is not carried out, the sprint remains incomplete.\r\n\r\n<span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Ivan</span>','Stories cannot be tested in time before the sprint ends','','publish','closed','open','','stories-cannot-be-tested-in-time-before-the-sprint-ends','','','2018-09-07 14:20:44','2018-09-07 08:50:44','',3125,'http://137.116.134.50/?post_type=topic&p=3141',0,'topic','',0),(3142,12,'2018-09-07 14:20:44','2018-09-07 08:50:44','We have a great team delivering quality user stories. As per our practice, we test the stories as soon as they get developed. Recently we have added three more team members to our existing team of four as the management wants to plan a quick release of the MVP. The problem we face right now is that stories are delivered late for testing purposes - almost a day before the sprint is due for completion - and the testing team faces a lot of pressure to analyse and test the stories on time. Our testing activity is included as a task in the sprint, therefore if the stories are completed and their testing is not carried out, the sprint remains incomplete.\r\n\r\n<span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Ivan</span>','Stories cannot be tested in time before the sprint ends','','inherit','closed','closed','','3141-revision-v1','','','2018-09-07 14:20:44','2018-09-07 08:50:44','',3141,'http://137.116.134.50/2018/09/07/3141-revision-v1/',0,'revision','',0),(3144,12,'2018-09-07 14:20:50','2018-09-07 08:50:50','We have a great team delivering quality user stories. As per our practice, we test the stories as soon as they get developed. Recently we have added three more team members to our existing team of four as the management wants to plan a quick release of the MVP. The problem we face right now is that stories are delivered late for testing purposes - almost a day before the sprint is due for completion - and the testing team faces a lot of pressure to analyse and test the stories on time. Our testing activity is included as a task in the sprint, therefore if the stories are completed and their testing is not carried out, the sprint remains incomplete.\r\n\r\n<span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Ivan</span>','Stories cannot be tested in time before the sprint ends','','inherit','closed','closed','','3141-autosave-v1','','','2018-09-07 14:20:50','2018-09-07 08:50:50','',3141,'http://137.116.134.50/2018/09/07/3141-autosave-v1/',0,'revision','',0),(3145,12,'2018-09-07 14:22:34','2018-09-07 08:52:34','The guide says that \"The Product Backlog lists all features, functions, requirements, enhancements, and fixes that constitute the changes to be made to the product in future releases\"\r\n\r\nThe list can be translated to User Stories, but they don\'t always have to be, correct? The Product Backlog may contain other aspects pertaining to development other than User Stories, is this correct? thank you!\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Gabriel</span></div>','Should User Stories In Product Backlog Always Consist of Product Features And Enhancements?','','publish','closed','open','','should-user-stories-in-product-backlog-always-consist-of-product-features-and-enhancements','','','2018-09-07 14:22:34','2018-09-07 08:52:34','',3125,'http://137.116.134.50/?post_type=topic&p=3145',0,'topic','',0),(3146,12,'2018-09-07 14:22:34','2018-09-07 08:52:34','The guide says that \"The Product Backlog lists all features, functions, requirements, enhancements, and fixes that constitute the changes to be made to the product in future releases\"\r\n\r\nThe list can be translated to User Stories, but they don\'t always have to be, correct? The Product Backlog may contain other aspects pertaining to development other than User Stories, is this correct? thank you!\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Gabriel</span></div>','Should User Stories In Product Backlog Always Consist of Product Features And Enhancements?','','inherit','closed','closed','','3145-revision-v1','','','2018-09-07 14:22:34','2018-09-07 08:52:34','',3145,'http://137.116.134.50/2018/09/07/3145-revision-v1/',0,'revision','',0),(3147,12,'2018-09-07 14:22:39','2018-09-07 08:52:39','The guide says that \"The Product Backlog lists all features, functions, requirements, enhancements, and fixes that constitute the changes to be made to the product in future releases\"\r\n\r\nThe list can be translated to User Stories, but they don\'t always have to be, correct? The Product Backlog may contain other aspects pertaining to development other than User Stories, is this correct? thank you!\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Gabriel</span></div>','Should User Stories In Product Backlog Always Consist of Product Features And Enhancements?','','inherit','closed','closed','','3145-autosave-v1','','','2018-09-07 14:22:39','2018-09-07 08:52:39','',3145,'http://137.116.134.50/2018/09/07/3145-autosave-v1/',0,'revision','',0),(3148,12,'2018-09-07 14:24:40','2018-09-07 08:54:40','I want to know up to what level should user stories be ideally broken down? Suppose I have a story that says:\r\n\r\n\"Test XYZ v3.0.0\"\r\n\r\nHere XYZ refers to the application to be tested. If I write down the story using the normal format, it would say:\r\n\r\n\"As an XYZC user, I can have the bugs removed and enhancements made, so that it can be very useful to end users.\"\r\n\r\nI feel if the story is written down in this manner, it would be too generalised and big for development purposes. If I further break it down into two parts i.e. two stories, they would look like:\r\n\r\n\"As an XYZC user, I can have the bugs removed, so I can control technical debt.\"\r\n\r\nand...\r\n\r\n\"As an XYZC user, I can incorporate the enhancements, so end users can enjoy enhanced user experience and get more out of the application\"\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I could go on breaking down the stories into even more parts to make them more meaningful and effective. However, I would like to know up to what extent should story be ideally broken down to be effective from the development point of view?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Jhon</span></div>\r\n</div>\r\n ','Up to what level should user stories be broken down?','','publish','closed','open','','up-to-what-level-should-user-stories-be-broken-down','','','2018-09-07 14:24:50','2018-09-07 08:54:50','',3125,'http://137.116.134.50/?post_type=topic&p=3148',0,'topic','',0),(3149,13,'2018-09-07 14:22:59','2018-09-07 08:52:59','','1','','inherit','open','closed','','1','','','2018-09-07 14:22:59','2018-09-07 08:52:59','',0,'http://137.116.134.50/wp-content/uploads/2018/09/1.jpg',0,'attachment','image/jpeg',0),(3150,13,'2018-09-07 14:24:00','2018-09-07 08:54:00','','2','','inherit','open','closed','','2','','','2018-09-07 14:24:00','2018-09-07 08:54:00','',0,'http://137.116.134.50/wp-content/uploads/2018/09/2.jpg',0,'attachment','image/jpeg',0),(3151,12,'2018-09-07 14:24:40','2018-09-07 08:54:40','I want to know up to what level should user stories be ideally broken down? Suppose I have a story that says:\r\n\r\n\"Test XYZ v3.0.0\"\r\n\r\nHere XYZ refers to the application to be tested. If I write down the story using the normal format, it would say:\r\n\r\n\"As an XYZC user, I can have the bugs removed and enhancements made, so that it can be very useful to end users.\"\r\n\r\nI feel if the story is written down in this manner, it would be too generalised and big for development purposes. If I further break it down into two parts i.e. two stories, they would look like:\r\n\r\n\"As an XYZC user, I can have the bugs removed, so I can control technical debt.\"\r\n\r\nand...\r\n\r\n\"As an XYZC user, I can incorporate the enhancements, so end users can enjoy enhanced user experience and get more out of the application\"\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I could go on breaking down the stories into even more parts to make them more meaningful and effective. However, I would like to know up to what extent should story be ideally broken down to be effective from the development point of view?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Jhon</span></div>\r\n</div>\r\n ','Up to what level should user stories be broken down?','','inherit','closed','closed','','3148-revision-v1','','','2018-09-07 14:24:40','2018-09-07 08:54:40','',3148,'http://137.116.134.50/2018/09/07/3148-revision-v1/',0,'revision','',0),(3153,12,'2018-09-07 14:24:55','2018-09-07 08:54:55','I want to know up to what level should user stories be ideally broken down? Suppose I have a story that says:\r\n\r\n\"Test XYZ v3.0.0\"\r\n\r\nHere XYZ refers to the application to be tested. If I write down the story using the normal format, it would say:\r\n\r\n\"As an XYZC user, I can have the bugs removed and enhancements made, so that it can be very useful to end users.\"\r\n\r\nI feel if the story is written down in this manner, it would be too generalised and big for development purposes. If I further break it down into two parts i.e. two stories, they would look like:\r\n\r\n\"As an XYZC user, I can have the bugs removed, so I can control technical debt.\"\r\n\r\nand...\r\n\r\n\"As an XYZC user, I can incorporate the enhancements, so end users can enjoy enhanced user experience and get more out of the application\"\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I could go on breaking down the stories into even more parts to make them more meaningful and effective. However, I would like to know up to what extent should story be ideally broken down to be effective from the development point of view?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Jhon</span></div>\r\n</div>\r\n ','Up to what level should user stories be broken down?','','inherit','closed','closed','','3148-autosave-v1','','','2018-09-07 14:24:55','2018-09-07 08:54:55','',3148,'http://137.116.134.50/2018/09/07/3148-autosave-v1/',0,'revision','',0),(3154,12,'2018-09-07 14:25:45','2018-09-07 08:55:45','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hello,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">In the organisation I work for, the product owner does not size the PBIs and defines only important backlog items. This creates problems during sprint planning sessions as some of the features are dependent upon other, and some user stories have to be defined during the session to support the core development activity. Since user stories are not sized properly, the team invests a lot of time during sprint planning to size up the stories and estimate them. What is the recommended way of dealing with this situation?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Christian</span></div>\r\n</div>','Product backlog items not defined in time and not sized up','','publish','closed','open','','product-backlog-items-not-defined-in-time-and-not-sized-up','','','2018-09-07 14:25:45','2018-09-07 08:55:45','',3125,'http://137.116.134.50/?post_type=topic&p=3154',0,'topic','',0),(3156,12,'2018-09-07 14:25:45','2018-09-07 08:55:45','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hello,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">In the organisation I work for, the product owner does not size the PBIs and defines only important backlog items. This creates problems during sprint planning sessions as some of the features are dependent upon other, and some user stories have to be defined during the session to support the core development activity. Since user stories are not sized properly, the team invests a lot of time during sprint planning to size up the stories and estimate them. What is the recommended way of dealing with this situation?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Christian</span></div>\r\n</div>','Product backlog items not defined in time and not sized up','','inherit','closed','closed','','3154-revision-v1','','','2018-09-07 14:25:45','2018-09-07 08:55:45','',3154,'http://137.116.134.50/2018/09/07/3154-revision-v1/',0,'revision','',0),(3157,12,'2018-09-07 14:25:54','2018-09-07 08:55:54','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hello,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">In the organisation I work for, the product owner does not size the PBIs and defines only important backlog items. This creates problems during sprint planning sessions as some of the features are dependent upon other, and some user stories have to be defined during the session to support the core development activity. Since user stories are not sized properly, the team invests a lot of time during sprint planning to size up the stories and estimate them. What is the recommended way of dealing with this situation?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Christian</span></div>\r\n</div>','Product backlog items not defined in time and not sized up','','inherit','closed','closed','','3154-autosave-v1','','','2018-09-07 14:25:54','2018-09-07 08:55:54','',3154,'http://137.116.134.50/2018/09/07/3154-autosave-v1/',0,'revision','',0),(3158,12,'2018-09-07 14:26:35','2018-09-07 08:56:35','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I want to know about the \"official\" way of decomposing epics into user stories. Up to what extent should epics be broken down into user stories?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">James</span></div>\r\n</div>','What is the official way of breaking down epics?','','publish','closed','open','','what-is-the-official-way-of-breaking-down-epics','','','2018-09-07 14:26:35','2018-09-07 08:56:35','',3125,'http://137.116.134.50/?post_type=topic&p=3158',0,'topic','',0),(3159,12,'2018-09-07 14:26:35','2018-09-07 08:56:35','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I want to know about the \"official\" way of decomposing epics into user stories. Up to what extent should epics be broken down into user stories?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">James</span></div>\r\n</div>','What is the official way of breaking down epics?','','inherit','closed','closed','','3158-revision-v1','','','2018-09-07 14:26:35','2018-09-07 08:56:35','',3158,'http://137.116.134.50/2018/09/07/3158-revision-v1/',0,'revision','',0),(3160,12,'2018-09-07 14:26:40','2018-09-07 08:56:40','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I want to know about the \"official\" way of decomposing epics into user stories. Up to what extent should epics be broken down into user stories?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">James</span></div>\r\n</div>','What is the official way of breaking down epics?','','inherit','closed','closed','','3158-autosave-v1','','','2018-09-07 14:26:40','2018-09-07 08:56:40','',3158,'http://137.116.134.50/2018/09/07/3158-autosave-v1/',0,'revision','',0),(3162,12,'2018-09-07 14:27:45','2018-09-07 08:57:45','Issues, DOD, acceptance criteria, rejected stories, product owner issues, demo, and discussions.','Sprint Review','','publish','closed','open','','sprint-review','','','2018-09-07 14:27:45','2018-09-07 08:57:45','',0,'http://137.116.134.50/?post_type=forum&p=3162',0,'forum','',0),(3163,12,'2018-09-07 14:27:45','2018-09-07 08:57:45','Issues, DOD, acceptance criteria, rejected stories, product owner issues, demo, and discussions.','Sprint Review','','inherit','closed','closed','','3162-revision-v1','','','2018-09-07 14:27:45','2018-09-07 08:57:45','',3162,'http://137.116.134.50/2018/09/07/3162-revision-v1/',0,'revision','',0),(3164,12,'2018-09-07 14:28:11','2018-09-07 08:58:11','Introspection, inspect and adapt, issues, client feedback, implementation, and discussions.','Sprint Retrospective','','publish','closed','open','','sprint-retrospective','','','2018-09-07 14:28:11','2018-09-07 08:58:11','',0,'http://137.116.134.50/?post_type=forum&p=3164',0,'forum','',0),(3165,12,'2018-09-07 14:28:11','2018-09-07 08:58:11','Introspection, inspect and adapt, issues, client feedback, implementation, and discussions.','Sprint Retrospective','','inherit','closed','closed','','3164-revision-v1','','','2018-09-07 14:28:11','2018-09-07 08:58:11','',3164,'http://137.116.134.50/2018/09/07/3164-revision-v1/',0,'revision','',0),(3166,12,'2018-09-07 14:28:32','2018-09-07 08:58:32','Issues, planning, accepting user stories, negotiating stories, timings, and discussions.','Sprint Planning','','publish','closed','open','','sprint-planning','','','2018-09-07 14:28:32','2018-09-07 08:58:32','',0,'http://137.116.134.50/?post_type=forum&p=3166',0,'forum','',0),(3167,13,'2018-09-07 14:28:24','2018-09-07 08:58:24','','be-a-good-listener','','inherit','open','closed','','be-a-good-listener','','','2018-09-07 14:28:24','2018-09-07 08:58:24','',0,'http://137.116.134.50/wp-content/uploads/2018/09/be-a-good-listener.png',0,'attachment','image/png',0),(3168,12,'2018-09-07 14:28:32','2018-09-07 08:58:32','Issues, planning, accepting user stories, negotiating stories, timings, and discussions.','Sprint Planning','','inherit','closed','closed','','3166-revision-v1','','','2018-09-07 14:28:32','2018-09-07 08:58:32','',3166,'http://137.116.134.50/2018/09/07/3166-revision-v1/',0,'revision','',0),(3169,12,'2018-09-07 14:28:59','2018-09-07 08:58:59','Creation, accepting stories, DOD, acceptance criteria, issues, and discussions.','Sprint Backlog','','publish','closed','open','','sprint-backlog','','','2018-09-07 14:28:59','2018-09-07 08:58:59','',0,'http://137.116.134.50/?post_type=forum&p=3169',0,'forum','',0),(3170,12,'2018-09-07 14:28:59','2018-09-07 08:58:59','Creation, accepting stories, DOD, acceptance criteria, issues, and discussions.','Sprint Backlog','','inherit','closed','closed','','3169-revision-v1','','','2018-09-07 14:28:59','2018-09-07 08:58:59','',3169,'http://137.116.134.50/2018/09/07/3169-revision-v1/',0,'revision','',0),(3171,12,'2018-09-07 14:29:21','2018-09-07 08:59:21','Iterations, product increments, issues, problems, durations, and discussions.','Sprint','','publish','closed','open','','sprint','','','2018-09-07 14:29:21','2018-09-07 08:59:21','',0,'http://137.116.134.50/?post_type=forum&p=3171',0,'forum','',0),(3172,12,'2018-09-07 14:29:21','2018-09-07 08:59:21','Iterations, product increments, issues, problems, durations, and discussions.','Sprint','','inherit','closed','closed','','3171-revision-v1','','','2018-09-07 14:29:21','2018-09-07 08:59:21','',3171,'http://137.116.134.50/2018/09/07/3171-revision-v1/',0,'revision','',0),(3173,13,'2018-09-07 14:29:26','2018-09-07 08:59:26','','be-aware-about-issues-and-problems','','inherit','open','closed','','be-aware-about-issues-and-problems','','','2018-09-07 14:29:26','2018-09-07 08:59:26','',0,'http://137.116.134.50/wp-content/uploads/2018/09/be-aware-about-issues-and-problems.png',0,'attachment','image/png',0),(3174,12,'2018-09-07 14:29:41','2018-09-07 08:59:41','Explanation, manner of usage, defining, when to use, discussions.','Spikes','','publish','closed','open','','spikes','','','2018-09-07 14:29:41','2018-09-07 08:59:41','',0,'http://137.116.134.50/?post_type=forum&p=3174',0,'forum','',0),(3175,12,'2018-09-07 14:29:41','2018-09-07 08:59:41','Explanation, manner of usage, defining, when to use, discussions.','Spikes','','inherit','closed','closed','','3174-revision-v1','','','2018-09-07 14:29:41','2018-09-07 08:59:41','',3174,'http://137.116.134.50/2018/09/07/3174-revision-v1/',0,'revision','',0),(3176,13,'2018-09-07 14:30:28','2018-09-07 09:00:28','','be-persuasive-rather-than-autocratic','','inherit','open','closed','','be-persuasive-rather-than-autocratic','','','2018-09-07 14:30:28','2018-09-07 09:00:28','',0,'http://137.116.134.50/wp-content/uploads/2018/09/be-persuasive-rather-than-autocratic.png',0,'attachment','image/png',0),(3177,12,'2018-09-07 14:30:54','2018-09-07 09:00:54','Creation, estimating, DOD, acceptance criteria, issues and problems, segregation, and discussions.','User Stories','','inherit','closed','closed','','3125-autosave-v1','','','2018-09-07 14:30:54','2018-09-07 09:00:54','',3125,'http://137.116.134.50/2018/09/07/3125-autosave-v1/',0,'revision','',0),(3179,12,'2018-09-07 14:32:21','2018-09-07 09:02:21','The organisation I am working for is new to Scrum. We have a strict release date to deliver an MVP for the project and currently, we are running late with development. As per our estimation, we cannot complete the project on time. There is a lot of pressure from the management to meet the deadline, and since the last couple of weeks, the project manager is insisting that the team should put in more working hours, and cut down upon the total time spent in Scrum meetings. One of the suggestions is to reduce the time of the review by half and hold the retrospective every alternate sprint i.e. one retrospective for every two sprints. The idea is to mitigate time so more time is made available to the DT for developing the stories.\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I would like to know whether this practice is recommended keeping the present scenario in mind. Up to what extent can Scrum events be curtailed to save time?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Prakash</span></div>\r\n</div>','Can the duration of a sprint review be reduced to save time?','','publish','closed','open','','can-the-duration-of-a-sprint-review-be-reduced-to-save-time','','','2018-09-07 14:32:21','2018-09-07 09:02:21','',3162,'http://137.116.134.50/?post_type=topic&p=3179',0,'topic','',0),(3180,12,'2018-09-07 14:32:21','2018-09-07 09:02:21','The organisation I am working for is new to Scrum. We have a strict release date to deliver an MVP for the project and currently, we are running late with development. As per our estimation, we cannot complete the project on time. There is a lot of pressure from the management to meet the deadline, and since the last couple of weeks, the project manager is insisting that the team should put in more working hours, and cut down upon the total time spent in Scrum meetings. One of the suggestions is to reduce the time of the review by half and hold the retrospective every alternate sprint i.e. one retrospective for every two sprints. The idea is to mitigate time so more time is made available to the DT for developing the stories.\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I would like to know whether this practice is recommended keeping the present scenario in mind. Up to what extent can Scrum events be curtailed to save time?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Prakash</span></div>\r\n</div>','Can the duration of a sprint review be reduced to save time?','','inherit','closed','closed','','3179-revision-v1','','','2018-09-07 14:32:21','2018-09-07 09:02:21','',3179,'http://137.116.134.50/2018/09/07/3179-revision-v1/',0,'revision','',0),(3181,12,'2018-09-07 14:32:27','2018-09-07 09:02:27','The organisation I am working for is new to Scrum. We have a strict release date to deliver an MVP for the project and currently, we are running late with development. As per our estimation, we cannot complete the project on time. There is a lot of pressure from the management to meet the deadline, and since the last couple of weeks, the project manager is insisting that the team should put in more working hours, and cut down upon the total time spent in Scrum meetings. One of the suggestions is to reduce the time of the review by half and hold the retrospective every alternate sprint i.e. one retrospective for every two sprints. The idea is to mitigate time so more time is made available to the DT for developing the stories.\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I would like to know whether this practice is recommended keeping the present scenario in mind. Up to what extent can Scrum events be curtailed to save time?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Prakash</span></div>\r\n</div>','Can the duration of a sprint review be reduced to save time?','','inherit','closed','closed','','3179-autosave-v1','','','2018-09-07 14:32:27','2018-09-07 09:02:27','',3179,'http://137.116.134.50/2018/09/07/3179-autosave-v1/',0,'revision','',0),(3182,12,'2018-09-07 14:33:21','2018-09-07 09:03:21','Our organisation is relatively new to Scrum. We follow a traditional Scrum pattern. My question is regarding the Sprint Review meeting - the official Scrum guide emphasises upon transparency and keeping the event open to all. However, in the organisation that I am working, the management prefers to keep the meeting closed i.e. only the Scrum team and the stakeholders attend the review. During the meeting, the team demonstrates the work done in the sprint in one part, and hold related discussions in the second part. The idea is to mitigate the amount of time spent in the meeting. This particular working does help to save time, however, there is one major drawback to this - the team gets a bare minimum of info from the stakeholders and the error correction principles in Scrum are not properly followed - as a result.\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I read the Scrum guide and it only mentions that the review should be an \"open\" meeting and the DT and stakeholders should collaborate to get positive results out of it. I would like to invite your thoughts regarding the review - should it be open or closed?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">BCS Test</span></div>\r\n</div>','Should sprint reviews be public or private?','','publish','closed','open','','should-sprint-reviews-be-public-or-private','','','2018-09-07 14:33:21','2018-09-07 09:03:21','',3162,'http://137.116.134.50/?post_type=topic&p=3182',0,'topic','',0),(3183,12,'2018-09-07 14:33:21','2018-09-07 09:03:21','Our organisation is relatively new to Scrum. We follow a traditional Scrum pattern. My question is regarding the Sprint Review meeting - the official Scrum guide emphasises upon transparency and keeping the event open to all. However, in the organisation that I am working, the management prefers to keep the meeting closed i.e. only the Scrum team and the stakeholders attend the review. During the meeting, the team demonstrates the work done in the sprint in one part, and hold related discussions in the second part. The idea is to mitigate the amount of time spent in the meeting. This particular working does help to save time, however, there is one major drawback to this - the team gets a bare minimum of info from the stakeholders and the error correction principles in Scrum are not properly followed - as a result.\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I read the Scrum guide and it only mentions that the review should be an \"open\" meeting and the DT and stakeholders should collaborate to get positive results out of it. I would like to invite your thoughts regarding the review - should it be open or closed?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">BCS Test</span></div>\r\n</div>','Should sprint reviews be public or private?','','inherit','closed','closed','','3182-revision-v1','','','2018-09-07 14:33:21','2018-09-07 09:03:21','',3182,'http://137.116.134.50/2018/09/07/3182-revision-v1/',0,'revision','',0),(3184,12,'2018-09-07 14:33:25','2018-09-07 09:03:25','Our organisation is relatively new to Scrum. We follow a traditional Scrum pattern. My question is regarding the Sprint Review meeting - the official Scrum guide emphasises upon transparency and keeping the event open to all. However, in the organisation that I am working, the management prefers to keep the meeting closed i.e. only the Scrum team and the stakeholders attend the review. During the meeting, the team demonstrates the work done in the sprint in one part, and hold related discussions in the second part. The idea is to mitigate the amount of time spent in the meeting. This particular working does help to save time, however, there is one major drawback to this - the team gets a bare minimum of info from the stakeholders and the error correction principles in Scrum are not properly followed - as a result.\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I read the Scrum guide and it only mentions that the review should be an \"open\" meeting and the DT and stakeholders should collaborate to get positive results out of it. I would like to invite your thoughts regarding the review - should it be open or closed?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">BCS Test</span></div>\r\n</div>','Should sprint reviews be public or private?','','inherit','closed','closed','','3182-autosave-v1','','','2018-09-07 14:33:25','2018-09-07 09:03:25','',3182,'http://137.116.134.50/2018/09/07/3182-autosave-v1/',0,'revision','',0),(3185,12,'2018-09-07 14:34:32','2018-09-07 09:04:32','We are still new to Scrum. We implement Scrum by including all the elements as mentioned in the Scrum guide. The organisation I am working for prefers to have \"closed\" Sprint Review meetings. The review is attended by the development team and the stakeholders, and not by other employees in the organisation. The sprint demo is exhibited in a separate meeting. The organisation wants to mitigate the time spent by the team in the review and provides a bare minimum feedback to save upon time. The Scrum events are not public. I feel this is contrary to the Scrum process since Scrum advocates transparency and trust.\r\n\r\nI plan to suggest that the events should be made public. I want to welcome your opinions regarding the sprint review being made public.\r\n\r\n<span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Jeremy</span>','The sprint review is held privately','','publish','closed','open','','the-sprint-review-is-held-privately','','','2018-09-07 14:34:32','2018-09-07 09:04:32','',3162,'http://137.116.134.50/?post_type=topic&p=3185',0,'topic','',0),(3188,12,'2018-09-07 14:34:32','2018-09-07 09:04:32','We are still new to Scrum. We implement Scrum by including all the elements as mentioned in the Scrum guide. The organisation I am working for prefers to have \"closed\" Sprint Review meetings. The review is attended by the development team and the stakeholders, and not by other employees in the organisation. The sprint demo is exhibited in a separate meeting. The organisation wants to mitigate the time spent by the team in the review and provides a bare minimum feedback to save upon time. The Scrum events are not public. I feel this is contrary to the Scrum process since Scrum advocates transparency and trust.\r\n\r\nI plan to suggest that the events should be made public. I want to welcome your opinions regarding the sprint review being made public.\r\n\r\n<span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Jeremy</span>','The sprint review is held privately','','inherit','closed','closed','','3185-revision-v1','','','2018-09-07 14:34:32','2018-09-07 09:04:32','',3185,'http://137.116.134.50/2018/09/07/3185-revision-v1/',0,'revision','',0),(3189,12,'2018-09-07 14:34:38','2018-09-07 09:04:38','We are still new to Scrum. We implement Scrum by including all the elements as mentioned in the Scrum guide. The organisation I am working for prefers to have \"closed\" Sprint Review meetings. The review is attended by the development team and the stakeholders, and not by other employees in the organisation. The sprint demo is exhibited in a separate meeting. The organisation wants to mitigate the time spent by the team in the review and provides a bare minimum feedback to save upon time. The Scrum events are not public. I feel this is contrary to the Scrum process since Scrum advocates transparency and trust.\r\n\r\nI plan to suggest that the events should be made public. I want to welcome your opinions regarding the sprint review being made public.\r\n\r\n<span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Jeremy</span>','The sprint review is held privately','','inherit','closed','closed','','3185-autosave-v1','','','2018-09-07 14:34:38','2018-09-07 09:04:38','',3185,'http://137.116.134.50/2018/09/07/3185-autosave-v1/',0,'revision','',0),(3190,12,'2018-09-07 14:35:37','2018-09-07 09:05:37','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Will someone please clarify this sentence in the guide? \"By the end of the Sprint Retrospective, the Scrum Team should have identified improvements that it will implement in the next Sprint. Implementing these improvements in the next Sprint is the adaptation to the inspection of the Scrum Team itself.\" What does this part of the sentence mean - \"the adaptation to the inspection of the Scrum Team itself\"? Thanking you in advance for the insight.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Member</span></div>\r\n</div>','What Does The Phrase Mean In The Guide?','','publish','closed','open','','what-does-the-phrase-mean-in-the-guide','','','2018-09-07 14:35:37','2018-09-07 09:05:37','',3164,'http://137.116.134.50/?post_type=topic&p=3190',0,'topic','',0),(3191,13,'2018-09-07 14:36:23','2018-09-07 09:06:23','Issues, problems, management, development team, Scrum team, what, when, how, the manner of training.','Scrum Training','','publish','closed','open','','scrum-training','','','2018-09-07 14:36:23','2018-09-07 09:06:23','',0,'http://137.116.134.50/?post_type=forum&p=3191',0,'forum','',0),(3192,12,'2018-09-07 14:35:37','2018-09-07 09:05:37','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Will someone please clarify this sentence in the guide? \"By the end of the Sprint Retrospective, the Scrum Team should have identified improvements that it will implement in the next Sprint. Implementing these improvements in the next Sprint is the adaptation to the inspection of the Scrum Team itself.\" What does this part of the sentence mean - \"the adaptation to the inspection of the Scrum Team itself\"? Thanking you in advance for the insight.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Member</span></div>\r\n</div>','What Does The Phrase Mean In The Guide?','','inherit','closed','closed','','3190-revision-v1','','','2018-09-07 14:35:37','2018-09-07 09:05:37','',3190,'http://137.116.134.50/2018/09/07/3190-revision-v1/',0,'revision','',0),(3193,12,'2018-09-07 14:36:06','2018-09-07 09:06:06','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Will someone please clarify this sentence in the guide? \"By the end of the Sprint Retrospective, the Scrum Team should have identified improvements that it will implement in the next Sprint. Implementing these improvements in the next Sprint is the adaptation to the inspection of the Scrum Team itself.\" What does this part of the sentence mean - \"the adaptation to the inspection of the Scrum Team itself\"? Thanking you in advance for the insight.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Member</span></div>\r\n</div>','What Does The Phrase Mean In The Guide?','','inherit','closed','closed','','3190-autosave-v1','','','2018-09-07 14:36:06','2018-09-07 09:06:06','',3190,'http://137.116.134.50/2018/09/07/3190-autosave-v1/',0,'revision','',0),(3194,12,'2018-09-07 14:36:45','2018-09-07 09:06:45','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I want to know who can attend the sprint retrospective meetings and who should not be allowed.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">C1 Product 1</span></div>\r\n</div>','Who Can Attend A Sprint Retrospective?','','publish','closed','open','','who-can-attend-a-sprint-retrospective','','','2018-09-07 14:36:45','2018-09-07 09:06:45','',3164,'http://137.116.134.50/?post_type=topic&p=3194',0,'topic','',0),(3195,13,'2018-09-07 14:36:23','2018-09-07 09:06:23','Issues, problems, management, development team, Scrum team, what, when, how, the manner of training.','Scrum Training','','inherit','closed','closed','','3191-revision-v1','','','2018-09-07 14:36:23','2018-09-07 09:06:23','',3191,'http://137.116.134.50/2018/09/07/3191-revision-v1/',0,'revision','',0),(3196,13,'2018-09-07 14:37:40','2018-09-07 09:07:40','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">A lighthearted flowchart to decide if you have latent ScrumMaster secret powers... http://seorescuenow.co.uk/PracticalScrum.html#R118614-F5540017-3VD3A</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Shaf</span></div>\r\n</div>','Are you a Scrummaster or not?','','publish','closed','open','','are-you-a-scrummaster-or-not','','','2018-09-07 14:37:40','2018-09-07 09:07:40','',3191,'http://137.116.134.50/?post_type=topic&p=3196',0,'topic','',0),(3197,12,'2018-09-07 14:36:45','2018-09-07 09:06:45','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I want to know who can attend the sprint retrospective meetings and who should not be allowed.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">C1 Product 1</span></div>\r\n</div>','Who Can Attend A Sprint Retrospective?','','inherit','closed','closed','','3194-revision-v1','','','2018-09-07 14:36:45','2018-09-07 09:06:45','',3194,'http://137.116.134.50/2018/09/07/3194-revision-v1/',0,'revision','',0),(3198,12,'2018-09-07 14:36:52','2018-09-07 09:06:52','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I want to know who can attend the sprint retrospective meetings and who should not be allowed.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">C1 Product 1</span></div>\r\n</div>','Who Can Attend A Sprint Retrospective?','','inherit','closed','closed','','3194-autosave-v1','','','2018-09-07 14:36:52','2018-09-07 09:06:52','',3194,'http://137.116.134.50/2018/09/07/3194-autosave-v1/',0,'revision','',0),(3199,12,'2018-09-07 14:39:15','2018-09-07 09:09:15','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I am new at this company and within this company, the DT and PO have to rate the sprint with a number from 0-10. I was not used to this at my former job and employer. At my former employer, i joined (as PO) a team who gave smileys (happy, unhappy, frustrated etc.) to a sprint. But not an official rating. What are the guidelines according to scrum according to rating a sprint?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Aida de</span></div>\r\n</div>','Rating the sprint during retrospective','','publish','closed','open','','rating-the-sprint-during-retrospective','','','2018-09-07 14:39:15','2018-09-07 09:09:15','',3164,'http://137.116.134.50/?post_type=topic&p=3199',0,'topic','',0),(3200,13,'2018-09-07 14:37:40','2018-09-07 09:07:40','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">A lighthearted flowchart to decide if you have latent ScrumMaster secret powers... http://seorescuenow.co.uk/PracticalScrum.html#R118614-F5540017-3VD3A</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Shaf</span></div>\r\n</div>','Are you a Scrummaster or not?','','inherit','closed','closed','','3196-revision-v1','','','2018-09-07 14:37:40','2018-09-07 09:07:40','',3196,'http://137.116.134.50/2018/09/07/3196-revision-v1/',0,'revision','',0),(3202,13,'2018-09-07 14:37:55','2018-09-07 09:07:55','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">A lighthearted flowchart to decide if you have latent ScrumMaster secret powers... http://seorescuenow.co.uk/PracticalScrum.html#R118614-F5540017-3VD3A</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Shaf</span></div>\r\n</div>','Are you a Scrummaster or not?','','inherit','closed','closed','','3196-autosave-v1','','','2018-09-07 14:37:55','2018-09-07 09:07:55','',3196,'http://137.116.134.50/2018/09/07/3196-autosave-v1/',0,'revision','',0),(3203,12,'2018-09-07 14:39:15','2018-09-07 09:09:15','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I am new at this company and within this company, the DT and PO have to rate the sprint with a number from 0-10. I was not used to this at my former job and employer. At my former employer, i joined (as PO) a team who gave smileys (happy, unhappy, frustrated etc.) to a sprint. But not an official rating. What are the guidelines according to scrum according to rating a sprint?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Aida de</span></div>\r\n</div>','Rating the sprint during retrospective','','inherit','closed','closed','','3199-revision-v1','','','2018-09-07 14:39:15','2018-09-07 09:09:15','',3199,'http://137.116.134.50/2018/09/07/3199-revision-v1/',0,'revision','',0),(3204,12,'2018-09-07 14:39:20','2018-09-07 09:09:20','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I am new at this company and within this company, the DT and PO have to rate the sprint with a number from 0-10. I was not used to this at my former job and employer. At my former employer, i joined (as PO) a team who gave smileys (happy, unhappy, frustrated etc.) to a sprint. But not an official rating. What are the guidelines according to scrum according to rating a sprint?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Aida de</span></div>\r\n</div>','Rating the sprint during retrospective','','inherit','closed','closed','','3199-autosave-v1','','','2018-09-07 14:39:20','2018-09-07 09:09:20','',3199,'http://137.116.134.50/2018/09/07/3199-autosave-v1/',0,'revision','',0),(3205,13,'2018-09-07 14:40:03','2018-09-07 09:10:03','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Do you have latent ScrumMaster superpowers?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Shaf</span></div>\r\n</div>','scrummaster','','publish','closed','open','','scrummaster','','','2018-09-07 14:40:21','2018-09-07 09:10:21','',3191,'http://137.116.134.50/?post_type=topic&p=3205',0,'topic','',0),(3206,12,'2018-09-07 14:40:43','2018-09-07 09:10:43','When should tasks be accepted as “Done”? Should it be when the PO verifies the tasks as per his or her vision and accepts them as “Done”? Or should the tasks be considered as \"Done\" based upon the product vision provided to the PO by the stakeholders?\r\n\r\n<span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">BCS Test</span>','Definition of Done - PO vs stakeholders','','publish','closed','open','','definition-of-done-po-vs-stakeholders','','','2018-09-07 14:40:43','2018-09-07 09:10:43','',3166,'http://137.116.134.50/?post_type=topic&p=3206',0,'topic','',0),(3207,13,'2018-09-07 14:40:03','2018-09-07 09:10:03','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Do you have latent ScrumMaster superpowers?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Shaf</span></div>\r\n</div>','scrummaster','','inherit','closed','closed','','3205-revision-v1','','','2018-09-07 14:40:03','2018-09-07 09:10:03','',3205,'http://137.116.134.50/2018/09/07/3205-revision-v1/',0,'revision','',0),(3208,12,'2018-09-07 14:40:43','2018-09-07 09:10:43','When should tasks be accepted as “Done”? Should it be when the PO verifies the tasks as per his or her vision and accepts them as “Done”? Or should the tasks be considered as \"Done\" based upon the product vision provided to the PO by the stakeholders?\r\n\r\n<span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">BCS Test</span>','Definition of Done - PO vs stakeholders','','inherit','closed','closed','','3206-revision-v1','','','2018-09-07 14:40:43','2018-09-07 09:10:43','',3206,'http://137.116.134.50/2018/09/07/3206-revision-v1/',0,'revision','',0),(3209,12,'2018-09-07 14:40:46','2018-09-07 09:10:46','When should tasks be accepted as “Done”? Should it be when the PO verifies the tasks as per his or her vision and accepts them as “Done”? Or should the tasks be considered as \"Done\" based upon the product vision provided to the PO by the stakeholders?\r\n\r\n<span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">BCS Test</span>','Definition of Done - PO vs stakeholders','','inherit','closed','closed','','3206-autosave-v1','','','2018-09-07 14:40:46','2018-09-07 09:10:46','',3206,'http://137.116.134.50/2018/09/07/3206-autosave-v1/',0,'revision','',0),(3210,12,'2018-09-07 14:41:17','2018-09-07 09:11:17','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">During the second phase of sprint planning session, the development team sizes the user stories taken up for development in the upcoming sprint. Can the PO set the priority about how stories should be developed? If the PO does set such a priority, can the DT change it and re-set the priority?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">SW</span></div>\r\n</div>','Can the DT reset the priority set by PO how stories should be developed?','','publish','closed','open','','can-the-dt-reset-the-priority-set-by-po-how-stories-should-be-developed','','','2018-09-07 14:41:17','2018-09-07 09:11:17','',3166,'http://137.116.134.50/?post_type=topic&p=3210',0,'topic','',0),(3211,13,'2018-09-07 14:41:46','2018-09-07 09:11:46','Scrum implementation, issues, activities, responsibilities, suggestions, and discussions.','Scrum Master','','publish','closed','open','','scrum-master','','','2018-09-07 14:41:46','2018-09-07 09:11:46','',0,'http://137.116.134.50/?post_type=forum&p=3211',0,'forum','',0),(3212,12,'2018-09-07 14:41:17','2018-09-07 09:11:17','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">During the second phase of sprint planning session, the development team sizes the user stories taken up for development in the upcoming sprint. Can the PO set the priority about how stories should be developed? If the PO does set such a priority, can the DT change it and re-set the priority?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">SW</span></div>\r\n</div>','Can the DT reset the priority set by PO how stories should be developed?','','inherit','closed','closed','','3210-revision-v1','','','2018-09-07 14:41:17','2018-09-07 09:11:17','',3210,'http://137.116.134.50/2018/09/07/3210-revision-v1/',0,'revision','',0),(3213,12,'2018-09-07 14:41:20','2018-09-07 09:11:20','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">During the second phase of sprint planning session, the development team sizes the user stories taken up for development in the upcoming sprint. Can the PO set the priority about how stories should be developed? If the PO does set such a priority, can the DT change it and re-set the priority?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">SW</span></div>\r\n</div>','Can the DT reset the priority set by PO how stories should be developed?','','inherit','closed','closed','','3210-autosave-v1','','','2018-09-07 14:41:20','2018-09-07 09:11:20','',3210,'http://137.116.134.50/2018/09/07/3210-autosave-v1/',0,'revision','',0),(3214,12,'2018-09-07 14:44:01','2018-09-07 09:14:01','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I want to know what decision to make if a user story is taken up for development in a sprint, and after it is completed in the sprint, the PO realises it needs to be enhanced with additional functionality to increase its business value. Should the US be recalled to a new sprint and redeveloped as per the new DoD?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">testuser</span></div>\r\n</div>','What to do if stories are to be re-developed after they are completed in a sprint?','','publish','closed','open','','what-to-do-if-stories-are-to-be-re-developed-after-they-are-completed-in-a-sprint','','','2018-09-07 14:44:01','2018-09-07 09:14:01','',3166,'http://137.116.134.50/?post_type=topic&p=3214',0,'topic','',0),(3215,13,'2018-09-07 14:41:46','2018-09-07 09:11:46','Scrum implementation, issues, activities, responsibilities, suggestions, and discussions.','Scrum Master','','inherit','closed','closed','','3211-revision-v1','','','2018-09-07 14:41:46','2018-09-07 09:11:46','',3211,'http://137.116.134.50/2018/09/07/3211-revision-v1/',0,'revision','',0),(3216,13,'2018-09-07 14:44:03','2018-09-07 09:14:03','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I have a question - if the currently executing Sprint fails to satisfy the sprint goal, can the sprint be cancelled by a Scrum Master? The SM works closely with the DT and is more aware of the technical problems faced by the team and how well the sprint goal is being pursued. Shouldn’t the SM be an ideal person to cancel a sprint if the sprint goal becomes unachievable due to some reason?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Mariano Perez</span></div>\r\n</div>','Can the Scrum Master terminate a sprint?','','publish','closed','open','','can-the-scrum-master-terminate-a-sprint','','','2018-09-07 14:44:27','2018-09-07 09:14:27','',3211,'http://137.116.134.50/?post_type=topic&p=3216',0,'topic','',0),(3217,12,'2018-09-07 14:44:01','2018-09-07 09:14:01','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I want to know what decision to make if a user story is taken up for development in a sprint, and after it is completed in the sprint, the PO realises it needs to be enhanced with additional functionality to increase its business value. Should the US be recalled to a new sprint and redeveloped as per the new DoD?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">testuser</span></div>\r\n</div>','What to do if stories are to be re-developed after they are completed in a sprint?','','inherit','closed','closed','','3214-revision-v1','','','2018-09-07 14:44:01','2018-09-07 09:14:01','',3214,'http://137.116.134.50/2018/09/07/3214-revision-v1/',0,'revision','',0),(3218,13,'2018-09-07 14:44:03','2018-09-07 09:14:03','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I have a question - if the currently executing Sprint fails to satisfy the sprint goal, can the sprint be cancelled by a Scrum Master? The SM works closely with the DT and is more aware of the technical problems faced by the team and how well the sprint goal is being pursued. Shouldn’t the SM be an ideal person to cancel a sprint if the sprint goal becomes unachievable due to some reason?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Mariano Perez</span></div>\r\n</div>','Can the Scrum Master terminate a sprint?','','inherit','closed','closed','','3216-revision-v1','','','2018-09-07 14:44:03','2018-09-07 09:14:03','',3216,'http://137.116.134.50/2018/09/07/3216-revision-v1/',0,'revision','',0),(3219,12,'2018-09-07 14:44:05','2018-09-07 09:14:05','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I want to know what decision to make if a user story is taken up for development in a sprint, and after it is completed in the sprint, the PO realises it needs to be enhanced with additional functionality to increase its business value. Should the US be recalled to a new sprint and redeveloped as per the new DoD?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">testuser</span></div>\r\n</div>','What to do if stories are to be re-developed after they are completed in a sprint?','','inherit','closed','closed','','3214-autosave-v1','','','2018-09-07 14:44:05','2018-09-07 09:14:05','',3214,'http://137.116.134.50/2018/09/07/3214-autosave-v1/',0,'revision','',0),(3220,12,'2018-09-07 14:45:47','2018-09-07 09:15:47','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hello,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">The *what* and *how* aspects are discussed during sprint planning sessions. Our problem is that while estimating the PBIs after they are accepted by the dev. team, it follows the practise of estimating them so that the development time is almost double i.e. a task that can be completed in 8 working hours is estimated to 13 or 15 hours. As a result product increment suffers. The team argues it prefers to err on the side of caution i.e. it does not want to overcommit so that the sprint remains incomplete at the end of the iteration. However, this is extending the release data and stakeholders are not happy about this. What should be done?</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">1) Should the PO estimate the PBIs?</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">2) Should the team be \"forced\" to estimate more realistically?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">James</span></div>\r\n</div>','The Development Team Estimates More Time For Developing PBIs Than Required During Sprint Planning','','publish','closed','open','','the-development-team-estimates-more-time-for-developing-pbis-than-required-during-sprint-planning','','','2018-09-07 14:45:47','2018-09-07 09:15:47','',3166,'http://137.116.134.50/?post_type=topic&p=3220',0,'topic','',0),(3221,13,'2018-09-07 14:45:16','2018-09-07 09:15:16','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Is it possible for a technical person from the client\'s side, or the client himself, to assume the role of a scrum master in a project?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Jhon</span></div>\r\n</div>','Can A Client Take Up The Scrum Master\'s Role?','','publish','closed','open','','can-a-client-take-up-the-scrum-masters-role','','','2018-09-07 14:45:16','2018-09-07 09:15:16','',3211,'http://137.116.134.50/?post_type=topic&p=3221',0,'topic','',0),(3222,13,'2018-09-07 14:45:16','2018-09-07 09:15:16','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Is it possible for a technical person from the client\'s side, or the client himself, to assume the role of a scrum master in a project?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Jhon</span></div>\r\n</div>','Can A Client Take Up The Scrum Master\'s Role?','','inherit','closed','closed','','3221-revision-v1','','','2018-09-07 14:45:16','2018-09-07 09:15:16','',3221,'http://137.116.134.50/2018/09/07/3221-revision-v1/',0,'revision','',0),(3223,13,'2018-09-07 14:46:10','2018-09-07 09:16:10','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">A Scrum Master may work with multiple Scrum teams and/or multiple products. How much knowledge should a SM ideally possess about the product?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">testuser</span></div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-17 full-width text-right\">\r\n<div class=\"col-lg-16 col-md-16 col-sm-13 qs-icons qs-iconshover social-icon\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>','How much product knowledge should a Scrum Master possess?','','publish','closed','open','','how-much-product-knowledge-should-a-scrum-master-possess','','','2018-09-07 14:46:10','2018-09-07 09:16:10','',3211,'http://137.116.134.50/?post_type=topic&p=3223',0,'topic','',0),(3224,12,'2018-09-07 14:45:47','2018-09-07 09:15:47','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hello,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">The *what* and *how* aspects are discussed during sprint planning sessions. Our problem is that while estimating the PBIs after they are accepted by the dev. team, it follows the practise of estimating them so that the development time is almost double i.e. a task that can be completed in 8 working hours is estimated to 13 or 15 hours. As a result product increment suffers. The team argues it prefers to err on the side of caution i.e. it does not want to overcommit so that the sprint remains incomplete at the end of the iteration. However, this is extending the release data and stakeholders are not happy about this. What should be done?</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">1) Should the PO estimate the PBIs?</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">2) Should the team be \"forced\" to estimate more realistically?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">James</span></div>\r\n</div>','The Development Team Estimates More Time For Developing PBIs Than Required During Sprint Planning','','inherit','closed','closed','','3220-revision-v1','','','2018-09-07 14:45:47','2018-09-07 09:15:47','',3220,'http://137.116.134.50/2018/09/07/3220-revision-v1/',0,'revision','',0),(3225,12,'2018-09-07 14:45:51','2018-09-07 09:15:51','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hello,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">The *what* and *how* aspects are discussed during sprint planning sessions. Our problem is that while estimating the PBIs after they are accepted by the dev. team, it follows the practise of estimating them so that the development time is almost double i.e. a task that can be completed in 8 working hours is estimated to 13 or 15 hours. As a result product increment suffers. The team argues it prefers to err on the side of caution i.e. it does not want to overcommit so that the sprint remains incomplete at the end of the iteration. However, this is extending the release data and stakeholders are not happy about this. What should be done?</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">1) Should the PO estimate the PBIs?</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">2) Should the team be \"forced\" to estimate more realistically?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">James</span></div>\r\n</div>','The Development Team Estimates More Time For Developing PBIs Than Required During Sprint Planning','','inherit','closed','closed','','3220-autosave-v1','','','2018-09-07 14:45:51','2018-09-07 09:15:51','',3220,'http://137.116.134.50/2018/09/07/3220-autosave-v1/',0,'revision','',0),(3226,12,'2018-09-07 14:46:52','2018-09-07 09:16:52','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I am preparing for the PSM1 test and I read somewhere that the sprint planning consists of two parts and each part is time-boxed to half of the total sprint session i.e. the meeting is time boxed into two equal parts. I referred the Scrum guide and it says the planning session should answer:</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">1. What should the product increment of upcoming Sprint propose to deliver? - first part</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">2. How will the team conduct the sprint and achieve the sprint goal? - second part</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">The guide says nothing about the sprint planning consisting of two \"sessions\" and how they should be time-boxed.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Can someone clarify? Thanks!</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">James</span></div>\r\n</div>','Does The Sprint Planning Meeting Consist Of Two Sessions?','','publish','closed','open','','does-the-sprint-planning-meeting-consist-of-two-sessions','','','2018-09-07 14:46:52','2018-09-07 09:16:52','',3166,'http://137.116.134.50/?post_type=topic&p=3226',0,'topic','',0),(3228,13,'2018-09-07 14:46:10','2018-09-07 09:16:10','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">A Scrum Master may work with multiple Scrum teams and/or multiple products. How much knowledge should a SM ideally possess about the product?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">testuser</span></div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-17 full-width text-right\">\r\n<div class=\"col-lg-16 col-md-16 col-sm-13 qs-icons qs-iconshover social-icon\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>','How much product knowledge should a Scrum Master possess?','','inherit','closed','closed','','3223-revision-v1','','','2018-09-07 14:46:10','2018-09-07 09:16:10','',3223,'http://137.116.134.50/2018/09/07/3223-revision-v1/',0,'revision','',0),(3229,13,'2018-09-07 14:47:23','2018-09-07 09:17:23','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi Everyone,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I want to get certified as a Scrum Master. I need a certification from a recognized Scrum institute. The Scrum Master certification should have good merits in the market.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">My problem is I don\'t have enough time to attend classes or enroll in a workshop. At best, I can learn the topics on my own and later appear for a certification which is recognized in the market.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Can anyone suggest from where I can get such a certification? Please advice.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Many thanks.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Chaitali</span></div>\r\n</div>','Scrum Master Certification without attending classes','','publish','closed','open','','scrum-master-certification-without-attending-classes','','','2018-09-07 14:47:23','2018-09-07 09:17:23','',3211,'http://137.116.134.50/?post_type=topic&p=3229',0,'topic','',0),(3230,12,'2018-09-07 14:46:52','2018-09-07 09:16:52','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I am preparing for the PSM1 test and I read somewhere that the sprint planning consists of two parts and each part is time-boxed to half of the total sprint session i.e. the meeting is time boxed into two equal parts. I referred the Scrum guide and it says the planning session should answer:</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">1. What should the product increment of upcoming Sprint propose to deliver? - first part</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">2. How will the team conduct the sprint and achieve the sprint goal? - second part</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">The guide says nothing about the sprint planning consisting of two \"sessions\" and how they should be time-boxed.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Can someone clarify? Thanks!</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">James</span></div>\r\n</div>','Does The Sprint Planning Meeting Consist Of Two Sessions?','','inherit','closed','closed','','3226-revision-v1','','','2018-09-07 14:46:52','2018-09-07 09:16:52','',3226,'http://137.116.134.50/2018/09/07/3226-revision-v1/',0,'revision','',0),(3231,12,'2018-09-07 14:46:57','2018-09-07 09:16:57','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I am preparing for the PSM1 test and I read somewhere that the sprint planning consists of two parts and each part is time-boxed to half of the total sprint session i.e. the meeting is time boxed into two equal parts. I referred the Scrum guide and it says the planning session should answer:</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">1. What should the product increment of upcoming Sprint propose to deliver? - first part</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">2. How will the team conduct the sprint and achieve the sprint goal? - second part</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">The guide says nothing about the sprint planning consisting of two \"sessions\" and how they should be time-boxed.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Can someone clarify? Thanks!</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">James</span></div>\r\n</div>','Does The Sprint Planning Meeting Consist Of Two Sessions?','','inherit','closed','closed','','3226-autosave-v1','','','2018-09-07 14:46:57','2018-09-07 09:16:57','',3226,'http://137.116.134.50/2018/09/07/3226-autosave-v1/',0,'revision','',0),(3233,12,'2018-09-07 14:47:35','2018-09-07 09:17:35','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I am studying the Scrum guide and have a question concerning sprint planning sessions. Who should attend the sprint planning sessions? The PO and DT? Or the PO, SM, and DT? Who should ideally attend the sessions? I have googled and still not certain.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Prakash</span></div>\r\n</div>','Who Should Attend The Sprint Planning Sessions?','','publish','closed','open','','who-should-attend-the-sprint-planning-sessions','','','2018-09-07 14:47:35','2018-09-07 09:17:35','',3166,'http://137.116.134.50/?post_type=topic&p=3233',0,'topic','',0),(3234,13,'2018-09-07 14:47:23','2018-09-07 09:17:23','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi Everyone,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I want to get certified as a Scrum Master. I need a certification from a recognized Scrum institute. The Scrum Master certification should have good merits in the market.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">My problem is I don\'t have enough time to attend classes or enroll in a workshop. At best, I can learn the topics on my own and later appear for a certification which is recognized in the market.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Can anyone suggest from where I can get such a certification? Please advice.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Many thanks.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Chaitali</span></div>\r\n</div>','Scrum Master Certification without attending classes','','inherit','closed','closed','','3229-revision-v1','','','2018-09-07 14:47:23','2018-09-07 09:17:23','',3229,'http://137.116.134.50/2018/09/07/3229-revision-v1/',0,'revision','',0),(3235,12,'2018-09-07 14:47:35','2018-09-07 09:17:35','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I am studying the Scrum guide and have a question concerning sprint planning sessions. Who should attend the sprint planning sessions? The PO and DT? Or the PO, SM, and DT? Who should ideally attend the sessions? I have googled and still not certain.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Prakash</span></div>\r\n</div>','Who Should Attend The Sprint Planning Sessions?','','inherit','closed','closed','','3233-revision-v1','','','2018-09-07 14:47:35','2018-09-07 09:17:35','',3233,'http://137.116.134.50/2018/09/07/3233-revision-v1/',0,'revision','',0),(3236,12,'2018-09-07 14:47:41','2018-09-07 09:17:41','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I am studying the Scrum guide and have a question concerning sprint planning sessions. Who should attend the sprint planning sessions? The PO and DT? Or the PO, SM, and DT? Who should ideally attend the sessions? I have googled and still not certain.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Prakash</span></div>\r\n</div>','Who Should Attend The Sprint Planning Sessions?','','inherit','closed','closed','','3233-autosave-v1','','','2018-09-07 14:47:41','2018-09-07 09:17:41','',3233,'http://137.116.134.50/2018/09/07/3233-autosave-v1/',0,'revision','',0),(3238,13,'2018-09-07 14:48:53','2018-09-07 09:18:53','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I work in an organization with 2 other Scrum Masters, so there are 3 of us in all. We have our own Scrum teams to facilitate. The management has decided to appoint a 4th Scrum Master in a month\'s time. As per the plan, the new SM will take over my team since he is more experienced.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I started with my team 8 months ago. We went through a lot many initial problems regarding the implementation aspect, and over the months I have seen team members leave and come. Presently, the team is very well organized and we can easily collaborate while working. This is because the team has functioned as a single entity over the months and given the product increments.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">If the new SM is appointed in my place, I will have to start afresh with the new team and it will take some time to work out things. This can look bad during the evaluation and I would like to know how to go about this.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Gabriel</span></div>\r\n</div>','Replacing an existing Scrum Master with a new one','','publish','closed','open','','replacing-an-existing-scrum-master-with-a-new-one','','','2018-09-07 14:49:07','2018-09-07 09:19:07','',3211,'http://137.116.134.50/?post_type=topic&p=3238',0,'topic','',0),(3239,12,'2018-09-07 14:49:01','2018-09-07 09:19:01','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">As per Scrum followed in my company, during sprint planning sessions the PO sets the priority of user stories i.e. the order in which they are to be developed by the team based upon the business values of the user stories. The PO insists that the priority order should be followed by team members while developing the stories. My question is can the team change the priority order set by the PO while developing the stories during the daily sprints?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">JJG</span></div>\r\n</div>','Can The Development Team Override The Priority Of The Sprint Backlog Set By The PO During Sprint Planning?','','publish','closed','open','','can-the-development-team-override-the-priority-of-the-sprint-backlog-set-by-the-po-during-sprint-planning','','','2018-09-07 14:49:01','2018-09-07 09:19:01','',3169,'http://137.116.134.50/?post_type=topic&p=3239',0,'topic','',0),(3240,13,'2018-09-07 14:48:53','2018-09-07 09:18:53','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I work in an organization with 2 other Scrum Masters, so there are 3 of us in all. We have our own Scrum teams to facilitate. The management has decided to appoint a 4th Scrum Master in a month\'s time. As per the plan, the new SM will take over my team since he is more experienced.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I started with my team 8 months ago. We went through a lot many initial problems regarding the implementation aspect, and over the months I have seen team members leave and come. Presently, the team is very well organized and we can easily collaborate while working. This is because the team has functioned as a single entity over the months and given the product increments.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">If the new SM is appointed in my place, I will have to start afresh with the new team and it will take some time to work out things. This can look bad during the evaluation and I would like to know how to go about this.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Gabriel</span></div>\r\n</div>','Replacing an existing Scrum Master with a new one','','inherit','closed','closed','','3238-revision-v1','','','2018-09-07 14:48:53','2018-09-07 09:18:53','',3238,'http://137.116.134.50/2018/09/07/3238-revision-v1/',0,'revision','',0),(3241,12,'2018-09-07 14:49:01','2018-09-07 09:19:01','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">As per Scrum followed in my company, during sprint planning sessions the PO sets the priority of user stories i.e. the order in which they are to be developed by the team based upon the business values of the user stories. The PO insists that the priority order should be followed by team members while developing the stories. My question is can the team change the priority order set by the PO while developing the stories during the daily sprints?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">JJG</span></div>\r\n</div>','Can The Development Team Override The Priority Of The Sprint Backlog Set By The PO During Sprint Planning?','','inherit','closed','closed','','3239-revision-v1','','','2018-09-07 14:49:01','2018-09-07 09:19:01','',3239,'http://137.116.134.50/2018/09/07/3239-revision-v1/',0,'revision','',0),(3242,12,'2018-09-07 14:49:07','2018-09-07 09:19:07','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">As per Scrum followed in my company, during sprint planning sessions the PO sets the priority of user stories i.e. the order in which they are to be developed by the team based upon the business values of the user stories. The PO insists that the priority order should be followed by team members while developing the stories. My question is can the team change the priority order set by the PO while developing the stories during the daily sprints?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">JJG</span></div>\r\n</div>','Can The Development Team Override The Priority Of The Sprint Backlog Set By The PO During Sprint Planning?','','inherit','closed','closed','','3239-autosave-v1','','','2018-09-07 14:49:07','2018-09-07 09:19:07','',3239,'http://137.116.134.50/2018/09/07/3239-autosave-v1/',0,'revision','',0),(3244,12,'2018-09-07 14:50:14','2018-09-07 09:20:14','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi Everyone,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">We just held a very fruitful Sprint Retrospective, and our team has come up with many positive suggestions and call-to-actions. The suggestions are to be implemented in the upcoming sprint.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I would like to know whether the product backlog should be updated to reflect those changes, and how should the improvements in the current work process be tracked?</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Cheers!</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Member</span></div>\r\n</div>','How to monitor the process flow and measure retrospective call-to-actions?','','publish','closed','open','','how-to-monitor-the-process-flow-and-measure-retrospective-call-to-actions','','','2018-09-07 14:50:14','2018-09-07 09:20:14','',3169,'http://137.116.134.50/?post_type=topic&p=3244',0,'topic','',0),(3245,13,'2018-09-07 14:52:05','2018-09-07 09:22:05','I work as a Scrum Master. We have an IT department which coordinates all development work in the organization. Recently, I was told by the IT manager to submit a status report for the sprints. Moreover, this is going to be an ongoing process for all sprints.\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">As a SM, my main responsibility is to streamline the Scrum process and remove any impediments faced by the team. I am not sure whether I should be sending such a report since such activities are not covered in my work profile. I need advice about what I should do given the circumstances. Should I tell the IT department to send their representative to the reviews and retrospectives?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">James</span></div>\r\n</div>','Should a Scrum Master send Scrum reports to the management?','','publish','closed','open','','should-a-scrum-master-send-scrum-reports-to-the-management','','','2018-09-07 14:52:25','2018-09-07 09:22:25','',3211,'http://137.116.134.50/?post_type=topic&p=3245',0,'topic','',0),(3246,12,'2018-09-07 14:50:14','2018-09-07 09:20:14','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi Everyone,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">We just held a very fruitful Sprint Retrospective, and our team has come up with many positive suggestions and call-to-actions. The suggestions are to be implemented in the upcoming sprint.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I would like to know whether the product backlog should be updated to reflect those changes, and how should the improvements in the current work process be tracked?</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Cheers!</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Member</span></div>\r\n</div>','How to monitor the process flow and measure retrospective call-to-actions?','','inherit','closed','closed','','3244-revision-v1','','','2018-09-07 14:50:14','2018-09-07 09:20:14','',3244,'http://137.116.134.50/2018/09/07/3244-revision-v1/',0,'revision','',0),(3247,12,'2018-09-07 14:50:18','2018-09-07 09:20:18','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi Everyone,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">We just held a very fruitful Sprint Retrospective, and our team has come up with many positive suggestions and call-to-actions. The suggestions are to be implemented in the upcoming sprint.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I would like to know whether the product backlog should be updated to reflect those changes, and how should the improvements in the current work process be tracked?</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Cheers!</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Member</span></div>\r\n</div>','How to monitor the process flow and measure retrospective call-to-actions?','','inherit','closed','closed','','3244-autosave-v1','','','2018-09-07 14:50:18','2018-09-07 09:20:18','',3244,'http://137.116.134.50/2018/09/07/3244-autosave-v1/',0,'revision','',0),(3248,12,'2018-09-07 14:51:34','2018-09-07 09:21:34','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi all,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">There is a question on the PSM I assessment concerning the relative sizes of items in Product and Sprint backlog. I feel Sprint Backlog items should be smaller because:</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">1) Product Backlog can be refined to a certain degree, but the Sprint backlog items should be explicitly detailed to a low level so that it is understandable by both the PO and the Development Team</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">2) Sprint Backlog is decomposed into developable tasks so the story can be effectively developed by the team. Therefore, a task should be sub set of a story and small in size compared to sprint backlog item.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">What do you think?</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Thanks!</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Alex</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Ivan</span></div>\r\n</div>','Sizes Of Items In A Sprint Backlog','','publish','closed','open','','sizes-of-items-in-a-sprint-backlog','','','2018-09-07 14:51:34','2018-09-07 09:21:34','',3169,'http://137.116.134.50/?post_type=topic&p=3248',0,'topic','',0),(3250,12,'2018-09-07 14:51:34','2018-09-07 09:21:34','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi all,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">There is a question on the PSM I assessment concerning the relative sizes of items in Product and Sprint backlog. I feel Sprint Backlog items should be smaller because:</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">1) Product Backlog can be refined to a certain degree, but the Sprint backlog items should be explicitly detailed to a low level so that it is understandable by both the PO and the Development Team</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">2) Sprint Backlog is decomposed into developable tasks so the story can be effectively developed by the team. Therefore, a task should be sub set of a story and small in size compared to sprint backlog item.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">What do you think?</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Thanks!</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Alex</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Ivan</span></div>\r\n</div>','Sizes Of Items In A Sprint Backlog','','inherit','closed','closed','','3248-revision-v1','','','2018-09-07 14:51:34','2018-09-07 09:21:34','',3248,'http://137.116.134.50/2018/09/07/3248-revision-v1/',0,'revision','',0),(3251,12,'2018-09-07 14:51:42','2018-09-07 09:21:42','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi all,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">There is a question on the PSM I assessment concerning the relative sizes of items in Product and Sprint backlog. I feel Sprint Backlog items should be smaller because:</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">1) Product Backlog can be refined to a certain degree, but the Sprint backlog items should be explicitly detailed to a low level so that it is understandable by both the PO and the Development Team</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">2) Sprint Backlog is decomposed into developable tasks so the story can be effectively developed by the team. Therefore, a task should be sub set of a story and small in size compared to sprint backlog item.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">What do you think?</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Thanks!</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Alex</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Ivan</span></div>\r\n</div>','Sizes Of Items In A Sprint Backlog','','inherit','closed','closed','','3248-autosave-v1','','','2018-09-07 14:51:42','2018-09-07 09:21:42','',3248,'http://137.116.134.50/2018/09/07/3248-autosave-v1/',0,'revision','',0),(3252,13,'2018-09-07 14:52:05','2018-09-07 09:22:05','I work as a Scrum Master. We have an IT department which coordinates all development work in the organization. Recently, I was told by the IT manager to submit a status report for the sprints. Moreover, this is going to be an ongoing process for all sprints.\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">As a SM, my main responsibility is to streamline the Scrum process and remove any impediments faced by the team. I am not sure whether I should be sending such a report since such activities are not covered in my work profile. I need advice about what I should do given the circumstances. Should I tell the IT department to send their representative to the reviews and retrospectives?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">James</span></div>\r\n</div>','Should a Scrum Master send Scrum reports to the management?','','inherit','closed','closed','','3245-revision-v1','','','2018-09-07 14:52:05','2018-09-07 09:22:05','',3245,'http://137.116.134.50/2018/09/07/3245-revision-v1/',0,'revision','',0),(3253,12,'2018-09-07 14:52:33','2018-09-07 09:22:33','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I wanted to know if while developing a task during the sprint I discover that a new user story is required to complete the particular task, i.e. a new user story is required to be developed before I can complete an existing task, can I automatically add the new story to the sprint backlog? Or should I discuss it with the PO? If I don\'t complete the task, the sprint goal remains unfulfilled. And I cannot complete the task unless and until a new story is added to the sprint backlog and developed first.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Prakash</span></div>\r\n</div>','Adding A New Item In The Sprint Backlog While The Sprint Is ‘Running’','','publish','closed','open','','adding-a-new-item-in-the-sprint-backlog-while-the-sprint-is-running','','','2018-09-07 14:52:33','2018-09-07 09:22:33','',3171,'http://137.116.134.50/?post_type=topic&p=3253',0,'topic','',0),(3254,12,'2018-09-07 14:52:33','2018-09-07 09:22:33','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I wanted to know if while developing a task during the sprint I discover that a new user story is required to complete the particular task, i.e. a new user story is required to be developed before I can complete an existing task, can I automatically add the new story to the sprint backlog? Or should I discuss it with the PO? If I don\'t complete the task, the sprint goal remains unfulfilled. And I cannot complete the task unless and until a new story is added to the sprint backlog and developed first.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Prakash</span></div>\r\n</div>','Adding A New Item In The Sprint Backlog While The Sprint Is ‘Running’','','inherit','closed','closed','','3253-revision-v1','','','2018-09-07 14:52:33','2018-09-07 09:22:33','',3253,'http://137.116.134.50/2018/09/07/3253-revision-v1/',0,'revision','',0),(3255,12,'2018-09-07 14:52:37','2018-09-07 09:22:37','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I wanted to know if while developing a task during the sprint I discover that a new user story is required to complete the particular task, i.e. a new user story is required to be developed before I can complete an existing task, can I automatically add the new story to the sprint backlog? Or should I discuss it with the PO? If I don\'t complete the task, the sprint goal remains unfulfilled. And I cannot complete the task unless and until a new story is added to the sprint backlog and developed first.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Prakash</span></div>\r\n</div>','Adding A New Item In The Sprint Backlog While The Sprint Is ‘Running’','','inherit','closed','closed','','3253-autosave-v1','','','2018-09-07 14:52:37','2018-09-07 09:22:37','',3253,'http://137.116.134.50/2018/09/07/3253-autosave-v1/',0,'revision','',0),(3256,12,'2018-09-07 14:53:09','2018-09-07 09:23:09','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Scrum development teams are self-organising and self-managing. They have a responsibility to generate a business value in the projects through shippable product increments. What if the team gets stuck while developing a couple of tasks during the sprint? If the team cannot find a technical solution to resolve the issue should it consult an \"outsider\" - a consultant to resolve the issue? Please advise.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Ivan</span></div>\r\n</div>','Can a consultant be asked to resolve technical issues during a sprint?','','publish','closed','open','','can-a-consultant-be-asked-to-resolve-technical-issues-during-a-sprint','','','2018-09-07 14:53:09','2018-09-07 09:23:09','',3171,'http://137.116.134.50/?post_type=topic&p=3256',0,'topic','',0),(3257,13,'2018-09-07 14:53:35','2018-09-07 09:23:35','I was informed by the management to submit a status report during the Sprint. As my goal is to remove impediments, I don\'t think the Development Team should actually do this. Should the Product Owner be asked to send the report? Should I tell the IT department to come to the Sprint Review? Or should I create the report and send it to them?\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I couldn\'t find the answer in the Scrum Guide, so I need an answer to handle this request in an appropriate way. Thanks for your advice!</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Chaitali</span></div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-17 full-width text-right\">\r\n<div class=\"col-lg-16 col-md-16 col-sm-13 qs-icons qs-iconshover social-icon\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>','Should A Scrum Master Send Status Reports?','','publish','closed','open','','should-a-scrum-master-send-status-reports','','','2018-09-07 14:53:35','2018-09-07 09:23:35','',3211,'http://137.116.134.50/?post_type=topic&p=3257',0,'topic','',0),(3259,12,'2018-09-07 14:53:09','2018-09-07 09:23:09','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Scrum development teams are self-organising and self-managing. They have a responsibility to generate a business value in the projects through shippable product increments. What if the team gets stuck while developing a couple of tasks during the sprint? If the team cannot find a technical solution to resolve the issue should it consult an \"outsider\" - a consultant to resolve the issue? Please advise.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Ivan</span></div>\r\n</div>','Can a consultant be asked to resolve technical issues during a sprint?','','inherit','closed','closed','','3256-revision-v1','','','2018-09-07 14:53:09','2018-09-07 09:23:09','',3256,'http://137.116.134.50/2018/09/07/3256-revision-v1/',0,'revision','',0),(3260,12,'2018-09-07 14:53:14','2018-09-07 09:23:14','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Scrum development teams are self-organising and self-managing. They have a responsibility to generate a business value in the projects through shippable product increments. What if the team gets stuck while developing a couple of tasks during the sprint? If the team cannot find a technical solution to resolve the issue should it consult an \"outsider\" - a consultant to resolve the issue? Please advise.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Ivan</span></div>\r\n</div>','Can a consultant be asked to resolve technical issues during a sprint?','','inherit','closed','closed','','3256-autosave-v1','','','2018-09-07 14:53:14','2018-09-07 09:23:14','',3256,'http://137.116.134.50/2018/09/07/3256-autosave-v1/',0,'revision','',0),(3262,12,'2018-09-07 14:53:58','2018-09-07 09:23:58','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I understand that the DoD is very important in a Sprint and each user story must satisfy it to be considered shippable. My question is in a sprint if stories are completed and they meet the DoD, is it acceptable to consider a story as shippable even if it has minor bugs? We sometimes run of time during the sprint to test each and every user story developed by the team.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">testuser</span></div>\r\n</div>','Are minor bugs acceptable at the end of a Sprint?','','publish','closed','open','','are-minor-bugs-acceptable-at-the-end-of-a-sprint','','','2018-09-07 14:53:58','2018-09-07 09:23:58','',3171,'http://137.116.134.50/?post_type=topic&p=3262',0,'topic','',0),(3263,13,'2018-09-07 14:53:35','2018-09-07 09:23:35','I was informed by the management to submit a status report during the Sprint. As my goal is to remove impediments, I don\'t think the Development Team should actually do this. Should the Product Owner be asked to send the report? Should I tell the IT department to come to the Sprint Review? Or should I create the report and send it to them?\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I couldn\'t find the answer in the Scrum Guide, so I need an answer to handle this request in an appropriate way. Thanks for your advice!</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Chaitali</span></div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-17 full-width text-right\">\r\n<div class=\"col-lg-16 col-md-16 col-sm-13 qs-icons qs-iconshover social-icon\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>','Should A Scrum Master Send Status Reports?','','inherit','closed','closed','','3257-revision-v1','','','2018-09-07 14:53:35','2018-09-07 09:23:35','',3257,'http://137.116.134.50/2018/09/07/3257-revision-v1/',0,'revision','',0),(3264,13,'2018-09-07 14:54:22','2018-09-07 09:24:22','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">We are a software development company and use Scrum. Our Scrum Master has a managerial background, not a technical one. Since the SM has to resolve any technical difficulties as and when they arise and if the team is not capable of solving them, should the Scrum Master have a technical background?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Jhon</span></div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-17 full-width text-right\">\r\n<div class=\"col-lg-16 col-md-16 col-sm-13 qs-icons qs-iconshover social-icon\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>','Should Scrum Master have a technical background?','','publish','closed','open','','should-scrum-master-have-a-technical-background','','','2018-09-07 14:54:22','2018-09-07 09:24:22','',3211,'http://137.116.134.50/?post_type=topic&p=3264',0,'topic','',0),(3265,12,'2018-09-07 14:53:58','2018-09-07 09:23:58','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I understand that the DoD is very important in a Sprint and each user story must satisfy it to be considered shippable. My question is in a sprint if stories are completed and they meet the DoD, is it acceptable to consider a story as shippable even if it has minor bugs? We sometimes run of time during the sprint to test each and every user story developed by the team.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">testuser</span></div>\r\n</div>','Are minor bugs acceptable at the end of a Sprint?','','inherit','closed','closed','','3262-revision-v1','','','2018-09-07 14:53:58','2018-09-07 09:23:58','',3262,'http://137.116.134.50/2018/09/07/3262-revision-v1/',0,'revision','',0),(3266,12,'2018-09-07 14:54:08','2018-09-07 09:24:08','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I understand that the DoD is very important in a Sprint and each user story must satisfy it to be considered shippable. My question is in a sprint if stories are completed and they meet the DoD, is it acceptable to consider a story as shippable even if it has minor bugs? We sometimes run of time during the sprint to test each and every user story developed by the team.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">testuser</span></div>\r\n</div>','Are minor bugs acceptable at the end of a Sprint?','','inherit','closed','closed','','3262-autosave-v1','','','2018-09-07 14:54:08','2018-09-07 09:24:08','',3262,'http://137.116.134.50/2018/09/07/3262-autosave-v1/',0,'revision','',0),(3267,13,'2018-09-07 14:54:22','2018-09-07 09:24:22','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">We are a software development company and use Scrum. Our Scrum Master has a managerial background, not a technical one. Since the SM has to resolve any technical difficulties as and when they arise and if the team is not capable of solving them, should the Scrum Master have a technical background?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Jhon</span></div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-17 full-width text-right\">\r\n<div class=\"col-lg-16 col-md-16 col-sm-13 qs-icons qs-iconshover social-icon\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>','Should Scrum Master have a technical background?','','inherit','closed','closed','','3264-revision-v1','','','2018-09-07 14:54:22','2018-09-07 09:24:22','',3264,'http://137.116.134.50/2018/09/07/3264-revision-v1/',0,'revision','',0),(3268,12,'2018-09-07 14:55:28','2018-09-07 09:25:28','Hi my name is Joshua and I work as a Scrum Master in a company providing IT solutions to production companies. My team has a habit of adding on more stories in the sprint just so the team members remain occupied. The team includes 1 senior developer and 4 junior developers. The senior developer is familiar with the project and does the product review. The current practice is the team selects some stories for development and starts developing them through the sprints. The senior developer takes up complex stories requiring more development time while the junior developers take up less important ones. As a result, when the sprint is halfway through, the tasks taken up by the junior developers get completed and they don\'t have further stories to develop. The senior developer, on the other hand, remains occupied with complex stories throughout the sprint. The team starts pulling in new stories as and when the junior developers complete them. The review backlog keeps on enlarging since the senior developer does not have the time to review them.\r\n\r\nAs a Scrum Master, I put a ban to this practice. I explained to the developers it is important for them to focus upon the development work already taken and complete it properly before taking up additional stories. This has led to discussions with the CTO who insist that the developers are wasting their time doing nothing during the latter part of the sprint and they should have the right to take up stories to increase productivity.\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">How should I tackle this situation? Please advise!!</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Ross</span></div>\r\n</div>','Adding More Stories During The Sprint To Keep The Developers Busy','','publish','closed','open','','adding-more-stories-during-the-sprint-to-keep-the-developers-busy','','','2018-09-07 14:55:28','2018-09-07 09:25:28','',3171,'http://137.116.134.50/?post_type=topic&p=3268',0,'topic','',0),(3269,13,'2018-09-07 14:55:08','2018-09-07 09:25:08','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">We have been using Scrum for some time now. We have multiple development teams following Scrum, and we try to implement Scrum as suggested by the official Scrum guide. One of the practices followed by the management is to employ a part-time Scrum Master who overlooks Scrum implementation. As per my knowledge, each team should have its own Scrum Master. Is this true? Is it advisable to have a single SM overlook multiple teams?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">C1 Product 1</span></div>\r\n</div>','Should the Scrum Master be an integral part of the team?','','publish','closed','open','','should-the-scrum-master-be-an-integral-part-of-the-team','','','2018-09-07 14:55:08','2018-09-07 09:25:08','',3211,'http://137.116.134.50/?post_type=topic&p=3269',0,'topic','',0),(3270,13,'2018-09-07 14:55:08','2018-09-07 09:25:08','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">We have been using Scrum for some time now. We have multiple development teams following Scrum, and we try to implement Scrum as suggested by the official Scrum guide. One of the practices followed by the management is to employ a part-time Scrum Master who overlooks Scrum implementation. As per my knowledge, each team should have its own Scrum Master. Is this true? Is it advisable to have a single SM overlook multiple teams?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">C1 Product 1</span></div>\r\n</div>','Should the Scrum Master be an integral part of the team?','','inherit','closed','closed','','3269-revision-v1','','','2018-09-07 14:55:08','2018-09-07 09:25:08','',3269,'http://137.116.134.50/2018/09/07/3269-revision-v1/',0,'revision','',0),(3272,12,'2018-09-07 14:55:28','2018-09-07 09:25:28','Hi my name is Joshua and I work as a Scrum Master in a company providing IT solutions to production companies. My team has a habit of adding on more stories in the sprint just so the team members remain occupied. The team includes 1 senior developer and 4 junior developers. The senior developer is familiar with the project and does the product review. The current practice is the team selects some stories for development and starts developing them through the sprints. The senior developer takes up complex stories requiring more development time while the junior developers take up less important ones. As a result, when the sprint is halfway through, the tasks taken up by the junior developers get completed and they don\'t have further stories to develop. The senior developer, on the other hand, remains occupied with complex stories throughout the sprint. The team starts pulling in new stories as and when the junior developers complete them. The review backlog keeps on enlarging since the senior developer does not have the time to review them.\r\n\r\nAs a Scrum Master, I put a ban to this practice. I explained to the developers it is important for them to focus upon the development work already taken and complete it properly before taking up additional stories. This has led to discussions with the CTO who insist that the developers are wasting their time doing nothing during the latter part of the sprint and they should have the right to take up stories to increase productivity.\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">How should I tackle this situation? Please advise!!</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Ross</span></div>\r\n</div>','Adding More Stories During The Sprint To Keep The Developers Busy','','inherit','closed','closed','','3268-revision-v1','','','2018-09-07 14:55:28','2018-09-07 09:25:28','',3268,'http://137.116.134.50/2018/09/07/3268-revision-v1/',0,'revision','',0),(3273,12,'2018-09-07 14:55:37','2018-09-07 09:25:37','Hi my name is Joshua and I work as a Scrum Master in a company providing IT solutions to production companies. My team has a habit of adding on more stories in the sprint just so the team members remain occupied. The team includes 1 senior developer and 4 junior developers. The senior developer is familiar with the project and does the product review. The current practice is the team selects some stories for development and starts developing them through the sprints. The senior developer takes up complex stories requiring more development time while the junior developers take up less important ones. As a result, when the sprint is halfway through, the tasks taken up by the junior developers get completed and they don\'t have further stories to develop. The senior developer, on the other hand, remains occupied with complex stories throughout the sprint. The team starts pulling in new stories as and when the junior developers complete them. The review backlog keeps on enlarging since the senior developer does not have the time to review them.\r\n\r\nAs a Scrum Master, I put a ban to this practice. I explained to the developers it is important for them to focus upon the development work already taken and complete it properly before taking up additional stories. This has led to discussions with the CTO who insist that the developers are wasting their time doing nothing during the latter part of the sprint and they should have the right to take up stories to increase productivity.\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">How should I tackle this situation? Please advise!!</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Ross</span></div>\r\n</div>','Adding More Stories During The Sprint To Keep The Developers Busy','','inherit','closed','closed','','3268-autosave-v1','','','2018-09-07 14:55:37','2018-09-07 09:25:37','',3268,'http://137.116.134.50/2018/09/07/3268-autosave-v1/',0,'revision','',0),(3274,13,'2018-09-07 14:56:24','2018-09-07 09:26:24','I started my career as a Project Manager in a software development company and now I work as a Scrum Master in it. I would like to know other people\'s perspectives who have made a similar transition - from a Project Manager to a Scrum Master.\r\n\r\n1) What made you change your career path?\r\n\r\n2) How did the career change to a Scrum Master\'s role work out for you?\r\n\r\n3) What was/is the most difficult challenge faced by you?\r\n\r\n4) What advice can you provide for successfully transitioning to a Scrum Master\'s role?\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Thanks.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">SW</span></div>\r\n</div>','Transitioning from a Project Manager to a Scrum Master - Need inputs','','publish','closed','open','','transitioning-from-a-project-manager-to-a-scrum-master-need-inputs','','','2018-09-07 14:56:24','2018-09-07 09:26:24','',3211,'http://137.116.134.50/?post_type=topic&p=3274',0,'topic','',0),(3276,12,'2018-09-07 14:56:10','2018-09-07 09:26:10','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Suppose a sprint is currently in session, and half-way through the sprint, the team realises that it won\'t be able to complete some of the PBIs, should the PBIs be moved back to the product backlog? Or should they be kept in the sprint as it is and wait for the sprint to get over? What is the ideal activity? Should it be discussed with the PO?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Ramesh</span></div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-17 full-width text-right\">\r\n<div class=\"col-lg-16 col-md-16 col-sm-13 qs-icons qs-iconshover social-icon\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>','Can some PBIs be moved to the product backlog while the sprint is half completed?','','publish','closed','open','','can-some-pbis-be-moved-to-the-product-backlog-while-the-sprint-is-half-completed','','','2018-09-07 14:56:10','2018-09-07 09:26:10','',3171,'http://137.116.134.50/?post_type=topic&p=3276',0,'topic','',0),(3278,12,'2018-09-07 14:56:10','2018-09-07 09:26:10','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Suppose a sprint is currently in session, and half-way through the sprint, the team realises that it won\'t be able to complete some of the PBIs, should the PBIs be moved back to the product backlog? Or should they be kept in the sprint as it is and wait for the sprint to get over? What is the ideal activity? Should it be discussed with the PO?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Ramesh</span></div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-17 full-width text-right\">\r\n<div class=\"col-lg-16 col-md-16 col-sm-13 qs-icons qs-iconshover social-icon\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>','Can some PBIs be moved to the product backlog while the sprint is half completed?','','inherit','closed','closed','','3276-revision-v1','','','2018-09-07 14:56:10','2018-09-07 09:26:10','',3276,'http://137.116.134.50/2018/09/07/3276-revision-v1/',0,'revision','',0),(3279,12,'2018-09-07 14:56:14','2018-09-07 09:26:14','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Suppose a sprint is currently in session, and half-way through the sprint, the team realises that it won\'t be able to complete some of the PBIs, should the PBIs be moved back to the product backlog? Or should they be kept in the sprint as it is and wait for the sprint to get over? What is the ideal activity? Should it be discussed with the PO?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Ramesh</span></div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-17 full-width text-right\">\r\n<div class=\"col-lg-16 col-md-16 col-sm-13 qs-icons qs-iconshover social-icon\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>','Can some PBIs be moved to the product backlog while the sprint is half completed?','','inherit','closed','closed','','3276-autosave-v1','','','2018-09-07 14:56:14','2018-09-07 09:26:14','',3276,'http://137.116.134.50/2018/09/07/3276-autosave-v1/',0,'revision','',0),(3280,12,'2018-09-07 14:57:40','2018-09-07 09:27:40','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">We are currently developing 2 products using a common Scrum team. We have a situation where several developers of the DT are putting in 60% of their time for Project A and 40% for Project B. We have separate product backlogs for both the products. Is this acceptable?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Member</span></div>\r\n</div>','Developing 2 products simultaneously in sprints','','publish','closed','open','','developing-2-products-simultaneously-in-sprints','','','2018-09-07 14:57:40','2018-09-07 09:27:40','',3171,'http://137.116.134.50/?post_type=topic&p=3280',0,'topic','',0),(3282,13,'2018-09-07 14:56:24','2018-09-07 09:26:24','I started my career as a Project Manager in a software development company and now I work as a Scrum Master in it. I would like to know other people\'s perspectives who have made a similar transition - from a Project Manager to a Scrum Master.\r\n\r\n1) What made you change your career path?\r\n\r\n2) How did the career change to a Scrum Master\'s role work out for you?\r\n\r\n3) What was/is the most difficult challenge faced by you?\r\n\r\n4) What advice can you provide for successfully transitioning to a Scrum Master\'s role?\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Thanks.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">SW</span></div>\r\n</div>','Transitioning from a Project Manager to a Scrum Master - Need inputs','','inherit','closed','closed','','3274-revision-v1','','','2018-09-07 14:56:24','2018-09-07 09:26:24','',3274,'http://137.116.134.50/2018/09/07/3274-revision-v1/',0,'revision','',0),(3284,13,'2018-09-07 14:57:26','2018-09-07 09:27:26','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I am searching for IT development venues where I can volunteer as a part-time Scrum Master. If anybody knows about a development firm practicing Agile and looking for a SM who can work for free, can you please contact me? Thanks!</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Ivan</span></div>\r\n</div>','Volunteer as a Scrum Master','','publish','closed','open','','volunteer-as-a-scrum-master','','','2018-09-07 14:57:44','2018-09-07 09:27:44','',3211,'http://137.116.134.50/?post_type=topic&p=3284',0,'topic','',0),(3285,13,'2018-09-07 14:57:26','2018-09-07 09:27:26','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I am searching for IT development venues where I can volunteer as a part-time Scrum Master. If anybody knows about a development firm practicing Agile and looking for a SM who can work for free, can you please contact me? Thanks!</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Ivan</span></div>\r\n</div>','Volunteer as a Scrum Master','','inherit','closed','closed','','3284-revision-v1','','','2018-09-07 14:57:26','2018-09-07 09:27:26','',3284,'http://137.116.134.50/2018/09/07/3284-revision-v1/',0,'revision','',0),(3286,12,'2018-09-07 14:57:40','2018-09-07 09:27:40','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">We are currently developing 2 products using a common Scrum team. We have a situation where several developers of the DT are putting in 60% of their time for Project A and 40% for Project B. We have separate product backlogs for both the products. Is this acceptable?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Member</span></div>\r\n</div>','Developing 2 products simultaneously in sprints','','inherit','closed','closed','','3280-revision-v1','','','2018-09-07 14:57:40','2018-09-07 09:27:40','',3280,'http://137.116.134.50/2018/09/07/3280-revision-v1/',0,'revision','',0),(3287,12,'2018-09-07 14:57:48','2018-09-07 09:27:48','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">We are currently developing 2 products using a common Scrum team. We have a situation where several developers of the DT are putting in 60% of their time for Project A and 40% for Project B. We have separate product backlogs for both the products. Is this acceptable?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Member</span></div>\r\n</div>','Developing 2 products simultaneously in sprints','','inherit','closed','closed','','3280-autosave-v1','','','2018-09-07 14:57:48','2018-09-07 09:27:48','',3280,'http://137.116.134.50/2018/09/07/3280-autosave-v1/',0,'revision','',0),(3288,12,'2018-09-07 14:58:35','2018-09-07 09:28:35','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Sometimes while the sprint is running, we face a situation in which tasks become interdependent i.e. a particular task can only be completed after another developer completes his/her task. We implement Scrum manually using a Scrum board. I want to know how do I mark tasks as blocked on the board? Do I need to maintain a separate column titled \"Blocked\" next to \"In Progress\"?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Ivan</span></div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-17 full-width text-right\">\r\n<div class=\"col-lg-16 col-md-16 col-sm-13 qs-icons qs-iconshover social-icon\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>','Can tasks be marked as blocked during a sprint?','','publish','closed','open','','can-tasks-be-marked-as-blocked-during-a-sprint','','','2018-09-07 14:58:35','2018-09-07 09:28:35','',3171,'http://137.116.134.50/?post_type=topic&p=3288',0,'topic','',0),(3289,12,'2018-09-07 14:58:35','2018-09-07 09:28:35','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Sometimes while the sprint is running, we face a situation in which tasks become interdependent i.e. a particular task can only be completed after another developer completes his/her task. We implement Scrum manually using a Scrum board. I want to know how do I mark tasks as blocked on the board? Do I need to maintain a separate column titled \"Blocked\" next to \"In Progress\"?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Ivan</span></div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-17 full-width text-right\">\r\n<div class=\"col-lg-16 col-md-16 col-sm-13 qs-icons qs-iconshover social-icon\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>','Can tasks be marked as blocked during a sprint?','','inherit','closed','closed','','3288-revision-v1','','','2018-09-07 14:58:35','2018-09-07 09:28:35','',3288,'http://137.116.134.50/2018/09/07/3288-revision-v1/',0,'revision','',0),(3290,12,'2018-09-07 14:58:39','2018-09-07 09:28:39','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Sometimes while the sprint is running, we face a situation in which tasks become interdependent i.e. a particular task can only be completed after another developer completes his/her task. We implement Scrum manually using a Scrum board. I want to know how do I mark tasks as blocked on the board? Do I need to maintain a separate column titled \"Blocked\" next to \"In Progress\"?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Ivan</span></div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-17 full-width text-right\">\r\n<div class=\"col-lg-16 col-md-16 col-sm-13 qs-icons qs-iconshover social-icon\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>','Can tasks be marked as blocked during a sprint?','','inherit','closed','closed','','3288-autosave-v1','','','2018-09-07 14:58:39','2018-09-07 09:28:39','',3288,'http://137.116.134.50/2018/09/07/3288-autosave-v1/',0,'revision','',0),(3291,12,'2018-09-07 15:00:02','2018-09-07 09:30:02','Hi,\r\n\r\nI hope someone can help me regarding how to deal with a partial release. The scenario:\r\n\r\nThe client gave us 5 features to develop. We were able to complete all 5 stories, but one got rejected. The client wants to release the 4 stories completed so far. The release was originally planned for 5 user stories.\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Is it possible to do this in Scrum? Can it be considered as best practice?</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Please share your thoughts and advice. Thanks, Justin.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Gabriel</span></div>\r\n</div>','Is it possible to release some of the stories developed during a Sprint?','','publish','closed','open','','is-it-possible-to-release-some-of-the-stories-developed-during-a-sprint','','','2018-09-07 15:00:02','2018-09-07 09:30:02','',3171,'http://137.116.134.50/?post_type=topic&p=3291',0,'topic','',0),(3292,13,'2018-09-07 14:59:02','2018-09-07 09:29:02','Implementation issues, guidance, advice, queries, outcomes, resolutions.','Scrum Implementation','','publish','closed','open','','scrum-implementation','','','2018-09-07 14:59:02','2018-09-07 09:29:02','',0,'http://137.116.134.50/?post_type=forum&p=3292',0,'forum','',0),(3293,13,'2018-09-07 14:59:02','2018-09-07 09:29:02','Implementation issues, guidance, advice, queries, outcomes, resolutions.','Scrum Implementation','','inherit','closed','closed','','3292-revision-v1','','','2018-09-07 14:59:02','2018-09-07 09:29:02','',3292,'http://137.116.134.50/2018/09/07/3292-revision-v1/',0,'revision','',0),(3295,13,'2018-09-07 14:59:47','2018-09-07 09:29:47','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Why does it matter?</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">What matters are questions like \"Is the project sustainably successful?\"</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Only if the answer to higher level questions like that one is \"No\", is it useful to investigate if there is a lack of agility in the project and if that is the root cause of the lack of success or sustainability.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Agility is not the goal in and of itself, it is just one very good mechanism for achieving the goal.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Renold</span></div>\r\n</div>','Does Agile Exist Once You Implement It In Your Project?','','publish','closed','open','','does-agile-exist-once-you-implement-it-in-your-project','','','2018-09-07 14:59:58','2018-09-07 09:29:58','',3292,'http://137.116.134.50/?post_type=topic&p=3295',0,'topic','',0),(3296,13,'2018-09-07 14:59:47','2018-09-07 09:29:47','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Why does it matter?</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">What matters are questions like \"Is the project sustainably successful?\"</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Only if the answer to higher level questions like that one is \"No\", is it useful to investigate if there is a lack of agility in the project and if that is the root cause of the lack of success or sustainability.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Agility is not the goal in and of itself, it is just one very good mechanism for achieving the goal.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Renold</span></div>\r\n</div>','Does Agile Exist Once You Implement It In Your Project?','','inherit','closed','closed','','3295-revision-v1','','','2018-09-07 14:59:47','2018-09-07 09:29:47','',3295,'http://137.116.134.50/2018/09/07/3295-revision-v1/',0,'revision','',0),(3297,12,'2018-09-07 15:00:02','2018-09-07 09:30:02','Hi,\r\n\r\nI hope someone can help me regarding how to deal with a partial release. The scenario:\r\n\r\nThe client gave us 5 features to develop. We were able to complete all 5 stories, but one got rejected. The client wants to release the 4 stories completed so far. The release was originally planned for 5 user stories.\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Is it possible to do this in Scrum? Can it be considered as best practice?</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Please share your thoughts and advice. Thanks, Justin.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Gabriel</span></div>\r\n</div>','Is it possible to release some of the stories developed during a Sprint?','','inherit','closed','closed','','3291-revision-v1','','','2018-09-07 15:00:02','2018-09-07 09:30:02','',3291,'http://137.116.134.50/2018/09/07/3291-revision-v1/',0,'revision','',0),(3299,12,'2018-09-07 15:00:09','2018-09-07 09:30:09','Hi,\r\n\r\nI hope someone can help me regarding how to deal with a partial release. The scenario:\r\n\r\nThe client gave us 5 features to develop. We were able to complete all 5 stories, but one got rejected. The client wants to release the 4 stories completed so far. The release was originally planned for 5 user stories.\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Is it possible to do this in Scrum? Can it be considered as best practice?</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Please share your thoughts and advice. Thanks, Justin.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Gabriel</span></div>\r\n</div>','Is it possible to release some of the stories developed during a Sprint?','','inherit','closed','closed','','3291-autosave-v1','','','2018-09-07 15:00:09','2018-09-07 09:30:09','',3291,'http://137.116.134.50/2018/09/07/3291-autosave-v1/',0,'revision','',0),(3300,13,'2018-09-07 15:00:54','2018-09-07 09:30:54','Hi,\r\n\r\nI work as a Product Owner in a small IT firm. We have been doing Scrum for several months now. We do not follow Scrum by the book, but rather improvise Scrum implementation as per our needs. We have a product backlog, conduct sprint planning sessions, execute the sprint, etc... i.e. we follow Scrum procedures and events. However, we don\'t estimate the stories during sprint planning sessions and select the product backlog items based upon our judgments and assumptions as to how many stories we can complete in the sprint. Even though the process is not perfect, it works just fine for us.\r\n\r\nMy main issue is that the Chief Project Manager demands to see and verify the product backlog before each sprint begins. He keeps pressing us to deliver more productivity, and as a result, some of the sprints have been remaining incomplete in the recent times. Moreover, he makes it a point to attend each Scrum meeting and start issuing instructions to the team. He is a senior person and we are at a loss how to go about resolving this issue.\r\n\r\n<span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Christian</span>','Chief Project Manager micromanages Scrum proceedings','','publish','closed','open','','chief-project-manager-micromanages-scrum-proceedings','','','2018-09-07 15:00:54','2018-09-07 09:30:54','',3292,'http://137.116.134.50/?post_type=topic&p=3300',0,'topic','',0),(3302,12,'2018-09-07 15:01:08','2018-09-07 09:31:08','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi all,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I am new to Scrum. I am not sure how to include the testing part of the stories in the sprint. The way we implement Scrum, we have many small tasks in the sprint backlog, and each of these tasks needs to be tested for regression and quality control.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I am not sure how to include the testing aspect in the sprint. Should it be a part of the current sprint, or should we design a separate sprint for testing activities? The sprints could run one after the other. Is this possible in Scrum?</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Many thanks.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Renold</span></div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-17 full-width text-right\">\r\n<div class=\"col-lg-16 col-md-16 col-sm-13 qs-icons qs-iconshover social-icon\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>','Separate sprint for testing user stories and tasks','','publish','closed','open','','separate-sprint-for-testing-user-stories-and-tasks','','','2018-09-07 15:01:08','2018-09-07 09:31:08','',3171,'http://137.116.134.50/?post_type=topic&p=3302',0,'topic','',0),(3303,13,'2018-09-07 15:00:54','2018-09-07 09:30:54','Hi,\r\n\r\nI work as a Product Owner in a small IT firm. We have been doing Scrum for several months now. We do not follow Scrum by the book, but rather improvise Scrum implementation as per our needs. We have a product backlog, conduct sprint planning sessions, execute the sprint, etc... i.e. we follow Scrum procedures and events. However, we don\'t estimate the stories during sprint planning sessions and select the product backlog items based upon our judgments and assumptions as to how many stories we can complete in the sprint. Even though the process is not perfect, it works just fine for us.\r\n\r\nMy main issue is that the Chief Project Manager demands to see and verify the product backlog before each sprint begins. He keeps pressing us to deliver more productivity, and as a result, some of the sprints have been remaining incomplete in the recent times. Moreover, he makes it a point to attend each Scrum meeting and start issuing instructions to the team. He is a senior person and we are at a loss how to go about resolving this issue.\r\n\r\n<span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Christian</span>','Chief Project Manager micromanages Scrum proceedings','','inherit','closed','closed','','3300-revision-v1','','','2018-09-07 15:00:54','2018-09-07 09:30:54','',3300,'http://137.116.134.50/2018/09/07/3300-revision-v1/',0,'revision','',0),(3304,12,'2018-09-07 15:01:08','2018-09-07 09:31:08','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi all,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I am new to Scrum. I am not sure how to include the testing part of the stories in the sprint. The way we implement Scrum, we have many small tasks in the sprint backlog, and each of these tasks needs to be tested for regression and quality control.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I am not sure how to include the testing aspect in the sprint. Should it be a part of the current sprint, or should we design a separate sprint for testing activities? The sprints could run one after the other. Is this possible in Scrum?</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Many thanks.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Renold</span></div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-17 full-width text-right\">\r\n<div class=\"col-lg-16 col-md-16 col-sm-13 qs-icons qs-iconshover social-icon\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>','Separate sprint for testing user stories and tasks','','inherit','closed','closed','','3302-revision-v1','','','2018-09-07 15:01:08','2018-09-07 09:31:08','',3302,'http://137.116.134.50/2018/09/07/3302-revision-v1/',0,'revision','',0),(3305,13,'2018-09-07 15:02:18','2018-09-07 09:32:18','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">How can I determine a budget for a Scrum project? What parameters should I count to estimate the project price? My issue is I have to submit a project report to the management for implementing Scrum and give an estimate of how much the project is likely to cost. I can work up a development budget, but the main issue is the Sprints could extend if the management wants changes in the product features during the project time.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Thanks in advance.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Ross</span></div>\r\n</div>','How to determine the budget for a Scrum project','','publish','closed','open','','how-to-determine-the-budget-for-a-scrum-project','','','2018-09-07 15:02:18','2018-09-07 09:32:18','',3292,'http://137.116.134.50/?post_type=topic&p=3305',0,'topic','',0),(3306,12,'2018-09-07 15:01:17','2018-09-07 09:31:17','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi all,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I am new to Scrum. I am not sure how to include the testing part of the stories in the sprint. The way we implement Scrum, we have many small tasks in the sprint backlog, and each of these tasks needs to be tested for regression and quality control.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I am not sure how to include the testing aspect in the sprint. Should it be a part of the current sprint, or should we design a separate sprint for testing activities? The sprints could run one after the other. Is this possible in Scrum?</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Many thanks.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Renold</span></div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-17 full-width text-right\">\r\n<div class=\"col-lg-16 col-md-16 col-sm-13 qs-icons qs-iconshover social-icon\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>','Separate sprint for testing user stories and tasks','','inherit','closed','closed','','3302-autosave-v1','','','2018-09-07 15:01:17','2018-09-07 09:31:17','',3302,'http://137.116.134.50/2018/09/07/3302-autosave-v1/',0,'revision','',0),(3307,12,'2018-09-07 15:01:48','2018-09-07 09:31:48','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Each and every event is time-boxed in Scrum. I would like to know if sprint is considered as an event in Scrum. And if the sprint gets over earlier than scheduled, can the “extra” time be utilised for any other activity? Thanking you for your reply.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">HW</span></div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-17 full-width text-right\">\r\n<div class=\"col-lg-16 col-md-16 col-sm-13 qs-icons qs-iconshover social-icon\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>','Is Sprint An Event? If Tasks Get Over Soon In A Sprint, Can The Extra Time Be Utilised For Any Other Activity?','','publish','closed','open','','is-sprint-an-event-if-tasks-get-over-soon-in-a-sprint-can-the-extra-time-be-utilised-for-any-other-activity','','','2018-09-07 15:01:48','2018-09-07 09:31:48','',3171,'http://137.116.134.50/?post_type=topic&p=3307',0,'topic','',0),(3308,12,'2018-09-07 15:01:48','2018-09-07 09:31:48','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Each and every event is time-boxed in Scrum. I would like to know if sprint is considered as an event in Scrum. And if the sprint gets over earlier than scheduled, can the “extra” time be utilised for any other activity? Thanking you for your reply.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">HW</span></div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-17 full-width text-right\">\r\n<div class=\"col-lg-16 col-md-16 col-sm-13 qs-icons qs-iconshover social-icon\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>','Is Sprint An Event? If Tasks Get Over Soon In A Sprint, Can The Extra Time Be Utilised For Any Other Activity?','','inherit','closed','closed','','3307-revision-v1','','','2018-09-07 15:01:48','2018-09-07 09:31:48','',3307,'http://137.116.134.50/2018/09/07/3307-revision-v1/',0,'revision','',0),(3311,13,'2018-09-07 15:02:18','2018-09-07 09:32:18','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">How can I determine a budget for a Scrum project? What parameters should I count to estimate the project price? My issue is I have to submit a project report to the management for implementing Scrum and give an estimate of how much the project is likely to cost. I can work up a development budget, but the main issue is the Sprints could extend if the management wants changes in the product features during the project time.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Thanks in advance.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Ross</span></div>\r\n</div>','How to determine the budget for a Scrum project','','inherit','closed','closed','','3305-revision-v1','','','2018-09-07 15:02:18','2018-09-07 09:32:18','',3305,'http://137.116.134.50/2018/09/07/3305-revision-v1/',0,'revision','',0),(3314,13,'2018-09-07 15:03:08','2018-09-07 09:33:08','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I want to know what are the most important and the most common causes of why organizations fail to adopt Agile/Scrum.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">testuser</span></div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-17 full-width text-right\">\r\n<div class=\"col-lg-16 col-md-16 col-sm-13 qs-icons qs-iconshover social-icon\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>','Main causes why Scrum adoption fails','','publish','closed','open','','main-causes-why-scrum-adoption-fails','','','2018-09-07 15:03:08','2018-09-07 09:33:08','',3292,'http://137.116.134.50/?post_type=topic&p=3314',0,'topic','',0),(3315,13,'2018-09-07 15:03:08','2018-09-07 09:33:08','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I want to know what are the most important and the most common causes of why organizations fail to adopt Agile/Scrum.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">testuser</span></div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-17 full-width text-right\">\r\n<div class=\"col-lg-16 col-md-16 col-sm-13 qs-icons qs-iconshover social-icon\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>','Main causes why Scrum adoption fails','','inherit','closed','closed','','3314-revision-v1','','','2018-09-07 15:03:08','2018-09-07 09:33:08','',3314,'http://137.116.134.50/2018/09/07/3314-revision-v1/',0,'revision','',0),(3317,13,'2018-09-07 15:04:34','2018-09-07 09:34:34','Hello,\r\n\r\nI am planning a migration towards scrum for a client\'s digital agency. I have tried to work out the migration aspect and I feel I have worked things out pretty well but would still like to welcome any feedback regarding the implementation.\r\n\r\nI have planned that:\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">1. Two scrum teams will work on a two-week sprint time-box.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">2. The sprints would start late by a week to allow rush jobs.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">3. A single product backlog will be made available to the teams. Client\'s service team will create the backlog but its refinement will be carried out in two backlog refinement sessions - one per team - each week.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">4. A member of the client\'s service team will function as a PO for each of the team.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Thanks,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Tony</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">ramachandran</span></div>\r\n</div>','Scrum Implementation In A Digital Agency','','publish','closed','open','','scrum-implementation-in-a-digital-agency','','','2018-09-07 15:06:31','2018-09-07 09:36:31','',3292,'http://137.116.134.50/?post_type=topic&p=3317',0,'topic','',0),(3318,12,'2018-09-07 15:04:34','2018-09-07 09:34:34','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I am starting with Scrum. While surfing the net for Scrum related articles and information I came across the topic dealing with \"spikes\". I want to know what they are exactly and whether their usage is \"official\" in Scrum.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Ramesh</span></div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-17 full-width text-right\">\r\n<div class=\"col-lg-16 col-md-16 col-sm-13 qs-icons qs-iconshover social-icon\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>','What are spikes? Are they official in Scrum?','','publish','closed','open','','what-are-spikes-are-they-official-in-scrum','','','2018-09-07 15:04:34','2018-09-07 09:34:34','',3174,'http://137.116.134.50/?post_type=topic&p=3318',0,'topic','',0),(3319,4,'2018-09-07 15:04:02','2018-09-07 09:34:02','','Q-256x256','','inherit','open','closed','','q-256x256','','','2018-09-07 15:04:02','2018-09-07 09:34:02','',0,'http://137.116.134.50/wp-content/uploads/2018/09/Q-256x256.png',0,'attachment','image/png',0),(3320,12,'2018-09-07 15:04:34','2018-09-07 09:34:34','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I am starting with Scrum. While surfing the net for Scrum related articles and information I came across the topic dealing with \"spikes\". I want to know what they are exactly and whether their usage is \"official\" in Scrum.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Ramesh</span></div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-17 full-width text-right\">\r\n<div class=\"col-lg-16 col-md-16 col-sm-13 qs-icons qs-iconshover social-icon\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>','What are spikes? Are they official in Scrum?','','inherit','closed','closed','','3318-revision-v1','','','2018-09-07 15:04:34','2018-09-07 09:34:34','',3318,'http://137.116.134.50/2018/09/07/3318-revision-v1/',0,'revision','',0),(3321,13,'2018-09-07 15:04:34','2018-09-07 09:34:34','Hello,\r\n\r\nI am planning a migration towards scrum for a client\'s digital agency. I have tried to work out the migration aspect and I feel I have worked things out pretty well but would still like to welcome any feedback regarding the implementation.\r\n\r\nI have planned that:\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">1. Two scrum teams will work on a two-week sprint time-box.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">2. The sprints would start late by a week to allow rush jobs.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">3. A single product backlog will be made available to the teams. Client\'s service team will create the backlog but its refinement will be carried out in two backlog refinement sessions - one per team - each week.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">4. A member of the client\'s service team will function as a PO for each of the team.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Thanks,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Tony</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">ramachandran</span></div>\r\n</div>','Scrum Implementation In A Digital Agency','','inherit','closed','closed','','3317-revision-v1','','','2018-09-07 15:04:34','2018-09-07 09:34:34','',3317,'http://137.116.134.50/2018/09/07/3317-revision-v1/',0,'revision','',0),(3322,12,'2018-09-07 15:04:40','2018-09-07 09:34:40','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I am starting with Scrum. While surfing the net for Scrum related articles and information I came across the topic dealing with \"spikes\". I want to know what they are exactly and whether their usage is \"official\" in Scrum.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Ramesh</span></div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-17 full-width text-right\">\r\n<div class=\"col-lg-16 col-md-16 col-sm-13 qs-icons qs-iconshover social-icon\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>','What are spikes? Are they official in Scrum?','','inherit','closed','closed','','3318-autosave-v1','','','2018-09-07 15:04:40','2018-09-07 09:34:40','',3318,'http://137.116.134.50/2018/09/07/3318-autosave-v1/',0,'revision','',0),(3323,13,'2018-09-07 15:05:11','2018-09-07 09:35:11','Hello,\r\n\r\nI am planning a migration towards scrum for a client\'s digital agency. I have tried to work out the migration aspect and I feel I have worked things out pretty well but would still like to welcome any feedback regarding the implementation.\r\n\r\nI have planned that:\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">1. Two scrum teams will work on a two-week sprint time-box.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">2. The sprints would start late by a week to allow rush jobs.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">3. A single product backlog will be made available to the teams. Client\'s service team will create the backlog but its refinement will be carried out in two backlog refinement sessions - one per team - each week.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">4. A member of the client\'s service team will function as a PO for each of the team.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Thanks,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Tony</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">ramachandran</span></div>\r\n</div>','Scrum Implementation In A Digital Agency','','inherit','closed','closed','','3317-autosave-v1','','','2018-09-07 15:05:11','2018-09-07 09:35:11','',3317,'http://137.116.134.50/2018/09/07/3317-autosave-v1/',0,'revision','',0),(3325,13,'2018-09-07 15:07:12','2018-09-07 09:37:12','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I work in an ISO certified company. Recently, we have decided to implement Scrum for our software development projects. My question is how can you implement Scrum in an ISO certified company? ISO standards are unique and need to be satisfied. Simultaneously, Scum has its own set of rules and principles which need to be satisfied too to implement Scrum. So, how can you make Scrum compliant with ISO standards when it has its own standards?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">dennis</span></div>\r\n</div>','Scrum implementation in ISO certified organisation','','publish','closed','open','','scrum-implementation-in-iso-certified-organisation','','','2018-09-07 15:07:12','2018-09-07 09:37:12','',3292,'http://137.116.134.50/?post_type=topic&p=3325',0,'topic','',0),(3326,13,'2018-09-07 15:07:12','2018-09-07 09:37:12','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I work in an ISO certified company. Recently, we have decided to implement Scrum for our software development projects. My question is how can you implement Scrum in an ISO certified company? ISO standards are unique and need to be satisfied. Simultaneously, Scum has its own set of rules and principles which need to be satisfied too to implement Scrum. So, how can you make Scrum compliant with ISO standards when it has its own standards?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">dennis</span></div>\r\n</div>','Scrum implementation in ISO certified organisation','','inherit','closed','closed','','3325-revision-v1','','','2018-09-07 15:07:12','2018-09-07 09:37:12','',3325,'http://137.116.134.50/2018/09/07/3325-revision-v1/',0,'revision','',0),(3327,13,'2018-09-07 15:07:51','2018-09-07 09:37:51','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi. I work as a Scrum Master, and my problem is that the development team members behave as \"ScrumButs\". It is becoming increasingly difficult for me to implement Scrum in a proper manner. Is there any way to streamline the Scrum process within the team?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Ivan</span></div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-17 full-width text-right\">\r\n<div class=\"col-lg-16 col-md-16 col-sm-13 qs-icons qs-iconshover social-icon\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>','ScrumButs not following Scrum wholly','','publish','closed','open','','scrumbuts-not-following-scrum-wholly','','','2018-09-07 15:07:51','2018-09-07 09:37:51','',3292,'http://137.116.134.50/?post_type=topic&p=3327',0,'topic','',0),(3328,13,'2018-09-07 15:07:51','2018-09-07 09:37:51','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi. I work as a Scrum Master, and my problem is that the development team members behave as \"ScrumButs\". It is becoming increasingly difficult for me to implement Scrum in a proper manner. Is there any way to streamline the Scrum process within the team?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Ivan</span></div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-17 full-width text-right\">\r\n<div class=\"col-lg-16 col-md-16 col-sm-13 qs-icons qs-iconshover social-icon\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>','ScrumButs not following Scrum wholly','','inherit','closed','closed','','3327-revision-v1','','','2018-09-07 15:07:51','2018-09-07 09:37:51','',3327,'http://137.116.134.50/2018/09/07/3327-revision-v1/',0,'revision','',0),(3329,13,'2018-09-07 15:09:09','2018-09-07 09:39:09','I am a scrum master working for a small sized NGO. We implemented Scrum five months ago. Until now, we have been doing quite well but now we have to take up another project, which is also of top priority. My problem is we have a limited development team and cannot expand, as we are dependent upon NGO funds to operate. And now we have to work on another project simultaneously.\r\n\r\nI can work out separate backlogs for the two projects and the team can schedule time and work on two projects simultaneously. But how should I deal with the meetings? Should we have a common meeting for both the projects to save time, or should we hold separate meetings? And what would be the best way of allotting development time for the projects?\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Moreover, the team cannot put in extra efforts or working hours to deal with the second project.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I look forward to advice and suggestions so I can plan the implementation.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Thanking you.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Ivan</span></div>\r\n</div>','Single Team To Handle Multiple Projects','','publish','closed','open','','single-team-to-handle-multiple-projects','','','2018-09-07 15:09:32','2018-09-07 09:39:32','',3292,'http://137.116.134.50/?post_type=topic&p=3329',0,'topic','',0),(3330,13,'2018-09-07 15:09:09','2018-09-07 09:39:09','I am a scrum master working for a small sized NGO. We implemented Scrum five months ago. Until now, we have been doing quite well but now we have to take up another project, which is also of top priority. My problem is we have a limited development team and cannot expand, as we are dependent upon NGO funds to operate. And now we have to work on another project simultaneously.\r\n\r\nI can work out separate backlogs for the two projects and the team can schedule time and work on two projects simultaneously. But how should I deal with the meetings? Should we have a common meeting for both the projects to save time, or should we hold separate meetings? And what would be the best way of allotting development time for the projects?\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Moreover, the team cannot put in extra efforts or working hours to deal with the second project.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I look forward to advice and suggestions so I can plan the implementation.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Thanking you.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Ivan</span></div>\r\n</div>','Single Team To Handle Multiple Projects','','inherit','closed','closed','','3329-revision-v1','','','2018-09-07 15:09:09','2018-09-07 09:39:09','',3329,'http://137.116.134.50/2018/09/07/3329-revision-v1/',0,'revision','',0),(3331,13,'2018-09-07 15:09:20','2018-09-07 09:39:20','I am a scrum master working for a small sized NGO. We implemented Scrum five months ago. Until now, we have been doing quite well but now we have to take up another project, which is also of top priority. My problem is we have a limited development team and cannot expand, as we are dependent upon NGO funds to operate. And now we have to work on another project simultaneously.\n\nI can work out separate backlogs for the two projects and the team can schedule time and work on two projects simultaneously. But how should I deal with the meetings? Should we have a common meeting for both the projects to save time, or should we hold separate meetings? And what would be the best way of allotting development time for the projects?\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Moreover, the team cannot put in extra efforts or working hours to deal with the second project.</p>\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I look forward to advice and suggestions so I can plan the implementation.</p>\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Thanking you.</p>\n\n<div class=\"row\">\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Ivan</span></div>\n</div>','Single Team To Handle Multiple Projects','','inherit','closed','closed','','3329-autosave-v1','','','2018-09-07 15:09:20','2018-09-07 09:39:20','',3329,'http://137.116.134.50/2018/09/07/3329-autosave-v1/',0,'revision','',0),(3332,13,'2018-09-07 15:10:25','2018-09-07 09:40:25','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I was previously working in a software development firm practicing Scrum. Recently I have changed jobs and I am now working in a company whose main area of activity is cloud computing. The company mainly offers hosting services - SaaS, and setting up firewalls for clients. The management wants to implement Agile here and that is where my main problem lies - I have no idea how to implement Agile in a SaaS environment. I am supposed to function as a PO. So, how do I design the PB? How should stories be created and sprints designed? Is there any reference material explaining how to do this?</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Thanking you in advance.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Jhon</span></div>\r\n</div>','Using Scrum for non-product or service based activities such as cloud hosting','','publish','closed','open','','using-scrum-for-non-product-or-service-based-activities-such-as-cloud-hosting','','','2018-09-07 15:10:25','2018-09-07 09:40:25','',3292,'http://137.116.134.50/?post_type=topic&p=3332',0,'topic','',0),(3333,13,'2018-09-07 15:10:25','2018-09-07 09:40:25','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I was previously working in a software development firm practicing Scrum. Recently I have changed jobs and I am now working in a company whose main area of activity is cloud computing. The company mainly offers hosting services - SaaS, and setting up firewalls for clients. The management wants to implement Agile here and that is where my main problem lies - I have no idea how to implement Agile in a SaaS environment. I am supposed to function as a PO. So, how do I design the PB? How should stories be created and sprints designed? Is there any reference material explaining how to do this?</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Thanking you in advance.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Jhon</span></div>\r\n</div>','Using Scrum for non-product or service based activities such as cloud hosting','','inherit','closed','closed','','3332-revision-v1','','','2018-09-07 15:10:25','2018-09-07 09:40:25','',3332,'http://137.116.134.50/2018/09/07/3332-revision-v1/',0,'revision','',0),(3335,13,'2018-09-07 15:11:06','2018-09-07 09:41:06','We had a heated argument in our team - between the PO and a team member. The PO desired that a team member should carry out a change in the business logic of a stored procedure, while the developer was not happy with this decision and refused to comply. The PO feels that the developer has no right to question the decision while the developer thinks the decision is inappropriate and should not be implemented.\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Regarding this issue, who should decide what should be done? Scrum supports collaboration so should the team decide unanimously? How can conflicting opinions be resolved?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Member</span></div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-17 full-width text-right\">\r\n<div class=\"col-lg-16 col-md-16 col-sm-13 qs-icons qs-iconshover social-icon\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>','Who decides the proper line of action when team members disagree?','','publish','closed','open','','who-decides-the-proper-line-of-action-when-team-members-disagree','','','2018-09-07 15:11:23','2018-09-07 09:41:23','',3292,'http://137.116.134.50/?post_type=topic&p=3335',0,'topic','',0),(3337,13,'2018-09-07 15:11:06','2018-09-07 09:41:06','We had a heated argument in our team - between the PO and a team member. The PO desired that a team member should carry out a change in the business logic of a stored procedure, while the developer was not happy with this decision and refused to comply. The PO feels that the developer has no right to question the decision while the developer thinks the decision is inappropriate and should not be implemented.\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Regarding this issue, who should decide what should be done? Scrum supports collaboration so should the team decide unanimously? How can conflicting opinions be resolved?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Member</span></div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-17 full-width text-right\">\r\n<div class=\"col-lg-16 col-md-16 col-sm-13 qs-icons qs-iconshover social-icon\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>','Who decides the proper line of action when team members disagree?','','inherit','closed','closed','','3335-revision-v1','','','2018-09-07 15:11:06','2018-09-07 09:41:06','',3335,'http://137.116.134.50/2018/09/07/3335-revision-v1/',0,'revision','',0),(3338,13,'2018-09-07 15:13:24','2018-09-07 09:43:24','<div class=\"col-lg-18 col-md-16 col-sm-17 col-xs-21\">\r\n<p class=\"qs-font15 proximaregular color5 line-height22 qs_margin_bottom10\">Fundamentals, basic issues, Scrum related, miscellaneous.</p>\r\n\r\n</div>\r\n<div class=\"col-lg-5 col-md-6 col-sm-5 col-xs-18 text-center qs_margin_bottom15 full-width\">\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-10 forum-rigth-border\"></div>\r\n</div>\r\n</div>','Scrum','','publish','closed','open','','scrum','','','2018-09-07 15:13:24','2018-09-07 09:43:24','',0,'http://137.116.134.50/?post_type=forum&p=3338',0,'forum','',0),(3339,13,'2018-09-07 15:13:24','2018-09-07 09:43:24','<div class=\"col-lg-18 col-md-16 col-sm-17 col-xs-21\">\r\n<p class=\"qs-font15 proximaregular color5 line-height22 qs_margin_bottom10\">Fundamentals, basic issues, Scrum related, miscellaneous.</p>\r\n\r\n</div>\r\n<div class=\"col-lg-5 col-md-6 col-sm-5 col-xs-18 text-center qs_margin_bottom15 full-width\">\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-10 forum-rigth-border\"></div>\r\n</div>\r\n</div>','Scrum','','inherit','closed','closed','','3338-revision-v1','','','2018-09-07 15:13:24','2018-09-07 09:43:24','',3338,'http://137.116.134.50/2018/09/07/3338-revision-v1/',0,'revision','',0),(3341,13,'2018-09-07 15:14:21','2018-09-07 09:44:21','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I have a question:</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Who actually defines the Definition of Done of product backlog items? Is it just the PO? Or does the entire Scrum team participate in defining the DoD?</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">The Scrum guide states:</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">\"When a Product Backlog item or an Increment is described as “Done”, everyone must understand what “Done” means. Although this varies significantly per Scrum Team, members must have a shared understanding of what it means for work to be complete, to ensure transparency. This is the definition of “Done” for the Scrum Team and is used to assess when work is complete on the product Increment.\"</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">- How should this statement be interpreted in terms of the defining the DoD?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Thomas</span></div>\r\n</div>','Who is responsible for defining and maintaining the DoD (Definition of Done)?','','publish','closed','open','','who-is-responsible-for-defining-and-maintaining-the-dod-definition-of-done','','','2018-09-07 15:14:36','2018-09-07 09:44:36','',3338,'http://137.116.134.50/?post_type=topic&p=3341',0,'topic','',0),(3342,13,'2018-09-07 15:14:21','2018-09-07 09:44:21','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I have a question:</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Who actually defines the Definition of Done of product backlog items? Is it just the PO? Or does the entire Scrum team participate in defining the DoD?</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">The Scrum guide states:</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">\"When a Product Backlog item or an Increment is described as “Done”, everyone must understand what “Done” means. Although this varies significantly per Scrum Team, members must have a shared understanding of what it means for work to be complete, to ensure transparency. This is the definition of “Done” for the Scrum Team and is used to assess when work is complete on the product Increment.\"</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">- How should this statement be interpreted in terms of the defining the DoD?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Thomas</span></div>\r\n</div>','Who is responsible for defining and maintaining the DoD (Definition of Done)?','','inherit','closed','closed','','3341-revision-v1','','','2018-09-07 15:14:21','2018-09-07 09:44:21','',3341,'http://137.116.134.50/2018/09/07/3341-revision-v1/',0,'revision','',0),(3343,13,'2018-09-07 15:16:39','2018-09-07 09:46:39','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hello,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I have a question regarding how the term “Scrum team” should be interpreted:</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">When the words “Scrum team” are used in a discussion, does that mean that the team includes all 3 –</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">1. Product Owner</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">2. Scrum Master</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">3. Development Team In the team?</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">If not, should it also include the client and the key stakeholders?</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">What is the scope of the term “Scrum team”?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Lucas</span></div>\r\n</div>','When the term ‘Scrum team’ is used, whom does it actually include?','','publish','closed','open','','when-the-term-scrum-team-is-used-whom-does-it-actually-include','','','2018-09-07 15:16:39','2018-09-07 09:46:39','',3338,'http://137.116.134.50/?post_type=topic&p=3343',0,'topic','',0),(3345,13,'2018-09-07 15:16:39','2018-09-07 09:46:39','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hello,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I have a question regarding how the term “Scrum team” should be interpreted:</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">When the words “Scrum team” are used in a discussion, does that mean that the team includes all 3 –</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">1. Product Owner</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">2. Scrum Master</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">3. Development Team In the team?</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">If not, should it also include the client and the key stakeholders?</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">What is the scope of the term “Scrum team”?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Lucas</span></div>\r\n</div>','When the term ‘Scrum team’ is used, whom does it actually include?','','inherit','closed','closed','','3343-revision-v1','','','2018-09-07 15:16:39','2018-09-07 09:46:39','',3343,'http://137.116.134.50/2018/09/07/3343-revision-v1/',0,'revision','',0),(3347,13,'2018-09-07 15:17:27','2018-09-07 09:47:27','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">We have to develop an application for a client. The client has requested a quote from us regarding how expensive the development work is going to be, and we have to provide an estimate. The problem is, in Scrum, we can have rough estimates created by the development team, and this estimate may vary. Moreover, the estimate carried out by the client may be different from the one carried out by our team. If we have to bill the client, the estimate should be correct and justify the productivity we are delivering to the client. How should we bill the client if we cannot estimate precisely?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Thulasika</span></div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-17 full-width text-right\">\r\n<div class=\"col-lg-16 col-md-16 col-sm-13 qs-icons qs-iconshover social-icon\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>','How to calculate the development cost in Scrum?','','publish','closed','open','','how-to-calculate-the-development-cost-in-scrum','','','2018-09-07 15:17:27','2018-09-07 09:47:27','',3338,'http://137.116.134.50/?post_type=topic&p=3347',0,'topic','',0),(3349,13,'2018-09-07 15:17:27','2018-09-07 09:47:27','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">We have to develop an application for a client. The client has requested a quote from us regarding how expensive the development work is going to be, and we have to provide an estimate. The problem is, in Scrum, we can have rough estimates created by the development team, and this estimate may vary. Moreover, the estimate carried out by the client may be different from the one carried out by our team. If we have to bill the client, the estimate should be correct and justify the productivity we are delivering to the client. How should we bill the client if we cannot estimate precisely?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Thulasika</span></div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-17 full-width text-right\">\r\n<div class=\"col-lg-16 col-md-16 col-sm-13 qs-icons qs-iconshover social-icon\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>','How to calculate the development cost in Scrum?','','inherit','closed','closed','','3347-revision-v1','','','2018-09-07 15:17:27','2018-09-07 09:47:27','',3347,'http://137.116.134.50/2018/09/07/3347-revision-v1/',0,'revision','',0),(3351,13,'2018-09-07 15:18:27','2018-09-07 09:48:27','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hello,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I am working on a Scrum related article and doing a lot of research to get the facts right. I have a question for the community - many authors refer to Scrum as a methodology, while some state it is a framework. The words \"methodology\" and \"framework\" are used synonymously i.e. they both mean the same thing.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">What is the correct terminology? \"Methodology\" or \"framework?\"</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Thank you.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">C1 Product 1</span></div>\r\n</div>','Is Scrum a framework or a methodology?','','publish','closed','open','','is-scrum-a-framework-or-a-methodology','','','2018-09-07 15:18:27','2018-09-07 09:48:27','',3338,'http://137.116.134.50/?post_type=topic&p=3351',0,'topic','',0),(3352,13,'2018-09-07 15:18:27','2018-09-07 09:48:27','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hello,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I am working on a Scrum related article and doing a lot of research to get the facts right. I have a question for the community - many authors refer to Scrum as a methodology, while some state it is a framework. The words \"methodology\" and \"framework\" are used synonymously i.e. they both mean the same thing.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">What is the correct terminology? \"Methodology\" or \"framework?\"</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Thank you.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">C1 Product 1</span></div>\r\n</div>','Is Scrum a framework or a methodology?','','inherit','closed','closed','','3351-revision-v1','','','2018-09-07 15:18:27','2018-09-07 09:48:27','',3351,'http://137.116.134.50/2018/09/07/3351-revision-v1/',0,'revision','',0),(3353,13,'2018-09-07 15:19:48','2018-09-07 09:49:48','I am facing some problems regarding the transparency levels and sharing backlogs related information with the client. We charge our clients on the basis of time spent, and it would be difficult to convince the client to pay for each and every activity we carry out in the sprint, since some of the tasks we have to carry out include R&D and learning new aspects of the technology, and it would be difficult to convince the customer to pay for such research-oriented activities.\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I have the following problems:</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">1. We bill our client on the basis of time spent (working hours), but not everything we do in the Sprint is billable to the client.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">2. We have to spend time on fixing bugs and issues, but we cannot bill the client for these activities.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">3. Our team velocity is less since most of our developers are relatively new and need more time to develop features compared to experienced ones. As far as requirements are concerned, suppose we estimate 45 working hours to develop a feature, the client insists it should not take more than 20 or 25 hours.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">What is the best way to tackle these problems?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">JJG</span></div>\r\n</div>','Problems faced while billing the client','','publish','closed','open','','problems-faced-while-billing-the-client','','','2018-09-07 15:19:48','2018-09-07 09:49:48','',3338,'http://137.116.134.50/?post_type=topic&p=3353',0,'topic','',0),(3354,4,'2018-09-07 15:19:44','2018-09-07 09:49:44','http://137.116.134.50/wp-content/uploads/2018/09/cropped-Q-256x256.png','cropped-Q-256x256.png','','inherit','open','closed','','cropped-q-256x256-png','','','2018-09-07 15:19:44','2018-09-07 09:49:44','',0,'http://137.116.134.50/wp-content/uploads/2018/09/cropped-Q-256x256.png',0,'attachment','image/png',0),(3356,13,'2018-09-07 15:19:48','2018-09-07 09:49:48','I am facing some problems regarding the transparency levels and sharing backlogs related information with the client. We charge our clients on the basis of time spent, and it would be difficult to convince the client to pay for each and every activity we carry out in the sprint, since some of the tasks we have to carry out include R&D and learning new aspects of the technology, and it would be difficult to convince the customer to pay for such research-oriented activities.\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I have the following problems:</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">1. We bill our client on the basis of time spent (working hours), but not everything we do in the Sprint is billable to the client.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">2. We have to spend time on fixing bugs and issues, but we cannot bill the client for these activities.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">3. Our team velocity is less since most of our developers are relatively new and need more time to develop features compared to experienced ones. As far as requirements are concerned, suppose we estimate 45 working hours to develop a feature, the client insists it should not take more than 20 or 25 hours.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">What is the best way to tackle these problems?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">JJG</span></div>\r\n</div>','Problems faced while billing the client','','inherit','closed','closed','','3353-revision-v1','','','2018-09-07 15:19:48','2018-09-07 09:49:48','',3353,'http://137.116.134.50/2018/09/07/3353-revision-v1/',0,'revision','',0),(3357,13,'2018-09-07 15:20:39','2018-09-07 09:50:39','I read the Scrum Guide and I am surprised to find it does not have a project manager\'s role. Why is this so? Every project should have a manager and since Scrum is used for developing projects, why does it not have a project manager?\r\n\r\n<span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Jeremy</span>','Why does Scrum not have a project manager role?','','publish','closed','open','','why-does-scrum-not-have-a-project-manager-role','','','2018-09-07 15:20:39','2018-09-07 09:50:39','',3338,'http://137.116.134.50/?post_type=topic&p=3357',0,'topic','',0),(3358,13,'2018-09-07 15:20:39','2018-09-07 09:50:39','I read the Scrum Guide and I am surprised to find it does not have a project manager\'s role. Why is this so? Every project should have a manager and since Scrum is used for developing projects, why does it not have a project manager?\r\n\r\n<span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Jeremy</span>','Why does Scrum not have a project manager role?','','inherit','closed','closed','','3357-revision-v1','','','2018-09-07 15:20:39','2018-09-07 09:50:39','',3357,'http://137.116.134.50/2018/09/07/3357-revision-v1/',0,'revision','',0),(3359,13,'2018-09-07 15:21:20','2018-09-07 09:51:20','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">How should the business value be understood in Scrum? Should it be based upon the financial aspects of product features only? Or should other factors be considered while determining the business value of a user story? If so, what are those parameters?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Bharti</span></div>\r\n</div>','How To Determine Business Values In Scrum?','','publish','closed','open','','how-to-determine-business-values-in-scrum','','','2018-09-07 15:21:47','2018-09-07 09:51:47','',3338,'http://137.116.134.50/?post_type=topic&p=3359',0,'topic','',0),(3360,13,'2018-09-07 15:21:20','2018-09-07 09:51:20','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">How should the business value be understood in Scrum? Should it be based upon the financial aspects of product features only? Or should other factors be considered while determining the business value of a user story? If so, what are those parameters?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Bharti</span></div>\r\n</div>','How To Determine Business Values In Scrum?','','inherit','closed','closed','','3359-revision-v1','','','2018-09-07 15:21:20','2018-09-07 09:51:20','',3359,'http://137.116.134.50/2018/09/07/3359-revision-v1/',0,'revision','',0),(3362,13,'2018-09-07 15:22:57','2018-09-07 09:52:57','Scaling for enterprises, SAFe, Scrum of Scrums, customization, implementation issues, and discussions.','Scaling Scrum','','publish','closed','open','','scaling-scrum','','','2018-09-07 15:22:57','2018-09-07 09:52:57','',0,'http://137.116.134.50/?post_type=forum&p=3362',0,'forum','',0),(3363,13,'2018-09-07 15:22:57','2018-09-07 09:52:57','Scaling for enterprises, SAFe, Scrum of Scrums, customization, implementation issues, and discussions.','Scaling Scrum','','inherit','closed','closed','','3362-revision-v1','','','2018-09-07 15:22:57','2018-09-07 09:52:57','',3362,'http://137.116.134.50/2018/09/07/3362-revision-v1/',0,'revision','',0),(3364,13,'2018-09-07 15:23:59','2018-09-07 09:53:59','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hello,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Can anyone please explain the difference between \"Scrum of Scrums\" and \"Scaling Scrum\"?</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Also what is \"Scrum@Scale\"?</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Regards, Scott</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Prakash</span></div>\r\n</div>','What is the difference between Scrum of Scrums and Scaling Scrum?','','publish','closed','open','','what-is-the-difference-between-scrum-of-scrums-and-scaling-scrum','','','2018-09-07 15:23:59','2018-09-07 09:53:59','',3362,'http://137.116.134.50/?post_type=topic&p=3364',0,'topic','',0),(3366,13,'2018-09-07 15:23:59','2018-09-07 09:53:59','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hello,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Can anyone please explain the difference between \"Scrum of Scrums\" and \"Scaling Scrum\"?</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Also what is \"Scrum@Scale\"?</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Regards, Scott</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Prakash</span></div>\r\n</div>','What is the difference between Scrum of Scrums and Scaling Scrum?','','inherit','closed','closed','','3364-revision-v1','','','2018-09-07 15:23:59','2018-09-07 09:53:59','',3364,'http://137.116.134.50/2018/09/07/3364-revision-v1/',0,'revision','',0),(3367,13,'2018-09-07 15:24:58','2018-09-07 09:54:58','Product Owner’s role, function, activities, responsibilities, issues related to, suggestions, and general discussions.','Product Owner','','publish','closed','open','','product-owner','','','2018-09-07 15:24:58','2018-09-07 09:54:58','',0,'http://137.116.134.50/?post_type=forum&p=3367',0,'forum','',0),(3368,13,'2018-09-07 15:24:58','2018-09-07 09:54:58','Product Owner’s role, function, activities, responsibilities, issues related to, suggestions, and general discussions.','Product Owner','','inherit','closed','closed','','3367-revision-v1','','','2018-09-07 15:24:58','2018-09-07 09:54:58','',3367,'http://137.116.134.50/2018/09/07/3367-revision-v1/',0,'revision','',0),(3369,13,'2018-09-07 15:26:12','2018-09-07 09:56:12','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I have a question for the Scrum community. The Scrum guide specifies the role of a PO. However, it does not say anything about what the ideal background of a PO should be. After reading the guide, I understand that even a PM can be a PO if s/he has a proper mindset and familiar with what a PO’s role actually consist of. My question is can a development team member be a PO if s/he is experienced in Scrum and is familiar with the PO’s role? Asking the same question from another viewpoint, can a PO write code while performing his/her duties as a PO?</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Looking at it from a practical viewpoint, if a PO has the technical background, would it not benefit the project more since the PO is aware of the difficulty levels while developing user stories?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Karlos</span></div>\r\n</div>','Can A PO Be A Development Team Member?','','publish','closed','open','','can-a-po-be-a-development-team-member','','','2018-09-07 15:26:12','2018-09-07 09:56:12','',3367,'http://137.116.134.50/?post_type=topic&p=3369',0,'topic','',0),(3370,13,'2018-09-07 15:26:12','2018-09-07 09:56:12','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I have a question for the Scrum community. The Scrum guide specifies the role of a PO. However, it does not say anything about what the ideal background of a PO should be. After reading the guide, I understand that even a PM can be a PO if s/he has a proper mindset and familiar with what a PO’s role actually consist of. My question is can a development team member be a PO if s/he is experienced in Scrum and is familiar with the PO’s role? Asking the same question from another viewpoint, can a PO write code while performing his/her duties as a PO?</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Looking at it from a practical viewpoint, if a PO has the technical background, would it not benefit the project more since the PO is aware of the difficulty levels while developing user stories?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Karlos</span></div>\r\n</div>','Can A PO Be A Development Team Member?','','inherit','closed','closed','','3369-revision-v1','','','2018-09-07 15:26:12','2018-09-07 09:56:12','',3369,'http://137.116.134.50/2018/09/07/3369-revision-v1/',0,'revision','',0),(3371,13,'2018-09-07 15:26:51','2018-09-07 09:56:51','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">In certain cases, when the scope of development is large, the management is often forced to sustain multiple development teams. This scenario is very common in case of development companies undertaking outsourcing projects and activities, where disjoint or distributed teams carry out the development. In such a scenario, the management may appoint individual scrum masters for each team, and this is practice is accepted by scrum circles. However, the question revolves around the product owner. Just as you have multiple scrum masters, can you appoint more than one product owner in the Scrum project?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Jessica</span></div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-17 full-width text-right\">\r\n<div class=\"col-lg-16 col-md-16 col-sm-13 qs-icons qs-iconshover social-icon\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>','Can There Be Multiple Product Owners For A Scrum Project?','','publish','closed','open','','can-there-be-multiple-product-owners-for-a-scrum-project','','','2018-09-07 15:26:51','2018-09-07 09:56:51','',3367,'http://137.116.134.50/?post_type=topic&p=3371',0,'topic','',0),(3372,13,'2018-09-07 15:26:51','2018-09-07 09:56:51','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">In certain cases, when the scope of development is large, the management is often forced to sustain multiple development teams. This scenario is very common in case of development companies undertaking outsourcing projects and activities, where disjoint or distributed teams carry out the development. In such a scenario, the management may appoint individual scrum masters for each team, and this is practice is accepted by scrum circles. However, the question revolves around the product owner. Just as you have multiple scrum masters, can you appoint more than one product owner in the Scrum project?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Jessica</span></div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-17 full-width text-right\">\r\n<div class=\"col-lg-16 col-md-16 col-sm-13 qs-icons qs-iconshover social-icon\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>','Can There Be Multiple Product Owners For A Scrum Project?','','inherit','closed','closed','','3371-revision-v1','','','2018-09-07 15:26:51','2018-09-07 09:56:51','',3371,'http://137.116.134.50/2018/09/07/3371-revision-v1/',0,'revision','',0),(3373,13,'2018-09-07 15:27:36','2018-09-07 09:57:36','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I am sure the topic must have been discussed before - I would like to know about the main differences between a Product Owner and a Product Manager\'s role. How are they different?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Member</span></div>\r\n</div>','Differences in a Product Owner and Product Manager’s role','','publish','closed','open','','differences-in-a-product-owner-and-product-managers-role','','','2018-09-07 15:27:36','2018-09-07 09:57:36','',3367,'http://137.116.134.50/?post_type=topic&p=3373',0,'topic','',0),(3375,13,'2018-09-07 15:27:36','2018-09-07 09:57:36','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I am sure the topic must have been discussed before - I would like to know about the main differences between a Product Owner and a Product Manager\'s role. How are they different?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Member</span></div>\r\n</div>','Differences in a Product Owner and Product Manager’s role','','inherit','closed','closed','','3373-revision-v1','','','2018-09-07 15:27:36','2018-09-07 09:57:36','',3373,'http://137.116.134.50/2018/09/07/3373-revision-v1/',0,'revision','',0),(3376,13,'2018-09-07 15:28:12','2018-09-07 09:58:12','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">How do you measure the productivity of a product owner? On the basis of ROI delivered to the client?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Gabriel</span></div>\r\n</div>','How do you measure the productivity of a product owner?','','publish','closed','open','','how-do-you-measure-the-productivity-of-a-product-owner','','','2018-09-07 15:28:12','2018-09-07 09:58:12','',3367,'http://137.116.134.50/?post_type=topic&p=3376',0,'topic','',0),(3377,13,'2018-09-07 15:28:12','2018-09-07 09:58:12','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">How do you measure the productivity of a product owner? On the basis of ROI delivered to the client?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Gabriel</span></div>\r\n</div>','How do you measure the productivity of a product owner?','','inherit','closed','closed','','3376-revision-v1','','','2018-09-07 15:28:12','2018-09-07 09:58:12','',3376,'http://137.116.134.50/2018/09/07/3376-revision-v1/',0,'revision','',0),(3378,13,'2018-09-07 15:29:13','2018-09-07 09:59:13','Right now, I am preparing for my PSMI I and have a question regarding The Scrum Guide. Page 5 states \"The Product Owner is one person, not a committee.\" and \"The Product Owner is the sole person responsible for managing the Product Backlog.\"\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">However, the Scrum implies that in case of multiple-teams working together, they share a common Product Backlog.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Does it mean when multiple teams work together, the teams may have dedicated Scrum Masters but share a common Product Owner? Thanks for sharing your view!</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">mariano perez</span></div>\r\n</div>','Multiple POs For Multiple Teams','','publish','closed','open','','multiple-pos-for-multiple-teams','','','2018-09-07 15:29:13','2018-09-07 09:59:13','',3367,'http://137.116.134.50/?post_type=topic&p=3378',0,'topic','',0),(3379,13,'2018-09-07 15:29:13','2018-09-07 09:59:13','Right now, I am preparing for my PSMI I and have a question regarding The Scrum Guide. Page 5 states \"The Product Owner is one person, not a committee.\" and \"The Product Owner is the sole person responsible for managing the Product Backlog.\"\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">However, the Scrum implies that in case of multiple-teams working together, they share a common Product Backlog.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Does it mean when multiple teams work together, the teams may have dedicated Scrum Masters but share a common Product Owner? Thanks for sharing your view!</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">mariano perez</span></div>\r\n</div>','Multiple POs For Multiple Teams','','inherit','closed','closed','','3378-revision-v1','','','2018-09-07 15:29:13','2018-09-07 09:59:13','',3378,'http://137.116.134.50/2018/09/07/3378-revision-v1/',0,'revision','',0),(3380,13,'2018-09-07 15:29:53','2018-09-07 09:59:53','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I have a problem. The PO is not taking an active interest in Scrum activities and does not collaborate with the team. As a SM what options do I have?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">ramesh</span></div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-17 full-width text-right\">\r\n<div class=\"col-lg-16 col-md-16 col-sm-13 qs-icons qs-iconshover social-icon\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>','PO is not collaborating with the development team','','publish','closed','open','','po-is-not-collaborating-with-the-development-team','','','2018-09-07 15:29:53','2018-09-07 09:59:53','',3367,'http://137.116.134.50/?post_type=topic&p=3380',0,'topic','',0),(3381,13,'2018-09-07 15:29:53','2018-09-07 09:59:53','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I have a problem. The PO is not taking an active interest in Scrum activities and does not collaborate with the team. As a SM what options do I have?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">ramesh</span></div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-17 full-width text-right\">\r\n<div class=\"col-lg-16 col-md-16 col-sm-13 qs-icons qs-iconshover social-icon\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>','PO is not collaborating with the development team','','inherit','closed','closed','','3380-revision-v1','','','2018-09-07 15:29:53','2018-09-07 09:59:53','',3380,'http://137.116.134.50/2018/09/07/3380-revision-v1/',0,'revision','',0),(3382,13,'2018-09-07 15:30:46','2018-09-07 10:00:46','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hello, I am appointed as a Scrum Master in a software firm. I have an issue. The PO keeps on adding new items to the list and won’t delete them. As a consequence, the size of the list is becoming unmanageable. Moreover, the PO is adamant about the deadlines – he says all items are important. What should I do in this situation?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">testuser</span></div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-17 full-width text-right\">\r\n<div class=\"col-lg-16 col-md-16 col-sm-13 qs-icons qs-iconshover social-icon\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>','Product Owner Keeps Adding Items And Won’t Delete Them','','publish','closed','open','','product-owner-keeps-adding-items-and-wont-delete-them','','','2018-09-07 15:30:46','2018-09-07 10:00:46','',3367,'http://137.116.134.50/?post_type=topic&p=3382',0,'topic','',0),(3383,13,'2018-09-07 15:30:46','2018-09-07 10:00:46','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hello, I am appointed as a Scrum Master in a software firm. I have an issue. The PO keeps on adding new items to the list and won’t delete them. As a consequence, the size of the list is becoming unmanageable. Moreover, the PO is adamant about the deadlines – he says all items are important. What should I do in this situation?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">testuser</span></div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-17 full-width text-right\">\r\n<div class=\"col-lg-16 col-md-16 col-sm-13 qs-icons qs-iconshover social-icon\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>','Product Owner Keeps Adding Items And Won’t Delete Them','','inherit','closed','closed','','3382-revision-v1','','','2018-09-07 15:30:46','2018-09-07 10:00:46','',3382,'http://137.116.134.50/2018/09/07/3382-revision-v1/',0,'revision','',0),(3384,13,'2018-09-07 15:31:46','2018-09-07 10:01:46','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I\'m new to Scrum. I am searching for the exact difference between the role of a Project Manager in traditional development methodology and that of a Product Owner in Scrum. Both overlook the project and are responsible for it. Both manage people. Are both the roles fundamentally the same? If not what is the main difference between them? Is a PO role very different from a PM\'s?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">BCS Registration Testing</span></div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-17 full-width text-right\">\r\n<div class=\"col-lg-16 col-md-16 col-sm-13 qs-icons qs-iconshover social-icon\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>','Product Owner\'s Role In Scrum Same Or Different As Compared To A Project Manager\'s?','','publish','closed','open','','product-owners-role-in-scrum-same-or-different-as-compared-to-a-project-managers','','','2018-09-07 15:31:46','2018-09-07 10:01:46','',3367,'http://137.116.134.50/?post_type=topic&p=3384',0,'topic','',0),(3385,13,'2018-09-07 15:31:46','2018-09-07 10:01:46','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I\'m new to Scrum. I am searching for the exact difference between the role of a Project Manager in traditional development methodology and that of a Product Owner in Scrum. Both overlook the project and are responsible for it. Both manage people. Are both the roles fundamentally the same? If not what is the main difference between them? Is a PO role very different from a PM\'s?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">BCS Registration Testing</span></div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-17 full-width text-right\">\r\n<div class=\"col-lg-16 col-md-16 col-sm-13 qs-icons qs-iconshover social-icon\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>','Product Owner\'s Role In Scrum Same Or Different As Compared To A Project Manager\'s?','','inherit','closed','closed','','3384-revision-v1','','','2018-09-07 15:31:46','2018-09-07 10:01:46','',3384,'http://137.116.134.50/2018/09/07/3384-revision-v1/',0,'revision','',0),(3386,4,'2018-09-07 15:32:08','2018-09-07 10:02:08','','quickscrum-logo-flat','','inherit','open','closed','','quickscrum-logo-flat','','','2018-09-07 15:32:08','2018-09-07 10:02:08','',0,'http://137.116.134.50/wp-content/uploads/2018/09/quickscrum-logo-flat.png',0,'attachment','image/png',0),(3387,13,'2018-09-07 15:33:10','2018-09-07 10:03:10','The PO often instructs/requests the DT to help him/her in prioritizing the product backlog, and also write user stories from time to time (if required or necessary). This means the PO can delegate his/her work to the team. I would like to know what the PO cannot delegate to the team - which activities the Scrum team can not/should not perform on behalf of the PO.\r\n\r\n<span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Gabriel</span>','What responsibilities can a product owner NOT delegate?','','publish','closed','open','','what-responsibilities-can-a-product-owner-not-delegate','','','2018-09-07 15:33:10','2018-09-07 10:03:10','',3367,'http://137.116.134.50/?post_type=topic&p=3387',0,'topic','',0),(3388,13,'2018-09-07 15:33:10','2018-09-07 10:03:10','The PO often instructs/requests the DT to help him/her in prioritizing the product backlog, and also write user stories from time to time (if required or necessary). This means the PO can delegate his/her work to the team. I would like to know what the PO cannot delegate to the team - which activities the Scrum team can not/should not perform on behalf of the PO.\r\n\r\n<span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Gabriel</span>','What responsibilities can a product owner NOT delegate?','','inherit','closed','closed','','3387-revision-v1','','','2018-09-07 15:33:10','2018-09-07 10:03:10','',3387,'http://137.116.134.50/2018/09/07/3387-revision-v1/',0,'revision','',0),(3389,13,'2018-09-07 15:34:05','2018-09-07 10:04:05','The PO plays a central role in Scrum. S/he is responsible for the project\'s outcome, therefore, s/he should be committed to the project. While the DT has to put in a fixed number of hours each day, what kind of working hours should a PO put in? What kind of work should a PO ideally do?\r\n\r\n<span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">C1 Product 1</span>','What should a PO do while the DT works on the sprint?','','publish','closed','open','','what-should-a-po-do-while-the-dt-works-on-the-sprint','','','2018-09-07 15:34:05','2018-09-07 10:04:05','',3367,'http://137.116.134.50/?post_type=topic&p=3389',0,'topic','',0),(3390,13,'2018-09-07 15:34:05','2018-09-07 10:04:05','The PO plays a central role in Scrum. S/he is responsible for the project\'s outcome, therefore, s/he should be committed to the project. While the DT has to put in a fixed number of hours each day, what kind of working hours should a PO put in? What kind of work should a PO ideally do?\r\n\r\n<span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">C1 Product 1</span>','What should a PO do while the DT works on the sprint?','','inherit','closed','closed','','3389-revision-v1','','','2018-09-07 15:34:05','2018-09-07 10:04:05','',3389,'http://137.116.134.50/2018/09/07/3389-revision-v1/',0,'revision','',0),(3391,13,'2018-09-07 15:35:05','2018-09-07 10:05:05','Backlog prioritization/refinement, creation, product backlog items, estimation of stories, ordering, and discussions.','Product Backlog','','publish','closed','open','','product-backlog','','','2018-09-07 15:35:05','2018-09-07 10:05:05','',0,'http://137.116.134.50/?post_type=forum&p=3391',0,'forum','',0),(3392,13,'2018-09-07 15:35:05','2018-09-07 10:05:05','Backlog prioritization/refinement, creation, product backlog items, estimation of stories, ordering, and discussions.','Product Backlog','','inherit','closed','closed','','3391-revision-v1','','','2018-09-07 15:35:05','2018-09-07 10:05:05','',3391,'http://137.116.134.50/2018/09/07/3391-revision-v1/',0,'revision','',0),(3394,13,'2018-09-07 15:36:03','2018-09-07 10:06:03','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">When should Product Backlog Items be estimated? When should product backlog refinement take place? Also, who gets to decide about the size of the product backlog item?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Patrick</span></div>\r\n</div>','Backlog estimation Vs backlog refinement','','publish','closed','open','','backlog-estimation-vs-backlog-refinement','','','2018-09-07 15:36:03','2018-09-07 10:06:03','',3391,'http://137.116.134.50/?post_type=topic&p=3394',0,'topic','',0),(3395,13,'2018-09-07 15:36:03','2018-09-07 10:06:03','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">When should Product Backlog Items be estimated? When should product backlog refinement take place? Also, who gets to decide about the size of the product backlog item?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Patrick</span></div>\r\n</div>','Backlog estimation Vs backlog refinement','','inherit','closed','closed','','3394-revision-v1','','','2018-09-07 15:36:03','2018-09-07 10:06:03','',3394,'http://137.116.134.50/2018/09/07/3394-revision-v1/',0,'revision','',0),(3397,13,'2018-09-07 15:36:48','2018-09-07 10:06:48','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I have read that a user story should always deliver business value to the customer. Each user story should have a certain business value attached to it. However, at times, developer stories are required to complete the development tasks. Since developer stories are created by the development team to mitigate the complexity of a user story at the time of development, they are essential but carry no business value for the customer. My question is can a developer story be included in a product backlog?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">dennis</span></div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-17 full-width text-right\">\r\n<div class=\"col-lg-16 col-md-16 col-sm-13 qs-icons qs-iconshover social-icon\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>','Can The Product Backlog Contain Developer Stories?','','publish','closed','open','','can-the-product-backlog-contain-developer-stories','','','2018-09-07 15:36:48','2018-09-07 10:06:48','',3391,'http://137.116.134.50/?post_type=topic&p=3397',0,'topic','',0),(3398,13,'2018-09-07 15:36:48','2018-09-07 10:06:48','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I have read that a user story should always deliver business value to the customer. Each user story should have a certain business value attached to it. However, at times, developer stories are required to complete the development tasks. Since developer stories are created by the development team to mitigate the complexity of a user story at the time of development, they are essential but carry no business value for the customer. My question is can a developer story be included in a product backlog?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">dennis</span></div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-17 full-width text-right\">\r\n<div class=\"col-lg-16 col-md-16 col-sm-13 qs-icons qs-iconshover social-icon\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>','Can The Product Backlog Contain Developer Stories?','','inherit','closed','closed','','3397-revision-v1','','','2018-09-07 15:36:48','2018-09-07 10:06:48','',3397,'http://137.116.134.50/2018/09/07/3397-revision-v1/',0,'revision','',0),(3399,13,'2018-09-07 15:37:36','2018-09-07 10:07:36','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I am new to Scrum. I read a topic from the net regarding knowledge acquisition in product backlog. I am not able to figure it out what the author means to say:</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">\"An example of knowledge acquisition could be a scrum backlog item about researching WordPress plugin libraries and making a selection.\"</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">What does it mean?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Ivan</span></div>\r\n</div>','Knowledge acquisition in product backlog','','publish','closed','open','','knowledge-acquisition-in-product-backlog','','','2018-09-07 15:37:36','2018-09-07 10:07:36','',3391,'http://137.116.134.50/?post_type=topic&p=3399',0,'topic','',0),(3400,13,'2018-09-07 15:37:36','2018-09-07 10:07:36','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I am new to Scrum. I read a topic from the net regarding knowledge acquisition in product backlog. I am not able to figure it out what the author means to say:</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">\"An example of knowledge acquisition could be a scrum backlog item about researching WordPress plugin libraries and making a selection.\"</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">What does it mean?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Ivan</span></div>\r\n</div>','Knowledge acquisition in product backlog','','inherit','closed','closed','','3399-revision-v1','','','2018-09-07 15:37:36','2018-09-07 10:07:36','',3399,'http://137.116.134.50/2018/09/07/3399-revision-v1/',0,'revision','',0),(3401,13,'2018-09-07 15:38:19','2018-09-07 10:08:19','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi guys, new to the forum. Have not taken the test yet.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I\'ve seen this pop up, and not found a definitive answer yet...</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Who is allowed to add items to the Product Backlog?</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Thanks,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Kevin</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">testuser</span></div>\r\n</div>','Who Is Allowed To Add Items To The Product Backlog?','','publish','closed','open','','who-is-allowed-to-add-items-to-the-product-backlog','','','2018-09-07 15:38:19','2018-09-07 10:08:19','',3391,'http://137.116.134.50/?post_type=topic&p=3401',0,'topic','',0),(3402,13,'2018-09-07 15:38:19','2018-09-07 10:08:19','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi guys, new to the forum. Have not taken the test yet.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I\'ve seen this pop up, and not found a definitive answer yet...</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Who is allowed to add items to the Product Backlog?</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Thanks,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Kevin</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">testuser</span></div>\r\n</div>','Who Is Allowed To Add Items To The Product Backlog?','','inherit','closed','closed','','3401-revision-v1','','','2018-09-07 15:38:19','2018-09-07 10:08:19','',3401,'http://137.116.134.50/2018/09/07/3401-revision-v1/',0,'revision','',0),(3403,13,'2018-09-07 15:39:43','2018-09-07 10:09:43','Team issues, development, sprint related issues, user stories, and discussions.','Development Team','','publish','closed','open','','development-team','','','2018-09-13 20:44:09','2018-09-13 15:14:09','',0,'http://137.116.134.50/?post_type=forum&p=3403',0,'forum','',0),(3404,13,'2018-09-07 15:39:43','2018-09-07 10:09:43','Team issues, development, sprint related issues, user stories, and discussions.','Development Team','','inherit','closed','closed','','3403-revision-v1','','','2018-09-07 15:39:43','2018-09-07 10:09:43','',3403,'http://137.116.134.50/2018/09/07/3403-revision-v1/',0,'revision','',0),(3405,13,'2018-09-07 15:40:49','2018-09-07 10:10:49','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">We have an issue with our Product Owner. She has limited agility background but a nice mindset and gets along well with the development team. She does not micro-manage. She has to deal with the team but not getting proper results. The developers in the team like coding tasks and hate scrum meeting and testing work - they don\'t attend meetings most of the times and keep on working on tasks. Many stories are getting rejected by client and client is complaining about not getting business value. Also, technical debt is getting worse. How to tackle this situation? Please, any ideas?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Christian</span></div>\r\n</div>','Development Team Not Improving','','publish','closed','open','','development-team-not-improving','','','2018-09-07 15:40:49','2018-09-07 10:10:49','',3403,'http://137.116.134.50/?post_type=topic&p=3405',0,'topic','',0),(3406,13,'2018-09-07 15:40:49','2018-09-07 10:10:49','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">We have an issue with our Product Owner. She has limited agility background but a nice mindset and gets along well with the development team. She does not micro-manage. She has to deal with the team but not getting proper results. The developers in the team like coding tasks and hate scrum meeting and testing work - they don\'t attend meetings most of the times and keep on working on tasks. Many stories are getting rejected by client and client is complaining about not getting business value. Also, technical debt is getting worse. How to tackle this situation? Please, any ideas?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Christian</span></div>\r\n</div>','Development Team Not Improving','','inherit','closed','closed','','3405-revision-v1','','','2018-09-07 15:40:49','2018-09-07 10:10:49','',3405,'http://137.116.134.50/2018/09/07/3405-revision-v1/',0,'revision','',0),(3407,13,'2018-09-07 15:41:30','2018-09-07 10:11:30','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi there,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">What should be done if the development team does not have all the skills required to accomplish the Sprint Goal?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">SW</span></div>\r\n</div>','Development team does not have the skills necessary to accomplish the Sprint Goal','','publish','closed','open','','development-team-does-not-have-the-skills-necessary-to-accomplish-the-sprint-goal','','','2018-09-07 15:41:30','2018-09-07 10:11:30','',3403,'http://137.116.134.50/?post_type=topic&p=3407',0,'topic','',0),(3408,13,'2018-09-07 15:41:30','2018-09-07 10:11:30','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi there,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">What should be done if the development team does not have all the skills required to accomplish the Sprint Goal?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">SW</span></div>\r\n</div>','Development team does not have the skills necessary to accomplish the Sprint Goal','','inherit','closed','closed','','3407-revision-v1','','','2018-09-07 15:41:30','2018-09-07 10:11:30','',3407,'http://137.116.134.50/2018/09/07/3407-revision-v1/',0,'revision','',0),(3409,13,'2018-09-07 15:42:06','2018-09-07 10:12:06','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I am learning Scrum and reading Scrum related articles on the net. I have a confusion regarding the term “team” used by Scrum authors. At times the term is used to refer to the development team, and in many cases it means the entire Scrum team.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I would like to know about the correct usage of the term “team”. Should it mean the entire Scrum team? Or just the development team?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Member</span></div>\r\n</div>','Difference between Team, Scrum Team, and Development Team','','publish','closed','open','','difference-between-team-scrum-team-and-development-team','','','2018-09-07 15:42:06','2018-09-07 10:12:06','',3403,'http://137.116.134.50/?post_type=topic&p=3409',0,'topic','',0),(3410,13,'2018-09-07 15:42:06','2018-09-07 10:12:06','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I am learning Scrum and reading Scrum related articles on the net. I have a confusion regarding the term “team” used by Scrum authors. At times the term is used to refer to the development team, and in many cases it means the entire Scrum team.</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I would like to know about the correct usage of the term “team”. Should it mean the entire Scrum team? Or just the development team?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Member</span></div>\r\n</div>','Difference between Team, Scrum Team, and Development Team','','inherit','closed','closed','','3409-revision-v1','','','2018-09-07 15:42:06','2018-09-07 10:12:06','',3409,'http://137.116.134.50/2018/09/07/3409-revision-v1/',0,'revision','',0),(3411,13,'2018-09-07 15:42:41','2018-09-07 10:12:41','How can productivity be measured for a Scrum team? Is it by calculating how many stories the team completes through the sprints? Should story points be considered to calculate how much difficult work has been delivered by the team?\r\n\r\n<span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">testuser</span>','How can I measure the productivity of my Development Team?','','publish','closed','open','','how-can-i-measure-the-productivity-of-my-development-team','','','2018-09-07 15:42:41','2018-09-07 10:12:41','',3403,'http://137.116.134.50/?post_type=topic&p=3411',0,'topic','',0),(3412,13,'2018-09-07 15:42:41','2018-09-07 10:12:41','How can productivity be measured for a Scrum team? Is it by calculating how many stories the team completes through the sprints? Should story points be considered to calculate how much difficult work has been delivered by the team?\r\n\r\n<span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">testuser</span>','How can I measure the productivity of my Development Team?','','inherit','closed','closed','','3411-revision-v1','','','2018-09-07 15:42:41','2018-09-07 10:12:41','',3411,'http://137.116.134.50/2018/09/07/3411-revision-v1/',0,'revision','',0),(3414,13,'2018-09-07 15:43:20','2018-09-07 10:13:20','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I perform a dual role in our Scrum team - I am primarily a developer, but I also carry out testing part which forms the bulk of my contribution to the team. My actual work in the team consists of 30% development work and 70% testing work. Even though I was taken up in the team as a developer, I work mostly for QA section of the team. How should I calculate my productivity to the team? What metrics should be used?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Jeremy</span></div>\r\n</div>','How do I calculate my productivity both as a developer and a tester?','','publish','closed','open','','how-do-i-calculate-my-productivity-both-as-a-developer-and-a-tester','','','2018-09-07 15:43:20','2018-09-07 10:13:20','',3403,'http://137.116.134.50/?post_type=topic&p=3414',0,'topic','',0),(3415,13,'2018-09-07 15:43:20','2018-09-07 10:13:20','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I perform a dual role in our Scrum team - I am primarily a developer, but I also carry out testing part which forms the bulk of my contribution to the team. My actual work in the team consists of 30% development work and 70% testing work. Even though I was taken up in the team as a developer, I work mostly for QA section of the team. How should I calculate my productivity to the team? What metrics should be used?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Jeremy</span></div>\r\n</div>','How do I calculate my productivity both as a developer and a tester?','','inherit','closed','closed','','3414-revision-v1','','','2018-09-07 15:43:20','2018-09-07 10:13:20','',3414,'http://137.116.134.50/2018/09/07/3414-revision-v1/',0,'revision','',0),(3416,13,'2018-09-07 15:46:07','2018-09-07 10:16:07','My team is currently in the 3rd sprint. The management and execs desire a MVP soon and there is a lot of pressure from them. My PB is in order even though there are some \"chunky\" topics included in it. I asked the team if it could commit to a feature \"X\" in 2 weeks’ time i.e. by end of next sprint. The problem is I don\'t get a clear answer from the DT - half of the team is optimistic and responds positively but the other half is evasive and does not give a clear reply. Considering the current velocity I don\'t suppose it is possible to complete the X feature in time.\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">We are all new to Scrum. My question is what should a PO do in such a case? Thanks.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">dennis</span></div>\r\n</div>','How to deal with a team that does not want to commit to stories in a sprint?','','publish','closed','open','','how-to-deal-with-a-team-that-does-not-want-to-commit-to-stories-in-a-sprint','','','2018-09-07 15:46:07','2018-09-07 10:16:07','',3403,'http://137.116.134.50/?post_type=topic&p=3416',0,'topic','',0),(3417,13,'2018-09-07 15:46:07','2018-09-07 10:16:07','My team is currently in the 3rd sprint. The management and execs desire a MVP soon and there is a lot of pressure from them. My PB is in order even though there are some \"chunky\" topics included in it. I asked the team if it could commit to a feature \"X\" in 2 weeks’ time i.e. by end of next sprint. The problem is I don\'t get a clear answer from the DT - half of the team is optimistic and responds positively but the other half is evasive and does not give a clear reply. Considering the current velocity I don\'t suppose it is possible to complete the X feature in time.\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">We are all new to Scrum. My question is what should a PO do in such a case? Thanks.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">dennis</span></div>\r\n</div>','How to deal with a team that does not want to commit to stories in a sprint?','','inherit','closed','closed','','3416-revision-v1','','','2018-09-07 15:46:07','2018-09-07 10:16:07','',3416,'http://137.116.134.50/2018/09/07/3416-revision-v1/',0,'revision','',0),(3418,13,'2018-09-07 15:47:33','2018-09-07 10:17:33','One of the developers in our development team works part-time. He is a good developer and a great team player, but he does not attend the daily scrum meeting 2 times a week owing to time-related issues. This is OK at the moment and everything is working out fine with the sprint. However, for a few days, I have been observing lapses in communication and a lack of transparency in the way the team works now. I would like to have full-timers on the team, but it can\'t be a reality right now. How should I deal with this situation?\r\n\r\n<span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">C1 Product 1</span>\r\n\r\n ','How to deal with part time development team member','','publish','closed','open','','how-to-deal-with-part-time-development-team-member','','','2018-09-07 15:47:33','2018-09-07 10:17:33','',3403,'http://137.116.134.50/?post_type=topic&p=3418',0,'topic','',0),(3419,13,'2018-09-07 15:47:33','2018-09-07 10:17:33','One of the developers in our development team works part-time. He is a good developer and a great team player, but he does not attend the daily scrum meeting 2 times a week owing to time-related issues. This is OK at the moment and everything is working out fine with the sprint. However, for a few days, I have been observing lapses in communication and a lack of transparency in the way the team works now. I would like to have full-timers on the team, but it can\'t be a reality right now. How should I deal with this situation?\r\n\r\n<span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">C1 Product 1</span>\r\n\r\n ','How to deal with part time development team member','','inherit','closed','closed','','3418-revision-v1','','','2018-09-07 15:47:33','2018-09-07 10:17:33','',3418,'http://137.116.134.50/2018/09/07/3418-revision-v1/',0,'revision','',0),(3421,13,'2018-09-07 15:48:17','2018-09-07 10:18:17','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hello, I am appointed as a Scrum Master. The company I am working for is diversifying its working and plans to employ 100+ developers. Scrum suggests that a DT should not have more than 9 to 11 members in a team, and so I referred to the Scrum guide for possible solution regarding how to form teams. However, the guide does not mention anything about how team members should be selected or how to set up teams. I would like to know who decides about the team size? Does the management plan the teams or do the team members decide how large the team size ought to be ideally? Should the PO or the SM suggest a solution?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">SW</span></div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-17 full-width text-right\">\r\n<div class=\"col-lg-16 col-md-16 col-sm-13 qs-icons qs-iconshover social-icon\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>','Setting up the development team','','publish','closed','open','','setting-up-the-development-team','','','2018-09-07 15:48:17','2018-09-07 10:18:17','',3403,'http://137.116.134.50/?post_type=topic&p=3421',0,'topic','',0),(3422,13,'2018-09-07 15:48:17','2018-09-07 10:18:17','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hello, I am appointed as a Scrum Master. The company I am working for is diversifying its working and plans to employ 100+ developers. Scrum suggests that a DT should not have more than 9 to 11 members in a team, and so I referred to the Scrum guide for possible solution regarding how to form teams. However, the guide does not mention anything about how team members should be selected or how to set up teams. I would like to know who decides about the team size? Does the management plan the teams or do the team members decide how large the team size ought to be ideally? Should the PO or the SM suggest a solution?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">SW</span></div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-17 full-width text-right\">\r\n<div class=\"col-lg-16 col-md-16 col-sm-13 qs-icons qs-iconshover social-icon\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>','Setting up the development team','','inherit','closed','closed','','3421-revision-v1','','','2018-09-07 15:48:17','2018-09-07 10:18:17','',3421,'http://137.116.134.50/2018/09/07/3421-revision-v1/',0,'revision','',0),(3423,13,'2018-09-07 15:49:33','2018-09-07 10:19:33','Stand up issues, when to hold, 3 basic questions, problems, resolution of stand up issues, and discussions.','Daily Scrum','','publish','closed','open','','daily-scrum','','','2018-09-13 21:00:07','2018-09-13 15:30:07','',0,'http://137.116.134.50/?post_type=forum&p=3423',0,'forum','',0),(3424,13,'2018-09-07 15:49:33','2018-09-07 10:19:33','Stand up issues, when to hold, 3 basic questions, problems, resolution of stand up issues, and discussions.','Daily Scrum','','inherit','closed','closed','','3423-revision-v1','','','2018-09-07 15:49:33','2018-09-07 10:19:33','',3423,'http://137.116.134.50/2018/09/07/3423-revision-v1/',0,'revision','',0),(3425,13,'2018-09-07 15:50:07','2018-09-07 10:20:07','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Scrum has the “inspect” and “adapt” principles, and the feedback loop plays an important part in supporting these principles. Where can one find a feedback loop in Scrum? Can the daily Scrum be considered as a feedback loop?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Sridhar</span></div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-17 full-width text-right\">\r\n<div class=\"col-lg-16 col-md-16 col-sm-13 qs-icons qs-iconshover social-icon\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>','Can the Daily Scrum be considered as a feedback loop in Scrum?','','publish','closed','open','','can-the-daily-scrum-be-considered-as-a-feedback-loop-in-scrum','','','2018-09-07 15:50:07','2018-09-07 10:20:07','',3423,'http://137.116.134.50/?post_type=topic&p=3425',0,'topic','',0),(3426,13,'2018-09-07 15:50:07','2018-09-07 10:20:07','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Scrum has the “inspect” and “adapt” principles, and the feedback loop plays an important part in supporting these principles. Where can one find a feedback loop in Scrum? Can the daily Scrum be considered as a feedback loop?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Sridhar</span></div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-17 full-width text-right\">\r\n<div class=\"col-lg-16 col-md-16 col-sm-13 qs-icons qs-iconshover social-icon\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>','Can the Daily Scrum be considered as a feedback loop in Scrum?','','inherit','closed','closed','','3425-revision-v1','','','2018-09-07 15:50:07','2018-09-07 10:20:07','',3425,'http://137.116.134.50/2018/09/07/3425-revision-v1/',0,'revision','',0),(3427,13,'2018-09-07 15:50:35','2018-09-07 10:20:35','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Why can\'t we increase the duration of the daily Scrum? Scrum suggests 15 minutes daily. Why can\'t we increase the duration to 30 minutes?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Bouke</span></div>\r\n</div>','Can The Daily Scrum Be Extended?','','publish','closed','open','','can-the-daily-scrum-be-extended','','','2018-09-07 15:50:35','2018-09-07 10:20:35','',3423,'http://137.116.134.50/?post_type=topic&p=3427',0,'topic','',0),(3428,13,'2018-09-07 15:50:35','2018-09-07 10:20:35','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Why can\'t we increase the duration of the daily Scrum? Scrum suggests 15 minutes daily. Why can\'t we increase the duration to 30 minutes?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Bouke</span></div>\r\n</div>','Can The Daily Scrum Be Extended?','','inherit','closed','closed','','3427-revision-v1','','','2018-09-07 15:50:35','2018-09-07 10:20:35','',3427,'http://137.116.134.50/2018/09/07/3427-revision-v1/',0,'revision','',0),(3429,13,'2018-09-07 15:51:02','2018-09-07 10:21:02','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Our Scrum team is large: it comprises of 10 developers, 10 testers, and 1 system architect. As per Scrum guidelines, each team member participates in the daily stand-up meeting. Our problem is we fail to time box the stand-up - it takes a lot of time. Even when 2 minutes are allotted for each member, it still takes 42 minutes for the stand-up to complete. There is no way we can complete the stand-up in 15 minutes as per accepted Scrum practise. What is the best way to go about this?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Chap</span></div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-17 full-width text-right\">\r\n<div class=\"col-lg-16 col-md-16 col-sm-13 qs-icons qs-iconshover social-icon\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>','Daily scrum taking too much time because of large development team','','publish','closed','open','','daily-scrum-taking-too-much-time-because-of-large-development-team','','','2018-09-07 15:51:02','2018-09-07 10:21:02','',3423,'http://137.116.134.50/?post_type=topic&p=3429',0,'topic','',0),(3430,13,'2018-09-07 15:51:02','2018-09-07 10:21:02','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Our Scrum team is large: it comprises of 10 developers, 10 testers, and 1 system architect. As per Scrum guidelines, each team member participates in the daily stand-up meeting. Our problem is we fail to time box the stand-up - it takes a lot of time. Even when 2 minutes are allotted for each member, it still takes 42 minutes for the stand-up to complete. There is no way we can complete the stand-up in 15 minutes as per accepted Scrum practise. What is the best way to go about this?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Chap</span></div>\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-17 full-width text-right\">\r\n<div class=\"col-lg-16 col-md-16 col-sm-13 qs-icons qs-iconshover social-icon\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>','Daily scrum taking too much time because of large development team','','inherit','closed','closed','','3429-revision-v1','','','2018-09-07 15:51:02','2018-09-07 10:21:02','',3429,'http://137.116.134.50/2018/09/07/3429-revision-v1/',0,'revision','',0),(3431,13,'2018-09-07 15:52:10','2018-09-07 10:22:10','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi Everyone,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">We are following Scrum since one year now and everything’s working out well for us. We are developing successful sprints and providing good quality productivity to our clients. We have one problem though - the daily stand-up has become boring, and seems to be a waste of time since the three basic questions to be answered in the meeting don\'t seem significant. We carry out the same type of work, and we have been doing it repeatedly since last one year. Over the months, the process has evolved to an extent we don\'t face any major impediments and the answers in the stand-up also remain the same. Is there any way to put \"life\" back into the daily stand-ups and make them interesting?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Evandro</span></div>\r\n</div>','How to make daily stand-ups more interesting and lively?','','publish','closed','open','','how-to-make-daily-stand-ups-more-interesting-and-lively','','','2018-09-07 15:52:10','2018-09-07 10:22:10','',3423,'http://137.116.134.50/?post_type=topic&p=3431',0,'topic','',0),(3432,13,'2018-09-07 15:52:10','2018-09-07 10:22:10','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi Everyone,</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">We are following Scrum since one year now and everything’s working out well for us. We are developing successful sprints and providing good quality productivity to our clients. We have one problem though - the daily stand-up has become boring, and seems to be a waste of time since the three basic questions to be answered in the meeting don\'t seem significant. We carry out the same type of work, and we have been doing it repeatedly since last one year. Over the months, the process has evolved to an extent we don\'t face any major impediments and the answers in the stand-up also remain the same. Is there any way to put \"life\" back into the daily stand-ups and make them interesting?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Evandro</span></div>\r\n</div>','How to make daily stand-ups more interesting and lively?','','inherit','closed','closed','','3431-revision-v1','','','2018-09-07 15:52:10','2018-09-07 10:22:10','',3431,'http://137.116.134.50/2018/09/07/3431-revision-v1/',0,'revision','',0),(3433,13,'2018-09-07 15:52:41','2018-09-07 10:22:41','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I am a bit confused while chatting with my colleagues as to what is the best time of the day to hold a scrum meeting? Should it be after lunch or early in the morning?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">abc</span></div>\r\n</div>','Ideal Time For Holding The Daily Scrum','','publish','closed','open','','ideal-time-for-holding-the-daily-scrum','','','2018-09-07 15:52:41','2018-09-07 10:22:41','',3423,'http://137.116.134.50/?post_type=topic&p=3433',0,'topic','',0),(3434,13,'2018-09-07 15:52:41','2018-09-07 10:22:41','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I am a bit confused while chatting with my colleagues as to what is the best time of the day to hold a scrum meeting? Should it be after lunch or early in the morning?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">abc</span></div>\r\n</div>','Ideal Time For Holding The Daily Scrum','','inherit','closed','closed','','3433-revision-v1','','','2018-09-07 15:52:41','2018-09-07 10:22:41','',3433,'http://137.116.134.50/2018/09/07/3433-revision-v1/',0,'revision','',0),(3435,13,'2018-09-07 15:53:22','2018-09-07 10:23:22','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">The Scrum guide states:</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">\"The Scrum Master enforces the rule that only Development Team members participate in the Daily Scrum.\"</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Does it mean that no one else other than development team members can participate in the daily stand-up? Can the rule be broken if stakeholders desire to visit the daily scrum event?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Renold</span></div>\r\n</div>','Can stakeholders participate in the daily scrum meeting?','','publish','open','open','','can-stakeholders-participate-in-the-daily-scrum-meeting','','','2018-09-13 21:02:57','2018-09-13 15:32:57','',3423,'http://137.116.134.50/?post_type=topic&p=3435',0,'topic','',0),(3436,13,'2018-09-07 15:53:22','2018-09-07 10:23:22','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">The Scrum guide states:</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">\"The Scrum Master enforces the rule that only Development Team members participate in the Daily Scrum.\"</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Does it mean that no one else other than development team members can participate in the daily stand-up? Can the rule be broken if stakeholders desire to visit the daily scrum event?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Renold</span></div>\r\n</div>','Can stakeholders participate in the daily scrum meeting?','','inherit','closed','closed','','3435-revision-v1','','','2018-09-07 15:53:22','2018-09-07 10:23:22','',3435,'http://137.116.134.50/2018/09/07/3435-revision-v1/',0,'revision','',0),(3438,13,'2018-09-07 16:00:37','2018-09-07 10:30:37','','sg_velocity_20161014073347363','','inherit','open','closed','','sg_velocity_20161014073347363','','','2018-09-07 16:00:37','2018-09-07 10:30:37','',0,'http://137.116.134.50/wp-content/uploads/2018/09/sg_velocity_20161014073347363.jpg',0,'attachment','image/jpeg',0),(3440,12,'2018-09-07 16:02:34','2018-09-07 10:32:34','','sg-daily-stand-up_20161017093228533','','inherit','open','closed','','sg-daily-stand-up_20161017093228533','','','2018-09-07 16:02:34','2018-09-07 10:32:34','',0,'http://137.116.134.50/wp-content/uploads/2018/09/sg-daily-stand-up_20161017093228533.png',0,'attachment','image/png',0),(3453,13,'2018-09-07 16:17:19','2018-09-07 10:47:19','','sg-product-backlog-refinement_20161017101427752','','inherit','open','closed','','sg-product-backlog-refinement_20161017101427752','','','2018-09-07 16:17:19','2018-09-07 10:47:19','',0,'http://137.116.134.50/wp-content/uploads/2018/09/sg-product-backlog-refinement_20161017101427752.png',0,'attachment','image/png',0),(3465,13,'2018-09-07 16:28:47','2018-09-07 10:58:47','','sg-product-backlog_20161017102326244','','inherit','open','closed','','sg-product-backlog_20161017102326244','','','2018-09-07 16:28:47','2018-09-07 10:58:47','',0,'http://137.116.134.50/wp-content/uploads/2018/09/sg-product-backlog_20161017102326244.png',0,'attachment','image/png',0),(3496,13,'2018-09-07 17:39:57','2018-09-07 12:09:57','','estimating-in-agile-and-scrum_20161006105254114','','inherit','open','closed','','estimating-in-agile-and-scrum_20161006105254114','','','2018-09-07 17:39:57','2018-09-07 12:09:57','',0,'http://137.116.134.50/wp-content/uploads/2018/09/estimating-in-agile-and-scrum_20161006105254114.jpg',0,'attachment','image/jpeg',0),(3501,12,'2018-09-07 18:33:40','2018-09-07 13:03:40','','download','','inherit','open','closed','','download','','','2018-09-07 18:33:40','2018-09-07 13:03:40','',0,'http://137.116.134.50/wp-content/uploads/2018/09/download.png',0,'attachment','image/png',0),(3504,12,'2018-09-07 18:34:52','2018-09-07 13:04:52','','download (1)','','inherit','open','closed','','download-1','','','2018-09-07 18:34:52','2018-09-07 13:04:52','',0,'http://137.116.134.50/wp-content/uploads/2018/09/download-1.png',0,'attachment','image/png',0),(3505,12,'2018-09-07 18:35:33','2018-09-07 13:05:33','','download (2)','','inherit','open','closed','','download-2','','','2018-09-07 18:35:33','2018-09-07 13:05:33','',0,'http://137.116.134.50/wp-content/uploads/2018/09/download-2.png',0,'attachment','image/png',0),(3530,5,'2017-10-06 21:57:50','2017-10-06 21:57:50','','aidan-hancock-344149','','inherit','open','closed','','aidan-hancock-344149-2','','','2017-10-06 21:57:50','2017-10-06 21:57:50','',0,'http://137.116.134.50/wp-content/uploads/2014/03/aidan-hancock-344149-1.jpg',0,'attachment','image/jpeg',0),(3531,5,'2017-10-06 21:58:19','2017-10-06 21:58:19','','alesia-kazantceva-283285','','inherit','open','closed','','alesia-kazantceva-283285-2','','','2017-10-06 21:58:19','2017-10-06 21:58:19','',0,'http://137.116.134.50/wp-content/uploads/2014/03/alesia-kazantceva-283285-1.jpg',0,'attachment','image/jpeg',0),(3532,5,'2017-10-06 21:58:59','2017-10-06 21:58:59','','alesia-kazantceva-283288','','inherit','open','closed','','alesia-kazantceva-283288-2','','','2017-10-06 21:58:59','2017-10-06 21:58:59','',0,'http://137.116.134.50/wp-content/uploads/2014/03/alesia-kazantceva-283288-1.jpg',0,'attachment','image/jpeg',0),(3533,5,'2017-10-06 21:59:40','2017-10-06 21:59:40','','breather-181294','','inherit','open','closed','','breather-181294-2','','','2017-10-06 21:59:40','2017-10-06 21:59:40','',0,'http://137.116.134.50/wp-content/uploads/2014/03/breather-181294-1.jpg',0,'attachment','image/jpeg',0),(3534,5,'2017-10-06 22:00:15','2017-10-06 22:00:15','','breather-187925','','inherit','open','closed','','breather-187925-2','','','2017-10-06 22:00:15','2017-10-06 22:00:15','',0,'http://137.116.134.50/wp-content/uploads/2014/03/breather-187925-1.jpg',0,'attachment','image/jpeg',0),(3535,5,'2017-10-06 22:00:51','2017-10-06 22:00:51','','breather-187939','','inherit','open','closed','','breather-187939-2','','','2017-10-06 22:00:51','2017-10-06 22:00:51','',0,'http://137.116.134.50/wp-content/uploads/2014/03/breather-187939-1.jpg',0,'attachment','image/jpeg',0),(3536,5,'2017-10-06 22:01:23','2017-10-06 22:01:23','','christin-hume-309877','','inherit','open','closed','','christin-hume-309877-2','','','2017-10-06 22:01:23','2017-10-06 22:01:23','',0,'http://137.116.134.50/wp-content/uploads/2014/03/christin-hume-309877-1.jpg',0,'attachment','image/jpeg',0),(3537,5,'2017-10-06 22:01:59','2017-10-06 22:01:59','','christopher-gower-291240','','inherit','open','closed','','christopher-gower-291240-2','','','2017-10-06 22:01:59','2017-10-06 22:01:59','',0,'http://137.116.134.50/wp-content/uploads/2014/03/christopher-gower-291240-1.jpg',0,'attachment','image/jpeg',0),(3538,5,'2017-10-06 22:02:27','2017-10-06 22:02:27','','dai-ke-32162','','inherit','open','closed','','dai-ke-32162-2','','','2017-10-06 22:02:27','2017-10-06 22:02:27','',0,'http://137.116.134.50/wp-content/uploads/2014/03/dai-ke-32162-1.jpg',0,'attachment','image/jpeg',0),(3539,5,'2017-10-06 22:03:09','2017-10-06 22:03:09','','joey-sforza-20571','','inherit','open','closed','','joey-sforza-20571-2','','','2017-10-06 22:03:09','2017-10-06 22:03:09','',0,'http://137.116.134.50/wp-content/uploads/2014/03/joey-sforza-20571-1.jpg',0,'attachment','image/jpeg',0),(3540,5,'2017-10-06 22:03:39','2017-10-06 22:03:39','','kari-shea-226157','','inherit','open','closed','','kari-shea-226157-2','','','2017-10-06 22:03:39','2017-10-06 22:03:39','',0,'http://137.116.134.50/wp-content/uploads/2014/03/kari-shea-226157-1.jpg',0,'attachment','image/jpeg',0),(3541,5,'2017-10-06 22:04:15','2017-10-06 22:04:15','','kelly-brito-256889','','inherit','open','closed','','kelly-brito-256889-2','','','2017-10-06 22:04:15','2017-10-06 22:04:15','',0,'http://137.116.134.50/wp-content/uploads/2014/03/kelly-brito-256889-1.jpg',0,'attachment','image/jpeg',0),(3542,5,'2017-10-06 22:04:46','2017-10-06 22:04:46','','norbert-levajsics-184254','','inherit','open','closed','','norbert-levajsics-184254-2','','','2017-10-06 22:04:46','2017-10-06 22:04:46','',0,'http://137.116.134.50/wp-content/uploads/2014/03/norbert-levajsics-184254-1.jpg',0,'attachment','image/jpeg',0),(3543,5,'2017-10-06 22:05:13','2017-10-06 22:05:13','','philipp-mandler-357142','','inherit','open','closed','','philipp-mandler-357142-2','','','2017-10-06 22:05:13','2017-10-06 22:05:13','',0,'http://137.116.134.50/wp-content/uploads/2014/03/philipp-mandler-357142-1.jpg',0,'attachment','image/jpeg',0),(3544,5,'2017-10-06 22:05:40','2017-10-06 22:05:40','','rawpixel-com-296612','','inherit','open','closed','','rawpixel-com-296612-2','','','2017-10-06 22:05:40','2017-10-06 22:05:40','',0,'http://137.116.134.50/wp-content/uploads/2014/03/rawpixel-com-296612-1.jpg',0,'attachment','image/jpeg',0),(3545,5,'2017-10-06 22:06:10','2017-10-06 22:06:10','','rawpixel-com-296613','','inherit','open','closed','','rawpixel-com-296613-2','','','2017-10-06 22:06:10','2017-10-06 22:06:10','',0,'http://137.116.134.50/wp-content/uploads/2014/03/rawpixel-com-296613-1.jpg',0,'attachment','image/jpeg',0),(3546,5,'2017-10-06 22:06:36','2017-10-06 22:06:36','','rawpixel-com-310778','','inherit','open','closed','','rawpixel-com-310778-2','','','2017-10-06 22:06:36','2017-10-06 22:06:36','',0,'http://137.116.134.50/wp-content/uploads/2014/03/rawpixel-com-310778-1.jpg',0,'attachment','image/jpeg',0),(3547,5,'2017-10-06 22:07:03','2017-10-06 22:07:03','','ryan-riggins-213451','','inherit','open','closed','','ryan-riggins-213451-2','','','2017-10-06 22:07:03','2017-10-06 22:07:03','',0,'http://137.116.134.50/wp-content/uploads/2014/03/ryan-riggins-213451-1.jpg',0,'attachment','image/jpeg',0),(3548,5,'2017-10-06 22:07:33','2017-10-06 22:07:33','','sergey-zolkin-192937','','inherit','open','closed','','sergey-zolkin-192937-2','','','2017-10-06 22:07:33','2017-10-06 22:07:33','',0,'http://137.116.134.50/wp-content/uploads/2014/03/sergey-zolkin-192937-1.jpg',0,'attachment','image/jpeg',0),(3549,5,'2017-10-06 22:08:04','2017-10-06 22:08:04','','thought-catalog-354861','','inherit','open','closed','','thought-catalog-354861-2','','','2017-10-06 22:08:04','2017-10-06 22:08:04','',0,'http://137.116.134.50/wp-content/uploads/2014/03/thought-catalog-354861-1.jpg',0,'attachment','image/jpeg',0),(3550,5,'2017-10-18 20:22:49','2017-10-18 20:22:49','','flatbase-logo-startup','','inherit','open','closed','','flatbase-logo-startup','','','2017-10-18 20:22:49','2017-10-18 20:22:49','',0,'http://137.116.134.50/wp-content/uploads/2017/10/flatbase-logo-startup.png',0,'attachment','image/png',0),(3551,5,'2017-10-19 20:41:50','2017-10-19 20:41:50','','infobox-1','','inherit','open','closed','','infobox-1-5','','','2017-10-19 20:41:50','2017-10-19 20:41:50','',0,'http://137.116.134.50/wp-content/uploads/2014/03/infobox-1-4.png',0,'attachment','image/png',0),(3552,5,'2017-10-19 20:42:28','2017-10-19 20:42:28','','infobox-2','','inherit','open','closed','','infobox-2-3','','','2017-10-19 20:42:28','2017-10-19 20:42:28','',0,'http://137.116.134.50/wp-content/uploads/2014/03/infobox-2-2.png',0,'attachment','image/png',0),(3583,5,'2018-09-08 12:07:39','2018-09-08 06:37:39','[catlist name=\"help\"]','Product Help','','publish','closed','closed','','product-help','','','2018-09-10 11:08:26','2018-09-10 05:38:26','',0,'http://137.116.134.50/?page_id=3583',0,'page','',0),(3584,5,'2018-09-08 12:07:39','2018-09-08 06:37:39','','Product Help','','inherit','closed','closed','','3583-revision-v1','','','2018-09-08 12:07:39','2018-09-08 06:37:39','',3583,'http://137.116.134.50/2018/09/08/3583-revision-v1/',0,'revision','',0),(3585,5,'2018-09-08 12:24:15','2018-09-08 06:54:15','[articles]','Product Help','','inherit','closed','closed','','3583-revision-v1','','','2018-09-08 12:24:15','2018-09-08 06:54:15','',3583,'http://137.116.134.50/2018/09/08/3583-revision-v1/',0,'revision','',0),(3587,5,'2018-09-08 17:49:49','2018-09-08 12:19:49','Create','Product Help','','inherit','closed','closed','','3583-autosave-v1','','','2018-09-08 17:49:49','2018-09-08 12:19:49','',3583,'http://137.116.134.50/2018/09/08/3583-autosave-v1/',0,'revision','',0),(3589,3,'2018-09-08 15:06:17','2018-09-08 09:36:17','You can connect with our support team in the following ways.\n<ul>\n <li>Every account is having a <strong>dedicated account executive</strong>. Account executives are expert in the <em>quickscrum product</em> and <em>Agile framework</em>. To get an email address of your account manager, click on <strong>help</strong> icon on right top corner after you logged in. You can <strong>send any of your queries</strong> or <strong>schedule a call</strong> directly with him via email. In most cases, our account manager replies within 4 working hours.</li>\n <li>Send any of your general query at <strong>support@quickscrum.com</strong>.</li>\n <li>For live support, connect with the live chat which is available in the bottom right. In any case, if live support manager is not available, please drop us your contact details there, s\\he will connect you as soon as possible.</li>\n</ul>\n \n\n \n\n ','How to get support?','','inherit','closed','closed','','2915-autosave-v1','','','2018-09-08 15:06:17','2018-09-08 09:36:17','',2915,'http://137.116.134.50/2018/09/08/2915-autosave-v1/',0,'revision','',0),(3594,5,'2018-09-08 12:35:04','2018-09-08 07:05:04','<strong><code>[pagelist]</code></strong>','Product Help','','inherit','closed','closed','','3583-revision-v1','','','2018-09-08 12:35:04','2018-09-08 07:05:04','',3583,'http://137.116.134.50/2018/09/08/3583-revision-v1/',0,'revision','',0),(3595,5,'2018-09-08 12:38:59','2018-09-08 07:08:59','<code>[pagelist child_of=\"4\" depth=\"2\" exclude=\"6,7,8\"]</code>','Product Help','','inherit','closed','closed','','3583-revision-v1','','','2018-09-08 12:38:59','2018-09-08 07:08:59','',3583,'http://137.116.134.50/2018/09/08/3583-revision-v1/',0,'revision','',0),(3596,5,'2018-09-08 12:39:46','2018-09-08 07:09:46','<code>[pagelist child_of=\"43\" depth=\"2\" ]</code>','Product Help','','inherit','closed','closed','','3583-revision-v1','','','2018-09-08 12:39:46','2018-09-08 07:09:46','',3583,'http://137.116.134.50/2018/09/08/3583-revision-v1/',0,'revision','',0),(3597,5,'2018-09-08 12:39:58','2018-09-08 07:09:58','<code>[pagelist child_of=\"1\" depth=\"2\" ]</code>','Product Help','','inherit','closed','closed','','3583-revision-v1','','','2018-09-08 12:39:58','2018-09-08 07:09:58','',3583,'http://137.116.134.50/2018/09/08/3583-revision-v1/',0,'revision','',0),(3601,5,'2018-09-08 12:45:43','2018-09-08 07:15:43','<pre><code>[catlist name=\"product-help\"]</code></pre>','Product Help','','inherit','closed','closed','','3583-revision-v1','','','2018-09-08 12:45:43','2018-09-08 07:15:43','',3583,'http://137.116.134.50/2018/09/08/3583-revision-v1/',0,'revision','',0),(3602,5,'2018-09-08 12:46:55','2018-09-08 07:16:55','<pre><code>[catlist id=\"43\"]</code></pre>','Product Help','','inherit','closed','closed','','3583-revision-v1','','','2018-09-08 12:46:55','2018-09-08 07:16:55','',3583,'http://137.116.134.50/2018/09/08/3583-revision-v1/',0,'revision','',0),(3603,5,'2018-09-08 13:40:15','2018-09-08 08:10:15','<pre><code>[article id=\"43\"]</code></pre>','Product Help','','inherit','closed','closed','','3583-revision-v1','','','2018-09-08 13:40:15','2018-09-08 08:10:15','',3583,'http://137.116.134.50/2018/09/08/3583-revision-v1/',0,'revision','',0),(3604,5,'2018-09-08 13:40:48','2018-09-08 08:10:48','[catlist id=\"43\"]','Product Help','','inherit','closed','closed','','3583-revision-v1','','','2018-09-08 13:40:48','2018-09-08 08:10:48','',3583,'http://137.116.134.50/2018/09/08/3583-revision-v1/',0,'revision','',0),(3605,5,'2018-09-08 13:41:00','2018-09-08 08:11:00','[catlist name=\"\"]','Product Help','','inherit','closed','closed','','3583-revision-v1','','','2018-09-08 13:41:00','2018-09-08 08:11:00','',3583,'http://137.116.134.50/2018/09/08/3583-revision-v1/',0,'revision','',0),(3606,5,'2018-09-08 13:53:34','2018-09-08 08:23:34','','Product Help','','inherit','closed','closed','','3583-revision-v1','','','2018-09-08 13:53:34','2018-09-08 08:23:34','',3583,'http://137.116.134.50/2018/09/08/3583-revision-v1/',0,'revision','',0),(3607,5,'2018-09-08 13:58:40','2018-09-08 08:28:40','[create-task]','Product Help','','inherit','closed','closed','','3583-revision-v1','','','2018-09-08 13:58:40','2018-09-08 08:28:40','',3583,'http://137.116.134.50/2018/09/08/3583-revision-v1/',0,'revision','',0),(3608,5,'2018-09-08 14:00:41','2018-09-08 08:30:41','<a href=\"http://create-task\">Create Task</a>','Product Help','','inherit','closed','closed','','3583-revision-v1','','','2018-09-08 14:00:41','2018-09-08 08:30:41','',3583,'http://137.116.134.50/2018/09/08/3583-revision-v1/',0,'revision','',0),(3609,5,'2018-09-08 14:01:15','2018-09-08 08:31:15','<a href=\"http://137.116.134.50/article/create-task/\">Create Task</a>','Product Help','','inherit','closed','closed','','3583-revision-v1','','','2018-09-08 14:01:15','2018-09-08 08:31:15','',3583,'http://137.116.134.50/2018/09/08/3583-revision-v1/',0,'revision','',0),(3627,3,'2018-09-08 15:11:16','2018-09-08 09:41:16','QuickScrum is highly secure and ensures the full privacy of your data. It is hosted on a fully secured and firewalled production environment with <strong>Microsoft Azure Cloud</strong>. We implement all best practices and security measures to protect your data. All communication on or through QuickScrum is done via HTTPS - Your password never leaves your own machine and your data never leaves <strong>Microsoft Azure Cloud</strong> in any manner. Even at the software development level, multiple levels of protection have been built into QuickScrum to prevent anybody from accessing unauthorised data, including accessing the tool with a malicious intent. This includes complete checks of authentication, authorization, and validity of all requests made to QuickScrum servers. Moreover, it includes server-side low-level protection mechanisms that prevent access to data in other accounts, even in case of software errors at higher levels.','How secure is Quickscrum?','','inherit','closed','closed','','2912-autosave-v1','','','2018-09-08 15:11:16','2018-09-08 09:41:16','',2912,'http://137.116.134.50/2018/09/08/2912-autosave-v1/',0,'revision','',0),(3628,3,'2018-09-08 15:18:30','2018-09-08 09:48:30','Quickscrum is hosted on <strong>Microsoft Azure Cloud </strong>which is absolutely secured and protected environment. Our data is automatically backed up every 5 minutes. Every communication with Quickscrum is done through highly secured <strong>https </strong>protocol.\n\nEven if you discontinue to use Quickscrum, your data will be available to be recovered for 6 months following termination.\n\n ','Is my data safe and secure with Quickscrum?','','inherit','closed','closed','','2911-autosave-v1','','','2018-09-08 15:18:30','2018-09-08 09:48:30','',2911,'http://137.116.134.50/2018/09/08/2911-autosave-v1/',0,'revision','',0),(3632,3,'2018-09-08 15:27:00','2018-09-08 09:57:00','Quickscrum is designed to work best with following browsers,\n<ul>\n <li>Chrome (Highly recommended)</li>\n <li>Firefox (Recommended)</li>\n <li>Mac Safari</li>\n <li>Microsoft Edge</li>\n</ul>\nRegardless of what browser you use, you still need to have cookies and JavaScript options enabled.','What web browsers work well with Quickscrum?','','inherit','closed','closed','','2910-autosave-v1','','','2018-09-08 15:27:00','2018-09-08 09:57:00','',2910,'http://137.116.134.50/2018/09/08/2910-autosave-v1/',0,'revision','',0),(3633,3,'2018-09-08 15:29:52','2018-09-08 09:59:52','We provide 14 days of the trial period to try out our tool. You don\'t need to provide any credit card details to try our product. As per our policy, We don\'t provide a refund once the purchase is made. In case of any double payments or transaction failure, we will refund your payment within 10 working days.','What is the refund policy for the tool?','','inherit','closed','closed','','2909-autosave-v1','','','2018-09-08 15:29:52','2018-09-08 09:59:52','',2909,'http://137.116.134.50/2018/09/08/2909-autosave-v1/',0,'revision','',0),(3634,3,'2018-09-08 15:38:02','2018-09-08 10:08:02','Quickscrum doesn\'t collect any of your credit card information. Rather we use a third-party world-class payment gateway to get paid. Currently, we are tied up with payumoney.com. It is absolutely safe and secured wi\n\n \n\n \n\nYes, Quickscrum complies with all requirements and best practices for secure credit card processing. We use world-class payment gateway to collect money. Quickscrum is certified by and complies with PCI DSS standards. Moreover, our online payment processes are regularly scanned by Security Metrics. Your credit card information is kept safe and stored in a highly secure manner using the latest encryption technologies. All transactions are processed by Cyber Source and Braintree - Two of the world\'s leading payment gateway service providers and owned by Visa and PayPal.','Is it safe to use my credit card on Quickscrum?','','inherit','closed','closed','','2907-autosave-v1','','','2018-09-08 15:38:02','2018-09-08 10:08:02','',2907,'http://137.116.134.50/2018/09/08/2907-autosave-v1/',0,'revision','',0),(3635,5,'2018-09-08 15:57:45','2018-09-08 10:27:45','<a href=\"http://137.116.134.50/article/create-task/\">Create Task</a>\r\n\r\n \r\n\r\n[infoboxes]','Product Help','','inherit','closed','closed','','3583-revision-v1','','','2018-09-08 15:57:45','2018-09-08 10:27:45','',3583,'http://137.116.134.50/2018/09/08/3583-revision-v1/',0,'revision','',0),(3636,5,'2018-09-08 15:58:03','2018-09-08 10:28:03','<a href=\"http://137.116.134.50/article/create-task/\">Create Task</a>','Product Help','','inherit','closed','closed','','3583-revision-v1','','','2018-09-08 15:58:03','2018-09-08 10:28:03','',3583,'http://137.116.134.50/2018/09/08/3583-revision-v1/',0,'revision','',0),(3637,5,'2018-09-08 16:14:50','2018-09-08 10:44:50','','Article','','publish','closed','closed','','article','','','2018-09-08 17:41:00','2018-09-08 12:11:00','',0,'http://137.116.134.50/?post_type=_pods_pod&p=3637',0,'_pods_pod','',0),(3638,3,'2018-09-08 16:38:43','2018-09-08 11:08:43','We’ll send notification via email and within a tool in advance if we have scheduled any maintenance activity, new release or downtime.','How can I get notified about new tool releases, upcoming maintenance, and downtime?','','inherit','closed','closed','','2906-autosave-v1','','','2018-09-08 16:38:43','2018-09-08 11:08:43','',2906,'http://137.116.134.50/2018/09/08/2906-autosave-v1/',0,'revision','',0),(3639,3,'2018-09-08 16:42:58','2018-09-08 11:12:58','We accept Visa, MasterCard, and American Express. We don’t accept PayPal.','How can I make the payments?','','inherit','closed','closed','','2900-autosave-v1','','','2018-09-08 16:42:58','2018-09-08 11:12:58','',2900,'http://137.116.134.50/2018/09/08/2900-autosave-v1/',0,'revision','',0),(3640,3,'2018-09-08 16:44:32','2018-09-08 11:14:32','No. Quickscrum offers pay-as-you-go services for the tool. You don’t have to sign any long-term contracts or offer any commitments. You simply pay for your licenses.','Are there any long term commitments if I register?','','inherit','closed','closed','','2899-autosave-v1','','','2018-09-08 16:44:32','2018-09-08 11:14:32','',2899,'http://137.116.134.50/2018/09/08/2899-autosave-v1/',0,'revision','',0),(3641,3,'2018-09-08 16:52:08','2018-09-08 11:22:08','Yes, we offer a discount.\n\nIf you pay for 6 months - you get 10% of discount\n\nIf you pay for a year - you get 6 months subscription n\n\n \n\nPlease drop us an email at <strong>support@quickscrum.com </strong>for more details.\n\n \n\n ','Do you offer discount on purchase?','','inherit','closed','closed','','2897-autosave-v1','','','2018-09-08 16:52:08','2018-09-08 11:22:08','',2897,'http://137.116.134.50/2018/09/08/2897-autosave-v1/',0,'revision','',0),(3643,3,'2018-09-08 17:33:47','2018-09-08 12:03:47','You will be charged only according to the number of licenses you purchase. For example, if you purchase\n\n3 licenses for 6 months, we will bill you - [3 licenses * 3 USD * 6 months] = 54 USD\n\n ','How is my price calculated?','','inherit','closed','closed','','2895-autosave-v1','','','2018-09-08 17:33:47','2018-09-08 12:03:47','',2895,'http://137.116.134.50/2018/09/08/2895-autosave-v1/',0,'revision','',0),(3649,3,'2018-09-08 17:40:02','2018-09-08 12:10:02','No. You don’t have to provide your credit card details to sign up & try the tool. You\'ll be able to access a fully functional tool with all the features for 14 days after you signup. We won\'t charge anything during the trial period. However, at the end of the trial period, you\'ll have an option to upgrade your account.\n\n ','Do I need a credit card to try the tool?','','inherit','closed','closed','','2894-autosave-v1','','','2018-09-08 17:40:02','2018-09-08 12:10:02','',2894,'http://137.116.134.50/2018/09/08/2894-autosave-v1/',0,'revision','',0),(3650,3,'2018-09-08 17:43:03','2018-09-08 12:13:03','Quickscrum is available only on the cloud. We don\'t provide on-premises installation. You can purchase any number of licenses as per your need and will be charged on monthly\n\nYou can access Quickscrum as a cloud application. Please visit the pricing page to get a detailed overview about various plans available.','What types of plans does Quickscrum offer?','','inherit','closed','closed','','2891-autosave-v1','','','2018-09-08 17:43:03','2018-09-08 12:13:03','',2891,'http://137.116.134.50/2018/09/08/2891-autosave-v1/',0,'revision','',0),(3651,5,'2018-09-08 17:42:20','2018-09-08 12:12:20','[pods name=\"article\" slug=\"product-help\"]\r\nproduct-help\r\n[/pods]','Product Help','','inherit','closed','closed','','3583-revision-v1','','','2018-09-08 17:42:20','2018-09-08 12:12:20','',3583,'http://137.116.134.50/2018/09/08/3583-revision-v1/',0,'revision','',0),(3653,5,'2018-09-08 17:47:32','2018-09-08 12:17:32','','Product Help','','inherit','closed','closed','','3583-revision-v1','','','2018-09-08 17:47:32','2018-09-08 12:17:32','',3583,'http://137.116.134.50/2018/09/08/3583-revision-v1/',0,'revision','',0),(3657,5,'2018-09-08 17:58:19','2018-09-08 12:28:19','<pre><code>[catlist name=\"news\"]</code></pre>','Product Help','','inherit','closed','closed','','3583-revision-v1','','','2018-09-08 17:58:19','2018-09-08 12:28:19','',3583,'http://137.116.134.50/2018/09/08/3583-revision-v1/',0,'revision','',0),(3660,5,'2018-09-08 18:00:14','2018-09-08 12:30:14','[catlist name=\"article\"]','Product Help','','inherit','closed','closed','','3583-revision-v1','','','2018-09-08 18:00:14','2018-09-08 12:30:14','',3583,'http://137.116.134.50/2018/09/08/3583-revision-v1/',0,'revision','',0),(3662,5,'2018-09-08 18:09:12','2018-09-08 12:39:12','[catlist name=\"activity\"]','Product Help','','inherit','closed','closed','','3583-revision-v1','','','2018-09-08 18:09:12','2018-09-08 12:39:12','',3583,'http://137.116.134.50/2018/09/08/3583-revision-v1/',0,'revision','',0),(3665,5,'2018-09-08 18:13:05','2018-09-08 12:43:05','[catlist name=\"sprint-planning\"]','Product Help','','inherit','closed','closed','','3583-revision-v1','','','2018-09-08 18:13:05','2018-09-08 12:43:05','',3583,'http://137.116.134.50/2018/09/08/3583-revision-v1/',0,'revision','',0),(3673,4,'2018-09-10 10:58:23','2018-09-10 05:28:23','','product_help','','inherit','open','closed','','product_help','','','2018-09-10 10:58:23','2018-09-10 05:28:23','',0,'http://137.116.134.50/wp-content/uploads/2014/03/product_help.png',0,'attachment','image/png',0),(3677,5,'2018-09-10 11:08:26','2018-09-10 05:38:26','[catlist name=\"help\"]','Product Help','','inherit','closed','closed','','3583-revision-v1','','','2018-09-10 11:08:26','2018-09-10 05:38:26','',3583,'http://137.116.134.50/2018/09/10/3583-revision-v1/',0,'revision','',0),(3679,4,'2018-09-10 11:25:12','2018-09-10 05:55:12','','forum','','inherit','open','closed','','forum-2','','','2018-09-10 11:25:12','2018-09-10 05:55:12','',0,'http://137.116.134.50/wp-content/uploads/2014/03/forum.png',0,'attachment','image/png',0),(3680,4,'2018-09-10 11:25:39','2018-09-10 05:55:39','','faq','','inherit','open','closed','','faq-2','','','2018-09-10 11:25:39','2018-09-10 05:55:39','',0,'http://137.116.134.50/wp-content/uploads/2014/03/faq.png',0,'attachment','image/png',0),(3682,4,'2018-09-10 11:28:51','2018-09-10 05:58:51','','scrum-guide','','inherit','open','closed','','scrum-guide','','','2018-09-10 11:28:51','2018-09-10 05:58:51','',0,'http://137.116.134.50/wp-content/uploads/2014/03/scrum-guide.png',0,'attachment','image/png',0),(3683,4,'2018-09-10 11:31:45','2018-09-10 06:01:45','','knowledge-base','','inherit','open','closed','','knowledge-base-3','','','2018-09-10 11:31:45','2018-09-10 06:01:45','',0,'http://137.116.134.50/wp-content/uploads/2014/03/knowledge-base.png',0,'attachment','image/png',0),(3685,4,'2018-09-10 11:39:45','2018-09-10 06:09:45','','article','','inherit','open','closed','','article-2','','','2018-09-10 11:39:45','2018-09-10 06:09:45','',0,'http://137.116.134.50/wp-content/uploads/2014/03/article.png',0,'attachment','image/png',0),(3773,4,'2018-09-10 17:49:14','2018-09-10 12:19:14','','FAQ','','inherit','closed','closed','','1707-revision-v1','','','2018-09-10 17:49:14','2018-09-10 12:19:14','',1707,'http://137.116.134.50/2018/09/10/1707-revision-v1/',0,'revision','',0),(3787,4,'2018-09-10 18:02:37','2018-09-10 12:32:37','','Forums','','inherit','closed','closed','','1883-revision-v1','','','2018-09-10 18:02:37','2018-09-10 12:32:37','',1883,'http://137.116.134.50/2018/09/10/1883-revision-v1/',0,'revision','',0),(3929,8,'2018-09-11 16:24:47','2018-09-11 10:54:47','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Hi,</p>\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I have a question regarding the Definition of Done (DoD).</p>\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">I understand that the DoD is an integral part of a user story. Any user story can only be considered as \"shippable\" if its DoD is fulfilled by the team.</p>\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">My question:</p>\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">When is the DoD first applied in a user story? During the sprint planning session or during the daily Scrum?</p>\n\n<div class=\"row\">\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Davis</span></div>\n</div>','When is the DoD first applied? During sprint planning or daily scrum?','','inherit','closed','closed','','3108-autosave-v1','','','2018-09-11 16:24:47','2018-09-11 10:54:47','',3108,'http://137.116.134.50/2018/09/11/3108-autosave-v1/',0,'revision','',0),(3933,4,'2018-09-11 17:02:47','2018-09-11 11:32:47','','case-study','','inherit','open','closed','','case-study','','','2018-09-11 17:02:47','2018-09-11 11:32:47','',0,'http://137.116.134.50/wp-content/uploads/2014/03/case-study.png',0,'attachment','image/png',0),(4000,8,'2018-09-12 17:13:57','2018-09-12 11:43:57','','01','','inherit','open','closed','','01','','','2018-09-12 17:13:57','2018-09-12 11:43:57','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/01.jpg',0,'attachment','image/jpeg',0),(4001,8,'2018-09-12 17:14:29','2018-09-12 11:44:29','','02','','inherit','open','closed','','02','','','2018-09-12 17:14:29','2018-09-12 11:44:29','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/02.jpg',0,'attachment','image/jpeg',0),(4035,4,'2018-09-12 18:22:27','2018-09-12 12:52:27','','account-con-tab','','inherit','open','closed','','account-con-tab','','','2018-09-12 18:22:27','2018-09-12 12:52:27','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/account-con-tab.png',0,'attachment','image/png',0),(4039,5,'2018-09-12 18:25:36','2018-09-12 12:55:36','','effort-save','','inherit','open','closed','','effort-save','','','2018-09-12 18:25:36','2018-09-12 12:55:36','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/effort-save.png',0,'attachment','image/png',0),(4051,8,'2018-09-12 18:59:14','2018-09-12 13:29:14','','03','','inherit','open','closed','','03','','','2018-09-12 18:59:14','2018-09-12 13:29:14','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/03.jpg',0,'attachment','image/jpeg',0),(4057,4,'2018-09-12 19:12:18','2018-09-12 13:42:18','','burndown','','inherit','open','closed','','burndown','','','2018-09-12 19:12:18','2018-09-12 13:42:18','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/burndown.png',0,'attachment','image/png',0),(4062,8,'2018-09-12 19:15:56','2018-09-12 13:45:56','','06','','inherit','open','closed','','06','','','2018-09-12 19:15:56','2018-09-12 13:45:56','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/06.jpg',0,'attachment','image/jpeg',0),(4064,16,'2018-09-12 19:24:44','2018-09-12 13:54:44','','AddSprint','','inherit','open','closed','','addsprint','','','2018-09-12 19:24:44','2018-09-12 13:54:44','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/AddSprint.png',0,'attachment','image/png',0),(4066,4,'2018-09-12 19:25:18','2018-09-12 13:55:18','','effort-category-tab','','inherit','open','closed','','effort-category-tab','','','2018-09-12 19:25:18','2018-09-12 13:55:18','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/effort-category-tab.png',0,'attachment','image/png',0),(4067,16,'2018-09-12 19:27:46','2018-09-12 13:57:46','','AddSprint1','','inherit','open','closed','','addsprint1','','','2018-09-12 19:27:46','2018-09-12 13:57:46','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/AddSprint1.png',0,'attachment','image/png',0),(4069,16,'2018-09-12 19:30:30','2018-09-12 14:00:30','','AddSprint2','','inherit','open','closed','','addsprint2','','','2018-09-12 19:30:30','2018-09-12 14:00:30','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/AddSprint2.png',0,'attachment','image/png',0),(4072,16,'2018-09-12 19:35:33','2018-09-12 14:05:33','','ManageSprint_1','','inherit','open','closed','','managesprint_1','','','2018-09-12 19:35:33','2018-09-12 14:05:33','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/ManageSprint_1.png',0,'attachment','image/png',0),(4077,8,'2018-09-12 19:38:06','2018-09-12 14:08:06','','10','','inherit','open','closed','','10','','','2018-09-12 19:38:06','2018-09-12 14:08:06','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/10.jpg',0,'attachment','image/jpeg',0),(4078,16,'2018-09-12 19:38:40','2018-09-12 14:08:40','','ManageSprint_1','','inherit','open','closed','','managesprint_1-2','','','2018-09-12 19:38:40','2018-09-12 14:08:40','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/ManageSprint_1-1.png',0,'attachment','image/png',0),(4088,16,'2018-09-12 19:52:08','2018-09-12 14:22:08','','ManageSprint_4','','inherit','open','closed','','managesprint_4','','','2018-09-12 19:52:08','2018-09-12 14:22:08','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/ManageSprint_4.png',0,'attachment','image/png',0),(4111,16,'2018-09-12 20:24:34','2018-09-12 14:54:34','','CompleteSprint_2','','inherit','open','closed','','completesprint_2','','','2018-09-12 20:24:34','2018-09-12 14:54:34','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/CompleteSprint_2.png',0,'attachment','image/png',0),(4113,5,'2018-09-12 20:28:49','2018-09-12 14:58:49','[catlist name=\"article\"]','Articles','','publish','closed','closed','','articles','','','2018-09-12 20:28:49','2018-09-12 14:58:49','',0,'https://product.quickscrum.com/?page_id=4113',0,'page','',0),(4116,5,'2018-09-12 20:28:49','2018-09-12 14:58:49','[catlist name=\"article\"]','Articles','','inherit','closed','closed','','4113-revision-v1','','','2018-09-12 20:28:49','2018-09-12 14:58:49','',4113,'https://product.quickscrum.com/4113-revision-v1/',0,'revision','',0),(4123,16,'2018-09-12 20:39:30','2018-09-12 15:09:30','','SprintSearchStory_2','','inherit','open','closed','','sprintsearchstory_2','','','2018-09-12 20:39:30','2018-09-12 15:09:30','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/SprintSearchStory_2.png',0,'attachment','image/png',0),(4124,8,'2018-09-12 20:40:36','2018-09-12 15:10:36','','01','','inherit','open','closed','','01-2','','','2018-09-12 20:40:36','2018-09-12 15:10:36','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/01-1.jpg',0,'attachment','image/jpeg',0),(4135,8,'2018-09-12 20:51:20','2018-09-12 15:21:20','','07','','inherit','open','closed','','07-2','','','2018-09-12 20:51:20','2018-09-12 15:21:20','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/07-1.jpg',0,'attachment','image/jpeg',0),(4140,8,'2018-09-12 20:55:07','2018-09-12 15:25:07','','08','','inherit','open','closed','','08-2','','','2018-09-12 20:55:07','2018-09-12 15:25:07','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/08-1.jpg',0,'attachment','image/jpeg',0),(4146,16,'2018-09-12 20:56:59','2018-09-12 15:26:59','','SprintSearchStory_6','','inherit','open','closed','','sprintsearchstory_6','','','2018-09-12 20:56:59','2018-09-12 15:26:59','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/SprintSearchStory_6.png',0,'attachment','image/png',0),(4147,16,'2018-09-12 20:57:23','2018-09-12 15:27:23','','SprintSearchStory_6','','inherit','open','closed','','sprintsearchstory_6-2','','','2018-09-12 20:57:23','2018-09-12 15:27:23','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/SprintSearchStory_6-1.png',0,'attachment','image/png',0),(4164,16,'2018-09-12 21:05:28','2018-09-12 15:35:28','','AddStory_2','','inherit','open','closed','','addstory_2','','','2018-09-12 21:05:28','2018-09-12 15:35:28','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/AddStory_2.png',0,'attachment','image/png',0),(4235,16,'2018-09-12 22:05:25','2018-09-12 16:35:25','','ManageStory_2','','inherit','open','closed','','managestory_2','','','2018-09-12 22:05:25','2018-09-12 16:35:25','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/ManageStory_2.png',0,'attachment','image/png',0),(4242,8,'2018-09-12 22:07:33','2018-09-12 16:37:33','','02','','inherit','open','closed','','02-4','','','2018-09-12 22:07:33','2018-09-12 16:37:33','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/02-3.jpg',0,'attachment','image/jpeg',0),(4243,8,'2018-09-12 22:07:50','2018-09-12 16:37:50','','01','','inherit','open','closed','','01-4','','','2018-09-12 22:07:50','2018-09-12 16:37:50','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/01-3.jpg',0,'attachment','image/jpeg',0),(4244,8,'2018-09-12 22:08:21','2018-09-12 16:38:21','','03','','inherit','open','closed','','03-4','','','2018-09-12 22:08:21','2018-09-12 16:38:21','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/03-3.jpg',0,'attachment','image/jpeg',0),(4246,8,'2018-09-12 22:08:38','2018-09-12 16:38:38','','04','','inherit','open','closed','','04-3','','','2018-09-12 22:08:38','2018-09-12 16:38:38','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/04-2.jpg',0,'attachment','image/jpeg',0),(4248,8,'2018-09-12 22:09:11','2018-09-12 16:39:11','','05','','inherit','open','closed','','05-3','','','2018-09-12 22:09:11','2018-09-12 16:39:11','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/05-2.jpg',0,'attachment','image/jpeg',0),(4262,8,'2018-09-12 22:15:15','2018-09-12 16:45:15','','06','','inherit','open','closed','','06-3','','','2018-09-12 22:15:15','2018-09-12 16:45:15','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/06-2.jpg',0,'attachment','image/jpeg',0),(4269,8,'2018-09-12 22:19:25','2018-09-12 16:49:25','','07','','inherit','open','closed','','07-3','','','2018-09-12 22:19:25','2018-09-12 16:49:25','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/07-2.jpg',0,'attachment','image/jpeg',0),(4270,8,'2018-09-12 22:19:51','2018-09-12 16:49:51','','07','','inherit','open','closed','','07-4','','','2018-09-12 22:19:51','2018-09-12 16:49:51','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/07-3.jpg',0,'attachment','image/jpeg',0),(4274,8,'2018-09-12 22:21:50','2018-09-12 16:51:50','','07','','inherit','open','closed','','07-5','','','2018-09-12 22:21:50','2018-09-12 16:51:50','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/07-4.jpg',0,'attachment','image/jpeg',0),(4279,16,'2018-09-12 22:25:09','2018-09-12 16:55:09','','ManageStoryBacklog_5','','inherit','open','closed','','managestorybacklog_5','','','2018-09-12 22:25:09','2018-09-12 16:55:09','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/ManageStoryBacklog_5.png',0,'attachment','image/png',0),(4302,8,'2018-09-12 22:49:45','2018-09-12 17:19:45','','08','','inherit','open','closed','','08-3','','','2018-09-12 22:49:45','2018-09-12 17:19:45','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/08-2.jpg',0,'attachment','image/jpeg',0),(4303,8,'2018-09-12 22:50:04','2018-09-12 17:20:04','','11','','inherit','open','closed','','11-3','','','2018-09-12 22:50:04','2018-09-12 17:20:04','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/11-2.jpg',0,'attachment','image/jpeg',0),(4304,8,'2018-09-12 22:50:44','2018-09-12 17:20:44','','09','','inherit','open','closed','','09-3','','','2018-09-12 22:50:44','2018-09-12 17:20:44','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/09-2.jpg',0,'attachment','image/jpeg',0),(4305,16,'2018-09-12 22:51:00','2018-09-12 17:21:00','','StoryComment_1','','inherit','open','closed','','storycomment_1','','','2018-09-12 22:51:00','2018-09-12 17:21:00','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/StoryComment_1.png',0,'attachment','image/png',0),(4310,8,'2018-09-12 22:54:08','2018-09-12 17:24:08','','10','','inherit','open','closed','','10-4','','','2018-09-12 22:54:08','2018-09-12 17:24:08','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/10-3.jpg',0,'attachment','image/jpeg',0),(4311,8,'2018-09-12 22:54:52','2018-09-12 17:24:52','','10','','inherit','open','closed','','10-5','','','2018-09-12 22:54:52','2018-09-12 17:24:52','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/10-4.jpg',0,'attachment','image/jpeg',0),(4312,8,'2018-09-12 22:55:18','2018-09-12 17:25:18','','12','','inherit','open','closed','','12-2','','','2018-09-12 22:55:18','2018-09-12 17:25:18','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/12-1.jpg',0,'attachment','image/jpeg',0),(4314,8,'2018-09-12 22:58:01','2018-09-12 17:28:01','','11','','inherit','open','closed','','11-4','','','2018-09-12 22:58:01','2018-09-12 17:28:01','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/11-3.jpg',0,'attachment','image/jpeg',0),(4316,8,'2018-09-12 22:59:23','2018-09-12 17:29:23','','12','','inherit','open','closed','','12-3','','','2018-09-12 22:59:23','2018-09-12 17:29:23','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/12-2.jpg',0,'attachment','image/jpeg',0),(4322,8,'2018-09-12 23:06:34','2018-09-12 17:36:34','','10','','inherit','open','closed','','10-6','','','2018-09-12 23:06:34','2018-09-12 17:36:34','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/10-5.jpg',0,'attachment','image/jpeg',0),(4327,8,'2018-09-12 23:11:48','2018-09-12 17:41:48','','13','','inherit','open','closed','','13','','','2018-09-12 23:11:48','2018-09-12 17:41:48','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/13.jpg',0,'attachment','image/jpeg',0),(4330,16,'2018-09-12 23:15:40','2018-09-12 17:45:40','','StoryTimesheet_1','','inherit','open','closed','','storytimesheet_1','','','2018-09-12 23:15:40','2018-09-12 17:45:40','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/StoryTimesheet_1.png',0,'attachment','image/png',0),(4345,4,'2018-09-12 23:29:09','2018-09-12 17:59:09','','task-edit','','inherit','open','closed','','task-edit','','','2018-09-12 23:29:09','2018-09-12 17:59:09','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/task-edit.png',0,'attachment','image/png',0),(4347,4,'2018-09-12 23:29:23','2018-09-12 17:59:23','','task-edit-popup','','inherit','open','closed','','task-edit-popup','','','2018-09-12 23:29:23','2018-09-12 17:59:23','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/task-edit-popup.png',0,'attachment','image/png',0),(4371,8,'2018-09-13 00:03:02','2018-09-12 18:33:02','','02','','inherit','open','closed','','02-6','','','2018-09-13 00:03:02','2018-09-12 18:33:02','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/02-5.jpg',0,'attachment','image/jpeg',0),(4376,4,'2018-09-13 00:04:37','2018-09-12 18:34:37','','story-task-activity','','inherit','open','closed','','story-task-activity','','','2018-09-13 00:04:37','2018-09-12 18:34:37','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/story-task-activity.png',0,'attachment','image/png',0),(4381,8,'2018-09-13 00:06:10','2018-09-12 18:36:10','','06','','inherit','open','closed','','06-4','','','2018-09-13 00:06:10','2018-09-12 18:36:10','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/06-3.jpg',0,'attachment','image/jpeg',0),(4382,8,'2018-09-13 00:06:35','2018-09-12 18:36:35','','07','','inherit','open','closed','','07-7','','','2018-09-13 00:06:35','2018-09-12 18:36:35','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/07-6.jpg',0,'attachment','image/jpeg',0),(4387,4,'2018-09-13 09:31:23','0000-00-00 00:00:00','','fds','','draft','closed','closed','','','','','2018-09-13 09:31:23','2018-09-13 04:01:23','',0,'https://product.quickscrum.com/?page_id=4387',0,'page','',0),(4393,4,'2018-09-13 09:51:47','2018-09-13 04:21:47','','1-article-thumb','','inherit','open','closed','','1-article-thumb','','','2018-09-13 09:51:47','2018-09-13 04:21:47','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/1-article-thumb.jpg',0,'attachment','image/jpeg',0),(4402,12,'2018-09-13 11:39:33','2018-09-13 06:09:33','<p class=\"rating list-unstyled\">Businesses always desire to expand their workings and create new profit-making revenue streams. Business goals and milestones help teams to focus on achieving those business objectives. Project management helps teams to achieve their business goals in a planned and organized manner.</p>\r\n<img class=\"size-full wp-image-2010 aligncenter\" src=\"https://product.quickscrum.com/wp-content/uploads/2014/03/Axosoft-Work-Items.png\" alt=\"\" width=\"830\" height=\"334\" />\r\n\r\nProper project management is very important for making businesses successful. It helps to architect projects in an effective manner. Moreover, it aids in pursuing goals against fixed deadlines and deliver value on a consistent basis.\r\n\r\nProjects can go horribly wrong at times and incur great losses for investors and stakeholders.\r\n\r\nSo, it\'s important to know about some common causes which cause projects to fail.\r\n<h2>1. Poor requirements engineering</h2>\r\nRequirements engineering is the process of defining, documenting and maintaining the client\'s requirements. It can also include researching and discovering the feature functionality needed to develop a system. Project leaders, end users, customers, and stakeholders also provide valuable feedback to determine the project\'s scope.\r\n\r\n<img class=\"size-full wp-image-2017 aligncenter\" src=\"https://product.quickscrum.com/wp-content/uploads/2014/03/poor-requirements-engineering.png\" alt=\"\" width=\"830\" height=\"384\" />\r\n\r\nRequirements form the base of all projects. They determine the project outcomes i.e. what the project proposes to deliver. They also define the business value to be generated in the project. Thus, requirements engineering plays a crucial role in managing projects. There can be several reasons why client-centric requirements may not be properly gathered :\r\n<ul>\r\n <li>The client fails to explain clearly what he/she needs in the project.</li>\r\n <li>The process/project manager fails to understand what the client actually wants.</li>\r\n <li>Even though requirements may be clearly explained and understood, they may not be retained or documented in a proper manner. As a result, they could be forgotten or overlooked over time.</li>\r\n</ul>\r\nA project\'s scope can be easily defined if client requirements are gathered, understood, analyzed and documented in a proper manner.\r\n<h2>2. Failed team collaboration</h2>\r\nIn a collaborative team, individuals share common beliefs and work as a consolidated unit to seek common goals. Typically, team members spend time together to discuss ways and means to collectively accomplish tasks as a \"set team,\" rather than as individuals.\r\n\r\n<img class=\"size-full wp-image-2014 aligncenter\" src=\"https://product.quickscrum.com/wp-content/uploads/2014/03/failed-team-collaboration.png\" alt=\"\" width=\"830\" height=\"384\" />\r\n\r\nTeam members with varying levels of expertise should share tasks, responsibilities, resources, and leadership. They should encourage each other to interact positively, and participate with an open mind in group problem-solving and decision-making activities.\r\n\r\nDecisions should be ideally made through group consensus and polls. Moreover, team members should criticize ideas and not each other.\r\n\r\nTeam collaboration is vital for successful project implementation. It helps to increase productivity levels and deliver positive results to the organization.\r\n\r\nTeams may fail to collaborate due to various reasons :\r\n<ul>\r\n <li>When there\'s too much information to share, several methods and collaborative tools to choose from and excessive knowledge to be digested. Team members often fail to pinpoint important and relevant points of discussion. They may spend excessive time discussing less important issues that could be easily resolved later on.</li>\r\n <li>Knowledge gap and lack of individual skills within the team may decrease collaboration levels. Some people might need special training to use certain tools.</li>\r\n <li>Teams in different time zones or locations may have to log in and remain available during non-office hours to collaborate. They may find it difficult to do so and fail to communicate on a regular basis.</li>\r\n</ul>\r\n<h2>3. Lack of motivation within team members</h2>\r\nAs per a recent study, 48% of employees don’t like their jobs, over 80% of American workers feel stressed while working in their offices, while only 30% of them feel engaged and inspired by their careers.\r\n\r\n<img class=\"size-full wp-image-2015 aligncenter\" src=\"https://product.quickscrum.com/wp-content/uploads/2014/03/lack-of-motivation-within-team-members.png\" alt=\"\" width=\"830\" height=\"384\" />\r\n\r\nGenerally, an employee who loses his or her inspiration or will to take productive work-related actions is a demotivated employee. Typically, they don\'t desire to learn new skills or make efforts to advance their careers.\r\n\r\nThe reasons could be many.\r\n\r\nDemotivated employees exhibit some, or all, of the following characteristics :\r\n<ul>\r\n <li>Reduced levels of commitment and work involvement.</li>\r\n <li>Late coming, unusual delay at work or repeated sick leaves.</li>\r\n <li>Intentionally sabotages projects or acts as a roadblock.</li>\r\n <li>Makes repeated mistakes.</li>\r\n <li>Displays signs of carelessness.</li>\r\n <li>Shows negative behavior and attitude.</li>\r\n <li>Gives less productivity.</li>\r\n <li>Disregards comments, requests, and warnings.</li>\r\n</ul>\r\nFor an organization, all team members must be fully engaged and fully committed to their work to be effective.\r\n<h2>4. Absence or lack of client involvement</h2>\r\nThe client generally provides an in-depth understanding of the business process or product that he/she wants to automate or develop. Therefore, he/she is usually the best Subject Matter Expert (SME).\r\n\r\n<img class=\"size-full wp-image-2013 aligncenter\" src=\"https://product.quickscrum.com/wp-content/uploads/2014/03/absence-or-lack-of-client-involvement.png\" alt=\"\" width=\"830\" height=\"384\" />\r\n\r\nThe client defines the quality of project deliverables and states the manner in which they\'re to be delivered. So, consistent and meaningful client involvement is very necessary for successful project completion.\r\n\r\nProject managers and requirements engineers depend largely upon client availability to gather feedback and make informed decisions. If the client is unable to engage or provide the required information in time, work gets delayed and the project cost increases.\r\n\r\nLack of client engagement can lead to various issues :\r\n<ul>\r\n <li>The team starts losing work-focus and development work slows down owing to lack of client feedback.</li>\r\n <li>The team fails to deliver quality work on time.</li>\r\n <li>It becomes difficult for team members to relate and align their work towards project goals and objectives.</li>\r\n <li>Team performance metrics remain unchecked so maximum team productivity is not availed.</li>\r\n <li>The project development cost increases.</li>\r\n</ul>\r\n<h2>5. Slow and infrequent work delivery</h2>\r\nDeadlines help to create a sense of urgency for the team to remain on its toes and complete work on time. In a highly competitive market scenario, businesses have to ensure their projects are completed on time. Extending project deadlines can prove to be costly. It can drain profit margins. As per a survey by the Project Management Institute, organizations waste as much as $97 million for every $1 billion invested due to failed projects that did not deliver on time.\r\n\r\n<img class=\"size-full wp-image-2018 aligncenter\" src=\"https://product.quickscrum.com/wp-content/uploads/2014/03/slow-and-infrequent-work-delivery.png\" alt=\"\" width=\"830\" height=\"384\" />\r\n\r\nProject completion is drastically affected by slow or infrequent delivery of work. Therefore, it\'s important to speed up work, increase productivity levels and complete work on time.\r\n\r\nA few factors that cause slow and infrequent work delivery:\r\n<ul>\r\n <li>Over-commitment - Team commits to more work than it can handle and cannot deliver</li>\r\n <li>Not resolving issues on time - The project manager and/or the team is unable to resolve technical and other issues on time</li>\r\n <li>Communication failure - The team has to rework on certain tasks or fails to include them in \"To-do\" list</li>\r\n <li>Lack of organization skills - The team is not trained or lacks certain abilities to organize its work</li>\r\n <li>Working independently - Teams members don\'t collaborate and don\'t pursue goals collectively</li>\r\n <li>No sense of urgency - The team makes no efforts to speed up work and has no sense of urgency</li>\r\n <li>Fails to follow the process - Team members don\'t follow the project management process as they\'re supposed to do</li>\r\n</ul>\r\n<h2>6. Mounting technical debts</h2>\r\nBusinesses need fast and reliable project deliverables to speed up sales and churn more profits. For them, it is always a race against time. However, while speeding up business processes to generate more quantity of deliverables in less time, they are often forced to compromise upon the quality and reliability aspects.\r\n\r\n<img class=\"size-full wp-image-2016 aligncenter\" src=\"https://product.quickscrum.com/wp-content/uploads/2014/03/mounting-technical-debts.png\" alt=\"\" width=\"830\" height=\"384\" />\r\n\r\nAs the quality aspects are compromised upon right from the start, businesses are obliged to rework and improve upon them at a later stage, since they have already charged their customers.\r\n\r\nThe rework process has a price tag attached to it. Teams have to put in additional efforts to correct the quality. It costs money. Therefore, additional costs have to be borne by businesses to fulfill their sales commitments.\r\n\r\nSo if the development cost of a product or a service is \"X\" amount and an additional \"Y\" amount is required to correct the quality issue and fulfill the sales commission, the additional \"Y\" amount is a “debt” the business has to pay.\r\n\r\nIn a broad sense, this type of debt can be understood as a technical debt. The profit margins are severely affected by this type of debt since the more the debt increases, the more the profits decreases.\r\n\r\nThere can be many reasons why technical debts arise :\r\n<ul>\r\n <li>Customer\'s requirements are not properly understood. The team has to create or develop something \"extra\" in the product or service to meet customer demands.</li>\r\n <li>Delivering more in less time. The team does not have the potential to deliver client requirements in the specified time so it compromises upon quality aspects.</li>\r\n <li>Lack of technical skills. The team is not technically sound to design the product or service as per customer expectations.</li>\r\n <li>Improper testing procedures. The team delivers the product or service and the customer finds flaws in its design or working while using it.</li>\r\n</ul>\r\n<h2>Solution</h2>\r\nThe project management process is not easy. There is no \'magic button\" to provide an instant fix for project related problems and issues. The solutions lie in the manner how people work and collaborate, what their skill sets and levels are, and how they make optimum use of technology and tools.\r\n\r\nMoreover, each business is unique in its own way with regards to its working model and business deliverables. It\'s not possible to design a common resolution which can solve each of their problems.\r\n<p style=\"text-align: center;\">You can <span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" href=\"https://www.quickscrum.com/Home/TalkToExpert\" target=\"_blank\" rel=\"noopener\"><strong><u><span style=\"color: #3366ff;\">Talk to our Expert</span></u></strong></a> </span>or Try implementing <a href=\"http://www.quickscrum.com\">Quickscrum</a> to bring agility within your team</p>\r\n<p style=\"text-align: center;\"><strong>Get a free consultation now to optimize your business processes and make your project more profitable!</strong></p>','Why Projects Fail','','publish','open','open','','why-projects-fail-3','','','2018-09-13 12:40:01','2018-09-13 07:10:01','',0,'https://product.quickscrum.com/?p=4402',0,'post','',0),(4403,12,'2018-09-13 11:37:26','2018-09-13 06:07:26','<p class=\"rating list-unstyled\">Businesses always desire to expand their workings and create new profit-making revenue streams. Business goals and milestones help teams to focus on achieving those business objectives. Project management helps teams to achieve their business goals in a planned and organized manner.</p>\r\n<img class=\"aligncenter\" src=\"https://quickscrum.com/Images/article_detail/why-projects-fail.png\" alt=\"project\" align=\"middle\" />\r\n\r\nProper project management is very important for making businesses successful. It helps to architect projects in an effective manner. Moreover, it aids in pursuing goals against fixed deadlines and deliver value on a consistent basis.\r\n\r\nProjects can go horribly wrong at times and incur great losses for investors and stakeholders.\r\n\r\nSo, it\'s important to know about some common causes which cause projects to fail.\r\n<h2>1. Poor requirements engineering</h2>\r\nRequirements engineering is the process of defining, documenting and maintaining the client\'s requirements. It can also include researching and discovering the feature functionality needed to develop a system. Project leaders, end users, customers, and stakeholders also provide valuable feedback to determine the project\'s scope.\r\n\r\n<img class=\"aligncenter\" src=\"https://quickscrum.com/Images/article_detail/poor-requirements-engineering.png\" alt=\"requirements engineering\" align=\"middle\" />\r\n\r\nRequirements form the base of all projects. They determine the project outcomes i.e. what the project proposes to deliver. They also define the business value to be generated in the project. Thus, requirements engineering plays a crucial role in managing projects. There can be several reasons why client-centric requirements may not be properly gathered :\r\n<ul>\r\n <li>The client fails to explain clearly what he/she needs in the project.</li>\r\n <li>The process/project manager fails to understand what the client actually wants.</li>\r\n <li>Even though requirements may be clearly explained and understood, they may not be retained or documented in a proper manner. As a result, they could be forgotten or overlooked over time.</li>\r\n</ul>\r\nA project\'s scope can be easily defined if client requirements are gathered, understood, analyzed and documented in a proper manner.\r\n<h2>2. Failed team collaboration</h2>\r\nIn a collaborative team, individuals share common beliefs and work as a consolidated unit to seek common goals. Typically, team members spend time together to discuss ways and means to collectively accomplish tasks as a \"set team,\" rather than as individuals.\r\n\r\n<img class=\"aligncenter\" src=\"https://quickscrum.com/Images/article_detail/failed-team-collaboration.png\" alt=\"team collaboration\" align=\"middle\" />\r\n\r\nTeam members with varying levels of expertise should share tasks, responsibilities, resources, and leadership. They should encourage each other to interact positively, and participate with an open mind in group problem-solving and decision-making activities.\r\n\r\nDecisions should be ideally made through group consensus and polls. Moreover, team members should criticize ideas and not each other.\r\n\r\nTeam collaboration is vital for successful project implementation. It helps to increase productivity levels and deliver positive results to the organization.\r\n\r\nTeams may fail to collaborate due to various reasons :\r\n<ul>\r\n <li>When there\'s too much information to share, several methods and collaborative tools to choose from and excessive knowledge to be digested. Team members often fail to pinpoint important and relevant points of discussion. They may spend excessive time discussing less important issues that could be easily resolved later on.</li>\r\n <li>Knowledge gap and lack of individual skills within the team may decrease collaboration levels. Some people might need special training to use certain tools.</li>\r\n <li>Teams in different time zones or locations may have to log in and remain available during non-office hours to collaborate. They may find it difficult to do so and fail to communicate on a regular basis.</li>\r\n</ul>\r\n<h2>3. Lack of motivation within team members</h2>\r\nAs per a recent study, 48% of employees don’t like their jobs, over 80% of American workers feel stressed while working in their offices, while only 30% of them feel engaged and inspired by their careers.\r\n\r\n<img class=\"aligncenter\" src=\"https://quickscrum.com/Images/article_detail/lack-of-motivation-within-team-members.png\" alt=\"team motivation\" align=\"middle\" />\r\n\r\nGenerally, an employee who loses his or her inspiration or will to take productive work-related actions is a demotivated employee. Typically, they don\'t desire to learn new skills or make efforts to advance their careers.\r\n\r\nThe reasons could be many.\r\n\r\nDemotivated employees exhibit some, or all, of the following characteristics :\r\n<ul>\r\n <li>Reduced levels of commitment and work involvement.</li>\r\n <li>Late coming, unusual delay at work or repeated sick leaves.</li>\r\n <li>Intentionally sabotages projects or acts as a roadblock.</li>\r\n <li>Makes repeated mistakes.</li>\r\n <li>Displays signs of carelessness.</li>\r\n <li>Shows negative behavior and attitude.</li>\r\n <li>Gives less productivity.</li>\r\n <li>Disregards comments, requests, and warnings.</li>\r\n</ul>\r\nFor an organization, all team members must be fully engaged and fully committed to their work to be effective.\r\n<h2>4. Absence or lack of client involvement</h2>\r\nThe client generally provides an in-depth understanding of the business process or product that he/she wants to automate or develop. Therefore, he/she is usually the best Subject Matter Expert (SME).\r\n\r\n<img class=\"aligncenter\" src=\"https://quickscrum.com/Images/article_detail/absence-or-lack-of-client-involvement.png\" alt=\"client involvement\" align=\"middle\" />\r\n\r\nThe client defines the quality of project deliverables and states the manner in which they\'re to be delivered. So, consistent and meaningful client involvement is very necessary for successful project completion.\r\n\r\nProject managers and requirements engineers depend largely upon client availability to gather feedback and make informed decisions. If the client is unable to engage or provide the required information in time, work gets delayed and the project cost increases.\r\n\r\nLack of client engagement can lead to various issues :\r\n<ul>\r\n <li>The team starts losing work-focus and development work slows down owing to lack of client feedback.</li>\r\n <li>The team fails to deliver quality work on time.</li>\r\n <li>It becomes difficult for team members to relate and align their work towards project goals and objectives.</li>\r\n <li>Team performance metrics remain unchecked so maximum team productivity is not availed.</li>\r\n <li>The project development cost increases.</li>\r\n</ul>\r\n<h2>5. Slow and infrequent work delivery</h2>\r\nDeadlines help to create a sense of urgency for the team to remain on its toes and complete work on time. In a highly competitive market scenario, businesses have to ensure their projects are completed on time. Extending project deadlines can prove to be costly. It can drain profit margins. As per a survey by the Project Management Institute, organizations waste as much as $97 million for every $1 billion invested due to failed projects that did not deliver on time.\r\n\r\n<img class=\"aligncenter\" src=\"https://quickscrum.com/Images/article_detail/slow-and-infrequent-work-delivery.png\" alt=\"work delivery\" align=\"middle\" />\r\n\r\nProject completion is drastically affected by slow or infrequent delivery of work. Therefore, it\'s important to speed up work, increase productivity levels and complete work on time.\r\n\r\nA few factors that cause slow and infrequent work delivery:\r\n<ul>\r\n <li>Over-commitment - Team commits to more work than it can handle and cannot deliver</li>\r\n <li>Not resolving issues on time - The project manager and/or the team is unable to resolve technical and other issues on time</li>\r\n <li>Communication failure - The team has to rework on certain tasks or fails to include them in \"To-do\" list</li>\r\n <li>Lack of organization skills - The team is not trained or lacks certain abilities to organize its work</li>\r\n <li>Working independently - Teams members don\'t collaborate and don\'t pursue goals collectively</li>\r\n <li>No sense of urgency - The team makes no efforts to speed up work and has no sense of urgency</li>\r\n <li>Fails to follow the process - Team members don\'t follow the project management process as they\'re supposed to do</li>\r\n</ul>\r\n<h2>6. Mounting technical debts</h2>\r\nBusinesses need fast and reliable project deliverables to speed up sales and churn more profits. For them, it is always a race against time. However, while speeding up business processes to generate more quantity of deliverables in less time, they are often forced to compromise upon the quality and reliability aspects.\r\n\r\n<img class=\"aligncenter\" src=\"https://quickscrum.com/Images/article_detail/mounting-technical-debts.png\" alt=\"technical debt\" align=\"middle\" />\r\n\r\nAs the quality aspects are compromised upon right from the start, businesses are obliged to rework and improve upon them at a later stage, since they have already charged their customers.\r\n\r\nThe rework process has a price tag attached to it. Teams have to put in additional efforts to correct the quality. It costs money. Therefore, additional costs have to be borne by businesses to fulfill their sales commitments.\r\n\r\nSo if the development cost of a product or a service is \"X\" amount and an additional \"Y\" amount is required to correct the quality issue and fulfill the sales commission, the additional \"Y\" amount is a “debt” the business has to pay.\r\n\r\nIn a broad sense, this type of debt can be understood as a technical debt. The profit margins are severely affected by this type of debt since the more the debt increases, the more the profits decreases.\r\n\r\nThere can be many reasons why technical debts arise :\r\n<ul>\r\n <li>Customer\'s requirements are not properly understood. The team has to create or develop something \"extra\" in the product or service to meet customer demands.</li>\r\n <li>Delivering more in less time. The team does not have the potential to deliver client requirements in the specified time so it compromises upon quality aspects.</li>\r\n <li>Lack of technical skills. The team is not technically sound to design the product or service as per customer expectations.</li>\r\n <li>Improper testing procedures. The team delivers the product or service and the customer finds flaws in its design or working while using it.</li>\r\n</ul>\r\n<h2>Solution</h2>\r\nThe project management process is not easy. There is no \'magic button\" to provide an instant fix for project related problems and issues. The solutions lie in the manner how people work and collaborate, what their skill sets and levels are, and how they make optimum use of technology and tools.\r\n\r\nMoreover, each business is unique in its own way with regards to its working model and business deliverables. It\'s not possible to design a common resolution which can solve each of their problems.\r\n<p style=\"text-align: center;\">You can <span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" href=\"https://www.quickscrum.com/Home/TalkToExpert\" target=\"_blank\" rel=\"noopener\"><strong><u><span style=\"color: #3366ff;\">Talk to our Expert</span></u></strong></a> </span>or Try implementing <a href=\"http://www.quickscrum.com\">Quickscrum</a> to bring agility within your team</p>\r\n<p style=\"text-align: center;\"><strong>Get a free consultation now to optimize your business processes and make your project more profitable!</strong></p>','Why Projects Fail','','inherit','closed','closed','','4402-revision-v1','','','2018-09-13 11:37:26','2018-09-13 06:07:26','',4402,'https://product.quickscrum.com/4402-revision-v1/',0,'revision','',0),(4405,4,'2018-09-13 11:48:32','2018-09-13 06:18:32','<div class=\"detail-box\">\r\n<div class=\"row\">\r\n<div class=\"col-lg-20 col-md-20 col-sm-20 col-xs-18 full-width\">\r\n<div></div>\r\n<div class=\"rating list-unstyled\"><span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #3366ff;\">Product backlogs are very important in Scrum</span></a> </span>since the entire product is “manufactured” by developing the set of product features and functionalities contained therein. A product backlog is a prioritized list of product features and contains short descriptions of all the functionalities envisioned in the product. While starting with a project in Scrum, it is important to write down “everything needed” to develop the product in totality. The stakeholders provide a “wish” list of all features desired in the product. Subsequently, the product owner creates a product backlog based upon the wish list. When enough “items” are created in the backlog, the actual Scrum process commences with a sprint planning meeting in which a few product backlog items having high business values are selected in the sprint backlog for development purposes.</div>\r\n<div>\r\n\r\nThe product backlog can “change” over time as the project begins. New features in the form of user stories or product backlog items may be added to enhance the product’s value in the market. The stakeholders may desire additional functionality in already developed product features to remain “in tune” with end users requirements and market-specific demands. It is important to carry out routine “grooming” activity and keep the backlog updated at all times to ensure that the business value of the project is maintained at all times – even while the product is being developed.\r\n\r\nThe product backlog items or user stories primarily consist of:\r\n<ul>\r\n <li>Product features and functionality</li>\r\n <li>Bugs</li>\r\n <li>Epics – “Large” or “un-grained” feature items</li>\r\n <li>Technical reference/documentation</li>\r\n <li>Knowledge acquisition process/activity</li>\r\n</ul>\r\nUser stories may also consist of other technical “stuff” and aspects but generally, include the above.\r\n\r\n<img class=\"aligncenter wp-image-2340 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/product-backlogs.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n<h1>Properties of a Scrum product backlog</h1>\r\nTo be useful and effective, a Scrum product backlog should exhibit certain characteristics.\r\n<p style=\"padding-left: 30px;\"><strong>1. Visible to everybody</strong></p>\r\n<p style=\"padding-left: 30px;\">The entire Agile team needs to refer the product backlog at some time or the other. The product owner and the development team may access the product backlog on a daily basis, while the stakeholders may desire to check the business value of backlog items on a periodic basis to ensure that the business value of user stories is maintained. The Scrum master may refer to it to ascertain the acceptance criteria during the daily sprints. The product backlog should be easily accessible to all. Moreover, Scrum advocates transparency in all of its processes. The backlog should be visible to everyone.</p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Be a “single source” and reflect the “truth”</strong></p>\r\n<p style=\"padding-left: 30px;\">It is important to <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"https://www.quickscrum.com/Home/ProductBacklog\" target=\"_blank\" rel=\"noopener\">maintain a “single” copy or version of the product backlog</a></span>. More than one “versions” of the backlog can lead to confusion – the team may erroneously start picking up user stories from outdated versions simply because it is unsure which version is most updated and should be followed. Moreover, the backlog should be properly refined from time to time through the grooming sessions. User stories in the backlog should be updated with respect to their business values so high priority stories can be selected in the sprint backlog during sprint planning sessions. The project should maintain its “business worth” at all times – even while the product is being developed.</p>\r\n<p style=\"padding-left: 30px;\"><strong>3. Be dynamic in nature</strong></p>\r\n<p style=\"padding-left: 30px;\">The product backlog functions as a “living” artifact in Scrum. It is constantly updated and groomed by the product owner and team members. When the market conditions change or stakeholders feel the business value of the product can be further enhanced through the addition of new features, the backlog is updated to include those changes. Old or undeveloped user stories, which have lost their business values, can be removed from the backlog. The backlog items keep on “changing” all the time, and the backlog rarely remains “static”. The backlog should be dynamic in nature.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Product Backlogs','','publish','open','open','','product-backlogs','','','2018-09-13 12:22:08','2018-09-13 06:52:08','',0,'https://product.quickscrum.com/?p=4405',0,'post','',0),(4407,12,'2018-09-13 11:50:14','2018-09-13 06:20:14','<pre><strong><em>Audience:</em></strong>\r\n<em>The intended audience for this article includes people who\'re associated with project management and want to know about the monitoring process in Agile projects. The objective is to explain the \r\nimportance of monitoring projects and monitoring parameters in Agile. The article is ideally \r\nrecommended for start-up companies, project managers, CXOs and decision makers of\r\nsoftware development companies new to Agile and planning to implement Agile in their work flow.</em></pre>\r\nMany times, complex or long-term projects exceed their budget, or deadlines, or even both, or fail due to some reason or the other. For investors and clients, the ROI is the main point of concern. If break-even points are not achieved early in the project it often leads to financially stressed conditions which tend to force management to undertake drastic steps to curb additional expenditure, or simply stop the project if additional funds are not available to sustain it. One of the commonest factors which lead to non-productive projects is the inability of the team to deliver project value at regular intervals of time. Rather than indulging in post-project failure discussions to retrospect the causes of a failed project, effective monitoring of projects can help teams and management to streamline ongoing projects and make them successful.\r\n\r\n<img class=\"aligncenter wp-image-2073 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/08/failure-of-projects-1.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n<h1>Why should projects be monitored?</h1>\r\nTo monitor a project is to, routinely gather information pertaining to all aspects of the project, observe and record all activities occurring in it. Monitoring involves a systematic and purposeful observation of all ongoing processes in the project. It also includes giving meaningful feedback to the investors and project owners regarding the project status and how the milestones are likely to be achieved over time so informed decisions can be made by them.\r\n\r\nMonitoring does not involve just staring at a computer monitor spewing out data from analytics tools and generating reports for the management and team members. The project manager or the process-in-charge needs to understand the metrics and forecast where the project is heading in accordance with the efforts put in by the team and how well the team is performing at the moment. Moreover, other constraints such as budget availability, short staffing, project deadlines and other issues popping up in day-to-day activities also need to be considered as to how they’re likely to affect the success and sustenance of the ongoing project.\r\n\r\nMonitoring provides information as to what the status of a particular program, project or policy is at any moment, or is going to be over time, and how well the functioning of various processes in the project, including the resources allotted for it, relates to targets and deliverables. Its focus should also be on optimum utilization of the resources made available for the project. The objective is to track the gap between what was originally planned and what is actually happening now.\r\n\r\nTherefore, the primary reason why projects should be monitored is to:\r\n<ul>\r\n <li>Get sound visibility into project execution.</li>\r\n <li>Determine what actions need to be taken to ascertain those project objectives and goals are successfully met.</li>\r\n <li>How project goals relate to team efforts, delivery schedules and quality of deliverables.</li>\r\n <li>Allow the team to educate and learn for itself from its past experiences and improve its productivity levels.</li>\r\n <li>Make the team accountable for the work it carries out by evaluating the performance metrics.</li>\r\n <li>Justify the capital invested by the stakeholders and investors.</li>\r\n</ul>\r\n<h1>What to monitor?</h1>\r\nThe nature of the project, its goals and objectives, and its deliverables primarily indicate what parameters should be ideally monitored and in what manner. It can be difficult to generalize the “what” aspect since it may differ from project to project. Generally, the key performance indicators (KPIs) used for monitoring the progress levels in a project are set up collectively by the client and project manager based upon their project related needs and deliverables. Some of the important aspects to monitor for a project can be:\r\n\r\n<img class=\"aligncenter wp-image-2072 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/08/failure-of-projects-2.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n\r\n<strong>Objectives and needs of the client</strong>\r\nIs the client’s project vision fulfilled and are the project’s milestones successfully met?\r\n\r\n<strong>The efficiency level of the team</strong>\r\nIs the team working as per the development plan and are enough efforts put in to meet the deadlines?\r\n\r\n<strong>Collaboration and communication levels</strong>\r\nIs the team working together in a harmonious manner and pursuing the goals collectively with a single focus?\r\n\r\n<strong>Business value and work monetization</strong>\r\nIs the work delivered by the team monetizable?\r\n\r\n<strong>Risk mitigation</strong>\r\nWhat are the risks involved in the project? Can they be identified in time? Can they be resolved?\r\n<h1>Levels of monitoring</h1>\r\nA project should be ideally monitored at three main levels to get a clear insight regarding its current status so corrective measures can be taken well in time.\r\n<p style=\"padding-left: 30px;\"><strong>1. Activity level monitoring</strong></p>\r\n<p style=\"padding-left: 30px;\">It is done to ensure that each activity defined in the project schedule is carried out in a proper manner and within the time box allotted for it. It can be done by holding daily meetings with the team, or alternately the project manager can check the status of all tasks scheduled to be carried out for the day. Typically, the daily tasks to be carried out by team members are listed on paper and their completion status is checked at the end of the day to identify any pending work remaining on that particular day. This level of monitoring is basic to all project management processes since it makes the team accountable for the work assigned to it. It is to ascertain that the project proceeds as per plan and delivery deadlines can be met successfully.</p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Project status reporting</strong></p>\r\n<p style=\"padding-left: 30px;\">Usually generated once a week, project status reports often contain a summary of all tasks completed successfully by the team in the week gone by against the actual activities planned for that week. The idea is to identify how much of work is completed in the project, how much of it is still pending, and whether the deliverables can be produced by the team considering its current rate of delivering work. It also helps to identify the causes of delays logged by the team and pinpoint any pitfalls hampering team productivity.</p>\r\n<p style=\"padding-left: 30px;\"><strong>3. Milestone analysis</strong></p>\r\n<p style=\"padding-left: 30px;\">An analysis is done every few weeks to make sure whether milestones supporting the project vision are, or can be, achieved within the time duration allotted for its completion, and to find out how much of efforts are actually put in by the entire team over time to achieve the proposed milestones. When plotted on a graph, it helps to identify any deviations occurring in the proposed “line” of project completion versus time. If the deviation is severe or more and objectives are not met with time, project managers need to identify and understand the root causes and undertake corrective measures in time to correct the deviation so milestone deadlines can be met successfully.</p>\r\n\r\n<h1>Monitoring Agile projects</h1>\r\nThe success of an Agile project is not dependent only upon whether the process is properly implemented in the project or not. Three factors count – monitoring the progress, monitoring how Agile principles are followed by the team, monitoring how the business value is acquired.\r\n<p style=\"padding-left: 30px;\"><strong>1. Monitoring the project progress</strong>\r\nThere are three main metrics for monitoring the project’s progress.</p>\r\n<img class=\"aligncenter wp-image-2071 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/08/failure-of-projects-3.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n<p style=\"padding-left: 60px;\"><strong><span style=\"font-size: 24px;\">• </span> Sprint Burndown</strong></p>\r\n<p style=\"padding-left: 60px;\">An Agile team organizes its work in time-boxed durations called “sprints” which range from two weeks to a maximum of one month. The entire software is developed by the development team in these sprints. The sprint burndown metric tracks how the team has completed work throughout the sprint.</p>\r\n<p style=\"padding-left: 60px;\"><strong><span style=\"font-size: 24px;\">• </span> Release Burndown</strong></p>\r\n<p style=\"padding-left: 60px;\">While the sprint burndown metric focuses upon work completion at the iteration sprint level, the release burndown metric takes into consideration the status of various sprints covering the entire project. In Agile the product is released in stages – in the form of individual releases - by developing a set of features for each release. Business value in the project is acquired by releasing the product features in the market in the form of planned releases or versions ranging over a specific duration of time. The release burndown metric is useful for determining how much work is still left in the project and when the business value in the project can be realized over time. It is also useful for identifying any “scope creep” i.e. if more requirements are added to the original project and the scope of the project has increased significantly. To avoid scope creep from affecting the value of deliverables, the product owner always suggests important stories having high business values to the team for development purposes in the sprint.</p>\r\n<p style=\"padding-left: 60px;\"><strong><span style=\"font-size: 24px;\">• </span> Velocity</strong></p>\r\n<p style=\"padding-left: 60px;\">It is the amount of work, in the form of user stories that the team completes during a particular sprint. It is an important metric for forecasting how much work the team can handle in a sprint and the product owner uses it to decide how many stories should be selected for the sprint. It is a metric tracking the total work completed in the sprint versus sprint days. As the team executes sprints over time and takes up more work in the sprints, the metric improves and becomes more consistent over time.</p>\r\n<strong>2. Monitoring Agile implementation</strong>\r\nIn Scrum, an Agile based process, a special role is dedicated for overseeing the implementation of Agile principles in the project. The Scrum Master functions as a facilitator and ensures that the team follows the process in a proper manner. He/she ensures that the team does not face any impediments while working and also overlooks the various events or ceremonies involved in the process.\r\n\r\n<strong>3. Monitoring the business value</strong>\r\nA major difference between tradition project management methods and Agile is that the former focuses on delivering software fulfilling just client-based requirements while Agile believes in maximizing the ROI through continuous delivery of shippable software and reducing waste. Re-planning of the deliverables can be easily done using Agile. Therefore, Agile measures outcomes over outputs and measures the Earned Business Value \"EBV\" metric. The metric also takes into consideration how efficient and effective the team is performing while it delivers the business value in the project.\r\n\r\nThe business value can be calculated as:\r\n\r\nEBV = Earned Business Value = The total of all Business Value Indices for completed stories =?BVI(story) for all the stories completed in the first n sprints.\r\n<h1>Types of issues faced during Agile implementation and how to resolve them</h1>\r\nBased upon the open-mindedness of the team, its cultural and education levels, the degree of professionalism and the willingness to accept change management, development teams may find it moderately or very hard to accept Agile. Some common issues are mentioned herein.\r\n\r\n<strong>Agile implementation issues</strong>\r\n\r\nThere can be many types of issues related to Agile implementation. However, a couple of common ones are discussed here.\r\n\r\n<strong>1. Resisting change</strong>\r\n\r\nThis can be a very common issue in Agile implementation. Teams following traditional development methods are very much used in the staged processes and feel comfortable delivering work that is tested for bugs and regression in the next process stage. Developers focus only on coding aspects and don’t have to bother about optimizing the code or verifying their work whether it aligns with the project requirements or not. It can prove to be very difficult for them to adjust to the product incremental method typical to Agile processes in which the development team is not only accountable for its work but is also required to focus upon testing the code and ascertaining that the work delivered by it fulfills the product vision and end-user requirements.\r\n\r\nMoreover, each team member is required to own the project and hold himself or herself accountable for his or her work. In addition, another aspect is that the team has to estimate how much work it is capable of accomplishing in a sprint and justify the reasons why it can only take up limited or less work for development at a time. Unlike in staged processes, Agile teams have to commit how much time it will take to deliver work and live up to that commitment.\r\n\r\nThe third aspect is that Agile promotes a working atmosphere in which each member in the team has to think like an entrepreneur and find innovative ways to work smartly and make active efforts to accomplish work in a shorter span of time. This can go hard with the mindset of teams used to traditional methods in which they are not required to think in any other manner except as developers or designers.\r\n\r\nDevelopment teams are generally reticent about change management and try to actively or passively oppose change when it is required to be introduced to improve the quality and quantity of deliverables. With Agile, the resentment is even more since the team members have to undergo a drastic mindset change and learn about the new process.\r\n\r\n<strong>Solution:</strong>\r\n\r\nThe management should try to introduce Agile after explaining the benefits of the new process and what the organization and the team stand to gain from Agile experience in the long run. It is important to convey the message that change is inevitable and Agile is to be implemented irrespective of whether any team member decides to resign or discontinue the process. Moreover, the management should also try to motivate the team and create an open environment supporting transparency and freedom where the team can frankly discuss its apprehensions and find a way to proceed with the change.\r\n<h2>2. Understanding the process</h2>\r\nAgile introduces fundamental changes in the way most people following traditional methods work. Teams have to open up their mindsets and think creatively, in an optimistic manner, and welcome the change. Moreover, Agile processes like Scrum have ceremonies and artifacts which can be totally new concepts for most teams. Developers have to understand the product incremental model and its cycle, what continuous development and continuous integration is developed, and a host of new concepts to reckon with.\r\n<p style=\"padding-left: 30px;\"><i><span style=\"font-size: 24px;\"><strong>•</strong> </span> <strong>Estimating work</strong></i></p>\r\n<p style=\"padding-left: 30px;\">Developers are not very good at estimating work completion and deadlines. Generally, they hate a situation where they\'re forced to commit a date or time and rigidly stick to it. This is exactly what Agile demands. You not only have to estimate work but make all efforts to deliver it in time with the required quality.</p>\r\n<p style=\"padding-left: 30px;\"><strong><i><span style=\"font-size: 24px;\">• </span> Roles in Scrum</i></strong></p>\r\n<p style=\"padding-left: 30px;\">In contrast to traditional or classical methods, Scrum - an Agile process - doesn’t have and doesn’t need any manager, task manager or a team leader. The three roles are:</p>\r\n<p style=\"padding-left: 60px;\">1. Product Owner</p>\r\n<p style=\"padding-left: 60px;\">2. Scrum Master</p>\r\n<p style=\"padding-left: 60px;\">3. Development team</p>\r\n<p style=\"padding-left: 30px;\">These three roles are coequal. Each role has certain responsibilities. Also, each of these three roles has to fulfill their responsibilities by closely interacting and working together to finish a project successfully. Team members may find it difficult to understand and follow these roles.</p>\r\n<p style=\"padding-left: 30px;\"><strong><i><span style=\"font-size: 24px;\">• </span> Meetings and ceremonies</i></strong></p>\r\n<p style=\"padding-left: 30px;\">Scrum process includes several types of meetings or “ceremonies”. Agile teams are cross-functional in nature. They take part in the ceremonies and make important decisions. Non - cross-functional teams may find it hard to understand and accept what these ceremonies stand for and might resent taking part in them.</p>\r\n<strong>Solution:</strong>\r\n\r\nSome managements prefer to introduce Agile slowly in their organizations or employ a hybrid approach in which certain activities are made Agile while others are carried out as before. Experts suggest neither of these methods works in real life scenarios since the teams might just keep on resisting Agile until the management arrives at a conclusion Agile is not worthwhile and the changes should not be implemented. It\'s best to transition totally to Agile even if the team find it difficult to do so.\r\n<h2>3. Development related issues</h2>\r\nDevelopment related issues are highly common with teams starting with Agile practices since they are not much familiar with the product incremental structure of the development process. Agile teams are cross-functional and often developers also perform test cases to check code quality and reliability. At times, teams employ specialized testers and QA professionals to carry out quality tests. Whatever the case, if Agile principles are not followed in a proper manner it directly affects productivity and performance levels.\r\n<p style=\"padding-left: 30px;\"><strong><i><span style=\"font-size: 24px;\">• </span> Losing sight of the project goal and deliverables</i></strong></p>\r\n<p style=\"padding-left: 30px;\">In Agile, the business value in the project is availed through staged and planned releases. Therefore, the development team needs to focus more upon delivery of value through it work rather than just coding feature requirements. In practice, teams often experience time constraints while meeting sprint deadlines. So over time, they may lose their focus of delivering valuable work and start concentrating fully upon work completion. Teams stop thinking about what the product vision is and what goals the project needs to achieve to sustain itself. This leads to unfocused work efforts and disorientation – the team keeps on developing features and doing its work because it is supposed to, and not because the project goals and objectives should be achieved. Developers and designers stop being creative in their work. They stop innovating new and better ways of developing features and working functionality. As a result, the velocity metric indicating the total work completed by the team in the sprint stops improving, thus conveying the fact that the team has stopped learning from its past experience and not speeding up work. This is contrary to Agile principles.</p>\r\n<p style=\"padding-left: 30px;\">Moreover, each team member is required to own the project and hold himself or herself accountable for his or her work. In addition, another aspect is that the team has to estimate how much work it is capable of accomplishing in a sprint and justify the reasons why it can only take up limited or less work for development at a time. Unlike in staged processes, Agile teams have to commit how much time it will take to deliver work and live up to that commitment.</p>\r\n<p style=\"padding-left: 30px;\"><strong>Solution:</strong></p>\r\n<p style=\"padding-left: 30px;\">The Scrum Master and project leads should constantly try to motivate the team members and hold healthy discussions so ideas can be exchanged regarding how the development process can be streamlined, made more easy and less time to consume using online tools and development aids if possible. Retrospection activities should be encouraged. Teams should be made more accountable by holding short meetings at regular intervals of time (all though this is not recommended by Agile – the principles state the team should take work ownership but in practice, the team members actually don’t which is the main problem) to obtain feedback regarding the work status. The management should also step in and try to create a healthy and conducive working environment to reduce the stress levels.</p>\r\n<p style=\"padding-left: 30px;\"><strong><i><span style=\"font-size: 24px;\">• </span> Not delivering feature functionality as explained and anticipated</i></strong></p>\r\n<p style=\"padding-left: 30px;\">The client expects a particular feature to work in a particular manner whenever he/she requests its development. Each task or feature requirement in Agile – known as a user story – can be explained in terms of what criteria needs to be fulfilled for it to be considered as properly developed and shippable. It helps to make the feature valuable and monetizable after its development. The team starts ignoring this criterion due to some of the other reason or loses its sight while building it. As a result, a feature is developed that is not in tune with what the client expects or needs.</p>\r\n<p style=\"padding-left: 30px;\"><strong>Solution:</strong></p>\r\n<p style=\"padding-left: 30px;\">More stress should be given for the team to focus upon the acceptance criteria and the definition of done (DoD) which determines the value of the feature and its importance. Developers should be reminded again and again to create work in tune with these criterions and ensure they test the feature after they develop it.</p>\r\n<p style=\"padding-left: 30px;\"><strong><i><span style=\"font-size: 24px;\">• </span> Lack of participation in retrospection activities</i></strong></p>\r\n<p style=\"padding-left: 30px;\">Agile stresses very heavily upon the “inspect” and “adapt” principles which form the core of all Agile processes. The team has to learn constantly from its past mistakes and ensure they\'ve not repeated again in the future. Also, new and better ways of doing work should be discovered to increase productivity levels and deliver more valuable work. All this is made possible through the retrospection activities in Agile. In Scrum, a special ceremony known as the sprint retrospective meeting is held at the end of each sprint to support this principle. The team stops participating in these activities as a result of which further improvement in work in not availed and the velocity index stops improving. Further growth stops in the project.</p>\r\n<p style=\"padding-left: 30px;\"><strong>Solution:</strong></p>\r\n<p style=\"padding-left: 30px;\">Retrospection activities should be made mandatory and team members encouraged to participate in them. If required, team members can be told to discuss new ways of improvement and prepare a list or a plan stating what new activities they propose to do with proper call-to-actions.</p>\r\n<p style=\"padding-left: 30px;\"><i><strong><span style=\"font-size: 24px;\">• </span> </strong></i><strong><i>Ineffective testing procedures</i></strong></p>\r\n<p style=\"padding-left: 30px;\">Testing procedures - especially unit tests - form an integral part of the development process and should be carried out preferably in the sprint itself when the particular feature is being developed. Testing ensures that the definition-of-done is properly fulfilled by the team, there are no bugs in the feature and that the feature is valuable to end users. Many times teams don’t carry out these tests since they may be time-to consume, or the team lacks the necessary resources or skill sets to perform them. The work delivered in such cases may contain bugs and lead to regression. The project owners may incur technical debt in the future.</p>\r\n<p style=\"padding-left: 30px;\"><strong>Solution:</strong></p>\r\n<p style=\"padding-left: 30px;\">Testing activities should be made mandatory and teams should start considering testing procedures as an integral part of the development process. They should be accounted for while the team estimates work during sprint planning sessions held just before a newsprint is planned.</p>\r\n<p style=\"padding-left: 30px;\"><strong><i><span style=\"font-size: 24px;\">• </span> Miscommunication between developers and testers</i></strong></p>\r\n<p style=\"padding-left: 30px;\">Effective communications are required for doing quality work. When team members discuss things and exchange ideas, thoughts become clear, and the entire team comes to know about the nature of deliverables and how they should be built. In Agile, testing should be a part of the development process and testers should work closely with developers to resolve test related issues and problems. When testers stop communicating with developers for test issues, or developers stop responding to testing queries, it leads to a situation where partially or improperly tested features are released in the market which can reduce the project value in the long run.</p>\r\n<p style=\"padding-left: 30px;\"><strong>Solution:</strong></p>\r\n<p style=\"padding-left: 30px;\">The product owner or the project lead should motivate team members to collaborate and exchange ideas. At the same time, developers and testers should be made more accountable regarding the quality of deliverables – especially fulfillment of the DoD - to ensure only fully tested and valuable features are developed at all times.</p>\r\n<p style=\"padding-left: 30px;\"><strong><i><span style=\"font-size: 24px;\">• </span> Development work held up because of code and functionality dependencies</i></strong></p>\r\n<p style=\"padding-left: 30px;\">Big or complex project development can have a lot of dependencies as far as code functionalities go. Often a piece of code created by one developer functions as a source of input for the task to be developed by another developer. In such cases, the second developer has to wait for the first developer to complete his or her work and create the particular functionality before the later one can start with his or her work. During the second half of the sprint planning session when the team members are selecting and taking up their development tasks, they should also discuss code dependency issues and organize their work accordingly. When team members don’t analyze their tasks and don’t discuss the dependencies, it leads to a situation where one developer is loaded with urgent work while the other one has to wait for the first one to complete. Time is wasted and productivity at the team level is greatly reduced. It decreases team velocity.</p>\r\n<p style=\"padding-left: 30px;\"><strong>Solution:</strong></p>\r\n<p style=\"padding-left: 30px;\">The developers and team members should work more closely and analyze dependencies before they take up their tasks. If dependencies still exist, each developer should plan his or her work with regards to the work to be carried out by the developer who’s going to be affected by the particular dependency.</p>\r\n\r\n<h2>4. Communication and collaboration related issues</h2>\r\nCommunication levels play a vital role in a project’s success. Right from project inception to delivering goals and objectives, the team relies upon timely and effective communication to develop product features, share ideas and resolve technical issues. With remote or distributed teams working in the project, communication between project managers and teams can often prove to be difficult owing to different time zones and cultural differences. With in-house teams, effective communication lays the foundation of a shared product vision and the harmonious working environment in which the team can make informed decisions by discussing, analyzing and working together.\r\n<ul>\r\n <li><strong><i>Communication</i></strong></li>\r\n <li style=\"list-style-type: none;\">The sixth principle in the Agile Manifesto states:<i> “The most efficient and effective method of conveying information to and within a development team is a face-to-face conversation.”</i>In Agile, it is crucial to have effective communications between developers and the client, end users, and the stakeholders. The team develops software as per the product vision explained by the client. In turn, the client verifies work delivered by the team at the end of each sprint. Team members need to communicate with each other to resolve development issues. At every stage communication is vital and when it stops, it could raise some issues.</li>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li style=\"list-style-type: none;\"><span style=\"color: #00bea4;\"><strong>Some of the causes could be:</strong></span></li>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li>Miscommunication of requirements</li>\r\n <li>Different time zones</li>\r\n <li>Failure to focus and listen properly</li>\r\n <li>Culture differences</li>\r\n <li>Attitude and ego related issues</li>\r\n <li>Gender bias</li>\r\n <li>Inadequate knowledge</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li><strong>Collaboration</strong></li>\r\n <li style=\"list-style-type: none;\">Collaboration amongst team members can be challenging since developers are used to their individual methods for creating code and working functionality, and may find it very hard to follow someone else’s coding methods. Agile processes favor continuous development. It is common for the team to use GitHub or Git to share, update and version the code before final changes are uploaded for deployment. It is recommended the team follows certain coding standards to make the code readable to others. To work effectively, the team needs to constantly collaborate and share ideas and suggestions to make things work.</li>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li style=\"list-style-type: none;\"><span style=\"color: #00bea4;\"><strong>Some of the common issues faced can be:</strong></span></li>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li>Priority conflicts</li>\r\n <li>Insufficient alignment amongst team members</li>\r\n <li>Limited automated software development processes - lack of Continuous Delivery</li>\r\n <li>Coordination challenges</li>\r\n <li>Unpredictable software delivery</li>\r\n <li>No visibility over status, progress, and results</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n ','Why Is Project Monitoring Very Crucial?','','publish','open','open','','why-is-project-monitoring-very-crucial','','','2018-09-13 12:33:13','2018-09-13 07:03:13','',0,'https://product.quickscrum.com/?p=4407',0,'post','',0),(4408,4,'2018-09-13 11:47:08','2018-09-13 06:17:08','<span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #3366ff;\">Product backlogs are very important in Scrum</span></a> </span>since the entire product is “manufactured” by developing the set of product features and functionalities contained therein. A product backlog is a prioritized list of product features and contains short descriptions of all the functionalities envisioned in the product. While starting with a project in Scrum, it is important to write down “everything needed” to develop the product in totality. The stakeholders provide a “wish” list of all features desired in the product. Subsequently, the product owner creates a product backlog based upon the wish list. When enough “items” are created in the backlog, the actual Scrum process commences with a sprint planning meeting in which a few product backlog items having high business values are selected in the sprint backlog for development purposes.</div>\r\n<div>\r\n\r\nThe product backlog can “change” over time as the project begins. New features in the form of user stories or product backlog items may be added to enhance the product’s value in the market. The stakeholders may desire additional functionality in already developed product features to remain “in tune” with end users requirements and market-specific demands. It is important to carry out routine “grooming” activity and keep the backlog updated at all times to ensure that the business value of the project is maintained at all times – even while the product is being developed.\r\n\r\nThe product backlog items or user stories primarily consist of:\r\n<ul>\r\n <li>Product features and functionality</li>\r\n <li>Bugs</li>\r\n <li>Epics – “Large” or “un-grained” feature items</li>\r\n <li>Technical reference/documentation</li>\r\n <li>Knowledge acquisition process/activity</li>\r\n</ul>\r\nUser stories may also consist of other technical “stuff” and aspects but generally, include the above.\r\n\r\n<img class=\"aligncenter wp-image-2340 size-full\" src=\"http://137.116.134.50/wp-content/uploads/2018/09/product-backlogs.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n<h1>Properties of a Scrum product backlog</h1>\r\nTo be useful and effective, a Scrum product backlog should exhibit certain characteristics.\r\n<p style=\"padding-left: 30px;\"><strong>1. Visible to everybody</strong></p>\r\n<p style=\"padding-left: 30px;\">The entire Agile team needs to refer the product backlog at some time or the other. The product owner and the development team may access the product backlog on a daily basis, while the stakeholders may desire to check the business value of backlog items on a periodic basis to ensure that the business value of user stories is maintained. The Scrum master may refer to it to ascertain the acceptance criteria during the daily sprints. The product backlog should be easily accessible to all. Moreover, Scrum advocates transparency in all of its processes. The backlog should be visible to everyone.</p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Be a “single source” and reflect the “truth”</strong></p>\r\n<p style=\"padding-left: 30px;\">It is important to <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"https://www.quickscrum.com/Home/ProductBacklog\" target=\"_blank\" rel=\"noopener\">maintain a “single” copy or version of the product backlog</a></span>. More than one “versions” of the backlog can lead to confusion – the team may erroneously start picking up user stories from outdated versions simply because it is unsure which version is most updated and should be followed. Moreover, the backlog should be properly refined from time to time through the grooming sessions. User stories in the backlog should be updated with respect to their business values so high priority stories can be selected in the sprint backlog during sprint planning sessions. The project should maintain its “business worth” at all times – even while the product is being developed.</p>\r\n<p style=\"padding-left: 30px;\"><strong>3. Be dynamic in nature</strong></p>\r\n<p style=\"padding-left: 30px;\">The product backlog functions as a “living” artifact in Scrum. It is constantly updated and groomed by the product owner and team members. When the market conditions change or stakeholders feel the business value of the product can be further enhanced through the addition of new features, the backlog is updated to include those changes. Old or undeveloped user stories, which have lost their business values, can be removed from the backlog. The backlog items keep on “changing” all the time, and the backlog rarely remains “static”. The backlog should be dynamic in nature.</p>\r\n \r\n\r\n','Product Backlogs','','inherit','closed','closed','','4405-revision-v1','','','2018-09-13 11:47:08','2018-09-13 06:17:08','',4405,'https://product.quickscrum.com/4405-revision-v1/',0,'revision','',0),(4409,13,'2018-09-13 11:47:45','0000-00-00 00:00:00','','Sprint Retrospective Meetings Do\'s And Don\'ts','','draft','open','open','','','','','2018-09-13 11:47:45','2018-09-13 06:17:45','',0,'https://product.quickscrum.com/?p=4409',0,'post','',0),(4411,4,'2018-09-13 11:48:32','2018-09-13 06:18:32','<div class=\"detail-box\">\r\n<div class=\"row\">\r\n<div class=\"col-lg-20 col-md-20 col-sm-20 col-xs-18 full-width\">\r\n<div></div>\r\n<div class=\"rating list-unstyled\"><span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #3366ff;\">Product backlogs are very important in Scrum</span></a> </span>since the entire product is “manufactured” by developing the set of product features and functionalities contained therein. A product backlog is a prioritized list of product features and contains short descriptions of all the functionalities envisioned in the product. While starting with a project in Scrum, it is important to write down “everything needed” to develop the product in totality. The stakeholders provide a “wish” list of all features desired in the product. Subsequently, the product owner creates a product backlog based upon the wish list. When enough “items” are created in the backlog, the actual Scrum process commences with a sprint planning meeting in which a few product backlog items having high business values are selected in the sprint backlog for development purposes.</div>\r\n<div>\r\n\r\nThe product backlog can “change” over time as the project begins. New features in the form of user stories or product backlog items may be added to enhance the product’s value in the market. The stakeholders may desire additional functionality in already developed product features to remain “in tune” with end users requirements and market-specific demands. It is important to carry out routine “grooming” activity and keep the backlog updated at all times to ensure that the business value of the project is maintained at all times – even while the product is being developed.\r\n\r\nThe product backlog items or user stories primarily consist of:\r\n<ul>\r\n <li>Product features and functionality</li>\r\n <li>Bugs</li>\r\n <li>Epics – “Large” or “un-grained” feature items</li>\r\n <li>Technical reference/documentation</li>\r\n <li>Knowledge acquisition process/activity</li>\r\n</ul>\r\nUser stories may also consist of other technical “stuff” and aspects but generally, include the above.\r\n\r\n<img class=\"aligncenter wp-image-2340 size-full\" src=\"http://137.116.134.50/wp-content/uploads/2018/09/product-backlogs.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n<h1>Properties of a Scrum product backlog</h1>\r\nTo be useful and effective, a Scrum product backlog should exhibit certain characteristics.\r\n<p style=\"padding-left: 30px;\"><strong>1. Visible to everybody</strong></p>\r\n<p style=\"padding-left: 30px;\">The entire Agile team needs to refer the product backlog at some time or the other. The product owner and the development team may access the product backlog on a daily basis, while the stakeholders may desire to check the business value of backlog items on a periodic basis to ensure that the business value of user stories is maintained. The Scrum master may refer to it to ascertain the acceptance criteria during the daily sprints. The product backlog should be easily accessible to all. Moreover, Scrum advocates transparency in all of its processes. The backlog should be visible to everyone.</p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Be a “single source” and reflect the “truth”</strong></p>\r\n<p style=\"padding-left: 30px;\">It is important to <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"https://www.quickscrum.com/Home/ProductBacklog\" target=\"_blank\" rel=\"noopener\">maintain a “single” copy or version of the product backlog</a></span>. More than one “versions” of the backlog can lead to confusion – the team may erroneously start picking up user stories from outdated versions simply because it is unsure which version is most updated and should be followed. Moreover, the backlog should be properly refined from time to time through the grooming sessions. User stories in the backlog should be updated with respect to their business values so high priority stories can be selected in the sprint backlog during sprint planning sessions. The project should maintain its “business worth” at all times – even while the product is being developed.</p>\r\n<p style=\"padding-left: 30px;\"><strong>3. Be dynamic in nature</strong></p>\r\n<p style=\"padding-left: 30px;\">The product backlog functions as a “living” artifact in Scrum. It is constantly updated and groomed by the product owner and team members. When the market conditions change or stakeholders feel the business value of the product can be further enhanced through the addition of new features, the backlog is updated to include those changes. Old or undeveloped user stories, which have lost their business values, can be removed from the backlog. The backlog items keep on “changing” all the time, and the backlog rarely remains “static”. The backlog should be dynamic in nature.</p>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Product Backlogs','','inherit','closed','closed','','4405-revision-v1','','','2018-09-13 11:48:32','2018-09-13 06:18:32','',4405,'https://product.quickscrum.com/4405-revision-v1/',0,'revision','',0),(4413,13,'2018-09-13 11:58:16','2018-09-13 06:28:16','<h1>Why does Scrum have a sprint retrospective meeting?</h1>\r\nScrum focus upon self-learning and self-organization. Scrum teams can learn from their prior mistakes, and make efforts to identify them and correct them. Scrum framework is uniquely designed so that the teams can avail proper and reliable inputs from the process flow, identify potential pitfalls, and avoid them well before they can affect the product development process. One of the main practices in Scrum is to support the “inspect” and “adapt” principles that are so very important while implementing the framework in a project. These principles help in the self-learning and self-managing processes. Scrum supports a special meeting to support these principles – the sprint retrospective meeting.\r\n\r\nSprint retrospectives are important for the Scrum process. Organisations and teams put in efforts to ensure that the retrospective remains productive and fruitful - in many ways, the retrospective event often decides the effectiveness of Scrum. Scrum experts have many suggestions as to what should, and what should not be done in a retrospective to make it effective. Here are a few common pointers which can be applied to any retrospective meeting.\r\n\r\n<img class=\"aligncenter size-full wp-image-2306\" src=\"http://137.116.134.50/wp-content/uploads/2018/09/SprintRetrospectiveMeetingsDosAndDonts.png\" alt=\"\" width=\"830\" height=\"628\" />\r\n<h1>Do’s – What should be done</h1>\r\n<p style=\"padding-left: 30px;\"><strong>1. Safely express ideas and issues</strong></p>\r\n<p style=\"padding-left: 30px;\">Keeping an open and frank atmosphere during the retrospective can go a long way in increasing team participation. Team members should feel confident and safe while expressing their views and opinions. A common issue faced by many teams new to Scrum is that team members often do not feel comfortable while expressing their ideas and stop contributing to the feedback process. The reasons could be many: A product owner or scrum master delegating authority in an improper manner, new team members not knowing much about how and why retrospectives are held in Scrum, or an unwillingness on the part of the team to participate in seemingly “unproductive” meetings. Whatever they may be, the scrum master should identify the reasons that are hampering team participation, and try to correct them.</p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Eagerness and involvement of the team</strong></p>\r\n<p style=\"padding-left: 30px;\">One of the biggest factors influencing a positive outcome of Scrum retrospectives is increased involvement of the team members in the process and their willingness to contribute new ideas. It is not just important to remove any impediments faced by the team, but also encourage the team to participate in the retrospective by motivating the team members so that they feel more involved in the Scrum process. The team should have a sense of ownership and feel responsible for what it contributes to the project. This can be ideally achieved by playing a servant-leader role. The senior team members should foster friendly yet formal communications with the subordinates so they feel more comfortable in what they do and feel.</p>\r\n<p style=\"padding-left: 30px;\"><strong>3. Focus upon introverts and shy individuals</strong></p>\r\n<p style=\"padding-left: 30px;\">Sometimes, even when the Scrum master or senior team members do their best to foster the healthy environment so the team can contribute effectively, some individuals in the team may simply fail to contribute. It may not be because they resent the process or don’t believe in it, but rather because they may be of an introvert nature and feel shy to stand in front of a crowd and voice their opinions. It may not be correct to force such a person to open up as it may make the person recede further into his/her shell. Ideally, such individuals need to be gently prompted with simple, straightforward questions that can invite answers from them. The senior members should understand the fact that individuals may have different types of nature, and some individuals may have to be “worked” upon before they can feel comfortable expressing their views and ideas.</p>\r\n<p style=\"padding-left: 30px;\"><strong>4. Asking different questions</strong></p>\r\n<p style=\"padding-left: 30px;\">The three most important questions asked during a sprint retrospective are:</p>\r\n\r\n<ol class=\"custom-padding-left-60\">\r\n <li>What went well?</li>\r\n <li>What did not go well?</li>\r\n <li>What should be improved upon?</li>\r\n</ol>\r\n<p style=\"padding-left: 30px;\">If the team has high negative energy levels and is not conductive, it can make a difference if the three questions are asked in a slightly different manner. Instead, asking questions like:</p>\r\n\r\n<ol class=\"custom-padding-left-60\">\r\n <li>What to keep on doing?</li>\r\n <li>What to stop doing?</li>\r\n <li>What new should be introduced?</li>\r\n</ol>\r\n<p style=\"padding-left: 30px;\">This method works well with teams that are sensitive to self-criticism.</p>\r\n<p style=\"padding-left: 30px;\"><strong>5. Make it a fun event</strong></p>\r\n<p style=\"padding-left: 30px;\">Scrum teams can be made to enjoy the retrospectives. Does the team like pizza? Then order a few rounds occasionally and hold the meeting while team members enjoy their pizzas. It’s one of the best ways to increase team morale and make people open up.</p>\r\n<p style=\"padding-left: 30px;\"><strong>6. Timeboxing</strong></p>\r\n<p style=\"padding-left: 30px;\">Each event in Scrum is time boxed and the sprint retrospective is not an exception. The event should not drag on and on so it can become boring. On the other hand, if the objectives of the meeting are fulfilled before the time is up, don’t hesitate to end the meeting sooner even if the official time limit is still “not reached”.</p>\r\n<p style=\"padding-left: 30px;\"><strong>7. Proper call-to-actions and follow-ups</strong></p>\r\n<p style=\"padding-left: 30px;\">Each retrospective requires inputs from the sprint just completed and the sprint review event. During the retrospective event, the team tries to find out where it went wrong, and how errors can be corrected. Moreover, each retrospective ends with some course of action to be taken by the team to support the inspect and adapt principles. Retrospectives are a continuous process as long as the project lasts, and so proper call-to-actions ought to be worked out so each team member can self-correct and self-manage. The follow-up process should be effectively initiated and carried out to benefit from the meeting.</p>\r\n\r\n<h1>Don’ts – What should be avoided?</h1>\r\n<p style=\"padding-left: 30px;\"><strong>1. Playing the “blame” game</strong></p>\r\n<p style=\"padding-left: 30px;\">Scrum is a joint effort in encouraging collaboration. Scrum teams self-manage and self-organize. A retrospective is a fact-finding event and there could be instances where individual team members may become the center of focus if they have made a mistake, and the mistake has been identified and openly discussed. The general tendency is to hold the individual responsible. However, this is not the intent of the Scrum process. Rather than pointing fingers at people, the entire team should introspect and try to find the reason why the mistake occurred in the first place. Avoid playing the “blame” game and stop targeting individuals.</p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Suppressing personal feelings</strong></p>\r\n<p style=\"padding-left: 30px;\">Scrum advocates frankness and open-minded discussions. Many times, an individual may feel suppressed or might feel dissatisfied with something or the other concerning the process. Rather than bottling up your emotions, they should be rationally expressed and conveyed to the team. There are two main benefits of disclosing your feelings – you get the “thing” out of your system so you feel relieved, and the team can deal with your issue and find a possible solution. This can only be possible when you voice your issue. So avoid suppressing your feeling. If you’re not comfortable with something, or something bothers you, be open and discuss it out.</p>\r\n<p style=\"padding-left: 30px;\"><strong>3. Making retrospective a general meeting</strong></p>\r\n<p style=\"padding-left: 30px;\">Sprint retrospective is an important Scrum event. It should not be taken lightly. Sometimes stakeholders and the technical team may desire to attend the retrospective. Stakeholders have a right to attend the meeting, however, they should refrain from disrupting the meeting flow. If the team feels uncomfortable discussing certain issues in presence of the stakeholders or visitors, it has a right to restrict certain individuals from attending the meeting. Scrum supports transparency, but it does not do so if the process flow is affected in any way or manner and the Scrum process is made ineffectual.</p>','Sprint Retrospective Meetings Do\'s And Don\'ts','','publish','open','open','','sprint-retrospective-meetings-dos-and-donts','','','2018-09-13 11:58:16','2018-09-13 06:28:16','',0,'https://product.quickscrum.com/?p=4413',0,'post','',0),(4415,4,'2018-09-13 11:49:33','2018-09-13 06:19:33','<div class=\"detail-box\">\r\n<div class=\"row\">\r\n<div class=\"col-lg-20 col-md-20 col-sm-20 col-xs-18 full-width\">\r\n<div></div>\r\n<div class=\"rating list-unstyled\"><span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #3366ff;\">Product backlogs are very important in Scrum</span></a> </span>since the entire product is “manufactured” by developing the set of product features and functionalities contained therein. A product backlog is a prioritized list of product features and contains short descriptions of all the functionalities envisioned in the product. While starting with a project in Scrum, it is important to write down “everything needed” to develop the product in totality. The stakeholders provide a “wish” list of all features desired in the product. Subsequently, the product owner creates a product backlog based upon the wish list. When enough “items” are created in the backlog, the actual Scrum process commences with a sprint planning meeting in which a few product backlog items having high business values are selected in the sprint backlog for development purposes.</div>\r\n<div>\r\n\r\nThe product backlog can “change” over time as the project begins. New features in the form of user stories or product backlog items may be added to enhance the product’s value in the market. The stakeholders may desire additional functionality in already developed product features to remain “in tune” with end users requirements and market-specific demands. It is important to carry out routine “grooming” activity and keep the backlog updated at all times to ensure that the business value of the project is maintained at all times – even while the product is being developed.\r\n\r\nThe product backlog items or user stories primarily consist of:\r\n<ul>\r\n <li>Product features and functionality</li>\r\n <li>Bugs</li>\r\n <li>Epics – “Large” or “un-grained” feature items</li>\r\n <li>Technical reference/documentation</li>\r\n <li>Knowledge acquisition process/activity</li>\r\n</ul>\r\nUser stories may also consist of other technical “stuff” and aspects but generally, include the above.\r\n\r\n<img class=\"aligncenter wp-image-2340 size-full\" src=\"http://137.116.134.50/wp-content/uploads/2018/09/product-backlogs.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n<h1>Properties of a Scrum product backlog</h1>\r\nTo be useful and effective, a Scrum product backlog should exhibit certain characteristics.\r\n<p style=\"padding-left: 30px;\"><strong>1. Visible to everybody</strong></p>\r\n<p style=\"padding-left: 30px;\">The entire Agile team needs to refer the product backlog at some time or the other. The product owner and the development team may access the product backlog on a daily basis, while the stakeholders may desire to check the business value of backlog items on a periodic basis to ensure that the business value of user stories is maintained. The Scrum master may refer to it to ascertain the acceptance criteria during the daily sprints. The product backlog should be easily accessible to all. Moreover, Scrum advocates transparency in all of its processes. The backlog should be visible to everyone.</p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Be a “single source” and reflect the “truth”</strong></p>\r\n<p style=\"padding-left: 30px;\">It is important to <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"https://www.quickscrum.com/Home/ProductBacklog\" target=\"_blank\" rel=\"noopener\">maintain a “single” copy or version of the product backlog</a></span>. More than one “versions” of the backlog can lead to confusion – the team may erroneously start picking up user stories from outdated versions simply because it is unsure which version is most updated and should be followed. Moreover, the backlog should be properly refined from time to time through the grooming sessions. User stories in the backlog should be updated with respect to their business values so high priority stories can be selected in the sprint backlog during sprint planning sessions. The project should maintain its “business worth” at all times – even while the product is being developed.</p>\r\n<p style=\"padding-left: 30px;\"><strong>3. Be dynamic in nature</strong></p>\r\n<p style=\"padding-left: 30px;\">The product backlog functions as a “living” artifact in Scrum. It is constantly updated and groomed by the product owner and team members. When the market conditions change or stakeholders feel the business value of the product can be further enhanced through the addition of new features, the backlog is updated to include those changes. Old or undeveloped user stories, which have lost their business values, can be removed from the backlog. The backlog items keep on “changing” all the time, and the backlog rarely remains “static”. The backlog should be dynamic in nature.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Product Backlogs','','inherit','closed','closed','','4405-revision-v1','','','2018-09-13 11:49:33','2018-09-13 06:19:33','',4405,'https://product.quickscrum.com/4405-revision-v1/',0,'revision','',0),(4416,12,'2018-09-13 11:50:14','2018-09-13 06:20:14','<pre><strong><em>Audience:</em></strong>\r\n<em>The intended audience for this article includes people who\'re associated with project management and want to know about the monitoring process in Agile projects. The objective is to explain the \r\nimportance of monitoring projects and monitoring parameters in Agile. The article is ideally \r\nrecommended for start-up companies, project managers, CXOs and decision makers of\r\nsoftware development companies new to Agile and planning to implement Agile in their work flow.</em></pre>\r\nMany times, complex or long-term projects exceed their budget, or deadlines, or even both, or fail due to some reason or the other. For investors and clients, the ROI is the main point of concern. If break-even points are not achieved early in the project it often leads to financially stressed conditions which tend to force management to undertake drastic steps to curb additional expenditure, or simply stop the project if additional funds are not available to sustain it. One of the commonest factors which lead to non-productive projects is the inability of the team to deliver project value at regular intervals of time. Rather than indulging in post-project failure discussions to retrospect the causes of a failed project, effective monitoring of projects can help teams and management to streamline ongoing projects and make them successful.\r\n\r\n<img class=\"size-full wp-image-2073 aligncenter\" src=\"http://137.116.134.50/wp-content/uploads/2018/08/failure-of-projects-1.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n<h1>Why should projects be monitored?</h1>\r\nTo monitor a project is to, routinely gather information pertaining to all aspects of the project, observe and record all activities occurring in it. Monitoring involves a systematic and purposeful observation of all ongoing processes in the project. It also includes giving meaningful feedback to the investors and project owners regarding the project status and how the milestones are likely to be achieved over time so informed decisions can be made by them.\r\n\r\nMonitoring does not involve just staring at a computer monitor spewing out data from analytics tools and generating reports for the management and team members. The project manager or the process-in-charge needs to understand the metrics and forecast where the project is heading in accordance with the efforts put in by the team and how well the team is performing at the moment. Moreover, other constraints such as budget availability, short staffing, project deadlines and other issues popping up in day-to-day activities also need to be considered as to how they’re likely to affect the success and sustenance of the ongoing project.\r\n\r\nMonitoring provides information as to what the status of a particular program, project or policy is at any moment, or is going to be over time, and how well the functioning of various processes in the project, including the resources allotted for it, relates to targets and deliverables. Its focus should also be on optimum utilization of the resources made available for the project. The objective is to track the gap between what was originally planned and what is actually happening now.\r\n\r\nTherefore, the primary reason why projects should be monitored is to:\r\n<ul>\r\n <li>Get sound visibility into project execution.</li>\r\n <li>Determine what actions need to be taken to ascertain those project objectives and goals are successfully met.</li>\r\n <li>How project goals relate to team efforts, delivery schedules and quality of deliverables.</li>\r\n <li>Allow the team to educate and learn for itself from its past experiences and improve its productivity levels.</li>\r\n <li>Make the team accountable for the work it carries out by evaluating the performance metrics.</li>\r\n <li>Justify the capital invested by the stakeholders and investors.</li>\r\n</ul>\r\n<h1>What to monitor?</h1>\r\nThe nature of the project, its goals and objectives, and its deliverables primarily indicate what parameters should be ideally monitored and in what manner. It can be difficult to generalize the “what” aspect since it may differ from project to project. Generally, the key performance indicators (KPIs) used for monitoring the progress levels in a project are set up collectively by the client and project manager based upon their project related needs and deliverables. Some of the important aspects to monitor for a project can be:\r\n\r\n<img class=\"size-full wp-image-2072 aligncenter\" src=\"http://137.116.134.50/wp-content/uploads/2018/08/failure-of-projects-2.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n\r\n<strong>Objectives and needs of the client</strong>\r\nIs the client’s project vision fulfilled and are the project’s milestones successfully met?\r\n\r\n<strong>The efficiency level of the team</strong>\r\nIs the team working as per the development plan and are enough efforts put in to meet the deadlines?\r\n\r\n<strong>Collaboration and communication levels</strong>\r\nIs the team working together in a harmonious manner and pursuing the goals collectively with a single focus?\r\n\r\n<strong>Business value and work monetization</strong>\r\nIs the work delivered by the team monetizable?\r\n\r\n<strong>Risk mitigation</strong>\r\nWhat are the risks involved in the project? Can they be identified in time? Can they be resolved?\r\n<h1>Levels of monitoring</h1>\r\nA project should be ideally monitored at three main levels to get a clear insight regarding its current status so corrective measures can be taken well in time.\r\n<p style=\"padding-left: 30px;\"><strong>1. Activity level monitoring</strong></p>\r\n<p style=\"padding-left: 30px;\">It is done to ensure that each activity defined in the project schedule is carried out in a proper manner and within the time box allotted for it. It can be done by holding daily meetings with the team, or alternately the project manager can check the status of all tasks scheduled to be carried out for the day. Typically, the daily tasks to be carried out by team members are listed on paper and their completion status is checked at the end of the day to identify any pending work remaining on that particular day. This level of monitoring is basic to all project management processes since it makes the team accountable for the work assigned to it. It is to ascertain that the project proceeds as per plan and delivery deadlines can be met successfully.</p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Project status reporting</strong></p>\r\n<p style=\"padding-left: 30px;\">Usually generated once a week, project status reports often contain a summary of all tasks completed successfully by the team in the week gone by against the actual activities planned for that week. The idea is to identify how much of work is completed in the project, how much of it is still pending, and whether the deliverables can be produced by the team considering its current rate of delivering work. It also helps to identify the causes of delays logged by the team and pinpoint any pitfalls hampering team productivity.</p>\r\n<p style=\"padding-left: 30px;\"><strong>3. Milestone analysis</strong></p>\r\n<p style=\"padding-left: 30px;\">An analysis is done every few weeks to make sure whether milestones supporting the project vision are, or can be, achieved within the time duration allotted for its completion, and to find out how much of efforts are actually put in by the entire team over time to achieve the proposed milestones. When plotted on a graph, it helps to identify any deviations occurring in the proposed “line” of project completion versus time. If the deviation is severe or more and objectives are not met with time, project managers need to identify and understand the root causes and undertake corrective measures in time to correct the deviation so milestone deadlines can be met successfully.</p>\r\n\r\n<h1>Monitoring Agile projects</h1>\r\nThe success of an Agile project is not dependent only upon whether the process is properly implemented in the project or not. Three factors count – monitoring the progress, monitoring how Agile principles are followed by the team, monitoring how the business value is acquired.\r\n<p style=\"padding-left: 30px;\"><strong>1. Monitoring the project progress</strong>\r\nThere are three main metrics for monitoring the project’s progress.</p>\r\n<img class=\"size-full wp-image-2071 aligncenter\" src=\"http://137.116.134.50/wp-content/uploads/2018/08/failure-of-projects-3.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n<p style=\"padding-left: 60px;\"><strong><span style=\"font-size: 24px;\">• </span> Sprint Burndown</strong></p>\r\n<p style=\"padding-left: 60px;\">An Agile team organizes its work in time-boxed durations called “sprints” which range from two weeks to a maximum of one month. The entire software is developed by the development team in these sprints. The sprint burndown metric tracks how the team has completed work throughout the sprint.</p>\r\n<p style=\"padding-left: 60px;\"><strong><span style=\"font-size: 24px;\">• </span> Release Burndown</strong></p>\r\n<p style=\"padding-left: 60px;\">While the sprint burndown metric focuses upon work completion at the iteration sprint level, the release burndown metric takes into consideration the status of various sprints covering the entire project. In Agile the product is released in stages – in the form of individual releases - by developing a set of features for each release. Business value in the project is acquired by releasing the product features in the market in the form of planned releases or versions ranging over a specific duration of time. The release burndown metric is useful for determining how much work is still left in the project and when the business value in the project can be realized over time. It is also useful for identifying any “scope creep” i.e. if more requirements are added to the original project and the scope of the project has increased significantly. To avoid scope creep from affecting the value of deliverables, the product owner always suggests important stories having high business values to the team for development purposes in the sprint.</p>\r\n<p style=\"padding-left: 60px;\"><strong><span style=\"font-size: 24px;\">• </span> Velocity</strong></p>\r\n<p style=\"padding-left: 60px;\">It is the amount of work, in the form of user stories that the team completes during a particular sprint. It is an important metric for forecasting how much work the team can handle in a sprint and the product owner uses it to decide how many stories should be selected for the sprint. It is a metric tracking the total work completed in the sprint versus sprint days. As the team executes sprints over time and takes up more work in the sprints, the metric improves and becomes more consistent over time.</p>\r\n<strong>2. Monitoring Agile implementation</strong>\r\nIn Scrum, an Agile based process, a special role is dedicated for overseeing the implementation of Agile principles in the project. The Scrum Master functions as a facilitator and ensures that the team follows the process in a proper manner. He/she ensures that the team does not face any impediments while working and also overlooks the various events or ceremonies involved in the process.\r\n\r\n<strong>3. Monitoring the business value</strong>\r\nA major difference between tradition project management methods and Agile is that the former focuses on delivering software fulfilling just client-based requirements while Agile believes in maximizing the ROI through continuous delivery of shippable software and reducing waste. Re-planning of the deliverables can be easily done using Agile. Therefore, Agile measures outcomes over outputs and measures the Earned Business Value \"EBV\" metric. The metric also takes into consideration how efficient and effective the team is performing while it delivers the business value in the project.\r\n\r\nThe business value can be calculated as:\r\n\r\nEBV = Earned Business Value = The total of all Business Value Indices for completed stories =?BVI(story) for all the stories completed in the first n sprints.\r\n<h1>Types of issues faced during Agile implementation and how to resolve them</h1>\r\nBased upon the open-mindedness of the team, its cultural and education levels, the degree of professionalism and the willingness to accept change management, development teams may find it moderately or very hard to accept Agile. Some common issues are mentioned herein.\r\n\r\n<strong>Agile implementation issues</strong>\r\n\r\nThere can be many types of issues related to Agile implementation. However, a couple of common ones are discussed here.\r\n\r\n<strong>1. Resisting change</strong>\r\n\r\nThis can be a very common issue in Agile implementation. Teams following traditional development methods are very much used in the staged processes and feel comfortable delivering work that is tested for bugs and regression in the next process stage. Developers focus only on coding aspects and don’t have to bother about optimizing the code or verifying their work whether it aligns with the project requirements or not. It can prove to be very difficult for them to adjust to the product incremental method typical to Agile processes in which the development team is not only accountable for its work but is also required to focus upon testing the code and ascertaining that the work delivered by it fulfills the product vision and end-user requirements.\r\n\r\nMoreover, each team member is required to own the project and hold himself or herself accountable for his or her work. In addition, another aspect is that the team has to estimate how much work it is capable of accomplishing in a sprint and justify the reasons why it can only take up limited or less work for development at a time. Unlike in staged processes, Agile teams have to commit how much time it will take to deliver work and live up to that commitment.\r\n\r\nThe third aspect is that Agile promotes a working atmosphere in which each member in the team has to think like an entrepreneur and find innovative ways to work smartly and make active efforts to accomplish work in a shorter span of time. This can go hard with the mindset of teams used to traditional methods in which they are not required to think in any other manner except as developers or designers.\r\n\r\nDevelopment teams are generally reticent about change management and try to actively or passively oppose change when it is required to be introduced to improve the quality and quantity of deliverables. With Agile, the resentment is even more since the team members have to undergo a drastic mindset change and learn about the new process.\r\n\r\n<strong>Solution:</strong>\r\n\r\nThe management should try to introduce Agile after explaining the benefits of the new process and what the organization and the team stand to gain from Agile experience in the long run. It is important to convey the message that change is inevitable and Agile is to be implemented irrespective of whether any team member decides to resign or discontinue the process. Moreover, the management should also try to motivate the team and create an open environment supporting transparency and freedom where the team can frankly discuss its apprehensions and find a way to proceed with the change.\r\n<h2>2. Understanding the process</h2>\r\nAgile introduces fundamental changes in the way most people following traditional methods work. Teams have to open up their mindsets and think creatively, in an optimistic manner, and welcome the change. Moreover, Agile processes like Scrum have ceremonies and artifacts which can be totally new concepts for most teams. Developers have to understand the product incremental model and its cycle, what continuous development and continuous integration is developed, and a host of new concepts to reckon with.\r\n<p style=\"padding-left: 30px;\"><i><span style=\"font-size: 24px;\"><strong>•</strong> </span> <strong>Estimating work</strong></i></p>\r\n<p style=\"padding-left: 30px;\">Developers are not very good at estimating work completion and deadlines. Generally, they hate a situation where they\'re forced to commit a date or time and rigidly stick to it. This is exactly what Agile demands. You not only have to estimate work but make all efforts to deliver it in time with the required quality.</p>\r\n<p style=\"padding-left: 30px;\"><strong><i><span style=\"font-size: 24px;\">• </span> Roles in Scrum</i></strong></p>\r\n<p style=\"padding-left: 30px;\">In contrast to traditional or classical methods, Scrum - an Agile process - doesn’t have and doesn’t need any manager, task manager or a team leader. The three roles are:</p>\r\n<p style=\"padding-left: 60px;\">1. Product Owner</p>\r\n<p style=\"padding-left: 60px;\">2. Scrum Master</p>\r\n<p style=\"padding-left: 60px;\">3. Development team</p>\r\n<p style=\"padding-left: 30px;\">These three roles are coequal. Each role has certain responsibilities. Also, each of these three roles has to fulfill their responsibilities by closely interacting and working together to finish a project successfully. Team members may find it difficult to understand and follow these roles.</p>\r\n<p style=\"padding-left: 30px;\"><strong><i><span style=\"font-size: 24px;\">• </span> Meetings and ceremonies</i></strong></p>\r\n<p style=\"padding-left: 30px;\">Scrum process includes several types of meetings or “ceremonies”. Agile teams are cross-functional in nature. They take part in the ceremonies and make important decisions. Non - cross-functional teams may find it hard to understand and accept what these ceremonies stand for and might resent taking part in them.</p>\r\n<strong>Solution:</strong>\r\n\r\nSome managements prefer to introduce Agile slowly in their organizations or employ a hybrid approach in which certain activities are made Agile while others are carried out as before. Experts suggest neither of these methods works in real life scenarios since the teams might just keep on resisting Agile until the management arrives at a conclusion Agile is not worthwhile and the changes should not be implemented. It\'s best to transition totally to Agile even if the team find it difficult to do so.\r\n<h2>3. Development related issues</h2>\r\nDevelopment related issues are highly common with teams starting with Agile practices since they are not much familiar with the product incremental structure of the development process. Agile teams are cross-functional and often developers also perform test cases to check code quality and reliability. At times, teams employ specialized testers and QA professionals to carry out quality tests. Whatever the case, if Agile principles are not followed in a proper manner it directly affects productivity and performance levels.\r\n<p style=\"padding-left: 30px;\"><strong><i><span style=\"font-size: 24px;\">• </span> Losing sight of the project goal and deliverables</i></strong></p>\r\n<p style=\"padding-left: 30px;\">In Agile, the business value in the project is availed through staged and planned releases. Therefore, the development team needs to focus more upon delivery of value through it work rather than just coding feature requirements. In practice, teams often experience time constraints while meeting sprint deadlines. So over time, they may lose their focus of delivering valuable work and start concentrating fully upon work completion. Teams stop thinking about what the product vision is and what goals the project needs to achieve to sustain itself. This leads to unfocused work efforts and disorientation – the team keeps on developing features and doing its work because it is supposed to, and not because the project goals and objectives should be achieved. Developers and designers stop being creative in their work. They stop innovating new and better ways of developing features and working functionality. As a result, the velocity metric indicating the total work completed by the team in the sprint stops improving, thus conveying the fact that the team has stopped learning from its past experience and not speeding up work. This is contrary to Agile principles.</p>\r\n<p style=\"padding-left: 30px;\">Moreover, each team member is required to own the project and hold himself or herself accountable for his or her work. In addition, another aspect is that the team has to estimate how much work it is capable of accomplishing in a sprint and justify the reasons why it can only take up limited or less work for development at a time. Unlike in staged processes, Agile teams have to commit how much time it will take to deliver work and live up to that commitment.</p>\r\n<p style=\"padding-left: 30px;\"><strong>Solution:</strong></p>\r\n<p style=\"padding-left: 30px;\">The Scrum Master and project leads should constantly try to motivate the team members and hold healthy discussions so ideas can be exchanged regarding how the development process can be streamlined, made more easy and less time to consume using online tools and development aids if possible. Retrospection activities should be encouraged. Teams should be made more accountable by holding short meetings at regular intervals of time (all though this is not recommended by Agile – the principles state the team should take work ownership but in practice, the team members actually don’t which is the main problem) to obtain feedback regarding the work status. The management should also step in and try to create a healthy and conducive working environment to reduce the stress levels.</p>\r\n<p style=\"padding-left: 30px;\"><strong><i><span style=\"font-size: 24px;\">• </span> Not delivering feature functionality as explained and anticipated</i></strong></p>\r\n<p style=\"padding-left: 30px;\">The client expects a particular feature to work in a particular manner whenever he/she requests its development. Each task or feature requirement in Agile – known as a user story – can be explained in terms of what criteria needs to be fulfilled for it to be considered as properly developed and shippable. It helps to make the feature valuable and monetizable after its development. The team starts ignoring this criterion due to some of the other reason or loses its sight while building it. As a result, a feature is developed that is not in tune with what the client expects or needs.</p>\r\n<p style=\"padding-left: 30px;\"><strong>Solution:</strong></p>\r\n<p style=\"padding-left: 30px;\">More stress should be given for the team to focus upon the acceptance criteria and the definition of done (DoD) which determines the value of the feature and its importance. Developers should be reminded again and again to create work in tune with these criterions and ensure they test the feature after they develop it.</p>\r\n<p style=\"padding-left: 30px;\"><strong><i><span style=\"font-size: 24px;\">• </span> Lack of participation in retrospection activities</i></strong></p>\r\n<p style=\"padding-left: 30px;\">Agile stresses very heavily upon the “inspect” and “adapt” principles which form the core of all Agile processes. The team has to learn constantly from its past mistakes and ensure they\'ve not repeated again in the future. Also, new and better ways of doing work should be discovered to increase productivity levels and deliver more valuable work. All this is made possible through the retrospection activities in Agile. In Scrum, a special ceremony known as the sprint retrospective meeting is held at the end of each sprint to support this principle. The team stops participating in these activities as a result of which further improvement in work in not availed and the velocity index stops improving. Further growth stops in the project.</p>\r\n<p style=\"padding-left: 30px;\"><strong>Solution:</strong></p>\r\n<p style=\"padding-left: 30px;\">Retrospection activities should be made mandatory and team members encouraged to participate in them. If required, team members can be told to discuss new ways of improvement and prepare a list or a plan stating what new activities they propose to do with proper call-to-actions.</p>\r\n<p style=\"padding-left: 30px;\"><i><strong><span style=\"font-size: 24px;\">• </span> </strong></i><strong><i>Ineffective testing procedures</i></strong></p>\r\n<p style=\"padding-left: 30px;\">Testing procedures - especially unit tests - form an integral part of the development process and should be carried out preferably in the sprint itself when the particular feature is being developed. Testing ensures that the definition-of-done is properly fulfilled by the team, there are no bugs in the feature and that the feature is valuable to end users. Many times teams don’t carry out these tests since they may be time-to consume, or the team lacks the necessary resources or skill sets to perform them. The work delivered in such cases may contain bugs and lead to regression. The project owners may incur technical debt in the future.</p>\r\n<p style=\"padding-left: 30px;\"><strong>Solution:</strong></p>\r\n<p style=\"padding-left: 30px;\">Testing activities should be made mandatory and teams should start considering testing procedures as an integral part of the development process. They should be accounted for while the team estimates work during sprint planning sessions held just before a newsprint is planned.</p>\r\n<p style=\"padding-left: 30px;\"><strong><i><span style=\"font-size: 24px;\">• </span> Miscommunication between developers and testers</i></strong></p>\r\n<p style=\"padding-left: 30px;\">Effective communications are required for doing quality work. When team members discuss things and exchange ideas, thoughts become clear, and the entire team comes to know about the nature of deliverables and how they should be built. In Agile, testing should be a part of the development process and testers should work closely with developers to resolve test related issues and problems. When testers stop communicating with developers for test issues, or developers stop responding to testing queries, it leads to a situation where partially or improperly tested features are released in the market which can reduce the project value in the long run.</p>\r\n<p style=\"padding-left: 30px;\"><strong>Solution:</strong></p>\r\n<p style=\"padding-left: 30px;\">The product owner or the project lead should motivate team members to collaborate and exchange ideas. At the same time, developers and testers should be made more accountable regarding the quality of deliverables – especially fulfillment of the DoD - to ensure only fully tested and valuable features are developed at all times.</p>\r\n<p style=\"padding-left: 30px;\"><strong><i><span style=\"font-size: 24px;\">• </span> Development work held up because of code and functionality dependencies</i></strong></p>\r\n<p style=\"padding-left: 30px;\">Big or complex project development can have a lot of dependencies as far as code functionalities go. Often a piece of code created by one developer functions as a source of input for the task to be developed by another developer. In such cases, the second developer has to wait for the first developer to complete his or her work and create the particular functionality before the later one can start with his or her work. During the second half of the sprint planning session when the team members are selecting and taking up their development tasks, they should also discuss code dependency issues and organize their work accordingly. When team members don’t analyze their tasks and don’t discuss the dependencies, it leads to a situation where one developer is loaded with urgent work while the other one has to wait for the first one to complete. Time is wasted and productivity at the team level is greatly reduced. It decreases team velocity.</p>\r\n<p style=\"padding-left: 30px;\"><strong>Solution:</strong></p>\r\n<p style=\"padding-left: 30px;\">The developers and team members should work more closely and analyze dependencies before they take up their tasks. If dependencies still exist, each developer should plan his or her work with regards to the work to be carried out by the developer who’s going to be affected by the particular dependency.</p>\r\n\r\n<h2>4. Communication and collaboration related issues</h2>\r\nCommunication levels play a vital role in a project’s success. Right from project inception to delivering goals and objectives, the team relies upon timely and effective communication to develop product features, share ideas and resolve technical issues. With remote or distributed teams working in the project, communication between project managers and teams can often prove to be difficult owing to different time zones and cultural differences. With in-house teams, effective communication lays the foundation of a shared product vision and the harmonious working environment in which the team can make informed decisions by discussing, analyzing and working together.\r\n<ul>\r\n <li><strong><i>Communication</i></strong></li>\r\n <li style=\"list-style-type: none;\">The sixth principle in the Agile Manifesto states:<i> “The most efficient and effective method of conveying information to and within a development team is a face-to-face conversation.”</i>In Agile, it is crucial to have effective communications between developers and the client, end users, and the stakeholders. The team develops software as per the product vision explained by the client. In turn, the client verifies work delivered by the team at the end of each sprint. Team members need to communicate with each other to resolve development issues. At every stage communication is vital and when it stops, it could raise some issues.</li>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li style=\"list-style-type: none;\"><span style=\"color: #00bea4;\"><strong>Some of the causes could be:</strong></span></li>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li>Miscommunication of requirements</li>\r\n <li>Different time zones</li>\r\n <li>Failure to focus and listen properly</li>\r\n <li>Culture differences</li>\r\n <li>Attitude and ego related issues</li>\r\n <li>Gender bias</li>\r\n <li>Inadequate knowledge</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li><strong>Collaboration</strong></li>\r\n <li style=\"list-style-type: none;\">Collaboration amongst team members can be challenging since developers are used to their individual methods for creating code and working functionality, and may find it very hard to follow someone else’s coding methods. Agile processes favor continuous development. It is common for the team to use GitHub or Git to share, update and version the code before final changes are uploaded for deployment. It is recommended the team follows certain coding standards to make the code readable to others. To work effectively, the team needs to constantly collaborate and share ideas and suggestions to make things work.</li>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li style=\"list-style-type: none;\"><span style=\"color: #00bea4;\"><strong>Some of the common issues faced can be:</strong></span></li>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li>Priority conflicts</li>\r\n <li>Insufficient alignment amongst team members</li>\r\n <li>Limited automated software development processes - lack of Continuous Delivery</li>\r\n <li>Coordination challenges</li>\r\n <li>Unpredictable software delivery</li>\r\n <li>No visibility over status, progress, and results</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span>','Why Is Project Monitoring Very Crucial?','','inherit','closed','closed','','4407-revision-v1','','','2018-09-13 11:50:14','2018-09-13 06:20:14','',4407,'https://product.quickscrum.com/4407-revision-v1/',0,'revision','',0),(4417,4,'2018-09-13 11:52:11','2018-09-13 06:22:11','In Agile Scrum, each iteration cycle begins with a Scrum planning meeting, which is also known as a “sprint planning meeting.” In the meeting, the product owner and the development team select user stories from the product backlog for development purposes. The meeting is time-boxed and can last from four to six hours depending upon how many stories have to be selected, and how much time the team takes in distributing the development tasks amongst themselves.\r\n\r\n<img class=\"aligncenter wp-image-2924 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/manual-vs-computerised-s-p-m.png\" alt=\"\" width=\"830\" height=\"369\" />\r\n<h2>Purpose of Scrum planning meeting</h2>\r\nThe scrum planning meeting is basically a discussion between the product owner and the team members. The main idea of holding the sprint planning meeting is to select product backlog items having high business values from the top of the product backlog (provided the product backlog has been refined and organized as per business values linked with the product backlog items). High priority stories are carefully selected and transferred to the sprint backlog for development purposes. Scrum suggests that product features having more importance in terms of their business values, or market worth, should be developed first, followed by less important ones. This is done to ensure that the value of the project does not reduce over time. The PO is responsible for delivering a project having a certain business value to the stakeholders. This is possible when the product features and functionality have a certain financial “worth” in the market based upon how important they are from the end users point of view, and how much the end users are likely to pay for using them. Therefore, the PO selects high-value user stories to maintain the project value at all times, even while the product is currently being developed.\r\n<h2>Accepting and rejecting user stories during the meeting</h2>\r\nWhile the PO can suggest high priority user stories to the team, the team has the “right” to accept or reject them after giving valid reasons regarding its decisions. A user story may not be defined properly, or the team may fail to understand the acceptance criteria associated with a story. In such cases, the team can inform the PO to update the particular story and “reject” its development for the time being. Stories or product items are added to the sprint backlog only after they are Okayed by both the PO and the development team members.\r\n<h2>Manual vs. computerized Agile boards</h2>\r\nIf the Agile team is using manual Agile methods to develop the project, user stories can be “selected” by “pasting” index cards on the Scrum whiteboards. Each index card represents a unique user story. The board may be bifurcated into three columns - “To Do”, “In Progress”, and “Completed” – to indicate the current sprint status. As stories get completed, they are moved from “To Do”, to “In Progress”, and finally in the “Completed” section of the whiteboard. Teams using electronic or digital scrum tools have a “virtual” whiteboard, which generally keeps on updating itself as and when sprint backlog items are created, and user stories are completed.\r\n<h2>Current Scrum planning meeting trends</h2>\r\nTraditionally, the product owner decided which stories should be “picked up” from the product backlog and transferred to the sprint backlog for development purposes. Nowadays, the sprint planning meeting has evolved to become a “single” Scrum event, and the role of the PO has also been changed. Rather than the PO deciding which stories to pick, the entire team takes an active part in the decision process, and the team decides jointly with the PO as to which stories should be selected and how the sprint backlog should be created.','Scrum Planning Meeting','','publish','open','open','','scrum-planning-meeting','','','2018-09-13 12:19:40','2018-09-13 06:49:40','',0,'https://product.quickscrum.com/?p=4417',0,'post','',0),(4418,4,'2018-09-13 11:52:11','2018-09-13 06:22:11','In Agile Scrum, each iteration cycle begins with a Scrum planning meeting, which is also known as a “sprint planning meeting.” In the meeting, the product owner and the development team select user stories from the product backlog for development purposes. The meeting is time-boxed and can last from four to six hours depending upon how many stories have to be selected, and how much time the team takes in distributing the development tasks amongst themselves.\r\n\r\n<img class=\"size-full wp-image-2924 aligncenter\" src=\"http://137.116.134.50/wp-content/uploads/2018/09/manual-vs-computerised-s-p-m.png\" alt=\"\" width=\"830\" height=\"369\" />\r\n<h2>Purpose of Scrum planning meeting</h2>\r\nThe scrum planning meeting is basically a discussion between the product owner and the team members. The main idea of holding the sprint planning meeting is to select product backlog items having high business values from the top of the product backlog (provided the product backlog has been refined and organized as per business values linked with the product backlog items). High priority stories are carefully selected and transferred to the sprint backlog for development purposes. Scrum suggests that product features having more importance in terms of their business values, or market worth, should be developed first, followed by less important ones. This is done to ensure that the value of the project does not reduce over time. The PO is responsible for delivering a project having a certain business value to the stakeholders. This is possible when the product features and functionality have a certain financial “worth” in the market based upon how important they are from the end users point of view, and how much the end users are likely to pay for using them. Therefore, the PO selects high-value user stories to maintain the project value at all times, even while the product is currently being developed.\r\n<h2>Accepting and rejecting user stories during the meeting</h2>\r\nWhile the PO can suggest high priority user stories to the team, the team has the “right” to accept or reject them after giving valid reasons regarding its decisions. A user story may not be defined properly, or the team may fail to understand the acceptance criteria associated with a story. In such cases, the team can inform the PO to update the particular story and “reject” its development for the time being. Stories or product items are added to the sprint backlog only after they are Okayed by both the PO and the development team members.\r\n<h2>Manual vs. computerized Agile boards</h2>\r\nIf the Agile team is using manual Agile methods to develop the project, user stories can be “selected” by “pasting” index cards on the Scrum whiteboards. Each index card represents a unique user story. The board may be bifurcated into three columns - “To Do”, “In Progress”, and “Completed” – to indicate the current sprint status. As stories get completed, they are moved from “To Do”, to “In Progress”, and finally in the “Completed” section of the whiteboard. Teams using electronic or digital scrum tools have a “virtual” whiteboard, which generally keeps on updating itself as and when sprint backlog items are created, and user stories are completed.\r\n<h2>Current Scrum planning meeting trends</h2>\r\nTraditionally, the product owner decided which stories should be “picked up” from the product backlog and transferred to the sprint backlog for development purposes. Nowadays, the sprint planning meeting has evolved to become a “single” Scrum event, and the role of the PO has also been changed. Rather than the PO deciding which stories to pick, the entire team takes an active part in the decision process, and the team decides jointly with the PO as to which stories should be selected and how the sprint backlog should be created.','Scrum Planning Meeting','','inherit','closed','closed','','4417-revision-v1','','','2018-09-13 11:52:11','2018-09-13 06:22:11','',4417,'https://product.quickscrum.com/4417-revision-v1/',0,'revision','',0),(4420,12,'2018-09-13 11:54:15','2018-09-13 06:24:15','<pre><strong><em>Audience:</em></strong>\r\n<em>The intended audience for this article includes people who\'re associated with project management and want to know about the monitoring process in Agile projects. The objective is to explain the \r\nimportance of monitoring projects and monitoring parameters in Agile. The article is ideally \r\nrecommended for start-up companies, project managers, CXOs and decision makers of\r\nsoftware development companies new to Agile and planning to implement Agile in their work flow.</em></pre>\r\nMany times, complex or long-term projects exceed their budget, or deadlines, or even both, or fail due to some reason or the other. For investors and clients, the ROI is the main point of concern. If break-even points are not achieved early in the project it often leads to financially stressed conditions which tend to force management to undertake drastic steps to curb additional expenditure, or simply stop the project if additional funds are not available to sustain it. One of the commonest factors which lead to non-productive projects is the inability of the team to deliver project value at regular intervals of time. Rather than indulging in post-project failure discussions to retrospect the causes of a failed project, effective monitoring of projects can help teams and management to streamline ongoing projects and make them successful.\r\n\r\n<img class=\"size-full wp-image-2073 aligncenter\" src=\"http://137.116.134.50/wp-content/uploads/2018/08/failure-of-projects-1.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n<h1>Why should projects be monitored?</h1>\r\nTo monitor a project is to, routinely gather information pertaining to all aspects of the project, observe and record all activities occurring in it. Monitoring involves a systematic and purposeful observation of all ongoing processes in the project. It also includes giving meaningful feedback to the investors and project owners regarding the project status and how the milestones are likely to be achieved over time so informed decisions can be made by them.\r\n\r\nMonitoring does not involve just staring at a computer monitor spewing out data from analytics tools and generating reports for the management and team members. The project manager or the process-in-charge needs to understand the metrics and forecast where the project is heading in accordance with the efforts put in by the team and how well the team is performing at the moment. Moreover, other constraints such as budget availability, short staffing, project deadlines and other issues popping up in day-to-day activities also need to be considered as to how they’re likely to affect the success and sustenance of the ongoing project.\r\n\r\nMonitoring provides information as to what the status of a particular program, project or policy is at any moment, or is going to be over time, and how well the functioning of various processes in the project, including the resources allotted for it, relates to targets and deliverables. Its focus should also be on optimum utilization of the resources made available for the project. The objective is to track the gap between what was originally planned and what is actually happening now.\r\n\r\nTherefore, the primary reason why projects should be monitored is to:\r\n<ul>\r\n <li>Get sound visibility into project execution.</li>\r\n <li>Determine what actions need to be taken to ascertain those project objectives and goals are successfully met.</li>\r\n <li>How project goals relate to team efforts, delivery schedules and quality of deliverables.</li>\r\n <li>Allow the team to educate and learn for itself from its past experiences and improve its productivity levels.</li>\r\n <li>Make the team accountable for the work it carries out by evaluating the performance metrics.</li>\r\n <li>Justify the capital invested by the stakeholders and investors.</li>\r\n</ul>\r\n<h1>What to monitor?</h1>\r\nThe nature of the project, its goals and objectives, and its deliverables primarily indicate what parameters should be ideally monitored and in what manner. It can be difficult to generalize the “what” aspect since it may differ from project to project. Generally, the key performance indicators (KPIs) used for monitoring the progress levels in a project are set up collectively by the client and project manager based upon their project related needs and deliverables. Some of the important aspects to monitor for a project can be:\r\n\r\n<img class=\"size-full wp-image-2072 aligncenter\" src=\"http://137.116.134.50/wp-content/uploads/2018/08/failure-of-projects-2.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n\r\n<strong>Objectives and needs of the client</strong>\r\nIs the client’s project vision fulfilled and are the project’s milestones successfully met?\r\n\r\n<strong>The efficiency level of the team</strong>\r\nIs the team working as per the development plan and are enough efforts put in to meet the deadlines?\r\n\r\n<strong>Collaboration and communication levels</strong>\r\nIs the team working together in a harmonious manner and pursuing the goals collectively with a single focus?\r\n\r\n<strong>Business value and work monetization</strong>\r\nIs the work delivered by the team monetizable?\r\n\r\n<strong>Risk mitigation</strong>\r\nWhat are the risks involved in the project? Can they be identified in time? Can they be resolved?\r\n<h1>Levels of monitoring</h1>\r\nA project should be ideally monitored at three main levels to get a clear insight regarding its current status so corrective measures can be taken well in time.\r\n<p style=\"padding-left: 30px;\"><strong>1. Activity level monitoring</strong></p>\r\n<p style=\"padding-left: 30px;\">It is done to ensure that each activity defined in the project schedule is carried out in a proper manner and within the time box allotted for it. It can be done by holding daily meetings with the team, or alternately the project manager can check the status of all tasks scheduled to be carried out for the day. Typically, the daily tasks to be carried out by team members are listed on paper and their completion status is checked at the end of the day to identify any pending work remaining on that particular day. This level of monitoring is basic to all project management processes since it makes the team accountable for the work assigned to it. It is to ascertain that the project proceeds as per plan and delivery deadlines can be met successfully.</p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Project status reporting</strong></p>\r\n<p style=\"padding-left: 30px;\">Usually generated once a week, project status reports often contain a summary of all tasks completed successfully by the team in the week gone by against the actual activities planned for that week. The idea is to identify how much of work is completed in the project, how much of it is still pending, and whether the deliverables can be produced by the team considering its current rate of delivering work. It also helps to identify the causes of delays logged by the team and pinpoint any pitfalls hampering team productivity.</p>\r\n<p style=\"padding-left: 30px;\"><strong>3. Milestone analysis</strong></p>\r\n<p style=\"padding-left: 30px;\">An analysis is done every few weeks to make sure whether milestones supporting the project vision are, or can be, achieved within the time duration allotted for its completion, and to find out how much of efforts are actually put in by the entire team over time to achieve the proposed milestones. When plotted on a graph, it helps to identify any deviations occurring in the proposed “line” of project completion versus time. If the deviation is severe or more and objectives are not met with time, project managers need to identify and understand the root causes and undertake corrective measures in time to correct the deviation so milestone deadlines can be met successfully.</p>\r\n\r\n<h1>Monitoring Agile projects</h1>\r\nThe success of an Agile project is not dependent only upon whether the process is properly implemented in the project or not. Three factors count – monitoring the progress, monitoring how Agile principles are followed by the team, monitoring how the business value is acquired.\r\n<p style=\"padding-left: 30px;\"><strong>1. Monitoring the project progress</strong>\r\nThere are three main metrics for monitoring the project’s progress.</p>\r\n<img class=\"size-full wp-image-2071 aligncenter\" src=\"http://137.116.134.50/wp-content/uploads/2018/08/failure-of-projects-3.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n<p style=\"padding-left: 60px;\"><strong><span style=\"font-size: 24px;\">• </span> Sprint Burndown</strong></p>\r\n<p style=\"padding-left: 60px;\">An Agile team organizes its work in time-boxed durations called “sprints” which range from two weeks to a maximum of one month. The entire software is developed by the development team in these sprints. The sprint burndown metric tracks how the team has completed work throughout the sprint.</p>\r\n<p style=\"padding-left: 60px;\"><strong><span style=\"font-size: 24px;\">• </span> Release Burndown</strong></p>\r\n<p style=\"padding-left: 60px;\">While the sprint burndown metric focuses upon work completion at the iteration sprint level, the release burndown metric takes into consideration the status of various sprints covering the entire project. In Agile the product is released in stages – in the form of individual releases - by developing a set of features for each release. Business value in the project is acquired by releasing the product features in the market in the form of planned releases or versions ranging over a specific duration of time. The release burndown metric is useful for determining how much work is still left in the project and when the business value in the project can be realized over time. It is also useful for identifying any “scope creep” i.e. if more requirements are added to the original project and the scope of the project has increased significantly. To avoid scope creep from affecting the value of deliverables, the product owner always suggests important stories having high business values to the team for development purposes in the sprint.</p>\r\n<p style=\"padding-left: 60px;\"><strong><span style=\"font-size: 24px;\">• </span> Velocity</strong></p>\r\n<p style=\"padding-left: 60px;\">It is the amount of work, in the form of user stories that the team completes during a particular sprint. It is an important metric for forecasting how much work the team can handle in a sprint and the product owner uses it to decide how many stories should be selected for the sprint. It is a metric tracking the total work completed in the sprint versus sprint days. As the team executes sprints over time and takes up more work in the sprints, the metric improves and becomes more consistent over time.</p>\r\n<strong>2. Monitoring Agile implementation</strong>\r\nIn Scrum, an Agile based process, a special role is dedicated for overseeing the implementation of Agile principles in the project. The Scrum Master functions as a facilitator and ensures that the team follows the process in a proper manner. He/she ensures that the team does not face any impediments while working and also overlooks the various events or ceremonies involved in the process.\r\n\r\n<strong>3. Monitoring the business value</strong>\r\nA major difference between tradition project management methods and Agile is that the former focuses on delivering software fulfilling just client-based requirements while Agile believes in maximizing the ROI through continuous delivery of shippable software and reducing waste. Re-planning of the deliverables can be easily done using Agile. Therefore, Agile measures outcomes over outputs and measures the Earned Business Value \"EBV\" metric. The metric also takes into consideration how efficient and effective the team is performing while it delivers the business value in the project.\r\n\r\nThe business value can be calculated as:\r\n\r\nEBV = Earned Business Value = The total of all Business Value Indices for completed stories =?BVI(story) for all the stories completed in the first n sprints.\r\n<h1>Types of issues faced during Agile implementation and how to resolve them</h1>\r\nBased upon the open-mindedness of the team, its cultural and education levels, the degree of professionalism and the willingness to accept change management, development teams may find it moderately or very hard to accept Agile. Some common issues are mentioned herein.\r\n\r\n<strong>Agile implementation issues</strong>\r\n\r\nThere can be many types of issues related to Agile implementation. However, a couple of common ones are discussed here.\r\n\r\n<strong>1. Resisting change</strong>\r\n\r\nThis can be a very common issue in Agile implementation. Teams following traditional development methods are very much used in the staged processes and feel comfortable delivering work that is tested for bugs and regression in the next process stage. Developers focus only on coding aspects and don’t have to bother about optimizing the code or verifying their work whether it aligns with the project requirements or not. It can prove to be very difficult for them to adjust to the product incremental method typical to Agile processes in which the development team is not only accountable for its work but is also required to focus upon testing the code and ascertaining that the work delivered by it fulfills the product vision and end-user requirements.\r\n\r\nMoreover, each team member is required to own the project and hold himself or herself accountable for his or her work. In addition, another aspect is that the team has to estimate how much work it is capable of accomplishing in a sprint and justify the reasons why it can only take up limited or less work for development at a time. Unlike in staged processes, Agile teams have to commit how much time it will take to deliver work and live up to that commitment.\r\n\r\nThe third aspect is that Agile promotes a working atmosphere in which each member in the team has to think like an entrepreneur and find innovative ways to work smartly and make active efforts to accomplish work in a shorter span of time. This can go hard with the mindset of teams used to traditional methods in which they are not required to think in any other manner except as developers or designers.\r\n\r\nDevelopment teams are generally reticent about change management and try to actively or passively oppose change when it is required to be introduced to improve the quality and quantity of deliverables. With Agile, the resentment is even more since the team members have to undergo a drastic mindset change and learn about the new process.\r\n\r\n<strong>Solution:</strong>\r\n\r\nThe management should try to introduce Agile after explaining the benefits of the new process and what the organization and the team stand to gain from Agile experience in the long run. It is important to convey the message that change is inevitable and Agile is to be implemented irrespective of whether any team member decides to resign or discontinue the process. Moreover, the management should also try to motivate the team and create an open environment supporting transparency and freedom where the team can frankly discuss its apprehensions and find a way to proceed with the change.\r\n<h2>2. Understanding the process</h2>\r\nAgile introduces fundamental changes in the way most people following traditional methods work. Teams have to open up their mindsets and think creatively, in an optimistic manner, and welcome the change. Moreover, Agile processes like Scrum have ceremonies and artifacts which can be totally new concepts for most teams. Developers have to understand the product incremental model and its cycle, what continuous development and continuous integration is developed, and a host of new concepts to reckon with.\r\n<p style=\"padding-left: 30px;\"><i><span style=\"font-size: 24px;\"><strong>•</strong> </span> <strong>Estimating work</strong></i></p>\r\n<p style=\"padding-left: 30px;\">Developers are not very good at estimating work completion and deadlines. Generally, they hate a situation where they\'re forced to commit a date or time and rigidly stick to it. This is exactly what Agile demands. You not only have to estimate work but make all efforts to deliver it in time with the required quality.</p>\r\n<p style=\"padding-left: 30px;\"><strong><i><span style=\"font-size: 24px;\">• </span> Roles in Scrum</i></strong></p>\r\n<p style=\"padding-left: 30px;\">In contrast to traditional or classical methods, Scrum - an Agile process - doesn’t have and doesn’t need any manager, task manager or a team leader. The three roles are:</p>\r\n<p style=\"padding-left: 60px;\">1. Product Owner</p>\r\n<p style=\"padding-left: 60px;\">2. Scrum Master</p>\r\n<p style=\"padding-left: 60px;\">3. Development team</p>\r\n<p style=\"padding-left: 30px;\">These three roles are coequal. Each role has certain responsibilities. Also, each of these three roles has to fulfill their responsibilities by closely interacting and working together to finish a project successfully. Team members may find it difficult to understand and follow these roles.</p>\r\n<p style=\"padding-left: 30px;\"><strong><i><span style=\"font-size: 24px;\">• </span> Meetings and ceremonies</i></strong></p>\r\n<p style=\"padding-left: 30px;\">Scrum process includes several types of meetings or “ceremonies”. Agile teams are cross-functional in nature. They take part in the ceremonies and make important decisions. Non - cross-functional teams may find it hard to understand and accept what these ceremonies stand for and might resent taking part in them.</p>\r\n<strong>Solution:</strong>\r\n\r\nSome managements prefer to introduce Agile slowly in their organizations or employ a hybrid approach in which certain activities are made Agile while others are carried out as before. Experts suggest neither of these methods works in real life scenarios since the teams might just keep on resisting Agile until the management arrives at a conclusion Agile is not worthwhile and the changes should not be implemented. It\'s best to transition totally to Agile even if the team find it difficult to do so.\r\n<h2>3. Development related issues</h2>\r\nDevelopment related issues are highly common with teams starting with Agile practices since they are not much familiar with the product incremental structure of the development process. Agile teams are cross-functional and often developers also perform test cases to check code quality and reliability. At times, teams employ specialized testers and QA professionals to carry out quality tests. Whatever the case, if Agile principles are not followed in a proper manner it directly affects productivity and performance levels.\r\n<p style=\"padding-left: 30px;\"><strong><i><span style=\"font-size: 24px;\">• </span> Losing sight of the project goal and deliverables</i></strong></p>\r\n<p style=\"padding-left: 30px;\">In Agile, the business value in the project is availed through staged and planned releases. Therefore, the development team needs to focus more upon delivery of value through it work rather than just coding feature requirements. In practice, teams often experience time constraints while meeting sprint deadlines. So over time, they may lose their focus of delivering valuable work and start concentrating fully upon work completion. Teams stop thinking about what the product vision is and what goals the project needs to achieve to sustain itself. This leads to unfocused work efforts and disorientation – the team keeps on developing features and doing its work because it is supposed to, and not because the project goals and objectives should be achieved. Developers and designers stop being creative in their work. They stop innovating new and better ways of developing features and working functionality. As a result, the velocity metric indicating the total work completed by the team in the sprint stops improving, thus conveying the fact that the team has stopped learning from its past experience and not speeding up work. This is contrary to Agile principles.</p>\r\n<p style=\"padding-left: 30px;\">Moreover, each team member is required to own the project and hold himself or herself accountable for his or her work. In addition, another aspect is that the team has to estimate how much work it is capable of accomplishing in a sprint and justify the reasons why it can only take up limited or less work for development at a time. Unlike in staged processes, Agile teams have to commit how much time it will take to deliver work and live up to that commitment.</p>\r\n<p style=\"padding-left: 30px;\"><strong>Solution:</strong></p>\r\n<p style=\"padding-left: 30px;\">The Scrum Master and project leads should constantly try to motivate the team members and hold healthy discussions so ideas can be exchanged regarding how the development process can be streamlined, made more easy and less time to consume using online tools and development aids if possible. Retrospection activities should be encouraged. Teams should be made more accountable by holding short meetings at regular intervals of time (all though this is not recommended by Agile – the principles state the team should take work ownership but in practice, the team members actually don’t which is the main problem) to obtain feedback regarding the work status. The management should also step in and try to create a healthy and conducive working environment to reduce the stress levels.</p>\r\n<p style=\"padding-left: 30px;\"><strong><i><span style=\"font-size: 24px;\">• </span> Not delivering feature functionality as explained and anticipated</i></strong></p>\r\n<p style=\"padding-left: 30px;\">The client expects a particular feature to work in a particular manner whenever he/she requests its development. Each task or feature requirement in Agile – known as a user story – can be explained in terms of what criteria needs to be fulfilled for it to be considered as properly developed and shippable. It helps to make the feature valuable and monetizable after its development. The team starts ignoring this criterion due to some of the other reason or loses its sight while building it. As a result, a feature is developed that is not in tune with what the client expects or needs.</p>\r\n<p style=\"padding-left: 30px;\"><strong>Solution:</strong></p>\r\n<p style=\"padding-left: 30px;\">More stress should be given for the team to focus upon the acceptance criteria and the definition of done (DoD) which determines the value of the feature and its importance. Developers should be reminded again and again to create work in tune with these criterions and ensure they test the feature after they develop it.</p>\r\n<p style=\"padding-left: 30px;\"><strong><i><span style=\"font-size: 24px;\">• </span> Lack of participation in retrospection activities</i></strong></p>\r\n<p style=\"padding-left: 30px;\">Agile stresses very heavily upon the “inspect” and “adapt” principles which form the core of all Agile processes. The team has to learn constantly from its past mistakes and ensure they\'ve not repeated again in the future. Also, new and better ways of doing work should be discovered to increase productivity levels and deliver more valuable work. All this is made possible through the retrospection activities in Agile. In Scrum, a special ceremony known as the sprint retrospective meeting is held at the end of each sprint to support this principle. The team stops participating in these activities as a result of which further improvement in work in not availed and the velocity index stops improving. Further growth stops in the project.</p>\r\n<p style=\"padding-left: 30px;\"><strong>Solution:</strong></p>\r\n<p style=\"padding-left: 30px;\">Retrospection activities should be made mandatory and team members encouraged to participate in them. If required, team members can be told to discuss new ways of improvement and prepare a list or a plan stating what new activities they propose to do with proper call-to-actions.</p>\r\n<p style=\"padding-left: 30px;\"><i><strong><span style=\"font-size: 24px;\">• </span> </strong></i><strong><i>Ineffective testing procedures</i></strong></p>\r\n<p style=\"padding-left: 30px;\">Testing procedures - especially unit tests - form an integral part of the development process and should be carried out preferably in the sprint itself when the particular feature is being developed. Testing ensures that the definition-of-done is properly fulfilled by the team, there are no bugs in the feature and that the feature is valuable to end users. Many times teams don’t carry out these tests since they may be time-to consume, or the team lacks the necessary resources or skill sets to perform them. The work delivered in such cases may contain bugs and lead to regression. The project owners may incur technical debt in the future.</p>\r\n<p style=\"padding-left: 30px;\"><strong>Solution:</strong></p>\r\n<p style=\"padding-left: 30px;\">Testing activities should be made mandatory and teams should start considering testing procedures as an integral part of the development process. They should be accounted for while the team estimates work during sprint planning sessions held just before a newsprint is planned.</p>\r\n<p style=\"padding-left: 30px;\"><strong><i><span style=\"font-size: 24px;\">• </span> Miscommunication between developers and testers</i></strong></p>\r\n<p style=\"padding-left: 30px;\">Effective communications are required for doing quality work. When team members discuss things and exchange ideas, thoughts become clear, and the entire team comes to know about the nature of deliverables and how they should be built. In Agile, testing should be a part of the development process and testers should work closely with developers to resolve test related issues and problems. When testers stop communicating with developers for test issues, or developers stop responding to testing queries, it leads to a situation where partially or improperly tested features are released in the market which can reduce the project value in the long run.</p>\r\n<p style=\"padding-left: 30px;\"><strong>Solution:</strong></p>\r\n<p style=\"padding-left: 30px;\">The product owner or the project lead should motivate team members to collaborate and exchange ideas. At the same time, developers and testers should be made more accountable regarding the quality of deliverables – especially fulfillment of the DoD - to ensure only fully tested and valuable features are developed at all times.</p>\r\n<p style=\"padding-left: 30px;\"><strong><i><span style=\"font-size: 24px;\">• </span> Development work held up because of code and functionality dependencies</i></strong></p>\r\n<p style=\"padding-left: 30px;\">Big or complex project development can have a lot of dependencies as far as code functionalities go. Often a piece of code created by one developer functions as a source of input for the task to be developed by another developer. In such cases, the second developer has to wait for the first developer to complete his or her work and create the particular functionality before the later one can start with his or her work. During the second half of the sprint planning session when the team members are selecting and taking up their development tasks, they should also discuss code dependency issues and organize their work accordingly. When team members don’t analyze their tasks and don’t discuss the dependencies, it leads to a situation where one developer is loaded with urgent work while the other one has to wait for the first one to complete. Time is wasted and productivity at the team level is greatly reduced. It decreases team velocity.</p>\r\n<p style=\"padding-left: 30px;\"><strong>Solution:</strong></p>\r\n<p style=\"padding-left: 30px;\">The developers and team members should work more closely and analyze dependencies before they take up their tasks. If dependencies still exist, each developer should plan his or her work with regards to the work to be carried out by the developer who’s going to be affected by the particular dependency.</p>\r\n\r\n<h2>4. Communication and collaboration related issues</h2>\r\nCommunication levels play a vital role in a project’s success. Right from project inception to delivering goals and objectives, the team relies upon timely and effective communication to develop product features, share ideas and resolve technical issues. With remote or distributed teams working in the project, communication between project managers and teams can often prove to be difficult owing to different time zones and cultural differences. With in-house teams, effective communication lays the foundation of a shared product vision and the harmonious working environment in which the team can make informed decisions by discussing, analyzing and working together.\r\n<ul>\r\n <li><strong><i>Communication</i></strong></li>\r\n <li style=\"list-style-type: none;\">The sixth principle in the Agile Manifesto states:<i> “The most efficient and effective method of conveying information to and within a development team is a face-to-face conversation.”</i>In Agile, it is crucial to have effective communications between developers and the client, end users, and the stakeholders. The team develops software as per the product vision explained by the client. In turn, the client verifies work delivered by the team at the end of each sprint. Team members need to communicate with each other to resolve development issues. At every stage communication is vital and when it stops, it could raise some issues.</li>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li style=\"list-style-type: none;\"><span style=\"color: #00bea4;\"><strong>Some of the causes could be:</strong></span></li>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li>Miscommunication of requirements</li>\r\n <li>Different time zones</li>\r\n <li>Failure to focus and listen properly</li>\r\n <li>Culture differences</li>\r\n <li>Attitude and ego related issues</li>\r\n <li>Gender bias</li>\r\n <li>Inadequate knowledge</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li><strong>Collaboration</strong></li>\r\n <li style=\"list-style-type: none;\">Collaboration amongst team members can be challenging since developers are used to their individual methods for creating code and working functionality, and may find it very hard to follow someone else’s coding methods. Agile processes favor continuous development. It is common for the team to use GitHub or Git to share, update and version the code before final changes are uploaded for deployment. It is recommended the team follows certain coding standards to make the code readable to others. To work effectively, the team needs to constantly collaborate and share ideas and suggestions to make things work.</li>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li style=\"list-style-type: none;\"><span style=\"color: #00bea4;\"><strong>Some of the common issues faced can be:</strong></span></li>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li>Priority conflicts</li>\r\n <li>Insufficient alignment amongst team members</li>\r\n <li>Limited automated software development processes - lack of Continuous Delivery</li>\r\n <li>Coordination challenges</li>\r\n <li>Unpredictable software delivery</li>\r\n <li>No visibility over status, progress, and results</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n ','Why Is Project Monitoring Very Crucial?','','inherit','closed','closed','','4407-revision-v1','','','2018-09-13 11:54:15','2018-09-13 06:24:15','',4407,'https://product.quickscrum.com/4407-revision-v1/',0,'revision','',0),(4421,13,'2018-09-13 11:56:24','2018-09-13 06:26:24','<h1>Why does Scrum have a sprint retrospective meeting?</h1>\r\nScrum focus upon self-learning and self-organization. Scrum teams can learn from their prior mistakes, and make efforts to identify them and correct them. Scrum framework is uniquely designed so that the teams can avail proper and reliable inputs from the process flow, identify potential pitfalls, and avoid them well before they can affect the product development process. One of the main practices in Scrum is to support the “inspect” and “adapt” principles that are so very important while implementing the framework in a project. These principles help in the self-learning and self-managing processes. Scrum supports a special meeting to support these principles – the sprint retrospective meeting.\r\n\r\nSprint retrospectives are important for the Scrum process. Organisations and teams put in efforts to ensure that the retrospective remains productive and fruitful - in many ways, the retrospective event often decides the effectiveness of Scrum. Scrum experts have many suggestions as to what should, and what should not be done in a retrospective to make it effective. Here are a few common pointers which can be applied to any retrospective meeting.\r\n\r\n<img class=\"alignnone size-full wp-image-2306\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/SprintRetrospectiveMeetingsDosAndDonts.png\" alt=\"\" width=\"830\" height=\"628\" />\r\n\r\n<img class=\"aligncenter size-full wp-image-2306\" src=\"http://137.116.134.50/wp-content/uploads/2018/09/SprintRetrospectiveMeetingsDosAndDonts.png\" alt=\"\" width=\"830\" height=\"628\" />\r\n<h1>Do’s – What should be done</h1>\r\n<p style=\"padding-left: 30px;\"><strong>1. Safely express ideas and issues</strong></p>\r\n<p style=\"padding-left: 30px;\">Keeping an open and frank atmosphere during the retrospective can go a long way in increasing team participation. Team members should feel confident and safe while expressing their views and opinions. A common issue faced by many teams new to Scrum is that team members often do not feel comfortable while expressing their ideas and stop contributing to the feedback process. The reasons could be many: A product owner or scrum master delegating authority in an improper manner, new team members not knowing much about how and why retrospectives are held in Scrum, or an unwillingness on the part of the team to participate in seemingly “unproductive” meetings. Whatever they may be, the scrum master should identify the reasons that are hampering team participation, and try to correct them.</p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Eagerness and involvement of the team</strong></p>\r\n<p style=\"padding-left: 30px;\">One of the biggest factors influencing a positive outcome of Scrum retrospectives is increased involvement of the team members in the process and their willingness to contribute new ideas. It is not just important to remove any impediments faced by the team, but also encourage the team to participate in the retrospective by motivating the team members so that they feel more involved in the Scrum process. The team should have a sense of ownership and feel responsible for what it contributes to the project. This can be ideally achieved by playing a servant-leader role. The senior team members should foster friendly yet formal communications with the subordinates so they feel more comfortable in what they do and feel.</p>\r\n<p style=\"padding-left: 30px;\"><strong>3. Focus upon introverts and shy individuals</strong></p>\r\n<p style=\"padding-left: 30px;\">Sometimes, even when the Scrum master or senior team members do their best to foster the healthy environment so the team can contribute effectively, some individuals in the team may simply fail to contribute. It may not be because they resent the process or don’t believe in it, but rather because they may be of an introvert nature and feel shy to stand in front of a crowd and voice their opinions. It may not be correct to force such a person to open up as it may make the person recede further into his/her shell. Ideally, such individuals need to be gently prompted with simple, straightforward questions that can invite answers from them. The senior members should understand the fact that individuals may have different types of nature, and some individuals may have to be “worked” upon before they can feel comfortable expressing their views and ideas.</p>\r\n<p style=\"padding-left: 30px;\"><strong>4. Asking different questions</strong></p>\r\n<p style=\"padding-left: 30px;\">The three most important questions asked during a sprint retrospective are:</p>\r\n\r\n<ol class=\"custom-padding-left-60\">\r\n <li>What went well?</li>\r\n <li>What did not go well?</li>\r\n <li>What should be improved upon?</li>\r\n</ol>\r\n<p style=\"padding-left: 30px;\">If the team has high negative energy levels and is not conductive, it can make a difference if the three questions are asked in a slightly different manner. Instead, asking questions like:</p>\r\n\r\n<ol class=\"custom-padding-left-60\">\r\n <li>What to keep on doing?</li>\r\n <li>What to stop doing?</li>\r\n <li>What new should be introduced?</li>\r\n</ol>\r\n<p style=\"padding-left: 30px;\">This method works well with teams that are sensitive to self-criticism.</p>\r\n<p style=\"padding-left: 30px;\"><strong>5. Make it a fun event</strong></p>\r\n<p style=\"padding-left: 30px;\">Scrum teams can be made to enjoy the retrospectives. Does the team like pizza? Then order a few rounds occasionally and hold the meeting while team members enjoy their pizzas. It’s one of the best ways to increase team morale and make people open up.</p>\r\n<p style=\"padding-left: 30px;\"><strong>6. Timeboxing</strong></p>\r\n<p style=\"padding-left: 30px;\">Each event in Scrum is time boxed and the sprint retrospective is not an exception. The event should not drag on and on so it can become boring. On the other hand, if the objectives of the meeting are fulfilled before the time is up, don’t hesitate to end the meeting sooner even if the official time limit is still “not reached”.</p>\r\n<p style=\"padding-left: 30px;\"><strong>7. Proper call-to-actions and follow-ups</strong></p>\r\n<p style=\"padding-left: 30px;\">Each retrospective requires inputs from the sprint just completed and the sprint review event. During the retrospective event, the team tries to find out where it went wrong, and how errors can be corrected. Moreover, each retrospective ends with some course of action to be taken by the team to support the inspect and adapt principles. Retrospectives are a continuous process as long as the project lasts, and so proper call-to-actions ought to be worked out so each team member can self-correct and self-manage. The follow-up process should be effectively initiated and carried out to benefit from the meeting.</p>\r\n\r\n<h1>Don’ts – What should be avoided?</h1>\r\n<p style=\"padding-left: 30px;\"><strong>1. Playing the “blame” game</strong></p>\r\n<p style=\"padding-left: 30px;\">Scrum is a joint effort in encouraging collaboration. Scrum teams self-manage and self-organize. A retrospective is a fact-finding event and there could be instances where individual team members may become the center of focus if they have made a mistake, and the mistake has been identified and openly discussed. The general tendency is to hold the individual responsible. However, this is not the intent of the Scrum process. Rather than pointing fingers at people, the entire team should introspect and try to find the reason why the mistake occurred in the first place. Avoid playing the “blame” game and stop targeting individuals.</p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Suppressing personal feelings</strong></p>\r\n<p style=\"padding-left: 30px;\">Scrum advocates frankness and open-minded discussions. Many times, an individual may feel suppressed or might feel dissatisfied with something or the other concerning the process. Rather than bottling up your emotions, they should be rationally expressed and conveyed to the team. There are two main benefits of disclosing your feelings – you get the “thing” out of your system so you feel relieved, and the team can deal with your issue and find a possible solution. This can only be possible when you voice your issue. So avoid suppressing your feeling. If you’re not comfortable with something, or something bothers you, be open and discuss it out.</p>\r\n<p style=\"padding-left: 30px;\"><strong>3. Making retrospective a general meeting</strong></p>\r\n<p style=\"padding-left: 30px;\">Sprint retrospective is an important Scrum event. It should not be taken lightly. Sometimes stakeholders and the technical team may desire to attend the retrospective. Stakeholders have a right to attend the meeting, however, they should refrain from disrupting the meeting flow. If the team feels uncomfortable discussing certain issues in presence of the stakeholders or visitors, it has a right to restrict certain individuals from attending the meeting. Scrum supports transparency, but it does not do so if the process flow is affected in any way or manner and the Scrum process is made ineffectual.</p>','Sprint Retrospective Meetings Do\'s And Don\'ts','','inherit','closed','closed','','4413-revision-v1','','','2018-09-13 11:56:24','2018-09-13 06:26:24','',4413,'https://product.quickscrum.com/4413-revision-v1/',0,'revision','',0),(4422,4,'2018-09-13 12:19:39','2018-09-13 06:49:39','In Agile Scrum, each iteration cycle begins with a Scrum planning meeting, which is also known as a “sprint planning meeting.” In the meeting, the product owner and the development team select user stories from the product backlog for development purposes. The meeting is time-boxed and can last from four to six hours depending upon how many stories have to be selected, and how much time the team takes in distributing the development tasks amongst themselves.\n\n<img class=\"aligncenter wp-image-2924 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/manual-vs-computerised-s-p-m.png\" alt=\"\" width=\"830\" height=\"369\" />\n<h2>Purpose of Scrum planning meeting</h2>\nThe scrum planning meeting is basically a discussion between the product owner and the team members. The main idea of holding the sprint planning meeting is to select product backlog items having high business values from the top of the product backlog (provided the product backlog has been refined and organized as per business values linked with the product backlog items). High priority stories are carefully selected and transferred to the sprint backlog for development purposes. Scrum suggests that product features having more importance in terms of their business values, or market worth, should be developed first, followed by less important ones. This is done to ensure that the value of the project does not reduce over time. The PO is responsible for delivering a project having a certain business value to the stakeholders. This is possible when the product features and functionality have a certain financial “worth” in the market based upon how important they are from the end users point of view, and how much the end users are likely to pay for using them. Therefore, the PO selects high-value user stories to maintain the project value at all times, even while the product is currently being developed.\n<h2>Accepting and rejecting user stories during the meeting</h2>\nWhile the PO can suggest high priority user stories to the team, the team has the “right” to accept or reject them after giving valid reasons regarding its decisions. A user story may not be defined properly, or the team may fail to understand the acceptance criteria associated with a story. In such cases, the team can inform the PO to update the particular story and “reject” its development for the time being. Stories or product items are added to the sprint backlog only after they are Okayed by both the PO and the development team members.\n<h2>Manual vs. computerized Agile boards</h2>\nIf the Agile team is using manual Agile methods to develop the project, user stories can be “selected” by “pasting” index cards on the Scrum whiteboards. Each index card represents a unique user story. The board may be bifurcated into three columns - “To Do”, “In Progress”, and “Completed” – to indicate the current sprint status. As stories get completed, they are moved from “To Do”, to “In Progress”, and finally in the “Completed” section of the whiteboard. Teams using electronic or digital scrum tools have a “virtual” whiteboard, which generally keeps on updating itself as and when sprint backlog items are created, and user stories are completed.\n<h2>Current Scrum planning meeting trends</h2>\nTraditionally, the product owner decided which stories should be “picked up” from the product backlog and transferred to the sprint backlog for development purposes. Nowadays, the sprint planning meeting has evolved to become a “single” Scrum event, and the role of the PO has also been changed. Rather than the PO deciding which stories to pick, the entire team takes an active part in the decision process, and the team decides jointly with the PO as to which stories should be selected and how the sprint backlog should be created.','Scrum Planning Meeting','','inherit','closed','closed','','4417-autosave-v1','','','2018-09-13 12:19:39','2018-09-13 06:49:39','',4417,'https://product.quickscrum.com/4417-autosave-v1/',0,'revision','',0),(4424,13,'2018-09-13 11:57:55','2018-09-13 06:27:55','<h1>Why does Scrum have a sprint retrospective meeting?</h1>\r\nScrum focus upon self-learning and self-organization. Scrum teams can learn from their prior mistakes, and make efforts to identify them and correct them. Scrum framework is uniquely designed so that the teams can avail proper and reliable inputs from the process flow, identify potential pitfalls, and avoid them well before they can affect the product development process. One of the main practices in Scrum is to support the “inspect” and “adapt” principles that are so very important while implementing the framework in a project. These principles help in the self-learning and self-managing processes. Scrum supports a special meeting to support these principles – the sprint retrospective meeting.\r\n\r\nSprint retrospectives are important for the Scrum process. Organisations and teams put in efforts to ensure that the retrospective remains productive and fruitful - in many ways, the retrospective event often decides the effectiveness of Scrum. Scrum experts have many suggestions as to what should, and what should not be done in a retrospective to make it effective. Here are a few common pointers which can be applied to any retrospective meeting.\r\n\r\n<img class=\"aligncenter size-full wp-image-2306\" src=\"http://137.116.134.50/wp-content/uploads/2018/09/SprintRetrospectiveMeetingsDosAndDonts.png\" alt=\"\" width=\"830\" height=\"628\" />\r\n<h1>Do’s – What should be done</h1>\r\n<p style=\"padding-left: 30px;\"><strong>1. Safely express ideas and issues</strong></p>\r\n<p style=\"padding-left: 30px;\">Keeping an open and frank atmosphere during the retrospective can go a long way in increasing team participation. Team members should feel confident and safe while expressing their views and opinions. A common issue faced by many teams new to Scrum is that team members often do not feel comfortable while expressing their ideas and stop contributing to the feedback process. The reasons could be many: A product owner or scrum master delegating authority in an improper manner, new team members not knowing much about how and why retrospectives are held in Scrum, or an unwillingness on the part of the team to participate in seemingly “unproductive” meetings. Whatever they may be, the scrum master should identify the reasons that are hampering team participation, and try to correct them.</p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Eagerness and involvement of the team</strong></p>\r\n<p style=\"padding-left: 30px;\">One of the biggest factors influencing a positive outcome of Scrum retrospectives is increased involvement of the team members in the process and their willingness to contribute new ideas. It is not just important to remove any impediments faced by the team, but also encourage the team to participate in the retrospective by motivating the team members so that they feel more involved in the Scrum process. The team should have a sense of ownership and feel responsible for what it contributes to the project. This can be ideally achieved by playing a servant-leader role. The senior team members should foster friendly yet formal communications with the subordinates so they feel more comfortable in what they do and feel.</p>\r\n<p style=\"padding-left: 30px;\"><strong>3. Focus upon introverts and shy individuals</strong></p>\r\n<p style=\"padding-left: 30px;\">Sometimes, even when the Scrum master or senior team members do their best to foster the healthy environment so the team can contribute effectively, some individuals in the team may simply fail to contribute. It may not be because they resent the process or don’t believe in it, but rather because they may be of an introvert nature and feel shy to stand in front of a crowd and voice their opinions. It may not be correct to force such a person to open up as it may make the person recede further into his/her shell. Ideally, such individuals need to be gently prompted with simple, straightforward questions that can invite answers from them. The senior members should understand the fact that individuals may have different types of nature, and some individuals may have to be “worked” upon before they can feel comfortable expressing their views and ideas.</p>\r\n<p style=\"padding-left: 30px;\"><strong>4. Asking different questions</strong></p>\r\n<p style=\"padding-left: 30px;\">The three most important questions asked during a sprint retrospective are:</p>\r\n\r\n<ol class=\"custom-padding-left-60\">\r\n <li>What went well?</li>\r\n <li>What did not go well?</li>\r\n <li>What should be improved upon?</li>\r\n</ol>\r\n<p style=\"padding-left: 30px;\">If the team has high negative energy levels and is not conductive, it can make a difference if the three questions are asked in a slightly different manner. Instead, asking questions like:</p>\r\n\r\n<ol class=\"custom-padding-left-60\">\r\n <li>What to keep on doing?</li>\r\n <li>What to stop doing?</li>\r\n <li>What new should be introduced?</li>\r\n</ol>\r\n<p style=\"padding-left: 30px;\">This method works well with teams that are sensitive to self-criticism.</p>\r\n<p style=\"padding-left: 30px;\"><strong>5. Make it a fun event</strong></p>\r\n<p style=\"padding-left: 30px;\">Scrum teams can be made to enjoy the retrospectives. Does the team like pizza? Then order a few rounds occasionally and hold the meeting while team members enjoy their pizzas. It’s one of the best ways to increase team morale and make people open up.</p>\r\n<p style=\"padding-left: 30px;\"><strong>6. Timeboxing</strong></p>\r\n<p style=\"padding-left: 30px;\">Each event in Scrum is time boxed and the sprint retrospective is not an exception. The event should not drag on and on so it can become boring. On the other hand, if the objectives of the meeting are fulfilled before the time is up, don’t hesitate to end the meeting sooner even if the official time limit is still “not reached”.</p>\r\n<p style=\"padding-left: 30px;\"><strong>7. Proper call-to-actions and follow-ups</strong></p>\r\n<p style=\"padding-left: 30px;\">Each retrospective requires inputs from the sprint just completed and the sprint review event. During the retrospective event, the team tries to find out where it went wrong, and how errors can be corrected. Moreover, each retrospective ends with some course of action to be taken by the team to support the inspect and adapt principles. Retrospectives are a continuous process as long as the project lasts, and so proper call-to-actions ought to be worked out so each team member can self-correct and self-manage. The follow-up process should be effectively initiated and carried out to benefit from the meeting.</p>\r\n\r\n<h1>Don’ts – What should be avoided?</h1>\r\n<p style=\"padding-left: 30px;\"><strong>1. Playing the “blame” game</strong></p>\r\n<p style=\"padding-left: 30px;\">Scrum is a joint effort in encouraging collaboration. Scrum teams self-manage and self-organize. A retrospective is a fact-finding event and there could be instances where individual team members may become the center of focus if they have made a mistake, and the mistake has been identified and openly discussed. The general tendency is to hold the individual responsible. However, this is not the intent of the Scrum process. Rather than pointing fingers at people, the entire team should introspect and try to find the reason why the mistake occurred in the first place. Avoid playing the “blame” game and stop targeting individuals.</p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Suppressing personal feelings</strong></p>\r\n<p style=\"padding-left: 30px;\">Scrum advocates frankness and open-minded discussions. Many times, an individual may feel suppressed or might feel dissatisfied with something or the other concerning the process. Rather than bottling up your emotions, they should be rationally expressed and conveyed to the team. There are two main benefits of disclosing your feelings – you get the “thing” out of your system so you feel relieved, and the team can deal with your issue and find a possible solution. This can only be possible when you voice your issue. So avoid suppressing your feeling. If you’re not comfortable with something, or something bothers you, be open and discuss it out.</p>\r\n<p style=\"padding-left: 30px;\"><strong>3. Making retrospective a general meeting</strong></p>\r\n<p style=\"padding-left: 30px;\">Sprint retrospective is an important Scrum event. It should not be taken lightly. Sometimes stakeholders and the technical team may desire to attend the retrospective. Stakeholders have a right to attend the meeting, however, they should refrain from disrupting the meeting flow. If the team feels uncomfortable discussing certain issues in presence of the stakeholders or visitors, it has a right to restrict certain individuals from attending the meeting. Scrum supports transparency, but it does not do so if the process flow is affected in any way or manner and the Scrum process is made ineffectual.</p>','Sprint Retrospective Meetings Do\'s And Don\'ts','','inherit','closed','closed','','4413-revision-v1','','','2018-09-13 11:57:55','2018-09-13 06:27:55','',4413,'https://product.quickscrum.com/4413-revision-v1/',0,'revision','',0),(4425,12,'2018-09-13 12:00:20','2018-09-13 06:30:20','When a new product or a set of new product features providing some value to customers or end users is launched in the market, the launch activity is described as a product release. A product release helps to create a value stream for business owners. Its function is to bring in capital for the business by generating a profit. Product based companies – especially those following a SaaS model - have to depend heavily upon releases to grow and sustain their growth over time.\r\n\r\nOrganizations can grow only if the products they manufacture are released at the correct time and in the correct manner. If a product is released prematurely before it can be properly tested and made shippable, it could result in end users experiencing bugs or regression. This can lead to a bad user experience and even affect brand reputation. On the other hand, if a product is released too late it could prevent the organization from availing the business value in the time leading to stressful financial conditions for the project owners. Projects may be forced to close down if they can\'t sustain themselves over time. Therefore releasing the product in the right manner at the right time is very important.\r\n\r\nBoth traditional Waterfall processes and Agile methods facilitate product release. However, the manner and frequency of the releases vary considerably depending upon which method or process is employed by the team to manage the software project.\r\n\r\n<img class=\"aligncenter wp-image-2435 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/time-and-organize-your-product-release-1.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n<h1>Doing it the traditional way</h1>\r\nTraditional processes are best suited when the scope and time of the project are fixed. However, in practice, stakeholders may request changes in existing features and functionality as and when market conditions change. This can delay the development process and extend the deadline since the team may be forced to take up unplanned design and/or functionality related work which it has not anticipated and accounted for at the time of project inception. In Waterfall processes as the project completion and the release date are fixed at the onset, the development team is often kept under pressure to deliver work – both planned work as well as feature changes related - within the stipulated deadline. Teams may find it difficult to cope up with the added development activity and start cutting corners to complete work in time. As a result, the release may contain bugs and have faulty functionality which reduces user experience and even lead to a bad brand image.\r\n\r\nOwing to the staged process flow, Waterfall processes are irreversible in nature. The product can be released only after the project completes. Moreover, since only a single version of the product can be designed at a time in the project, you can’t have multiple product releases supporting upgrade versions for the same product in the same project. It’s also difficult to address risk mitigation since defects found in later stages cannot be reworked upon and corrected by reverting back to prior stages. It can be also difficult to adapt to changes in the product design once the project is documented and the development process starts. Therefore the business value of the release cannot be increased or enhanced once the project deliverables are decided.\r\n\r\nThus, you can be sure of releasing your product on time using traditional methods only if you’re absolutely sure about the project’s scope, know exactly what you’re going to design and develop in your project and whether you can estimate your team’s velocity (the speed or rate at which the development team can complete work in a given duration of time) correctly.\r\n<h1>How Agile does it</h1>\r\nThe success of a product release depends primarily upon what functionality the features offered in the release and how useful they are to end users. The business value in a project can be availed only if the releases are properly designed and planned. To make a release valuable, Agile tends to focus upon the following aspects:\r\n<ul>\r\n <li>Can the business value be delivered in the form of a releasable product?</li>\r\n <li>Is the goal of building a reliable product with the desired quality met?</li>\r\n <li>Can the project successfully deliver the product releases on time?</li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\"><strong>1. Planning the releases</strong></p>\r\n<p style=\"padding-left: 30px;\">In Agile since development is carried out of the product on incremental cycles bases, the release of a product depends primarily upon the development team’s velocity metric which indicates how much of work the team can handle or get done per iteration cycle. Given the speed at which the team can deliver shippable product features, it can be planned how many sprints are required to develop a particular set of features. The features set is made available to the end users in the form of a release. The goal of a release is to deliver working software to end users as quickly as possible.</p>\r\n\r\n<blockquote>\r\n<p style=\"padding-left: 30px;\">For explanation, suppose a product has 9 features. If the team has a capacity of developing 1 feature per iteration cycle or sprint, and each sprint lasts for 2 weeks, a release containing a set of 3 features can be released in the market every 6 weeks. Since the product contains 9 features, if 3 features are planned for each release, it would take 3 releases to launch the entire product.</p>\r\n</blockquote>\r\n \r\n<p style=\"padding-left: 30px;\"><img class=\"aligncenter wp-image-2437 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/time-and-organize-your-product-release-2.png\" alt=\"\" width=\"830\" height=\"296\" /></p>\r\n\r\n<ul class=\"custom-padding-left-30\">\r\n <li>As the team becomes more conversant with the product with each development cycle, it tries to improve upon its velocity metric and speed up development work. More work can be taken up by the team per sprint which can reduce the total number of releases required to launch the product.</li>\r\n <li>Since features are launched in sets in releases, it becomes possible to receive end-user feedback at the end of each release rather than receiving the feedback after the entire product is deployed. Product owners can plan further rework to enhance the business value of the features even while the product is being developed. The rework can be taken up by the team as a “feature enhancement” task which can include all suggestions provided by end users to make the feature functionality more useful and powerful.</li>\r\n <li>Business value is delivered to the client at the end of each release. Therefore, it becomes easier to achieve the breakeven point and fulfill the marketing milestones.</li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\"><strong>2. Designing the sprints</strong></p>\r\n<p style=\"padding-left: 30px;\">A sprint is a predefined duration in days (generally lasting 1 or 2 weeks or more but not extending 1 month) during which the team develops valuable shippable software and delivers it to the client. Each sprint is planned in a special Agile event known as the sprint planning meeting. During sprint planning sessions, the product owner (a person responsible for delivering the value in the project) selects a few valuable and prioritized product development tasks (user stories) and presents them to the team for development purposes. The team decides how much work (number of tasks) it can complete in the development cycle (sprint) and creates a sprint backlog (a list of finalized features and working functionality) to be completed during the upcoming sprint.</p>\r\n<p style=\"padding-left: 30px;\">The team understands how each feature is to be developed and what criteria (acceptance criteria) should be fulfilled so that the particular feature can be considered as successfully completed (fulfill the Definition of Done). If the team has any doubts or needs any clarifications the product owner helps the team to understand the deliverables and what end users expect out of the proposed functionality.</p>\r\n<p style=\"padding-left: 30px;\">The team members i.e. the developers, designers, testers, technical writers, database administrators etc. than take up the proposed tasks from the sprint backlog based upon their levels of expertise and start decomposing the work (tasks) in a manner such that each task can be developed independently (provided they don’t have any dependencies).</p>\r\n<p style=\"padding-left: 30px;\">Working software is then developed by the team during the sprint.</p>\r\n<p style=\"padding-left: 30px;\">The objective of a sprint planning session is to:</p>\r\n\r\n<ul>\r\n <li>Establish a clearly defined goal for the sprint.</li>\r\n <li>Choose valuable and important tasks or user stories that support the sprint goal.</li>\r\n <li>Break or decompose work (user stories) into specific development tasks.</li>\r\n <li>Create a sprint backlog.</li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\"><img class=\"aligncenter wp-image-2442 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/time-and-organize-your-product-release-3.png\" alt=\"\" width=\"830\" height=\"554\" /></p>\r\n<p style=\"padding-left: 30px;\"><strong>3. Prioritizing the product backlog</strong></p>\r\n<p style=\"padding-left: 30px;\">Broadly speaking, the product backlog is a list of all activities (feature development, testing, documentation, and deployment) needed to build the product. Each project has a product vision that explains what the final product should be like i.e. what kind of features the product should have, what type of functionality the features should offer, how end users shall use the features etc. People involved with the project viz. stakeholders, end users, technical team and the product owner suggest feature requirements and functionality that can fulfill this product vision.</p>\r\n<p style=\"padding-left: 30px;\">The product backlog, therefore, is a \"wish\" list of all functionality desired in the product and keeps on growing in size over time as more and more requirements keep on adding in the list. Agile focuses upon the development of most valuable and important features first followed by less important ones so that maximum value in the project can be tapped and delivered in the form of working software to the client at the end of each product incremental cycle - the sprint. Hence it is required to arrange the product backlog such that valuable and most important tasks or development activities are contained at the top whereas less important requirements are placed in the middle. The process of prioritizing the product backlog as per the business value of the stories contained in it is also known as “backlog refinement” or “backlog grooming”.</p>\r\n<p style=\"padding-left: 30px;\"><img class=\"aligncenter wp-image-2445 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/capturing-and-prioritizing-the-business-value-3.png\" alt=\"\" width=\"830\" height=\"511\" /></p>\r\n\r\n<h1>Product monetization in Agile and traditional methods</h1>\r\n<img class=\"aligncenter wp-image-2446 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/time-and-organize-your-product-release-4.png\" alt=\"\" width=\"830\" height=\"305\" />\r\n<h1>Using the tool</h1>\r\n<p style=\"padding-left: 30px;\"><strong>1. Creating user stories for capturing requirements</strong></p>\r\n<p style=\"padding-left: 30px;\">Requirements in the form of user stories can be added dynamically to the product backlog:</p>\r\n <span style=\"color: #ff0000;\">[Place Image]</span>\r\n<p style=\"padding-left: 30px;\"><a href=\"https://www.quickscrum.com/ProductBacklog/ProductBacklogList\"><span style=\"color: #3366ff;\">https://www.quickscrum.com/ProductBacklog/ProductBacklogList</span></a></p>\r\n<p style=\"padding-left: 30px;\">Alternately, you can also add the stories while planning the sprint:</p>\r\n <span style=\"color: #ff0000;\">[Place Image]</span>\r\n<p style=\"padding-left: 30px;\"><a href=\"https://www.quickscrum.com/Sprint/SprintList\"><span style=\"color: #3366ff;\">https://www.quickscrum.com/Sprint/SprintList</span></a></p>\r\n<p style=\"padding-left: 30px;\">… or even while using the Scrum board:</p>\r\n <span style=\"color: #ff0000;\"> [Place Image]</span>\r\n<p style=\"padding-left: 30px;\"><a href=\"https://www.quickscrum.com/Task/TaskList\"><span style=\"color: #3366ff;\">https://www.quickscrum.com/Task/TaskList</span></a></p>\r\n<p style=\"padding-left: 30px;\">To find out more about adding stories visit:</p>\r\n<p style=\"padding-left: 30px;\"><a href=\"https://www.quickscrum.com/Help/119/add-a-story\"><span style=\"color: #3366ff;\">https://www.quickscrum.com/Help/119/add-a-story</span></a></p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Detailing the stories with relevant information</strong></p>\r\n<p style=\"padding-left: 30px;\">User stories form the base of all development activity. Therefore, for teams to develop meaningful and useful features, each story should be properly described and detailed by the client, end user or the person who requests the functionality. The value of a story depends upon how well its acceptance criteria is stated. The acceptance criteria is a set of statements with each state having a clear pass/fail result. The statements specify both functional and non-functional requirements. To find out more how to state the acceptance tests please visit:</p>\r\n<p style=\"padding-left: 30px;\"><a href=\"https://www.quickscrum.com/Help/138/define-acceptance-criteria\"><span style=\"color: #3366ff;\">https://www.quickscrum.com/Help/138/define-acceptance-criteria</span></a></p>\r\n<p style=\"padding-left: 30px;\"><strong>3. Prioritizing stories as per their importance and business value</strong></p>\r\n<p style=\"padding-left: 30px;\">The value of a project i.e. its ROI depends a lot on how stories are estimated and prioritized in the product backlog. To deliver high-value stories on a consistent basis, it is important to organize the backlog in a manner such that important and valuable stories can be found on the top and easily picked up for development purposes. To understand how to rearrange stories as per their importance please visit:</p>\r\n<p style=\"padding-left: 30px;\"><a href=\"https://quickscrum.com/Help/38/prioritize-story\"><span style=\"color: #3366ff;\">https://quickscrum.com/Help/38/prioritize-story</span></a></p>\r\n<p style=\"padding-left: 30px;\"><strong>4. Designing the sprints</strong></p>\r\n<p style=\"padding-left: 30px;\">Stories or feature tasks are developed in product incremental cycles called sprints. A few valuable and important stories – just enough number of stories that the team can successfully develop in a sprint and not more or less - are selected from the top of the prioritized product backlog by the team for development purpose. The team then discusses how the stories should be developed, what parameters should be fulfilled for the story to be considered as successfully developed (made shippable) and how the team members should decompose the stories into individually developable parts. The stories taken up for development are listed in a backlog called “sprint backlog”. The team then starts with the actual development work as the sprint commences. To find out how to design the sprints please visit:</p>\r\n<p style=\"padding-left: 30px;\"><a href=\"https://www.quickscrum.com/Sprint/SprintList\"><span style=\"color: #3366ff;\">https://www.quickscrum.com/Sprint/SprintList</span></a></p>\r\n<p style=\"padding-left: 30px;\">To read more about sprint designing visit:</p>\r\n<p style=\"padding-left: 30px;\"><a class=\"link-hover\" dir=\"ltr\" href=\"https://www.quickscrum.com/Help/56/sprint-planning\" target=\"_blank\" rel=\"noopener\"><u><span style=\"color: #3366ff;\">https://www.quickscrum.com/Help/56/sprint-planning</span></u></a></p>\r\n<p style=\"padding-left: 30px;\"><strong>5. Planning the releases</strong></p>\r\n<p style=\"padding-left: 30px;\">A release is made up of one or several sprints. Keeping the product vision and roadmap in mind, sprints are included in the release plan based upon what features are developed in them, and how much of value the sprints will deliver through the sprints. To read about how to plan your release please visit <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"https://www.quickscrum.com/Help/185/sg-Release-Planning\" target=\"_blank\" rel=\"noopener\"><u>https://www.quickscrum.com/Help/185/sg-Release-Planning</u></a></span>. It is very easy to create your release plan using the tool and you can find how to do it at <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"https://www.quickscrum.com/Help/49/release-planning\" target=\"_blank\" rel=\"noopener\"><u>https://www.quickscrum.com/Help/49/release-planning</u></a>.</span></p>\r\n\r\n<h1>Conclusion</h1>\r\nA release plan provides a common vision to the team regarding what goals need to be achieved, how and when. It helps the team to decide upon priorities and make informed decisions. From the management\'s point of view, a release plan offers a roadmap as to how the client and stakeholders can earn back their investment amount and plan further growth. Traditional project management processes support a single release plan whereas in Agile you can have multiples releases to avail the business value in the project at regular intervals of time. Find how Agile helps to monetize your work efforts in a short passage of time and how you should plan your product release using the Agile process.','How To Manage And Organize Your Product Release','','publish','open','open','','how-to-manage-and-organize-your-product-release','','','2018-09-13 12:45:27','2018-09-13 07:15:27','',0,'https://product.quickscrum.com/?p=4425',0,'post','',0),(4426,13,'2018-09-13 12:32:47','2018-09-13 07:02:47','In Agile Scrum, each day before the daily sprint commences, the team holds a short meeting known as the Scrum daily meeting. The meeting is also referred to as the “daily stand-up” by most Scrum professionals. Typically, the meeting is held in the same place, or location, where the team works. The daily Scrum should be held in the morning and should be time-boxed. It should not exceed more than fifteen minutes each day.\r\n\r\n<img class=\"aligncenter wp-image-2337 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/scrum-daily-meeting.png\" alt=\"\" width=\"830\" height=\"350\" />\r\n<h1>Who attends?</h1>\r\nIt is mandatory for the entire development team to attend the daily Scrum. The product owner and the scrum master are “committed” to attend the meeting. The product owner “owns” the project on behalf of the stakeholders and is primarily responsible for the success or failure of the project. Therefore, it is important that he or she attend the meeting. The Scrum master overlooks the Scrum process and ensures that Scrum is implemented in a proper manner by the team at all times. So, it is imperative for the Scrum master to attend the meeting. The meeting is held to discuss what the development team is “going to do” on that particular day. The team members have to attend the meeting too. Even stakeholders can attend the meeting if they so desire, but they should participate passively and refrain from joining the discussion with team members.\r\n<p style=\"padding-left: 30px;\"><strong>Three important daily Scrum questions</strong></p>\r\n<p style=\"padding-left: 30px;\">Discussions are short and relevant in the daily Scrum. The stand-ups should not be held to resolve problems or discuss any topic other than what the team has planned to do on that particular day. Ideally, only three aspects ought to be discussed during the meeting.</p>\r\n<p style=\"padding-left: 30px;\">1. What, and how much “work” was done “yesterday” or the day before?</p>\r\n<p style=\"padding-left: 30px;\">2. What does the team propose to do “today” or that particular working day?</p>\r\n<p style=\"padding-left: 30px;\">3. Did the team members face any impediments or issues? If so, what were they?</p>\r\n\r\n<h1>Common pitfalls in the daily Scrum meeting</h1>\r\nMany times Agile teams fail to get optimum benefits from the daily Scrum meeting. The primary reason why this happens is that the team can get “sidetracked” with other issues or discussions. Another reason could be that the Scrum process may not be implemented properly, and teams may fail to work in accordance with Agile principles and rules. It is imperative to know what can make the daily Scrum ineffective.\r\n\r\n<img class=\"aligncenter wp-image-2345 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/scrum-daily-meeting-1.png\" alt=\"\" width=\"830\" height=\"267\" />\r\n<p style=\"padding-left: 30px;\"><strong>1. Using the daily Scrum as a \"status report\" meeting</strong></p>\r\n<p style=\"padding-left: 30px;\">The main purpose of the daily Scrum is to avail feedback from the team and identify any problematic issues faced by the team members. Scrum principles suggest a proper line of action be taken on the basis of feedback received from the team. If the team fails to complete any of the tasks planned the day before, the Scrum Master is supposed to demand an explanation and identify possible reasons why the team failed to deliver productivity. This could affect the team velocity in future sprints. The meeting should not be used as a mere “status report” meeting. Proper action should be taken depending upon the feedback availed.</p>\r\n<p style=\"padding-left: 30px;\"><strong>2. The stand-up keeps “dragging” on and on</strong></p>\r\n<p style=\"padding-left: 30px;\">Each Scrum even is timeboxed, including the daily stand-up. It should not exceed more than fifteen minutes each day. If the stand-up consumes more time than ideally recommended, the team may end up compromising upon the productivity it is supposed to deliver that day. This can affect the team’s velocity since user stories and tasks may not be “developed” on time.</p>\r\n<p style=\"padding-left: 30px;\"><strong>3. Avoiding the meeting altogether</strong></p>\r\n<p style=\"padding-left: 30px;\">It is important to hold the daily Scrum each working day and discuss the three important questions mentioned above. At times, team members may feel there is “little value” in discussing “routine work-related matters” and avoid holding the meeting altogether. The general belief is that daily Scrums are a waste of time since nothing important is being discussed in them. This should not be the case. The daily Scrum has its own importance and significance in the Scrum process. The meeting is held to avail feedback regarding the team progress and removing any problems faced. Scrum stresses upon timely feedback since the important Scrum principles “inspect” and “adapt” cannot be fulfilled without availing feedback from the process flow.</p>\r\n<p style=\"padding-left: 30px;\"><strong>4. The daily Scrum becomes a \"no problem\" meeting</strong></p>\r\n<p style=\"padding-left: 30px;\">It is not necessary that the team should face impediments or issues on a routine basis and “inform” the Scrum master regarding the same. Most of the day\'s work may proceed without any hassles during the daily sprints. However, in the event any of the team members do face any issue, he or she should report it during the daily Scrum. A common mistake is not to discuss the particular problem “in front” of other team members, but try to resolve it independently. If any team members face a common issue, there could be something fundamentally wrong with the project design and the “glitch” should be properly identified and removed on a permanent basis. If team members fail to report problems, the inspect and adapt principles cannot be fulfilled, and Scrum may “fail” at that particular instance.</p>','Scrum Daily Meeting','','publish','open','open','','scrum-daily-meeting','','','2018-09-13 12:32:47','2018-09-13 07:02:47','',0,'https://product.quickscrum.com/?p=4426',0,'post','',0),(4427,12,'2018-09-13 12:00:20','2018-09-13 06:30:20','When a new product or a set of new product features providing some value to customers or end users is launched in the market, the launch activity is described as a product release. A product release helps to create a value stream for business owners. Its function is to bring in capital for the business by generating a profit. Product based companies – especially those following a SaaS model - have to depend heavily upon releases to grow and sustain their growth over time.\r\n\r\nOrganizations can grow only if the products they manufacture are released at the correct time and in the correct manner. If a product is released prematurely before it can be properly tested and made shippable, it could result in end users experiencing bugs or regression. This can lead to a bad user experience and even affect brand reputation. On the other hand, if a product is released too late it could prevent the organization from availing the business value in the time leading to stressful financial conditions for the project owners. Projects may be forced to close down if they can\'t sustain themselves over time. Therefore releasing the product in the right manner at the right time is very important.\r\n\r\nBoth traditional Waterfall processes and Agile methods facilitate product release. However, the manner and frequency of the releases vary considerably depending upon which method or process is employed by the team to manage the software project.\r\n\r\n<img class=\"size-full wp-image-2435 aligncenter\" src=\"http://137.116.134.50/wp-content/uploads/2018/09/time-and-organize-your-product-release-1.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n<h1>Doing it the traditional way</h1>\r\nTraditional processes are best suited when the scope and time of the project are fixed. However, in practice, stakeholders may request changes in existing features and functionality as and when market conditions change. This can delay the development process and extend the deadline since the team may be forced to take up unplanned design and/or functionality related work which it has not anticipated and accounted for at the time of project inception. In Waterfall processes as the project completion and the release date are fixed at the onset, the development team is often kept under pressure to deliver work – both planned work as well as feature changes related - within the stipulated deadline. Teams may find it difficult to cope up with the added development activity and start cutting corners to complete work in time. As a result, the release may contain bugs and have faulty functionality which reduces user experience and even lead to a bad brand image.\r\n\r\nOwing to the staged process flow, Waterfall processes are irreversible in nature. The product can be released only after the project completes. Moreover, since only a single version of the product can be designed at a time in the project, you can’t have multiple product releases supporting upgrade versions for the same product in the same project. It’s also difficult to address risk mitigation since defects found in later stages cannot be reworked upon and corrected by reverting back to prior stages. It can be also difficult to adapt to changes in the product design once the project is documented and the development process starts. Therefore the business value of the release cannot be increased or enhanced once the project deliverables are decided.\r\n\r\nThus, you can be sure of releasing your product on time using traditional methods only if you’re absolutely sure about the project’s scope, know exactly what you’re going to design and develop in your project and whether you can estimate your team’s velocity (the speed or rate at which the development team can complete work in a given duration of time) correctly.\r\n<h1>How Agile does it</h1>\r\nThe success of a product release depends primarily upon what functionality the features offered in the release and how useful they are to end users. The business value in a project can be availed only if the releases are properly designed and planned. To make a release valuable, Agile tends to focus upon the following aspects:\r\n<ul>\r\n <li>Can the business value be delivered in the form of a releasable product?</li>\r\n <li>Is the goal of building a reliable product with the desired quality met?</li>\r\n <li>Can the project successfully deliver the product releases on time?</li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\"><strong>1. Planning the releases</strong></p>\r\n<p style=\"padding-left: 30px;\">In Agile since development is carried out of the product on incremental cycles bases, the release of a product depends primarily upon the development team’s velocity metric which indicates how much of work the team can handle or get done per iteration cycle. Given the speed at which the team can deliver shippable product features, it can be planned how many sprints are required to develop a particular set of features. The features set is made available to the end users in the form of a release. The goal of a release is to deliver working software to end users as quickly as possible.</p>\r\n\r\n<blockquote>\r\n<p style=\"padding-left: 30px;\">For explanation, suppose a product has 9 features. If the team has a capacity of developing 1 feature per iteration cycle or sprint, and each sprint lasts for 2 weeks, a release containing a set of 3 features can be released in the market every 6 weeks. Since the product contains 9 features, if 3 features are planned for each release, it would take 3 releases to launch the entire product.</p>\r\n</blockquote>\r\n \r\n<p style=\"padding-left: 30px;\"><img class=\"size-full wp-image-2437 aligncenter\" src=\"http://137.116.134.50/wp-content/uploads/2018/09/time-and-organize-your-product-release-2.png\" alt=\"\" width=\"830\" height=\"296\" /></p>\r\n\r\n<ul class=\"custom-padding-left-30\">\r\n <li>As the team becomes more conversant with the product with each development cycle, it tries to improve upon its velocity metric and speed up development work. More work can be taken up by the team per sprint which can reduce the total number of releases required to launch the product.</li>\r\n <li>Since features are launched in sets in releases, it becomes possible to receive end-user feedback at the end of each release rather than receiving the feedback after the entire product is deployed. Product owners can plan further rework to enhance the business value of the features even while the product is being developed. The rework can be taken up by the team as a “feature enhancement” task which can include all suggestions provided by end users to make the feature functionality more useful and powerful.</li>\r\n <li>Business value is delivered to the client at the end of each release. Therefore, it becomes easier to achieve the breakeven point and fulfill the marketing milestones.</li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\"><strong>2. Designing the sprints</strong></p>\r\n<p style=\"padding-left: 30px;\">A sprint is a predefined duration in days (generally lasting 1 or 2 weeks or more but not extending 1 month) during which the team develops valuable shippable software and delivers it to the client. Each sprint is planned in a special Agile event known as the sprint planning meeting. During sprint planning sessions, the product owner (a person responsible for delivering the value in the project) selects a few valuable and prioritized product development tasks (user stories) and presents them to the team for development purposes. The team decides how much work (number of tasks) it can complete in the development cycle (sprint) and creates a sprint backlog (a list of finalized features and working functionality) to be completed during the upcoming sprint.</p>\r\n<p style=\"padding-left: 30px;\">The team understands how each feature is to be developed and what criteria (acceptance criteria) should be fulfilled so that the particular feature can be considered as successfully completed (fulfill the Definition of Done). If the team has any doubts or needs any clarifications the product owner helps the team to understand the deliverables and what end users expect out of the proposed functionality.</p>\r\n<p style=\"padding-left: 30px;\">The team members i.e. the developers, designers, testers, technical writers, database administrators etc. than take up the proposed tasks from the sprint backlog based upon their levels of expertise and start decomposing the work (tasks) in a manner such that each task can be developed independently (provided they don’t have any dependencies).</p>\r\n<p style=\"padding-left: 30px;\">Working software is then developed by the team during the sprint.</p>\r\n<p style=\"padding-left: 30px;\">The objective of a sprint planning session is to:</p>\r\n\r\n<ul>\r\n <li>Establish a clearly defined goal for the sprint.</li>\r\n <li>Choose valuable and important tasks or user stories that support the sprint goal.</li>\r\n <li>Break or decompose work (user stories) into specific development tasks.</li>\r\n <li>Create a sprint backlog.</li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\"><img class=\"size-full wp-image-2442 aligncenter\" src=\"http://137.116.134.50/wp-content/uploads/2018/09/time-and-organize-your-product-release-3.png\" alt=\"\" width=\"830\" height=\"554\" /></p>\r\n<p style=\"padding-left: 30px;\"><strong>3. Prioritizing the product backlog</strong></p>\r\n<p style=\"padding-left: 30px;\">Broadly speaking, the product backlog is a list of all activities (feature development, testing, documentation, and deployment) needed to build the product. Each project has a product vision that explains what the final product should be like i.e. what kind of features the product should have, what type of functionality the features should offer, how end users shall use the features etc. People involved with the project viz. stakeholders, end users, technical team and the product owner suggest feature requirements and functionality that can fulfill this product vision.</p>\r\n<p style=\"padding-left: 30px;\">The product backlog, therefore, is a \"wish\" list of all functionality desired in the product and keeps on growing in size over time as more and more requirements keep on adding in the list. Agile focuses upon the development of most valuable and important features first followed by less important ones so that maximum value in the project can be tapped and delivered in the form of working software to the client at the end of each product incremental cycle - the sprint. Hence it is required to arrange the product backlog such that valuable and most important tasks or development activities are contained at the top whereas less important requirements are placed in the middle. The process of prioritizing the product backlog as per the business value of the stories contained in it is also known as “backlog refinement” or “backlog grooming”.</p>\r\n<p style=\"padding-left: 30px;\"><img class=\"size-full wp-image-2445 aligncenter\" src=\"http://137.116.134.50/wp-content/uploads/2018/09/capturing-and-prioritizing-the-business-value-3.png\" alt=\"\" width=\"830\" height=\"511\" /></p>\r\n\r\n<h1>Product monetization in Agile and traditional methods</h1>\r\n<img class=\"size-full wp-image-2446 aligncenter\" src=\"http://137.116.134.50/wp-content/uploads/2018/09/time-and-organize-your-product-release-4.png\" alt=\"\" width=\"830\" height=\"305\" />\r\n<h1>Using the tool</h1>\r\n<p style=\"padding-left: 30px;\"><strong>1. Creating user stories for capturing requirements</strong></p>\r\n<p style=\"padding-left: 30px;\">Requirements in the form of user stories can be added dynamically to the product backlog:</p>\r\n <span style=\"color: #ff0000;\">[Place Image]</span>\r\n<p style=\"padding-left: 30px;\"><a href=\"https://www.quickscrum.com/ProductBacklog/ProductBacklogList\"><span style=\"color: #3366ff;\">https://www.quickscrum.com/ProductBacklog/ProductBacklogList</span></a></p>\r\n<p style=\"padding-left: 30px;\">Alternately, you can also add the stories while planning the sprint:</p>\r\n <span style=\"color: #ff0000;\">[Place Image]</span>\r\n<p style=\"padding-left: 30px;\"><a href=\"https://www.quickscrum.com/Sprint/SprintList\"><span style=\"color: #3366ff;\">https://www.quickscrum.com/Sprint/SprintList</span></a></p>\r\n<p style=\"padding-left: 30px;\">… or even while using the Scrum board:</p>\r\n <span style=\"color: #ff0000;\"> [Place Image]</span>\r\n<p style=\"padding-left: 30px;\"><a href=\"https://www.quickscrum.com/Task/TaskList\"><span style=\"color: #3366ff;\">https://www.quickscrum.com/Task/TaskList</span></a></p>\r\n<p style=\"padding-left: 30px;\">To find out more about adding stories visit:</p>\r\n<p style=\"padding-left: 30px;\"><a href=\"https://www.quickscrum.com/Help/119/add-a-story\"><span style=\"color: #3366ff;\">https://www.quickscrum.com/Help/119/add-a-story</span></a></p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Detailing the stories with relevant information</strong></p>\r\n<p style=\"padding-left: 30px;\">User stories form the base of all development activity. Therefore, for teams to develop meaningful and useful features, each story should be properly described and detailed by the client, end user or the person who requests the functionality. The value of a story depends upon how well its acceptance criteria is stated. The acceptance criteria is a set of statements with each state having a clear pass/fail result. The statements specify both functional and non-functional requirements. To find out more how to state the acceptance tests please visit:</p>\r\n<p style=\"padding-left: 30px;\"><a href=\"https://www.quickscrum.com/Help/138/define-acceptance-criteria\"><span style=\"color: #3366ff;\">https://www.quickscrum.com/Help/138/define-acceptance-criteria</span></a></p>\r\n<p style=\"padding-left: 30px;\"><strong>3. Prioritizing stories as per their importance and business value</strong></p>\r\n<p style=\"padding-left: 30px;\">The value of a project i.e. its ROI depends a lot on how stories are estimated and prioritized in the product backlog. To deliver high-value stories on a consistent basis, it is important to organize the backlog in a manner such that important and valuable stories can be found on the top and easily picked up for development purposes. To understand how to rearrange stories as per their importance please visit:</p>\r\n<p style=\"padding-left: 30px;\"><a href=\"https://quickscrum.com/Help/38/prioritize-story\"><span style=\"color: #3366ff;\">https://quickscrum.com/Help/38/prioritize-story</span></a></p>\r\n<p style=\"padding-left: 30px;\"><strong>4. Designing the sprints</strong></p>\r\n<p style=\"padding-left: 30px;\">Stories or feature tasks are developed in product incremental cycles called sprints. A few valuable and important stories – just enough number of stories that the team can successfully develop in a sprint and not more or less - are selected from the top of the prioritized product backlog by the team for development purpose. The team then discusses how the stories should be developed, what parameters should be fulfilled for the story to be considered as successfully developed (made shippable) and how the team members should decompose the stories into individually developable parts. The stories taken up for development are listed in a backlog called “sprint backlog”. The team then starts with the actual development work as the sprint commences. To find out how to design the sprints please visit:</p>\r\n<p style=\"padding-left: 30px;\"><a href=\"https://www.quickscrum.com/Sprint/SprintList\"><span style=\"color: #3366ff;\">https://www.quickscrum.com/Sprint/SprintList</span></a></p>\r\n<p style=\"padding-left: 30px;\">To read more about sprint designing visit:</p>\r\n<p style=\"padding-left: 30px;\"><a class=\"link-hover\" dir=\"ltr\" href=\"https://www.quickscrum.com/Help/56/sprint-planning\" target=\"_blank\" rel=\"noopener\"><u><span style=\"color: #3366ff;\">https://www.quickscrum.com/Help/56/sprint-planning</span></u></a></p>\r\n<p style=\"padding-left: 30px;\"><strong>5. Planning the releases</strong></p>\r\n<p style=\"padding-left: 30px;\">A release is made up of one or several sprints. Keeping the product vision and roadmap in mind, sprints are included in the release plan based upon what features are developed in them, and how much of value the sprints will deliver through the sprints. To read about how to plan your release please visit <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"https://www.quickscrum.com/Help/185/sg-Release-Planning\" target=\"_blank\" rel=\"noopener\"><u>https://www.quickscrum.com/Help/185/sg-Release-Planning</u></a></span>. It is very easy to create your release plan using the tool and you can find how to do it at <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"https://www.quickscrum.com/Help/49/release-planning\" target=\"_blank\" rel=\"noopener\"><u>https://www.quickscrum.com/Help/49/release-planning</u></a>.</span></p>\r\n\r\n<h1>Conclusion</h1>\r\nA release plan provides a common vision to the team regarding what goals need to be achieved, how and when. It helps the team to decide upon priorities and make informed decisions. From the management\'s point of view, a release plan offers a roadmap as to how the client and stakeholders can earn back their investment amount and plan further growth. Traditional project management processes support a single release plan whereas in Agile you can have multiples releases to avail the business value in the project at regular intervals of time. Find how Agile helps to monetize your work efforts in a short passage of time and how you should plan your product release using the Agile process.','How To Manage And Organize Your Product Release','','inherit','closed','closed','','4425-revision-v1','','','2018-09-13 12:00:20','2018-09-13 06:30:20','',4425,'https://product.quickscrum.com/4425-revision-v1/',0,'revision','',0),(4433,4,'2018-09-13 12:19:40','2018-09-13 06:49:40','In Agile Scrum, each iteration cycle begins with a Scrum planning meeting, which is also known as a “sprint planning meeting.” In the meeting, the product owner and the development team select user stories from the product backlog for development purposes. The meeting is time-boxed and can last from four to six hours depending upon how many stories have to be selected, and how much time the team takes in distributing the development tasks amongst themselves.\r\n\r\n<img class=\"aligncenter wp-image-2924 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/manual-vs-computerised-s-p-m.png\" alt=\"\" width=\"830\" height=\"369\" />\r\n<h2>Purpose of Scrum planning meeting</h2>\r\nThe scrum planning meeting is basically a discussion between the product owner and the team members. The main idea of holding the sprint planning meeting is to select product backlog items having high business values from the top of the product backlog (provided the product backlog has been refined and organized as per business values linked with the product backlog items). High priority stories are carefully selected and transferred to the sprint backlog for development purposes. Scrum suggests that product features having more importance in terms of their business values, or market worth, should be developed first, followed by less important ones. This is done to ensure that the value of the project does not reduce over time. The PO is responsible for delivering a project having a certain business value to the stakeholders. This is possible when the product features and functionality have a certain financial “worth” in the market based upon how important they are from the end users point of view, and how much the end users are likely to pay for using them. Therefore, the PO selects high-value user stories to maintain the project value at all times, even while the product is currently being developed.\r\n<h2>Accepting and rejecting user stories during the meeting</h2>\r\nWhile the PO can suggest high priority user stories to the team, the team has the “right” to accept or reject them after giving valid reasons regarding its decisions. A user story may not be defined properly, or the team may fail to understand the acceptance criteria associated with a story. In such cases, the team can inform the PO to update the particular story and “reject” its development for the time being. Stories or product items are added to the sprint backlog only after they are Okayed by both the PO and the development team members.\r\n<h2>Manual vs. computerized Agile boards</h2>\r\nIf the Agile team is using manual Agile methods to develop the project, user stories can be “selected” by “pasting” index cards on the Scrum whiteboards. Each index card represents a unique user story. The board may be bifurcated into three columns - “To Do”, “In Progress”, and “Completed” – to indicate the current sprint status. As stories get completed, they are moved from “To Do”, to “In Progress”, and finally in the “Completed” section of the whiteboard. Teams using electronic or digital scrum tools have a “virtual” whiteboard, which generally keeps on updating itself as and when sprint backlog items are created, and user stories are completed.\r\n<h2>Current Scrum planning meeting trends</h2>\r\nTraditionally, the product owner decided which stories should be “picked up” from the product backlog and transferred to the sprint backlog for development purposes. Nowadays, the sprint planning meeting has evolved to become a “single” Scrum event, and the role of the PO has also been changed. Rather than the PO deciding which stories to pick, the entire team takes an active part in the decision process, and the team decides jointly with the PO as to which stories should be selected and how the sprint backlog should be created.','Scrum Planning Meeting','','inherit','closed','closed','','4417-revision-v1','','','2018-09-13 12:19:40','2018-09-13 06:49:40','',4417,'https://product.quickscrum.com/4417-revision-v1/',0,'revision','',0),(4438,4,'2018-09-13 12:20:53','2018-09-13 06:50:53','<div class=\"detail-box\">\r\n<div class=\"row\">\r\n<div class=\"col-lg-20 col-md-20 col-sm-20 col-xs-18 full-width\">\r\n<div></div>\r\n<div class=\"rating list-unstyled\"><span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #3366ff;\">Product backlogs are very important in Scrum</span></a> </span>since the entire product is “manufactured” by developing the set of product features and functionalities contained therein. A product backlog is a prioritized list of product features and contains short descriptions of all the functionalities envisioned in the product. While starting with a project in Scrum, it is important to write down “everything needed” to develop the product in totality. The stakeholders provide a “wish” list of all features desired in the product. Subsequently, the product owner creates a product backlog based upon the wish list. When enough “items” are created in the backlog, the actual Scrum process commences with a sprint planning meeting in which a few product backlog items having high business values are selected in the sprint backlog for development purposes.</div>\r\n<div>\r\n\r\nThe product backlog can “change” over time as the project begins. New features in the form of user stories or product backlog items may be added to enhance the product’s value in the market. The stakeholders may desire additional functionality in already developed product features to remain “in tune” with end users requirements and market-specific demands. It is important to carry out routine “grooming” activity and keep the backlog updated at all times to ensure that the business value of the project is maintained at all times – even while the product is being developed.\r\n\r\nThe product backlog items or user stories primarily consist of:\r\n<ul>\r\n <li>Product features and functionality</li>\r\n <li>Bugs</li>\r\n <li>Epics – “Large” or “un-grained” feature items</li>\r\n <li>Technical reference/documentation</li>\r\n <li>Knowledge acquisition process/activity</li>\r\n</ul>\r\nUser stories may also consist of other technical “stuff” and aspects but generally, include the above.\r\n\r\n<img class=\"aligncenter wp-image-2340 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/product-backlogs.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n<h1>Properties of a Scrum product backlog</h1>\r\nTo be useful and effective, a Scrum product backlog should exhibit certain characteristics.\r\n<p style=\"padding-left: 30px;\"><strong>1. Visible to everybody</strong></p>\r\n<p style=\"padding-left: 30px;\">The entire Agile team needs to refer the product backlog at some time or the other. The product owner and the development team may access the product backlog on a daily basis, while the stakeholders may desire to check the business value of backlog items on a periodic basis to ensure that the business value of user stories is maintained. The Scrum master may refer to it to ascertain the acceptance criteria during the daily sprints. The product backlog should be easily accessible to all. Moreover, Scrum advocates transparency in all of its processes. The backlog should be visible to everyone.</p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Be a “single source” and reflect the “truth”</strong></p>\r\n<p style=\"padding-left: 30px;\">It is important to <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"https://www.quickscrum.com/Home/ProductBacklog\" target=\"_blank\" rel=\"noopener\">maintain a “single” copy or version of the product backlog</a></span>. More than one “versions” of the backlog can lead to confusion – the team may erroneously start picking up user stories from outdated versions simply because it is unsure which version is most updated and should be followed. Moreover, the backlog should be properly refined from time to time through the grooming sessions. User stories in the backlog should be updated with respect to their business values so high priority stories can be selected in the sprint backlog during sprint planning sessions. The project should maintain its “business worth” at all times – even while the product is being developed.</p>\r\n<p style=\"padding-left: 30px;\"><strong>3. Be dynamic in nature</strong></p>\r\n<p style=\"padding-left: 30px;\">The product backlog functions as a “living” artifact in Scrum. It is constantly updated and groomed by the product owner and team members. When the market conditions change or stakeholders feel the business value of the product can be further enhanced through the addition of new features, the backlog is updated to include those changes. Old or undeveloped user stories, which have lost their business values, can be removed from the backlog. The backlog items keep on “changing” all the time, and the backlog rarely remains “static”. The backlog should be dynamic in nature.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Product Backlogs','','inherit','closed','closed','','4405-revision-v1','','','2018-09-13 12:20:53','2018-09-13 06:50:53','',4405,'https://product.quickscrum.com/4405-revision-v1/',0,'revision','',0),(4440,12,'2018-09-13 12:25:11','2018-09-13 06:55:11','<pre><strong><em>Audience:</em></strong>\r\n<em>The intended audience for this article includes people who\'re associated with project management and want to know about the monitoring process in Agile projects. The objective is to explain the \r\nimportance of monitoring projects and monitoring parameters in Agile. The article is ideally \r\nrecommended for start-up companies, project managers, CXOs and decision makers of\r\nsoftware development companies new to Agile and planning to implement Agile in their work flow.</em></pre>\r\nMany times, complex or long-term projects exceed their budget, or deadlines, or even both, or fail due to some reason or the other. For investors and clients, the ROI is the main point of concern. If break-even points are not achieved early in the project it often leads to financially stressed conditions which tend to force management to undertake drastic steps to curb additional expenditure, or simply stop the project if additional funds are not available to sustain it. One of the commonest factors which lead to non-productive projects is the inability of the team to deliver project value at regular intervals of time. Rather than indulging in post-project failure discussions to retrospect the causes of a failed project, effective monitoring of projects can help teams and management to streamline ongoing projects and make them successful.\r\n\r\n<img class=\"aligncenter wp-image-2073 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/08/failure-of-projects-1.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n<h1>Why should projects be monitored?</h1>\r\nTo monitor a project is to, routinely gather information pertaining to all aspects of the project, observe and record all activities occurring in it. Monitoring involves a systematic and purposeful observation of all ongoing processes in the project. It also includes giving meaningful feedback to the investors and project owners regarding the project status and how the milestones are likely to be achieved over time so informed decisions can be made by them.\r\n\r\nMonitoring does not involve just staring at a computer monitor spewing out data from analytics tools and generating reports for the management and team members. The project manager or the process-in-charge needs to understand the metrics and forecast where the project is heading in accordance with the efforts put in by the team and how well the team is performing at the moment. Moreover, other constraints such as budget availability, short staffing, project deadlines and other issues popping up in day-to-day activities also need to be considered as to how they’re likely to affect the success and sustenance of the ongoing project.\r\n\r\nMonitoring provides information as to what the status of a particular program, project or policy is at any moment, or is going to be over time, and how well the functioning of various processes in the project, including the resources allotted for it, relates to targets and deliverables. Its focus should also be on optimum utilization of the resources made available for the project. The objective is to track the gap between what was originally planned and what is actually happening now.\r\n\r\nTherefore, the primary reason why projects should be monitored is to:\r\n<ul>\r\n <li>Get sound visibility into project execution.</li>\r\n <li>Determine what actions need to be taken to ascertain those project objectives and goals are successfully met.</li>\r\n <li>How project goals relate to team efforts, delivery schedules and quality of deliverables.</li>\r\n <li>Allow the team to educate and learn for itself from its past experiences and improve its productivity levels.</li>\r\n <li>Make the team accountable for the work it carries out by evaluating the performance metrics.</li>\r\n <li>Justify the capital invested by the stakeholders and investors.</li>\r\n</ul>\r\n<h1>What to monitor?</h1>\r\nThe nature of the project, its goals and objectives, and its deliverables primarily indicate what parameters should be ideally monitored and in what manner. It can be difficult to generalize the “what” aspect since it may differ from project to project. Generally, the key performance indicators (KPIs) used for monitoring the progress levels in a project are set up collectively by the client and project manager based upon their project related needs and deliverables. Some of the important aspects to monitor for a project can be:\r\n\r\n<img class=\"aligncenter wp-image-2072 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/08/failure-of-projects-2.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n\r\n<strong>Objectives and needs of the client</strong>\r\nIs the client’s project vision fulfilled and are the project’s milestones successfully met?\r\n\r\n<strong>The efficiency level of the team</strong>\r\nIs the team working as per the development plan and are enough efforts put in to meet the deadlines?\r\n\r\n<strong>Collaboration and communication levels</strong>\r\nIs the team working together in a harmonious manner and pursuing the goals collectively with a single focus?\r\n\r\n<strong>Business value and work monetization</strong>\r\nIs the work delivered by the team monetizable?\r\n\r\n<strong>Risk mitigation</strong>\r\nWhat are the risks involved in the project? Can they be identified in time? Can they be resolved?\r\n<h1>Levels of monitoring</h1>\r\nA project should be ideally monitored at three main levels to get a clear insight regarding its current status so corrective measures can be taken well in time.\r\n<p style=\"padding-left: 30px;\"><strong>1. Activity level monitoring</strong></p>\r\n<p style=\"padding-left: 30px;\">It is done to ensure that each activity defined in the project schedule is carried out in a proper manner and within the time box allotted for it. It can be done by holding daily meetings with the team, or alternately the project manager can check the status of all tasks scheduled to be carried out for the day. Typically, the daily tasks to be carried out by team members are listed on paper and their completion status is checked at the end of the day to identify any pending work remaining on that particular day. This level of monitoring is basic to all project management processes since it makes the team accountable for the work assigned to it. It is to ascertain that the project proceeds as per plan and delivery deadlines can be met successfully.</p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Project status reporting</strong></p>\r\n<p style=\"padding-left: 30px;\">Usually generated once a week, project status reports often contain a summary of all tasks completed successfully by the team in the week gone by against the actual activities planned for that week. The idea is to identify how much of work is completed in the project, how much of it is still pending, and whether the deliverables can be produced by the team considering its current rate of delivering work. It also helps to identify the causes of delays logged by the team and pinpoint any pitfalls hampering team productivity.</p>\r\n<p style=\"padding-left: 30px;\"><strong>3. Milestone analysis</strong></p>\r\n<p style=\"padding-left: 30px;\">An analysis is done every few weeks to make sure whether milestones supporting the project vision are, or can be, achieved within the time duration allotted for its completion, and to find out how much of efforts are actually put in by the entire team over time to achieve the proposed milestones. When plotted on a graph, it helps to identify any deviations occurring in the proposed “line” of project completion versus time. If the deviation is severe or more and objectives are not met with time, project managers need to identify and understand the root causes and undertake corrective measures in time to correct the deviation so milestone deadlines can be met successfully.</p>\r\n\r\n<h1>Monitoring Agile projects</h1>\r\nThe success of an Agile project is not dependent only upon whether the process is properly implemented in the project or not. Three factors count – monitoring the progress, monitoring how Agile principles are followed by the team, monitoring how the business value is acquired.\r\n<p style=\"padding-left: 30px;\"><strong>1. Monitoring the project progress</strong>\r\nThere are three main metrics for monitoring the project’s progress.</p>\r\n<img class=\"aligncenter wp-image-2071 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/08/failure-of-projects-3.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n<p style=\"padding-left: 60px;\"><strong><span style=\"font-size: 24px;\">• </span> Sprint Burndown</strong></p>\r\n<p style=\"padding-left: 60px;\">An Agile team organizes its work in time-boxed durations called “sprints” which range from two weeks to a maximum of one month. The entire software is developed by the development team in these sprints. The sprint burndown metric tracks how the team has completed work throughout the sprint.</p>\r\n<p style=\"padding-left: 60px;\"><strong><span style=\"font-size: 24px;\">• </span> Release Burndown</strong></p>\r\n<p style=\"padding-left: 60px;\">While the sprint burndown metric focuses upon work completion at the iteration sprint level, the release burndown metric takes into consideration the status of various sprints covering the entire project. In Agile the product is released in stages – in the form of individual releases - by developing a set of features for each release. Business value in the project is acquired by releasing the product features in the market in the form of planned releases or versions ranging over a specific duration of time. The release burndown metric is useful for determining how much work is still left in the project and when the business value in the project can be realized over time. It is also useful for identifying any “scope creep” i.e. if more requirements are added to the original project and the scope of the project has increased significantly. To avoid scope creep from affecting the value of deliverables, the product owner always suggests important stories having high business values to the team for development purposes in the sprint.</p>\r\n<p style=\"padding-left: 60px;\"><strong><span style=\"font-size: 24px;\">• </span> Velocity</strong></p>\r\n<p style=\"padding-left: 60px;\">It is the amount of work, in the form of user stories that the team completes during a particular sprint. It is an important metric for forecasting how much work the team can handle in a sprint and the product owner uses it to decide how many stories should be selected for the sprint. It is a metric tracking the total work completed in the sprint versus sprint days. As the team executes sprints over time and takes up more work in the sprints, the metric improves and becomes more consistent over time.</p>\r\n<strong>2. Monitoring Agile implementation</strong>\r\nIn Scrum, an Agile based process, a special role is dedicated for overseeing the implementation of Agile principles in the project. The Scrum Master functions as a facilitator and ensures that the team follows the process in a proper manner. He/she ensures that the team does not face any impediments while working and also overlooks the various events or ceremonies involved in the process.\r\n\r\n<strong>3. Monitoring the business value</strong>\r\nA major difference between tradition project management methods and Agile is that the former focuses on delivering software fulfilling just client-based requirements while Agile believes in maximizing the ROI through continuous delivery of shippable software and reducing waste. Re-planning of the deliverables can be easily done using Agile. Therefore, Agile measures outcomes over outputs and measures the Earned Business Value \"EBV\" metric. The metric also takes into consideration how efficient and effective the team is performing while it delivers the business value in the project.\r\n\r\nThe business value can be calculated as:\r\n\r\nEBV = Earned Business Value = The total of all Business Value Indices for completed stories =?BVI(story) for all the stories completed in the first n sprints.\r\n<h1>Types of issues faced during Agile implementation and how to resolve them</h1>\r\nBased upon the open-mindedness of the team, its cultural and education levels, the degree of professionalism and the willingness to accept change management, development teams may find it moderately or very hard to accept Agile. Some common issues are mentioned herein.\r\n\r\n<strong>Agile implementation issues</strong>\r\n\r\nThere can be many types of issues related to Agile implementation. However, a couple of common ones are discussed here.\r\n\r\n<strong>1. Resisting change</strong>\r\n\r\nThis can be a very common issue in Agile implementation. Teams following traditional development methods are very much used in the staged processes and feel comfortable delivering work that is tested for bugs and regression in the next process stage. Developers focus only on coding aspects and don’t have to bother about optimizing the code or verifying their work whether it aligns with the project requirements or not. It can prove to be very difficult for them to adjust to the product incremental method typical to Agile processes in which the development team is not only accountable for its work but is also required to focus upon testing the code and ascertaining that the work delivered by it fulfills the product vision and end-user requirements.\r\n\r\nMoreover, each team member is required to own the project and hold himself or herself accountable for his or her work. In addition, another aspect is that the team has to estimate how much work it is capable of accomplishing in a sprint and justify the reasons why it can only take up limited or less work for development at a time. Unlike in staged processes, Agile teams have to commit how much time it will take to deliver work and live up to that commitment.\r\n\r\nThe third aspect is that Agile promotes a working atmosphere in which each member in the team has to think like an entrepreneur and find innovative ways to work smartly and make active efforts to accomplish work in a shorter span of time. This can go hard with the mindset of teams used to traditional methods in which they are not required to think in any other manner except as developers or designers.\r\n\r\nDevelopment teams are generally reticent about change management and try to actively or passively oppose change when it is required to be introduced to improve the quality and quantity of deliverables. With Agile, the resentment is even more since the team members have to undergo a drastic mindset change and learn about the new process.\r\n\r\n<strong>Solution:</strong>\r\n\r\nThe management should try to introduce Agile after explaining the benefits of the new process and what the organization and the team stand to gain from Agile experience in the long run. It is important to convey the message that change is inevitable and Agile is to be implemented irrespective of whether any team member decides to resign or discontinue the process. Moreover, the management should also try to motivate the team and create an open environment supporting transparency and freedom where the team can frankly discuss its apprehensions and find a way to proceed with the change.\r\n<h2>2. Understanding the process</h2>\r\nAgile introduces fundamental changes in the way most people following traditional methods work. Teams have to open up their mindsets and think creatively, in an optimistic manner, and welcome the change. Moreover, Agile processes like Scrum have ceremonies and artifacts which can be totally new concepts for most teams. Developers have to understand the product incremental model and its cycle, what continuous development and continuous integration is developed, and a host of new concepts to reckon with.\r\n<p style=\"padding-left: 30px;\"><i><span style=\"font-size: 24px;\"><strong>•</strong> </span> <strong>Estimating work</strong></i></p>\r\n<p style=\"padding-left: 30px;\">Developers are not very good at estimating work completion and deadlines. Generally, they hate a situation where they\'re forced to commit a date or time and rigidly stick to it. This is exactly what Agile demands. You not only have to estimate work but make all efforts to deliver it in time with the required quality.</p>\r\n<p style=\"padding-left: 30px;\"><strong><i><span style=\"font-size: 24px;\">• </span> Roles in Scrum</i></strong></p>\r\n<p style=\"padding-left: 30px;\">In contrast to traditional or classical methods, Scrum - an Agile process - doesn’t have and doesn’t need any manager, task manager or a team leader. The three roles are:</p>\r\n<p style=\"padding-left: 60px;\">1. Product Owner</p>\r\n<p style=\"padding-left: 60px;\">2. Scrum Master</p>\r\n<p style=\"padding-left: 60px;\">3. Development team</p>\r\n<p style=\"padding-left: 30px;\">These three roles are coequal. Each role has certain responsibilities. Also, each of these three roles has to fulfill their responsibilities by closely interacting and working together to finish a project successfully. Team members may find it difficult to understand and follow these roles.</p>\r\n<p style=\"padding-left: 30px;\"><strong><i><span style=\"font-size: 24px;\">• </span> Meetings and ceremonies</i></strong></p>\r\n<p style=\"padding-left: 30px;\">Scrum process includes several types of meetings or “ceremonies”. Agile teams are cross-functional in nature. They take part in the ceremonies and make important decisions. Non - cross-functional teams may find it hard to understand and accept what these ceremonies stand for and might resent taking part in them.</p>\r\n<strong>Solution:</strong>\r\n\r\nSome managements prefer to introduce Agile slowly in their organizations or employ a hybrid approach in which certain activities are made Agile while others are carried out as before. Experts suggest neither of these methods works in real life scenarios since the teams might just keep on resisting Agile until the management arrives at a conclusion Agile is not worthwhile and the changes should not be implemented. It\'s best to transition totally to Agile even if the team find it difficult to do so.\r\n<h2>3. Development related issues</h2>\r\nDevelopment related issues are highly common with teams starting with Agile practices since they are not much familiar with the product incremental structure of the development process. Agile teams are cross-functional and often developers also perform test cases to check code quality and reliability. At times, teams employ specialized testers and QA professionals to carry out quality tests. Whatever the case, if Agile principles are not followed in a proper manner it directly affects productivity and performance levels.\r\n<p style=\"padding-left: 30px;\"><strong><i><span style=\"font-size: 24px;\">• </span> Losing sight of the project goal and deliverables</i></strong></p>\r\n<p style=\"padding-left: 30px;\">In Agile, the business value in the project is availed through staged and planned releases. Therefore, the development team needs to focus more upon delivery of value through it work rather than just coding feature requirements. In practice, teams often experience time constraints while meeting sprint deadlines. So over time, they may lose their focus of delivering valuable work and start concentrating fully upon work completion. Teams stop thinking about what the product vision is and what goals the project needs to achieve to sustain itself. This leads to unfocused work efforts and disorientation – the team keeps on developing features and doing its work because it is supposed to, and not because the project goals and objectives should be achieved. Developers and designers stop being creative in their work. They stop innovating new and better ways of developing features and working functionality. As a result, the velocity metric indicating the total work completed by the team in the sprint stops improving, thus conveying the fact that the team has stopped learning from its past experience and not speeding up work. This is contrary to Agile principles.</p>\r\n<p style=\"padding-left: 30px;\">Moreover, each team member is required to own the project and hold himself or herself accountable for his or her work. In addition, another aspect is that the team has to estimate how much work it is capable of accomplishing in a sprint and justify the reasons why it can only take up limited or less work for development at a time. Unlike in staged processes, Agile teams have to commit how much time it will take to deliver work and live up to that commitment.</p>\r\n<p style=\"padding-left: 30px;\"><strong>Solution:</strong></p>\r\n<p style=\"padding-left: 30px;\">The Scrum Master and project leads should constantly try to motivate the team members and hold healthy discussions so ideas can be exchanged regarding how the development process can be streamlined, made more easy and less time to consume using online tools and development aids if possible. Retrospection activities should be encouraged. Teams should be made more accountable by holding short meetings at regular intervals of time (all though this is not recommended by Agile – the principles state the team should take work ownership but in practice, the team members actually don’t which is the main problem) to obtain feedback regarding the work status. The management should also step in and try to create a healthy and conducive working environment to reduce the stress levels.</p>\r\n<p style=\"padding-left: 30px;\"><strong><i><span style=\"font-size: 24px;\">• </span> Not delivering feature functionality as explained and anticipated</i></strong></p>\r\n<p style=\"padding-left: 30px;\">The client expects a particular feature to work in a particular manner whenever he/she requests its development. Each task or feature requirement in Agile – known as a user story – can be explained in terms of what criteria needs to be fulfilled for it to be considered as properly developed and shippable. It helps to make the feature valuable and monetizable after its development. The team starts ignoring this criterion due to some of the other reason or loses its sight while building it. As a result, a feature is developed that is not in tune with what the client expects or needs.</p>\r\n<p style=\"padding-left: 30px;\"><strong>Solution:</strong></p>\r\n<p style=\"padding-left: 30px;\">More stress should be given for the team to focus upon the acceptance criteria and the definition of done (DoD) which determines the value of the feature and its importance. Developers should be reminded again and again to create work in tune with these criterions and ensure they test the feature after they develop it.</p>\r\n<p style=\"padding-left: 30px;\"><strong><i><span style=\"font-size: 24px;\">• </span> Lack of participation in retrospection activities</i></strong></p>\r\n<p style=\"padding-left: 30px;\">Agile stresses very heavily upon the “inspect” and “adapt” principles which form the core of all Agile processes. The team has to learn constantly from its past mistakes and ensure they\'ve not repeated again in the future. Also, new and better ways of doing work should be discovered to increase productivity levels and deliver more valuable work. All this is made possible through the retrospection activities in Agile. In Scrum, a special ceremony known as the sprint retrospective meeting is held at the end of each sprint to support this principle. The team stops participating in these activities as a result of which further improvement in work in not availed and the velocity index stops improving. Further growth stops in the project.</p>\r\n<p style=\"padding-left: 30px;\"><strong>Solution:</strong></p>\r\n<p style=\"padding-left: 30px;\">Retrospection activities should be made mandatory and team members encouraged to participate in them. If required, team members can be told to discuss new ways of improvement and prepare a list or a plan stating what new activities they propose to do with proper call-to-actions.</p>\r\n<p style=\"padding-left: 30px;\"><i><strong><span style=\"font-size: 24px;\">• </span> </strong></i><strong><i>Ineffective testing procedures</i></strong></p>\r\n<p style=\"padding-left: 30px;\">Testing procedures - especially unit tests - form an integral part of the development process and should be carried out preferably in the sprint itself when the particular feature is being developed. Testing ensures that the definition-of-done is properly fulfilled by the team, there are no bugs in the feature and that the feature is valuable to end users. Many times teams don’t carry out these tests since they may be time-to consume, or the team lacks the necessary resources or skill sets to perform them. The work delivered in such cases may contain bugs and lead to regression. The project owners may incur technical debt in the future.</p>\r\n<p style=\"padding-left: 30px;\"><strong>Solution:</strong></p>\r\n<p style=\"padding-left: 30px;\">Testing activities should be made mandatory and teams should start considering testing procedures as an integral part of the development process. They should be accounted for while the team estimates work during sprint planning sessions held just before a newsprint is planned.</p>\r\n<p style=\"padding-left: 30px;\"><strong><i><span style=\"font-size: 24px;\">• </span> Miscommunication between developers and testers</i></strong></p>\r\n<p style=\"padding-left: 30px;\">Effective communications are required for doing quality work. When team members discuss things and exchange ideas, thoughts become clear, and the entire team comes to know about the nature of deliverables and how they should be built. In Agile, testing should be a part of the development process and testers should work closely with developers to resolve test related issues and problems. When testers stop communicating with developers for test issues, or developers stop responding to testing queries, it leads to a situation where partially or improperly tested features are released in the market which can reduce the project value in the long run.</p>\r\n<p style=\"padding-left: 30px;\"><strong>Solution:</strong></p>\r\n<p style=\"padding-left: 30px;\">The product owner or the project lead should motivate team members to collaborate and exchange ideas. At the same time, developers and testers should be made more accountable regarding the quality of deliverables – especially fulfillment of the DoD - to ensure only fully tested and valuable features are developed at all times.</p>\r\n<p style=\"padding-left: 30px;\"><strong><i><span style=\"font-size: 24px;\">• </span> Development work held up because of code and functionality dependencies</i></strong></p>\r\n<p style=\"padding-left: 30px;\">Big or complex project development can have a lot of dependencies as far as code functionalities go. Often a piece of code created by one developer functions as a source of input for the task to be developed by another developer. In such cases, the second developer has to wait for the first developer to complete his or her work and create the particular functionality before the later one can start with his or her work. During the second half of the sprint planning session when the team members are selecting and taking up their development tasks, they should also discuss code dependency issues and organize their work accordingly. When team members don’t analyze their tasks and don’t discuss the dependencies, it leads to a situation where one developer is loaded with urgent work while the other one has to wait for the first one to complete. Time is wasted and productivity at the team level is greatly reduced. It decreases team velocity.</p>\r\n<p style=\"padding-left: 30px;\"><strong>Solution:</strong></p>\r\n<p style=\"padding-left: 30px;\">The developers and team members should work more closely and analyze dependencies before they take up their tasks. If dependencies still exist, each developer should plan his or her work with regards to the work to be carried out by the developer who’s going to be affected by the particular dependency.</p>\r\n\r\n<h2>4. Communication and collaboration related issues</h2>\r\nCommunication levels play a vital role in a project’s success. Right from project inception to delivering goals and objectives, the team relies upon timely and effective communication to develop product features, share ideas and resolve technical issues. With remote or distributed teams working in the project, communication between project managers and teams can often prove to be difficult owing to different time zones and cultural differences. With in-house teams, effective communication lays the foundation of a shared product vision and the harmonious working environment in which the team can make informed decisions by discussing, analyzing and working together.\r\n<ul>\r\n <li><strong><i>Communication</i></strong></li>\r\n <li style=\"list-style-type: none;\">The sixth principle in the Agile Manifesto states:<i> “The most efficient and effective method of conveying information to and within a development team is a face-to-face conversation.”</i>In Agile, it is crucial to have effective communications between developers and the client, end users, and the stakeholders. The team develops software as per the product vision explained by the client. In turn, the client verifies work delivered by the team at the end of each sprint. Team members need to communicate with each other to resolve development issues. At every stage communication is vital and when it stops, it could raise some issues.</li>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li style=\"list-style-type: none;\"><span style=\"color: #00bea4;\"><strong>Some of the causes could be:</strong></span></li>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li>Miscommunication of requirements</li>\r\n <li>Different time zones</li>\r\n <li>Failure to focus and listen properly</li>\r\n <li>Culture differences</li>\r\n <li>Attitude and ego related issues</li>\r\n <li>Gender bias</li>\r\n <li>Inadequate knowledge</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li><strong>Collaboration</strong></li>\r\n <li style=\"list-style-type: none;\">Collaboration amongst team members can be challenging since developers are used to their individual methods for creating code and working functionality, and may find it very hard to follow someone else’s coding methods. Agile processes favor continuous development. It is common for the team to use GitHub or Git to share, update and version the code before final changes are uploaded for deployment. It is recommended the team follows certain coding standards to make the code readable to others. To work effectively, the team needs to constantly collaborate and share ideas and suggestions to make things work.</li>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li style=\"list-style-type: none;\"><span style=\"color: #00bea4;\"><strong>Some of the common issues faced can be:</strong></span></li>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li>Priority conflicts</li>\r\n <li>Insufficient alignment amongst team members</li>\r\n <li>Limited automated software development processes - lack of Continuous Delivery</li>\r\n <li>Coordination challenges</li>\r\n <li>Unpredictable software delivery</li>\r\n <li>No visibility over status, progress, and results</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n ','Why Is Project Monitoring Very Crucial?','','inherit','closed','closed','','4407-revision-v1','','','2018-09-13 12:25:11','2018-09-13 06:55:11','',4407,'https://product.quickscrum.com/4407-revision-v1/',0,'revision','',0),(4441,12,'2018-09-13 12:34:25','2018-09-13 07:04:25','<p class=\"rating list-unstyled\">Businesses always desire to expand their workings and create new profit-making revenue streams. Business goals and milestones help teams to focus on achieving those business objectives. Project management helps teams to achieve their business goals in a planned and organized manner.</p>\n<img class=\"aligncenter\" src=\"https://quickscrum.com/Images/article_detail/why-projects-fail.png\" alt=\"project\" width=\"830\" height=\"334\" align=\"middle\" />\n\nProper project management is very important for making businesses successful. It helps to architect projects in an effective manner. Moreover, it aids in pursuing goals against fixed deadlines and deliver value on a consistent basis.\n\nProjects can go horribly wrong at times and incur great losses for investors and stakeholders.\n\nSo, it\'s important to know about some common causes which cause projects to fail.\n<h2>1. Poor requirements engineering</h2>\nRequirements engineering is the process of defining, documenting and maintaining the client\'s requirements. It can also include researching and discovering the feature functionality needed to develop a system. Project leaders, end users, customers, and stakeholders also provide valuable feedback to determine the project\'s scope.\n\n<img class=\"aligncenter\" src=\"https://quickscrum.com/Images/article_detail/poor-requirements-engineering.png\" alt=\"requirements engineering\" align=\"middle\" />\n\nRequirements form the base of all projects. They determine the project outcomes i.e. what the project proposes to deliver. They also define the business value to be generated in the project. Thus, requirements engineering plays a crucial role in managing projects. There can be several reasons why client-centric requirements may not be properly gathered :\n<ul>\n <li>The client fails to explain clearly what he/she needs in the project.</li>\n <li>The process/project manager fails to understand what the client actually wants.</li>\n <li>Even though requirements may be clearly explained and understood, they may not be retained or documented in a proper manner. As a result, they could be forgotten or overlooked over time.</li>\n</ul>\nA project\'s scope can be easily defined if client requirements are gathered, understood, analyzed and documented in a proper manner.\n<h2>2. Failed team collaboration</h2>\nIn a collaborative team, individuals share common beliefs and work as a consolidated unit to seek common goals. Typically, team members spend time together to discuss ways and means to collectively accomplish tasks as a \"set team,\" rather than as individuals.\n\n<img class=\"aligncenter\" src=\"https://quickscrum.com/Images/article_detail/failed-team-collaboration.png\" alt=\"team collaboration\" align=\"middle\" />\n\nTeam members with varying levels of expertise should share tasks, responsibilities, resources, and leadership. They should encourage each other to interact positively, and participate with an open mind in group problem-solving and decision-making activities.\n\nDecisions should be ideally made through group consensus and polls. Moreover, team members should criticize ideas and not each other.\n\nTeam collaboration is vital for successful project implementation. It helps to increase productivity levels and deliver positive results to the organization.\n\nTeams may fail to collaborate due to various reasons :\n<ul>\n <li>When there\'s too much information to share, several methods and collaborative tools to choose from and excessive knowledge to be digested. Team members often fail to pinpoint important and relevant points of discussion. They may spend excessive time discussing less important issues that could be easily resolved later on.</li>\n <li>Knowledge gap and lack of individual skills within the team may decrease collaboration levels. Some people might need special training to use certain tools.</li>\n <li>Teams in different time zones or locations may have to log in and remain available during non-office hours to collaborate. They may find it difficult to do so and fail to communicate on a regular basis.</li>\n</ul>\n<h2>3. Lack of motivation within team members</h2>\nAs per a recent study, 48% of employees don’t like their jobs, over 80% of American workers feel stressed while working in their offices, while only 30% of them feel engaged and inspired by their careers.\n\n<img class=\"aligncenter\" src=\"https://quickscrum.com/Images/article_detail/lack-of-motivation-within-team-members.png\" alt=\"team motivation\" align=\"middle\" />\n\nGenerally, an employee who loses his or her inspiration or will to take productive work-related actions is a demotivated employee. Typically, they don\'t desire to learn new skills or make efforts to advance their careers.\n\nThe reasons could be many.\n\nDemotivated employees exhibit some, or all, of the following characteristics :\n<ul>\n <li>Reduced levels of commitment and work involvement.</li>\n <li>Late coming, unusual delay at work or repeated sick leaves.</li>\n <li>Intentionally sabotages projects or acts as a roadblock.</li>\n <li>Makes repeated mistakes.</li>\n <li>Displays signs of carelessness.</li>\n <li>Shows negative behavior and attitude.</li>\n <li>Gives less productivity.</li>\n <li>Disregards comments, requests, and warnings.</li>\n</ul>\nFor an organization, all team members must be fully engaged and fully committed to their work to be effective.\n<h2>4. Absence or lack of client involvement</h2>\nThe client generally provides an in-depth understanding of the business process or product that he/she wants to automate or develop. Therefore, he/she is usually the best Subject Matter Expert (SME).\n\n<img class=\"aligncenter\" src=\"https://quickscrum.com/Images/article_detail/absence-or-lack-of-client-involvement.png\" alt=\"client involvement\" align=\"middle\" />\n\nThe client defines the quality of project deliverables and states the manner in which they\'re to be delivered. So, consistent and meaningful client involvement is very necessary for successful project completion.\n\nProject managers and requirements engineers depend largely upon client availability to gather feedback and make informed decisions. If the client is unable to engage or provide the required information in time, work gets delayed and the project cost increases.\n\nLack of client engagement can lead to various issues :\n<ul>\n <li>The team starts losing work-focus and development work slows down owing to lack of client feedback.</li>\n <li>The team fails to deliver quality work on time.</li>\n <li>It becomes difficult for team members to relate and align their work towards project goals and objectives.</li>\n <li>Team performance metrics remain unchecked so maximum team productivity is not availed.</li>\n <li>The project development cost increases.</li>\n</ul>\n<h2>5. Slow and infrequent work delivery</h2>\nDeadlines help to create a sense of urgency for the team to remain on its toes and complete work on time. In a highly competitive market scenario, businesses have to ensure their projects are completed on time. Extending project deadlines can prove to be costly. It can drain profit margins. As per a survey by the Project Management Institute, organizations waste as much as $97 million for every $1 billion invested due to failed projects that did not deliver on time.\n\n<img class=\"aligncenter\" src=\"https://quickscrum.com/Images/article_detail/slow-and-infrequent-work-delivery.png\" alt=\"work delivery\" align=\"middle\" />\n\nProject completion is drastically affected by slow or infrequent delivery of work. Therefore, it\'s important to speed up work, increase productivity levels and complete work on time.\n\nA few factors that cause slow and infrequent work delivery:\n<ul>\n <li>Over-commitment - Team commits to more work than it can handle and cannot deliver</li>\n <li>Not resolving issues on time - The project manager and/or the team is unable to resolve technical and other issues on time</li>\n <li>Communication failure - The team has to rework on certain tasks or fails to include them in \"To-do\" list</li>\n <li>Lack of organization skills - The team is not trained or lacks certain abilities to organize its work</li>\n <li>Working independently - Teams members don\'t collaborate and don\'t pursue goals collectively</li>\n <li>No sense of urgency - The team makes no efforts to speed up work and has no sense of urgency</li>\n <li>Fails to follow the process - Team members don\'t follow the project management process as they\'re supposed to do</li>\n</ul>\n<h2>6. Mounting technical debts</h2>\nBusinesses need fast and reliable project deliverables to speed up sales and churn more profits. For them, it is always a race against time. However, while speeding up business processes to generate more quantity of deliverables in less time, they are often forced to compromise upon the quality and reliability aspects.\n\n<img class=\"aligncenter\" src=\"https://quickscrum.com/Images/article_detail/mounting-technical-debts.png\" alt=\"technical debt\" align=\"middle\" />\n\nAs the quality aspects are compromised upon right from the start, businesses are obliged to rework and improve upon them at a later stage, since they have already charged their customers.\n\nThe rework process has a price tag attached to it. Teams have to put in additional efforts to correct the quality. It costs money. Therefore, additional costs have to be borne by businesses to fulfill their sales commitments.\n\nSo if the development cost of a product or a service is \"X\" amount and an additional \"Y\" amount is required to correct the quality issue and fulfill the sales commission, the additional \"Y\" amount is a “debt” the business has to pay.\n\nIn a broad sense, this type of debt can be understood as a technical debt. The profit margins are severely affected by this type of debt since the more the debt increases, the more the profits decreases.\n\nThere can be many reasons why technical debts arise :\n<ul>\n <li>Customer\'s requirements are not properly understood. The team has to create or develop something \"extra\" in the product or service to meet customer demands.</li>\n <li>Delivering more in less time. The team does not have the potential to deliver client requirements in the specified time so it compromises upon quality aspects.</li>\n <li>Lack of technical skills. The team is not technically sound to design the product or service as per customer expectations.</li>\n <li>Improper testing procedures. The team delivers the product or service and the customer finds flaws in its design or working while using it.</li>\n</ul>\n<h2>Solution</h2>\nThe project management process is not easy. There is no \'magic button\" to provide an instant fix for project related problems and issues. The solutions lie in the manner how people work and collaborate, what their skill sets and levels are, and how they make optimum use of technology and tools.\n\nMoreover, each business is unique in its own way with regards to its working model and business deliverables. It\'s not possible to design a common resolution which can solve each of their problems.\n<p style=\"text-align: center;\">You can <span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" href=\"https://www.quickscrum.com/Home/TalkToExpert\" target=\"_blank\" rel=\"noopener\"><strong><u><span style=\"color: #3366ff;\">Talk to our Expert</span></u></strong></a> </span>or Try implementing <a href=\"http://www.quickscrum.com\">Quickscrum</a> to bring agility within your team</p>\n<p style=\"text-align: center;\"><strong>Get a free consultation now to optimize your business processes and make your project more profitable!</strong></p>','Why Projects Fail','','inherit','closed','closed','','4402-autosave-v1','','','2018-09-13 12:34:25','2018-09-13 07:04:25','',4402,'https://product.quickscrum.com/4402-autosave-v1/',0,'revision','',0),(4443,13,'2018-09-13 12:32:20','2018-09-13 07:02:20','In Agile Scrum, each day before the daily sprint commences, the team holds a short meeting known as the Scrum daily meeting. The meeting is also referred to as the “daily stand-up” by most Scrum professionals. Typically, the meeting is held in the same place, or location, where the team works. The daily Scrum should be held in the morning and should be time-boxed. It should not exceed more than fifteen minutes each day.\r\n\r\n<img class=\"aligncenter wp-image-2337 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/scrum-daily-meeting.png\" alt=\"\" width=\"830\" height=\"350\" />\r\n<h1>Who attends?</h1>\r\nIt is mandatory for the entire development team to attend the daily Scrum. The product owner and the scrum master are “committed” to attend the meeting. The product owner “owns” the project on behalf of the stakeholders and is primarily responsible for the success or failure of the project. Therefore, it is important that he or she attend the meeting. The Scrum master overlooks the Scrum process and ensures that Scrum is implemented in a proper manner by the team at all times. So, it is imperative for the Scrum master to attend the meeting. The meeting is held to discuss what the development team is “going to do” on that particular day. The team members have to attend the meeting too. Even stakeholders can attend the meeting if they so desire, but they should participate passively and refrain from joining the discussion with team members.\r\n<p style=\"padding-left: 30px;\"><strong>Three important daily Scrum questions</strong></p>\r\n<p style=\"padding-left: 30px;\">Discussions are short and relevant in the daily Scrum. The stand-ups should not be held to resolve problems or discuss any topic other than what the team has planned to do on that particular day. Ideally, only three aspects ought to be discussed during the meeting.</p>\r\n<p style=\"padding-left: 30px;\">1. What, and how much “work” was done “yesterday” or the day before?</p>\r\n<p style=\"padding-left: 30px;\">2. What does the team propose to do “today” or that particular working day?</p>\r\n<p style=\"padding-left: 30px;\">3. Did the team members face any impediments or issues? If so, what were they?</p>\r\n\r\n<h1>Common pitfalls in the daily Scrum meeting</h1>\r\nMany times Agile teams fail to get optimum benefits from the daily Scrum meeting. The primary reason why this happens is that the team can get “sidetracked” with other issues or discussions. Another reason could be that the Scrum process may not be implemented properly, and teams may fail to work in accordance with Agile principles and rules. It is imperative to know what can make the daily Scrum ineffective.\r\n\r\n<img class=\"aligncenter wp-image-2345 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/scrum-daily-meeting-1.png\" alt=\"\" width=\"830\" height=\"267\" />\r\n<p style=\"padding-left: 30px;\"><strong>1. Using the daily Scrum as a \"status report\" meeting</strong></p>\r\n<p style=\"padding-left: 30px;\">The main purpose of the daily Scrum is to avail feedback from the team and identify any problematic issues faced by the team members. Scrum principles suggest a proper line of action be taken on the basis of feedback received from the team. If the team fails to complete any of the tasks planned the day before, the Scrum Master is supposed to demand an explanation and identify possible reasons why the team failed to deliver productivity. This could affect the team velocity in future sprints. The meeting should not be used as a mere “status report” meeting. Proper action should be taken depending upon the feedback availed.</p>\r\n<p style=\"padding-left: 30px;\"><strong>2. The stand-up keeps “dragging” on and on</strong></p>\r\n<p style=\"padding-left: 30px;\">Each Scrum even is timeboxed, including the daily stand-up. It should not exceed more than fifteen minutes each day. If the stand-up consumes more time than ideally recommended, the team may end up compromising upon the productivity it is supposed to deliver that day. This can affect the team’s velocity since user stories and tasks may not be “developed” on time.</p>\r\n<p style=\"padding-left: 30px;\"><strong>3. Avoiding the meeting altogether</strong></p>\r\n<p style=\"padding-left: 30px;\">It is important to hold the daily Scrum each working day and discuss the three important questions mentioned above. At times, team members may feel there is “little value” in discussing “routine work-related matters” and avoid holding the meeting altogether. The general belief is that daily Scrums are a waste of time since nothing important is being discussed in them. This should not be the case. The daily Scrum has its own importance and significance in the Scrum process. The meeting is held to avail feedback regarding the team progress and removing any problems faced. Scrum stresses upon timely feedback since the important Scrum principles “inspect” and “adapt” cannot be fulfilled without availing feedback from the process flow.</p>\r\n<p style=\"padding-left: 30px;\"><strong>4. The daily Scrum becomes a \"no problem\" meeting</strong></p>\r\n<p style=\"padding-left: 30px;\">It is not necessary that the team should face impediments or issues on a routine basis and “inform” the Scrum master regarding the same. Most of the day\'s work may proceed without any hassles during the daily sprints. However, in the event any of the team members do face any issue, he or she should report it during the daily Scrum. A common mistake is not to discuss the particular problem “in front” of other team members, but try to resolve it independently. If any team members face a common issue, there could be something fundamentally wrong with the project design and the “glitch” should be properly identified and removed on a permanent basis. If team members fail to report problems, the inspect and adapt principles cannot be fulfilled, and Scrum may “fail” at that particular instance.</p>','Scrum Daily Meeting','','inherit','closed','closed','','4426-revision-v1','','','2018-09-13 12:32:20','2018-09-13 07:02:20','',4426,'https://product.quickscrum.com/4426-revision-v1/',0,'revision','',0),(4444,13,'2018-09-13 12:38:54','2018-09-13 07:08:54','A Scrum retrospective meeting, known also as a sprint retrospective meeting, is held to assess the work carried out by the entire Agile team, and to identify what needs to be done further to improve upon the current Scrum process. Associated primarily with sprint cycles, the retrospective session is basically an “improvement” meeting held to find ways and means to identify potential pitfalls, past mistakes, and seek out new ways to avoid those mistakes. Retrospective sessions are attended by all – <a class=\"link-hover\" dir=\"ltr\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #3366ff;\">the product</span> <span style=\"color: #3366ff;\">owner</span></a><span style=\"color: #3366ff;\">,</span> scrum master, development team members, and even the stakeholders (if they so desire).\r\n\r\nThe main purpose of having a sprint retrospective meeting is to find what activities and “things” the team is doing well, what activities should be continued, and what “more” can be done to improve the development process. The “inspect” and “adapt” principles play a key role in retrospective sessions.\r\n\r\n<strong>The team asks three main questions to retrospect:</strong>\r\n\r\n<strong><img class=\"aligncenter wp-image-2354 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/scrum-retrospective-meeting.png\" alt=\"\" width=\"830\" height=\"438\" /></strong>\r\n<h1>Making the Scrum retrospective more effective</h1>\r\nThe Scrum retrospective is a very important Scrum event and should be taken seriously by all team members. It should be ideally conducted in an atmosphere promoting trust and honesty. Retrospective sessions can prove to be effective only when members can collaborate effectively and share their ideas without any inhibitions.\r\n\r\nSo, how can Scrum retrospective meetings be more successful? A few pointers can help in availing positive results out of the meeting.\r\n<ul>\r\n <li>Everyone should be able to speak freely and present his or her ideas, however vague or unrelated they may appear to be “at a first glance”. Sometimes a “wrong” idea can invite comments or suggestions which can lead to meaningful and effective discussions. Discussions, in turn, can give birth to solutions.</li>\r\n <li>Team members should not use the retrospectives to promote themselves or their beliefs. Discussions should be carried out which are related to, and affect the topic or issue being discussed.</li>\r\n <li>Efforts should be made to collaborate and avoid blaming individual team members for what went wrong. Scrum is a collective effort, and teams take precedence over individuals. Therefore, the focus should be more on what the “team” did wrong, and what the “team” should do now to improve.</li>\r\n <li>Points and suggestion discussed during the meeting should be implemented in a proper manner. If a retrospective does not include “Call-to-actions” in the end, the basic purpose of holding the meeting is defeated.</li>\r\n</ul>','Scrum Retrospective Meeting','','publish','open','open','','scrum-retrospective-meeting','','','2018-09-13 12:38:54','2018-09-13 07:08:54','',0,'https://product.quickscrum.com/?p=4444',0,'post','',0),(4447,13,'2018-09-13 12:38:34','2018-09-13 07:08:34','A Scrum retrospective meeting, known also as a sprint retrospective meeting, is held to assess the work carried out by the entire Agile team, and to identify what needs to be done further to improve upon the current Scrum process. Associated primarily with sprint cycles, the retrospective session is basically an “improvement” meeting held to find ways and means to identify potential pitfalls, past mistakes, and seek out new ways to avoid those mistakes. Retrospective sessions are attended by all – <a class=\"link-hover\" dir=\"ltr\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #3366ff;\">the product</span> <span style=\"color: #3366ff;\">owner</span></a><span style=\"color: #3366ff;\">,</span> scrum master, development team members, and even the stakeholders (if they so desire).\r\n\r\nThe main purpose of having a sprint retrospective meeting is to find what activities and “things” the team is doing well, what activities should be continued, and what “more” can be done to improve the development process. The “inspect” and “adapt” principles play a key role in retrospective sessions.\r\n\r\n<strong>The team asks three main questions to retrospect:</strong>\r\n\r\n<strong><img class=\"aligncenter wp-image-2354 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/scrum-retrospective-meeting.png\" alt=\"\" width=\"830\" height=\"438\" /></strong>\r\n<h1>Making the Scrum retrospective more effective</h1>\r\nThe Scrum retrospective is a very important Scrum event and should be taken seriously by all team members. It should be ideally conducted in an atmosphere promoting trust and honesty. Retrospective sessions can prove to be effective only when members can collaborate effectively and share their ideas without any inhibitions.\r\n\r\nSo, how can Scrum retrospective meetings be more successful? A few pointers can help in availing positive results out of the meeting.\r\n<ul>\r\n <li>Everyone should be able to speak freely and present his or her ideas, however vague or unrelated they may appear to be “at a first glance”. Sometimes a “wrong” idea can invite comments or suggestions which can lead to meaningful and effective discussions. Discussions, in turn, can give birth to solutions.</li>\r\n <li>Team members should not use the retrospectives to promote themselves or their beliefs. Discussions should be carried out which are related to, and affect the topic or issue being discussed.</li>\r\n <li>Efforts should be made to collaborate and avoid blaming individual team members for what went wrong. Scrum is a collective effort, and teams take precedence over individuals. Therefore, the focus should be more on what the “team” did wrong, and what the “team” should do now to improve.</li>\r\n <li>Points and suggestion discussed during the meeting should be implemented in a proper manner. If a retrospective does not include “Call-to-actions” in the end, the basic purpose of holding the meeting is defeated.</li>\r\n</ul>','Scrum Retrospective Meeting','','inherit','closed','closed','','4444-revision-v1','','','2018-09-13 12:38:34','2018-09-13 07:08:34','',4444,'https://product.quickscrum.com/4444-revision-v1/',0,'revision','',0),(4449,12,'2018-09-13 12:40:01','2018-09-13 07:10:01','<p class=\"rating list-unstyled\">Businesses always desire to expand their workings and create new profit-making revenue streams. Business goals and milestones help teams to focus on achieving those business objectives. Project management helps teams to achieve their business goals in a planned and organized manner.</p>\r\n<img class=\"size-full wp-image-2010 aligncenter\" src=\"https://product.quickscrum.com/wp-content/uploads/2014/03/Axosoft-Work-Items.png\" alt=\"\" width=\"830\" height=\"334\" />\r\n\r\nProper project management is very important for making businesses successful. It helps to architect projects in an effective manner. Moreover, it aids in pursuing goals against fixed deadlines and deliver value on a consistent basis.\r\n\r\nProjects can go horribly wrong at times and incur great losses for investors and stakeholders.\r\n\r\nSo, it\'s important to know about some common causes which cause projects to fail.\r\n<h2>1. Poor requirements engineering</h2>\r\nRequirements engineering is the process of defining, documenting and maintaining the client\'s requirements. It can also include researching and discovering the feature functionality needed to develop a system. Project leaders, end users, customers, and stakeholders also provide valuable feedback to determine the project\'s scope.\r\n\r\n<img class=\"size-full wp-image-2017 aligncenter\" src=\"https://product.quickscrum.com/wp-content/uploads/2014/03/poor-requirements-engineering.png\" alt=\"\" width=\"830\" height=\"384\" />\r\n\r\nRequirements form the base of all projects. They determine the project outcomes i.e. what the project proposes to deliver. They also define the business value to be generated in the project. Thus, requirements engineering plays a crucial role in managing projects. There can be several reasons why client-centric requirements may not be properly gathered :\r\n<ul>\r\n <li>The client fails to explain clearly what he/she needs in the project.</li>\r\n <li>The process/project manager fails to understand what the client actually wants.</li>\r\n <li>Even though requirements may be clearly explained and understood, they may not be retained or documented in a proper manner. As a result, they could be forgotten or overlooked over time.</li>\r\n</ul>\r\nA project\'s scope can be easily defined if client requirements are gathered, understood, analyzed and documented in a proper manner.\r\n<h2>2. Failed team collaboration</h2>\r\nIn a collaborative team, individuals share common beliefs and work as a consolidated unit to seek common goals. Typically, team members spend time together to discuss ways and means to collectively accomplish tasks as a \"set team,\" rather than as individuals.\r\n\r\n<img class=\"size-full wp-image-2014 aligncenter\" src=\"https://product.quickscrum.com/wp-content/uploads/2014/03/failed-team-collaboration.png\" alt=\"\" width=\"830\" height=\"384\" />\r\n\r\nTeam members with varying levels of expertise should share tasks, responsibilities, resources, and leadership. They should encourage each other to interact positively, and participate with an open mind in group problem-solving and decision-making activities.\r\n\r\nDecisions should be ideally made through group consensus and polls. Moreover, team members should criticize ideas and not each other.\r\n\r\nTeam collaboration is vital for successful project implementation. It helps to increase productivity levels and deliver positive results to the organization.\r\n\r\nTeams may fail to collaborate due to various reasons :\r\n<ul>\r\n <li>When there\'s too much information to share, several methods and collaborative tools to choose from and excessive knowledge to be digested. Team members often fail to pinpoint important and relevant points of discussion. They may spend excessive time discussing less important issues that could be easily resolved later on.</li>\r\n <li>Knowledge gap and lack of individual skills within the team may decrease collaboration levels. Some people might need special training to use certain tools.</li>\r\n <li>Teams in different time zones or locations may have to log in and remain available during non-office hours to collaborate. They may find it difficult to do so and fail to communicate on a regular basis.</li>\r\n</ul>\r\n<h2>3. Lack of motivation within team members</h2>\r\nAs per a recent study, 48% of employees don’t like their jobs, over 80% of American workers feel stressed while working in their offices, while only 30% of them feel engaged and inspired by their careers.\r\n\r\n<img class=\"size-full wp-image-2015 aligncenter\" src=\"https://product.quickscrum.com/wp-content/uploads/2014/03/lack-of-motivation-within-team-members.png\" alt=\"\" width=\"830\" height=\"384\" />\r\n\r\nGenerally, an employee who loses his or her inspiration or will to take productive work-related actions is a demotivated employee. Typically, they don\'t desire to learn new skills or make efforts to advance their careers.\r\n\r\nThe reasons could be many.\r\n\r\nDemotivated employees exhibit some, or all, of the following characteristics :\r\n<ul>\r\n <li>Reduced levels of commitment and work involvement.</li>\r\n <li>Late coming, unusual delay at work or repeated sick leaves.</li>\r\n <li>Intentionally sabotages projects or acts as a roadblock.</li>\r\n <li>Makes repeated mistakes.</li>\r\n <li>Displays signs of carelessness.</li>\r\n <li>Shows negative behavior and attitude.</li>\r\n <li>Gives less productivity.</li>\r\n <li>Disregards comments, requests, and warnings.</li>\r\n</ul>\r\nFor an organization, all team members must be fully engaged and fully committed to their work to be effective.\r\n<h2>4. Absence or lack of client involvement</h2>\r\nThe client generally provides an in-depth understanding of the business process or product that he/she wants to automate or develop. Therefore, he/she is usually the best Subject Matter Expert (SME).\r\n\r\n<img class=\"size-full wp-image-2013 aligncenter\" src=\"https://product.quickscrum.com/wp-content/uploads/2014/03/absence-or-lack-of-client-involvement.png\" alt=\"\" width=\"830\" height=\"384\" />\r\n\r\nThe client defines the quality of project deliverables and states the manner in which they\'re to be delivered. So, consistent and meaningful client involvement is very necessary for successful project completion.\r\n\r\nProject managers and requirements engineers depend largely upon client availability to gather feedback and make informed decisions. If the client is unable to engage or provide the required information in time, work gets delayed and the project cost increases.\r\n\r\nLack of client engagement can lead to various issues :\r\n<ul>\r\n <li>The team starts losing work-focus and development work slows down owing to lack of client feedback.</li>\r\n <li>The team fails to deliver quality work on time.</li>\r\n <li>It becomes difficult for team members to relate and align their work towards project goals and objectives.</li>\r\n <li>Team performance metrics remain unchecked so maximum team productivity is not availed.</li>\r\n <li>The project development cost increases.</li>\r\n</ul>\r\n<h2>5. Slow and infrequent work delivery</h2>\r\nDeadlines help to create a sense of urgency for the team to remain on its toes and complete work on time. In a highly competitive market scenario, businesses have to ensure their projects are completed on time. Extending project deadlines can prove to be costly. It can drain profit margins. As per a survey by the Project Management Institute, organizations waste as much as $97 million for every $1 billion invested due to failed projects that did not deliver on time.\r\n\r\n<img class=\"size-full wp-image-2018 aligncenter\" src=\"https://product.quickscrum.com/wp-content/uploads/2014/03/slow-and-infrequent-work-delivery.png\" alt=\"\" width=\"830\" height=\"384\" />\r\n\r\nProject completion is drastically affected by slow or infrequent delivery of work. Therefore, it\'s important to speed up work, increase productivity levels and complete work on time.\r\n\r\nA few factors that cause slow and infrequent work delivery:\r\n<ul>\r\n <li>Over-commitment - Team commits to more work than it can handle and cannot deliver</li>\r\n <li>Not resolving issues on time - The project manager and/or the team is unable to resolve technical and other issues on time</li>\r\n <li>Communication failure - The team has to rework on certain tasks or fails to include them in \"To-do\" list</li>\r\n <li>Lack of organization skills - The team is not trained or lacks certain abilities to organize its work</li>\r\n <li>Working independently - Teams members don\'t collaborate and don\'t pursue goals collectively</li>\r\n <li>No sense of urgency - The team makes no efforts to speed up work and has no sense of urgency</li>\r\n <li>Fails to follow the process - Team members don\'t follow the project management process as they\'re supposed to do</li>\r\n</ul>\r\n<h2>6. Mounting technical debts</h2>\r\nBusinesses need fast and reliable project deliverables to speed up sales and churn more profits. For them, it is always a race against time. However, while speeding up business processes to generate more quantity of deliverables in less time, they are often forced to compromise upon the quality and reliability aspects.\r\n\r\n<img class=\"size-full wp-image-2016 aligncenter\" src=\"https://product.quickscrum.com/wp-content/uploads/2014/03/mounting-technical-debts.png\" alt=\"\" width=\"830\" height=\"384\" />\r\n\r\nAs the quality aspects are compromised upon right from the start, businesses are obliged to rework and improve upon them at a later stage, since they have already charged their customers.\r\n\r\nThe rework process has a price tag attached to it. Teams have to put in additional efforts to correct the quality. It costs money. Therefore, additional costs have to be borne by businesses to fulfill their sales commitments.\r\n\r\nSo if the development cost of a product or a service is \"X\" amount and an additional \"Y\" amount is required to correct the quality issue and fulfill the sales commission, the additional \"Y\" amount is a “debt” the business has to pay.\r\n\r\nIn a broad sense, this type of debt can be understood as a technical debt. The profit margins are severely affected by this type of debt since the more the debt increases, the more the profits decreases.\r\n\r\nThere can be many reasons why technical debts arise :\r\n<ul>\r\n <li>Customer\'s requirements are not properly understood. The team has to create or develop something \"extra\" in the product or service to meet customer demands.</li>\r\n <li>Delivering more in less time. The team does not have the potential to deliver client requirements in the specified time so it compromises upon quality aspects.</li>\r\n <li>Lack of technical skills. The team is not technically sound to design the product or service as per customer expectations.</li>\r\n <li>Improper testing procedures. The team delivers the product or service and the customer finds flaws in its design or working while using it.</li>\r\n</ul>\r\n<h2>Solution</h2>\r\nThe project management process is not easy. There is no \'magic button\" to provide an instant fix for project related problems and issues. The solutions lie in the manner how people work and collaborate, what their skill sets and levels are, and how they make optimum use of technology and tools.\r\n\r\nMoreover, each business is unique in its own way with regards to its working model and business deliverables. It\'s not possible to design a common resolution which can solve each of their problems.\r\n<p style=\"text-align: center;\">You can <span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" href=\"https://www.quickscrum.com/Home/TalkToExpert\" target=\"_blank\" rel=\"noopener\"><strong><u><span style=\"color: #3366ff;\">Talk to our Expert</span></u></strong></a> </span>or Try implementing <a href=\"http://www.quickscrum.com\">Quickscrum</a> to bring agility within your team</p>\r\n<p style=\"text-align: center;\"><strong>Get a free consultation now to optimize your business processes and make your project more profitable!</strong></p>','Why Projects Fail','','inherit','closed','closed','','4402-revision-v1','','','2018-09-13 12:40:01','2018-09-13 07:10:01','',4402,'https://product.quickscrum.com/4402-revision-v1/',0,'revision','',0),(4450,13,'2018-09-13 12:43:10','2018-09-13 07:13:10','The Agile software development model is fundamentally based upon the “product incremental” model. In Agile, software development is carried out in “short bursts” of development activity known as “sprints”. Each sprint lasts for a predetermined period. Traditionally, sprint cycles lasted for two to four weeks. However, nowadays they typically last between seven to ten days. Each sprint cycle results in the development of bug-free and deployable product features or functionality. Sprints are carried out until all product features are successfully developed.\r\n\r\nWhat is the Agile software development model? In simple terms, in the Agile software development process, the entire software “product” is broken down into its basic features and functionality. The Agile process starts with the creation of the product backlog – a master list containing all the features and functionalities required to develop the product in totality. Once the backlog is created, a small set of features and functionalities having high business values are transferred to a “sprint backlog” and developed individually in product incremental cycles known as sprints. At the end of each sprint, a few of the product features are developed, tested, and “submitted” for <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\">verification to the product owner</a> </span>and stakeholders who “accept” the features as “Done”. It is important for the features to be bug-free. Moreover, each feature should be deployable and should function as per end users’ expectations. In Agile, development is always carried out by keeping the end users in mind, and the entire product is developed from their perspective. Sprint cycles are repeated on a consistent basis until all the product features are developed successfully.\r\n\r\nIt is important to know that Agile framework forms the “base” for many other software development methodologies and frameworks such as Scrum, Extreme Programming “XP”, Kanban, etc. which have their “roots” in Agile principles and process. However, there are subtle differences between these Agile “offshoots”. Each framework is bug-free and has its own particular mode of functioning, advantages, and disadvantages. Moreover, each framework is specially designed to develop software projects of specific types and nature.\r\n\r\n<img class=\"aligncenter wp-image-2367 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/what-is-agile-software-dev-model.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n<h1>Values important to the Agile software development model</h1>\r\nAgile was originally conceptualized to overcome the shortcomings of traditional development frameworks such as Waterfall, and designed to provide a better control over the actual production process carried out in a project. Agile concentrates upon rapid delivery of product features through short, and rapid, product incremental cycles. Agile is very popular for its unique values that it supports and honours in all of its frameworks.\r\n\r\nThe Agile software development model includes four important values.\r\n<p style=\"padding-left: 30px;\"><strong>1. Value individuals and interactions rather than processes and tools</strong></p>\r\n<p style=\"padding-left: 30px;\">More important is given to Agile team members and individuals associated with the project rather than focusing and concentrating more upon traditional processes and tools, or technology, used in the production process. Agile values people more than processes.</p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Development of working software takes precedence over detailed documentation and paperwork</strong></p>\r\n<p style=\"padding-left: 30px;\">Agile concentrates upon rapid delivery of working product features and functionality through short product incremental cycles. The development work takes precedence over the completion of formalities, paperwork, and getting the “productivity” cleared by senior authorities. Time should be properly channelized and more focus should remain upon delivering product’s worth rather than following mandatory rules and regulations.</p>\r\n<p style=\"padding-left: 30px;\"><strong>3. Collaboration with the customer or client is more important than contract negotiation and formalities</strong></p>\r\n<p style=\"padding-left: 30px;\">Agile gives more importance to customers and clients and stresses upon developing the product in accordance with the client’s interaction and feedback. The client is very closely involved in the production process. It is important to “satisfy” the client’s requirements rather than fulfilling contract formalities.</p>\r\n<p style=\"padding-left: 30px;\"><strong>4. Quickly responding to changes and incorporating them in the production process</strong></p>\r\n<p style=\"padding-left: 30px;\">A unique “selling point” of Agile, the framework is specially designed to handle changes occurring in the market-related conditions and incorporating those changes in the product design – even lat in the product development cycle. Agile responds promptly to changes and has the capability to include them in the product development cycle – at any stage and at any time while the product is being “manufactured”.</p>','What is Agile software development model?','','publish','open','open','','what-is-agile-software-development-model','','','2018-09-13 12:43:10','2018-09-13 07:13:10','',0,'https://product.quickscrum.com/?p=4450',0,'post','',0),(4452,12,'2018-09-13 12:45:16','2018-09-13 07:15:16','When a new product or a set of new product features providing some value to customers or end users is launched in the market, the launch activity is described as a product release. A product release helps to create a value stream for business owners. Its function is to bring in capital for the business by generating a profit. Product based companies – especially those following a SaaS model - have to depend heavily upon releases to grow and sustain their growth over time.\n\nOrganizations can grow only if the products they manufacture are released at the correct time and in the correct manner. If a product is released prematurely before it can be properly tested and made shippable, it could result in end users experiencing bugs or regression. This can lead to a bad user experience and even affect brand reputation. On the other hand, if a product is released too late it could prevent the organization from availing the business value in the time leading to stressful financial conditions for the project owners. Projects may be forced to close down if they can\'t sustain themselves over time. Therefore releasing the product in the right manner at the right time is very important.\n\nBoth traditional Waterfall processes and Agile methods facilitate product release. However, the manner and frequency of the releases vary considerably depending upon which method or process is employed by the team to manage the software project.\n\n<img class=\"aligncenter wp-image-2435 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/time-and-organize-your-product-release-1.png\" alt=\"\" width=\"830\" height=\"400\" />\n<h1>Doing it the traditional way</h1>\nTraditional processes are best suited when the scope and time of the project are fixed. However, in practice, stakeholders may request changes in existing features and functionality as and when market conditions change. This can delay the development process and extend the deadline since the team may be forced to take up unplanned design and/or functionality related work which it has not anticipated and accounted for at the time of project inception. In Waterfall processes as the project completion and the release date are fixed at the onset, the development team is often kept under pressure to deliver work – both planned work as well as feature changes related - within the stipulated deadline. Teams may find it difficult to cope up with the added development activity and start cutting corners to complete work in time. As a result, the release may contain bugs and have faulty functionality which reduces user experience and even lead to a bad brand image.\n\nOwing to the staged process flow, Waterfall processes are irreversible in nature. The product can be released only after the project completes. Moreover, since only a single version of the product can be designed at a time in the project, you can’t have multiple product releases supporting upgrade versions for the same product in the same project. It’s also difficult to address risk mitigation since defects found in later stages cannot be reworked upon and corrected by reverting back to prior stages. It can be also difficult to adapt to changes in the product design once the project is documented and the development process starts. Therefore the business value of the release cannot be increased or enhanced once the project deliverables are decided.\n\nThus, you can be sure of releasing your product on time using traditional methods only if you’re absolutely sure about the project’s scope, know exactly what you’re going to design and develop in your project and whether you can estimate your team’s velocity (the speed or rate at which the development team can complete work in a given duration of time) correctly.\n<h1>How Agile does it</h1>\nThe success of a product release depends primarily upon what functionality the features offered in the release and how useful they are to end users. The business value in a project can be availed only if the releases are properly designed and planned. To make a release valuable, Agile tends to focus upon the following aspects:\n<ul>\n <li>Can the business value be delivered in the form of a releasable product?</li>\n <li>Is the goal of building a reliable product with the desired quality met?</li>\n <li>Can the project successfully deliver the product releases on time?</li>\n</ul>\n<p style=\"padding-left: 30px;\"><strong>1. Planning the releases</strong></p>\n<p style=\"padding-left: 30px;\">In Agile since development is carried out of the product on incremental cycles bases, the release of a product depends primarily upon the development team’s velocity metric which indicates how much of work the team can handle or get done per iteration cycle. Given the speed at which the team can deliver shippable product features, it can be planned how many sprints are required to develop a particular set of features. The features set is made available to the end users in the form of a release. The goal of a release is to deliver working software to end users as quickly as possible.</p>\n\n<blockquote>\n<p style=\"padding-left: 30px;\">For explanation, suppose a product has 9 features. If the team has a capacity of developing 1 feature per iteration cycle or sprint, and each sprint lasts for 2 weeks, a release containing a set of 3 features can be released in the market every 6 weeks. Since the product contains 9 features, if 3 features are planned for each release, it would take 3 releases to launch the entire product.</p>\n</blockquote>\n \n<p style=\"padding-left: 30px;\"><img class=\"aligncenter wp-image-2437 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/time-and-organize-your-product-release-2.png\" alt=\"\" width=\"830\" height=\"296\" /></p>\n\n<ul class=\"custom-padding-left-30\">\n <li>As the team becomes more conversant with the product with each development cycle, it tries to improve upon its velocity metric and speed up development work. More work can be taken up by the team per sprint which can reduce the total number of releases required to launch the product.</li>\n <li>Since features are launched in sets in releases, it becomes possible to receive end-user feedback at the end of each release rather than receiving the feedback after the entire product is deployed. Product owners can plan further rework to enhance the business value of the features even while the product is being developed. The rework can be taken up by the team as a “feature enhancement” task which can include all suggestions provided by end users to make the feature functionality more useful and powerful.</li>\n <li>Business value is delivered to the client at the end of each release. Therefore, it becomes easier to achieve the breakeven point and fulfill the marketing milestones.</li>\n</ul>\n<p style=\"padding-left: 30px;\"><strong>2. Designing the sprints</strong></p>\n<p style=\"padding-left: 30px;\">A sprint is a predefined duration in days (generally lasting 1 or 2 weeks or more but not extending 1 month) during which the team develops valuable shippable software and delivers it to the client. Each sprint is planned in a special Agile event known as the sprint planning meeting. During sprint planning sessions, the product owner (a person responsible for delivering the value in the project) selects a few valuable and prioritized product development tasks (user stories) and presents them to the team for development purposes. The team decides how much work (number of tasks) it can complete in the development cycle (sprint) and creates a sprint backlog (a list of finalized features and working functionality) to be completed during the upcoming sprint.</p>\n<p style=\"padding-left: 30px;\">The team understands how each feature is to be developed and what criteria (acceptance criteria) should be fulfilled so that the particular feature can be considered as successfully completed (fulfill the Definition of Done). If the team has any doubts or needs any clarifications the product owner helps the team to understand the deliverables and what end users expect out of the proposed functionality.</p>\n<p style=\"padding-left: 30px;\">The team members i.e. the developers, designers, testers, technical writers, database administrators etc. than take up the proposed tasks from the sprint backlog based upon their levels of expertise and start decomposing the work (tasks) in a manner such that each task can be developed independently (provided they don’t have any dependencies).</p>\n<p style=\"padding-left: 30px;\">Working software is then developed by the team during the sprint.</p>\n<p style=\"padding-left: 30px;\">The objective of a sprint planning session is to:</p>\n\n<ul>\n <li>Establish a clearly defined goal for the sprint.</li>\n <li>Choose valuable and important tasks or user stories that support the sprint goal.</li>\n <li>Break or decompose work (user stories) into specific development tasks.</li>\n <li>Create a sprint backlog.</li>\n</ul>\n<p style=\"padding-left: 30px;\"><img class=\"aligncenter wp-image-2442 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/time-and-organize-your-product-release-3.png\" alt=\"\" width=\"830\" height=\"554\" /></p>\n<p style=\"padding-left: 30px;\"><strong>3. Prioritizing the product backlog</strong></p>\n<p style=\"padding-left: 30px;\">Broadly speaking, the product backlog is a list of all activities (feature development, testing, documentation, and deployment) needed to build the product. Each project has a product vision that explains what the final product should be like i.e. what kind of features the product should have, what type of functionality the features should offer, how end users shall use the features etc. People involved with the project viz. stakeholders, end users, technical team and the product owner suggest feature requirements and functionality that can fulfill this product vision.</p>\n<p style=\"padding-left: 30px;\">The product backlog, therefore, is a \"wish\" list of all functionality desired in the product and keeps on growing in size over time as more and more requirements keep on adding in the list. Agile focuses upon the development of most valuable and important features first followed by less important ones so that maximum value in the project can be tapped and delivered in the form of working software to the client at the end of each product incremental cycle - the sprint. Hence it is required to arrange the product backlog such that valuable and most important tasks or development activities are contained at the top whereas less important requirements are placed in the middle. The process of prioritizing the product backlog as per the business value of the stories contained in it is also known as “backlog refinement” or “backlog grooming”.</p>\n<p style=\"padding-left: 30px;\"><img class=\"aligncenter wp-image-2445 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/capturing-and-prioritizing-the-business-value-3.png\" alt=\"\" width=\"830\" height=\"511\" /></p>\n\n<h1>Product monetization in Agile and traditional methods</h1>\n<img class=\"aligncenter wp-image-2446 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/time-and-organize-your-product-release-4.png\" alt=\"\" width=\"830\" height=\"305\" />\n<h1>Using the tool</h1>\n<p style=\"padding-left: 30px;\"><strong>1. Creating user stories for capturing requirements</strong></p>\n<p style=\"padding-left: 30px;\">Requirements in the form of user stories can be added dynamically to the product backlog:</p>\n <span style=\"color: #ff0000;\">[Place Image]</span>\n<p style=\"padding-left: 30px;\"><a href=\"https://www.quickscrum.com/ProductBacklog/ProductBacklogList\"><span style=\"color: #3366ff;\">https://www.quickscrum.com/ProductBacklog/ProductBacklogList</span></a></p>\n<p style=\"padding-left: 30px;\">Alternately, you can also add the stories while planning the sprint:</p>\n <span style=\"color: #ff0000;\">[Place Image]</span>\n<p style=\"padding-left: 30px;\"><a href=\"https://www.quickscrum.com/Sprint/SprintList\"><span style=\"color: #3366ff;\">https://www.quickscrum.com/Sprint/SprintList</span></a></p>\n<p style=\"padding-left: 30px;\">… or even while using the Scrum board:</p>\n <span style=\"color: #ff0000;\"> [Place Image]</span>\n<p style=\"padding-left: 30px;\"><a href=\"https://www.quickscrum.com/Task/TaskList\"><span style=\"color: #3366ff;\">https://www.quickscrum.com/Task/TaskList</span></a></p>\n<p style=\"padding-left: 30px;\">To find out more about adding stories visit:</p>\n<p style=\"padding-left: 30px;\"><a href=\"https://www.quickscrum.com/Help/119/add-a-story\"><span style=\"color: #3366ff;\">https://www.quickscrum.com/Help/119/add-a-story</span></a></p>\n<p style=\"padding-left: 30px;\"><strong>2. Detailing the stories with relevant information</strong></p>\n<p style=\"padding-left: 30px;\">User stories form the base of all development activity. Therefore, for teams to develop meaningful and useful features, each story should be properly described and detailed by the client, end user or the person who requests the functionality. The value of a story depends upon how well its acceptance criteria is stated. The acceptance criteria is a set of statements with each state having a clear pass/fail result. The statements specify both functional and non-functional requirements. To find out more how to state the acceptance tests please visit:</p>\n<p style=\"padding-left: 30px;\"><a href=\"https://www.quickscrum.com/Help/138/define-acceptance-criteria\"><span style=\"color: #3366ff;\">https://www.quickscrum.com/Help/138/define-acceptance-criteria</span></a></p>\n<p style=\"padding-left: 30px;\"><strong>3. Prioritizing stories as per their importance and business value</strong></p>\n<p style=\"padding-left: 30px;\">The value of a project i.e. its ROI depends a lot on how stories are estimated and prioritized in the product backlog. To deliver high-value stories on a consistent basis, it is important to organize the backlog in a manner such that important and valuable stories can be found on the top and easily picked up for development purposes. To understand how to rearrange stories as per their importance please visit:</p>\n<p style=\"padding-left: 30px;\"><a href=\"https://quickscrum.com/Help/38/prioritize-story\"><span style=\"color: #3366ff;\">https://quickscrum.com/Help/38/prioritize-story</span></a></p>\n<p style=\"padding-left: 30px;\"><strong>4. Designing the sprints</strong></p>\n<p style=\"padding-left: 30px;\">Stories or feature tasks are developed in product incremental cycles called sprints. A few valuable and important stories – just enough number of stories that the team can successfully develop in a sprint and not more or less - are selected from the top of the prioritized product backlog by the team for development purpose. The team then discusses how the stories should be developed, what parameters should be fulfilled for the story to be considered as successfully developed (made shippable) and how the team members should decompose the stories into individually developable parts. The stories taken up for development are listed in a backlog called “sprint backlog”. The team then starts with the actual development work as the sprint commences. To find out how to design the sprints please visit:</p>\n<p style=\"padding-left: 30px;\"><a href=\"https://www.quickscrum.com/Sprint/SprintList\"><span style=\"color: #3366ff;\">https://www.quickscrum.com/Sprint/SprintList</span></a></p>\n<p style=\"padding-left: 30px;\">To read more about sprint designing visit:</p>\n<p style=\"padding-left: 30px;\"><a class=\"link-hover\" dir=\"ltr\" href=\"https://www.quickscrum.com/Help/56/sprint-planning\" target=\"_blank\" rel=\"noopener\"><u><span style=\"color: #3366ff;\">https://www.quickscrum.com/Help/56/sprint-planning</span></u></a></p>\n<p style=\"padding-left: 30px;\"><strong>5. Planning the releases</strong></p>\n<p style=\"padding-left: 30px;\">A release is made up of one or several sprints. Keeping the product vision and roadmap in mind, sprints are included in the release plan based upon what features are developed in them, and how much of value the sprints will deliver through the sprints. To read about how to plan your release please visit <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"https://www.quickscrum.com/Help/185/sg-Release-Planning\" target=\"_blank\" rel=\"noopener\"><u>https://www.quickscrum.com/Help/185/sg-Release-Planning</u></a></span>. It is very easy to create your release plan using the tool and you can find how to do it at <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"https://www.quickscrum.com/Help/49/release-planning\" target=\"_blank\" rel=\"noopener\"><u>https://www.quickscrum.com/Help/49/release-planning</u></a>.</span></p>\n\n<h1>Conclusion</h1>\nA release plan provides a common vision to the team regarding what goals need to be achieved, how and when. It helps the team to decide upon priorities and make informed decisions. From the management\'s point of view, a release plan offers a roadmap as to how the client and stakeholders can earn back their investment amount and plan further growth. Traditional project management processes support a single release plan whereas in Agile you can have multiples releases to avail the business value in the project at regular intervals of time. Find how Agile helps to monetize your work efforts in a short passage of time and how you should plan your product release using the Agile process.','How To Manage And Organize Your Product Release','','inherit','closed','closed','','4425-autosave-v1','','','2018-09-13 12:45:16','2018-09-13 07:15:16','',4425,'https://product.quickscrum.com/4425-autosave-v1/',0,'revision','',0),(4453,13,'2018-09-13 12:41:52','2018-09-13 07:11:52','The Agile software development model is fundamentally based upon the “product incremental” model. In Agile, software development is carried out in “short bursts” of development activity known as “sprints”. Each sprint lasts for a predetermined period. Traditionally, sprint cycles lasted for two to four weeks. However, nowadays they typically last between seven to ten days. Each sprint cycle results in the development of bug-free and deployable product features or functionality. Sprints are carried out until all product features are successfully developed.\r\n\r\nWhat is the Agile software development model? In simple terms, in the Agile software development process, the entire software “product” is broken down into its basic features and functionality. The Agile process starts with the creation of the product backlog – a master list containing all the features and functionalities required to develop the product in totality. Once the backlog is created, a small set of features and functionalities having high business values are transferred to a “sprint backlog” and developed individually in product incremental cycles known as sprints. At the end of each sprint, a few of the product features are developed, tested, and “submitted” for <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\">verification to the product owner</a> </span>and stakeholders who “accept” the features as “Done”. It is important for the features to be bug-free. Moreover, each feature should be deployable and should function as per end users’ expectations. In Agile, development is always carried out by keeping the end users in mind, and the entire product is developed from their perspective. Sprint cycles are repeated on a consistent basis until all the product features are developed successfully.\r\n\r\nIt is important to know that Agile framework forms the “base” for many other software development methodologies and frameworks such as Scrum, Extreme Programming “XP”, Kanban, etc. which have their “roots” in Agile principles and process. However, there are subtle differences between these Agile “offshoots”. Each framework is bug-free and has its own particular mode of functioning, advantages, and disadvantages. Moreover, each framework is specially designed to develop software projects of specific types and nature.\r\n\r\n<img class=\"aligncenter wp-image-2367 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/what-is-agile-software-dev-model.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n<h1>Values important to the Agile software development model</h1>\r\nAgile was originally conceptualized to overcome the shortcomings of traditional development frameworks such as Waterfall, and designed to provide a better control over the actual production process carried out in a project. Agile concentrates upon rapid delivery of product features through short, and rapid, product incremental cycles. Agile is very popular for its unique values that it supports and honours in all of its frameworks.\r\n\r\nThe Agile software development model includes four important values.\r\n<p style=\"padding-left: 30px;\"><strong>1. Value individuals and interactions rather than processes and tools</strong></p>\r\n<p style=\"padding-left: 30px;\">More important is given to Agile team members and individuals associated with the project rather than focusing and concentrating more upon traditional processes and tools, or technology, used in the production process. Agile values people more than processes.</p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Development of working software takes precedence over detailed documentation and paperwork</strong></p>\r\n<p style=\"padding-left: 30px;\">Agile concentrates upon rapid delivery of working product features and functionality through short product incremental cycles. The development work takes precedence over the completion of formalities, paperwork, and getting the “productivity” cleared by senior authorities. Time should be properly channelized and more focus should remain upon delivering product’s worth rather than following mandatory rules and regulations.</p>\r\n<p style=\"padding-left: 30px;\"><strong>3. Collaboration with the customer or client is more important than contract negotiation and formalities</strong></p>\r\n<p style=\"padding-left: 30px;\">Agile gives more importance to customers and clients and stresses upon developing the product in accordance with the client’s interaction and feedback. The client is very closely involved in the production process. It is important to “satisfy” the client’s requirements rather than fulfilling contract formalities.</p>\r\n<p style=\"padding-left: 30px;\"><strong>4. Quickly responding to changes and incorporating them in the production process</strong></p>\r\n<p style=\"padding-left: 30px;\">A unique “selling point” of Agile, the framework is specially designed to handle changes occurring in the market-related conditions and incorporating those changes in the product design – even lat in the product development cycle. Agile responds promptly to changes and has the capability to include them in the product development cycle – at any stage and at any time while the product is being “manufactured”.</p>','What is Agile software development model?','','inherit','closed','closed','','4450-revision-v1','','','2018-09-13 12:41:52','2018-09-13 07:11:52','',4450,'https://product.quickscrum.com/4450-revision-v1/',0,'revision','',0),(4454,12,'2018-09-13 12:45:27','2018-09-13 07:15:27','When a new product or a set of new product features providing some value to customers or end users is launched in the market, the launch activity is described as a product release. A product release helps to create a value stream for business owners. Its function is to bring in capital for the business by generating a profit. Product based companies – especially those following a SaaS model - have to depend heavily upon releases to grow and sustain their growth over time.\r\n\r\nOrganizations can grow only if the products they manufacture are released at the correct time and in the correct manner. If a product is released prematurely before it can be properly tested and made shippable, it could result in end users experiencing bugs or regression. This can lead to a bad user experience and even affect brand reputation. On the other hand, if a product is released too late it could prevent the organization from availing the business value in the time leading to stressful financial conditions for the project owners. Projects may be forced to close down if they can\'t sustain themselves over time. Therefore releasing the product in the right manner at the right time is very important.\r\n\r\nBoth traditional Waterfall processes and Agile methods facilitate product release. However, the manner and frequency of the releases vary considerably depending upon which method or process is employed by the team to manage the software project.\r\n\r\n<img class=\"aligncenter wp-image-2435 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/time-and-organize-your-product-release-1.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n<h1>Doing it the traditional way</h1>\r\nTraditional processes are best suited when the scope and time of the project are fixed. However, in practice, stakeholders may request changes in existing features and functionality as and when market conditions change. This can delay the development process and extend the deadline since the team may be forced to take up unplanned design and/or functionality related work which it has not anticipated and accounted for at the time of project inception. In Waterfall processes as the project completion and the release date are fixed at the onset, the development team is often kept under pressure to deliver work – both planned work as well as feature changes related - within the stipulated deadline. Teams may find it difficult to cope up with the added development activity and start cutting corners to complete work in time. As a result, the release may contain bugs and have faulty functionality which reduces user experience and even lead to a bad brand image.\r\n\r\nOwing to the staged process flow, Waterfall processes are irreversible in nature. The product can be released only after the project completes. Moreover, since only a single version of the product can be designed at a time in the project, you can’t have multiple product releases supporting upgrade versions for the same product in the same project. It’s also difficult to address risk mitigation since defects found in later stages cannot be reworked upon and corrected by reverting back to prior stages. It can be also difficult to adapt to changes in the product design once the project is documented and the development process starts. Therefore the business value of the release cannot be increased or enhanced once the project deliverables are decided.\r\n\r\nThus, you can be sure of releasing your product on time using traditional methods only if you’re absolutely sure about the project’s scope, know exactly what you’re going to design and develop in your project and whether you can estimate your team’s velocity (the speed or rate at which the development team can complete work in a given duration of time) correctly.\r\n<h1>How Agile does it</h1>\r\nThe success of a product release depends primarily upon what functionality the features offered in the release and how useful they are to end users. The business value in a project can be availed only if the releases are properly designed and planned. To make a release valuable, Agile tends to focus upon the following aspects:\r\n<ul>\r\n <li>Can the business value be delivered in the form of a releasable product?</li>\r\n <li>Is the goal of building a reliable product with the desired quality met?</li>\r\n <li>Can the project successfully deliver the product releases on time?</li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\"><strong>1. Planning the releases</strong></p>\r\n<p style=\"padding-left: 30px;\">In Agile since development is carried out of the product on incremental cycles bases, the release of a product depends primarily upon the development team’s velocity metric which indicates how much of work the team can handle or get done per iteration cycle. Given the speed at which the team can deliver shippable product features, it can be planned how many sprints are required to develop a particular set of features. The features set is made available to the end users in the form of a release. The goal of a release is to deliver working software to end users as quickly as possible.</p>\r\n\r\n<blockquote>\r\n<p style=\"padding-left: 30px;\">For explanation, suppose a product has 9 features. If the team has a capacity of developing 1 feature per iteration cycle or sprint, and each sprint lasts for 2 weeks, a release containing a set of 3 features can be released in the market every 6 weeks. Since the product contains 9 features, if 3 features are planned for each release, it would take 3 releases to launch the entire product.</p>\r\n</blockquote>\r\n \r\n<p style=\"padding-left: 30px;\"><img class=\"aligncenter wp-image-2437 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/time-and-organize-your-product-release-2.png\" alt=\"\" width=\"830\" height=\"296\" /></p>\r\n\r\n<ul class=\"custom-padding-left-30\">\r\n <li>As the team becomes more conversant with the product with each development cycle, it tries to improve upon its velocity metric and speed up development work. More work can be taken up by the team per sprint which can reduce the total number of releases required to launch the product.</li>\r\n <li>Since features are launched in sets in releases, it becomes possible to receive end-user feedback at the end of each release rather than receiving the feedback after the entire product is deployed. Product owners can plan further rework to enhance the business value of the features even while the product is being developed. The rework can be taken up by the team as a “feature enhancement” task which can include all suggestions provided by end users to make the feature functionality more useful and powerful.</li>\r\n <li>Business value is delivered to the client at the end of each release. Therefore, it becomes easier to achieve the breakeven point and fulfill the marketing milestones.</li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\"><strong>2. Designing the sprints</strong></p>\r\n<p style=\"padding-left: 30px;\">A sprint is a predefined duration in days (generally lasting 1 or 2 weeks or more but not extending 1 month) during which the team develops valuable shippable software and delivers it to the client. Each sprint is planned in a special Agile event known as the sprint planning meeting. During sprint planning sessions, the product owner (a person responsible for delivering the value in the project) selects a few valuable and prioritized product development tasks (user stories) and presents them to the team for development purposes. The team decides how much work (number of tasks) it can complete in the development cycle (sprint) and creates a sprint backlog (a list of finalized features and working functionality) to be completed during the upcoming sprint.</p>\r\n<p style=\"padding-left: 30px;\">The team understands how each feature is to be developed and what criteria (acceptance criteria) should be fulfilled so that the particular feature can be considered as successfully completed (fulfill the Definition of Done). If the team has any doubts or needs any clarifications the product owner helps the team to understand the deliverables and what end users expect out of the proposed functionality.</p>\r\n<p style=\"padding-left: 30px;\">The team members i.e. the developers, designers, testers, technical writers, database administrators etc. than take up the proposed tasks from the sprint backlog based upon their levels of expertise and start decomposing the work (tasks) in a manner such that each task can be developed independently (provided they don’t have any dependencies).</p>\r\n<p style=\"padding-left: 30px;\">Working software is then developed by the team during the sprint.</p>\r\n<p style=\"padding-left: 30px;\">The objective of a sprint planning session is to:</p>\r\n\r\n<ul>\r\n <li>Establish a clearly defined goal for the sprint.</li>\r\n <li>Choose valuable and important tasks or user stories that support the sprint goal.</li>\r\n <li>Break or decompose work (user stories) into specific development tasks.</li>\r\n <li>Create a sprint backlog.</li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\"><img class=\"aligncenter wp-image-2442 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/time-and-organize-your-product-release-3.png\" alt=\"\" width=\"830\" height=\"554\" /></p>\r\n<p style=\"padding-left: 30px;\"><strong>3. Prioritizing the product backlog</strong></p>\r\n<p style=\"padding-left: 30px;\">Broadly speaking, the product backlog is a list of all activities (feature development, testing, documentation, and deployment) needed to build the product. Each project has a product vision that explains what the final product should be like i.e. what kind of features the product should have, what type of functionality the features should offer, how end users shall use the features etc. People involved with the project viz. stakeholders, end users, technical team and the product owner suggest feature requirements and functionality that can fulfill this product vision.</p>\r\n<p style=\"padding-left: 30px;\">The product backlog, therefore, is a \"wish\" list of all functionality desired in the product and keeps on growing in size over time as more and more requirements keep on adding in the list. Agile focuses upon the development of most valuable and important features first followed by less important ones so that maximum value in the project can be tapped and delivered in the form of working software to the client at the end of each product incremental cycle - the sprint. Hence it is required to arrange the product backlog such that valuable and most important tasks or development activities are contained at the top whereas less important requirements are placed in the middle. The process of prioritizing the product backlog as per the business value of the stories contained in it is also known as “backlog refinement” or “backlog grooming”.</p>\r\n<p style=\"padding-left: 30px;\"><img class=\"aligncenter wp-image-2445 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/capturing-and-prioritizing-the-business-value-3.png\" alt=\"\" width=\"830\" height=\"511\" /></p>\r\n\r\n<h1>Product monetization in Agile and traditional methods</h1>\r\n<img class=\"aligncenter wp-image-2446 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/time-and-organize-your-product-release-4.png\" alt=\"\" width=\"830\" height=\"305\" />\r\n<h1>Using the tool</h1>\r\n<p style=\"padding-left: 30px;\"><strong>1. Creating user stories for capturing requirements</strong></p>\r\n<p style=\"padding-left: 30px;\">Requirements in the form of user stories can be added dynamically to the product backlog:</p>\r\n <span style=\"color: #ff0000;\">[Place Image]</span>\r\n<p style=\"padding-left: 30px;\"><a href=\"https://www.quickscrum.com/ProductBacklog/ProductBacklogList\"><span style=\"color: #3366ff;\">https://www.quickscrum.com/ProductBacklog/ProductBacklogList</span></a></p>\r\n<p style=\"padding-left: 30px;\">Alternately, you can also add the stories while planning the sprint:</p>\r\n <span style=\"color: #ff0000;\">[Place Image]</span>\r\n<p style=\"padding-left: 30px;\"><a href=\"https://www.quickscrum.com/Sprint/SprintList\"><span style=\"color: #3366ff;\">https://www.quickscrum.com/Sprint/SprintList</span></a></p>\r\n<p style=\"padding-left: 30px;\">… or even while using the Scrum board:</p>\r\n <span style=\"color: #ff0000;\"> [Place Image]</span>\r\n<p style=\"padding-left: 30px;\"><a href=\"https://www.quickscrum.com/Task/TaskList\"><span style=\"color: #3366ff;\">https://www.quickscrum.com/Task/TaskList</span></a></p>\r\n<p style=\"padding-left: 30px;\">To find out more about adding stories visit:</p>\r\n<p style=\"padding-left: 30px;\"><a href=\"https://www.quickscrum.com/Help/119/add-a-story\"><span style=\"color: #3366ff;\">https://www.quickscrum.com/Help/119/add-a-story</span></a></p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Detailing the stories with relevant information</strong></p>\r\n<p style=\"padding-left: 30px;\">User stories form the base of all development activity. Therefore, for teams to develop meaningful and useful features, each story should be properly described and detailed by the client, end user or the person who requests the functionality. The value of a story depends upon how well its acceptance criteria is stated. The acceptance criteria is a set of statements with each state having a clear pass/fail result. The statements specify both functional and non-functional requirements. To find out more how to state the acceptance tests please visit:</p>\r\n<p style=\"padding-left: 30px;\"><a href=\"https://www.quickscrum.com/Help/138/define-acceptance-criteria\"><span style=\"color: #3366ff;\">https://www.quickscrum.com/Help/138/define-acceptance-criteria</span></a></p>\r\n<p style=\"padding-left: 30px;\"><strong>3. Prioritizing stories as per their importance and business value</strong></p>\r\n<p style=\"padding-left: 30px;\">The value of a project i.e. its ROI depends a lot on how stories are estimated and prioritized in the product backlog. To deliver high-value stories on a consistent basis, it is important to organize the backlog in a manner such that important and valuable stories can be found on the top and easily picked up for development purposes. To understand how to rearrange stories as per their importance please visit:</p>\r\n<p style=\"padding-left: 30px;\"><a href=\"https://quickscrum.com/Help/38/prioritize-story\"><span style=\"color: #3366ff;\">https://quickscrum.com/Help/38/prioritize-story</span></a></p>\r\n<p style=\"padding-left: 30px;\"><strong>4. Designing the sprints</strong></p>\r\n<p style=\"padding-left: 30px;\">Stories or feature tasks are developed in product incremental cycles called sprints. A few valuable and important stories – just enough number of stories that the team can successfully develop in a sprint and not more or less - are selected from the top of the prioritized product backlog by the team for development purpose. The team then discusses how the stories should be developed, what parameters should be fulfilled for the story to be considered as successfully developed (made shippable) and how the team members should decompose the stories into individually developable parts. The stories taken up for development are listed in a backlog called “sprint backlog”. The team then starts with the actual development work as the sprint commences. To find out how to design the sprints please visit:</p>\r\n<p style=\"padding-left: 30px;\"><a href=\"https://www.quickscrum.com/Sprint/SprintList\"><span style=\"color: #3366ff;\">https://www.quickscrum.com/Sprint/SprintList</span></a></p>\r\n<p style=\"padding-left: 30px;\">To read more about sprint designing visit:</p>\r\n<p style=\"padding-left: 30px;\"><a class=\"link-hover\" dir=\"ltr\" href=\"https://www.quickscrum.com/Help/56/sprint-planning\" target=\"_blank\" rel=\"noopener\"><u><span style=\"color: #3366ff;\">https://www.quickscrum.com/Help/56/sprint-planning</span></u></a></p>\r\n<p style=\"padding-left: 30px;\"><strong>5. Planning the releases</strong></p>\r\n<p style=\"padding-left: 30px;\">A release is made up of one or several sprints. Keeping the product vision and roadmap in mind, sprints are included in the release plan based upon what features are developed in them, and how much of value the sprints will deliver through the sprints. To read about how to plan your release please visit <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"https://www.quickscrum.com/Help/185/sg-Release-Planning\" target=\"_blank\" rel=\"noopener\"><u>https://www.quickscrum.com/Help/185/sg-Release-Planning</u></a></span>. It is very easy to create your release plan using the tool and you can find how to do it at <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"https://www.quickscrum.com/Help/49/release-planning\" target=\"_blank\" rel=\"noopener\"><u>https://www.quickscrum.com/Help/49/release-planning</u></a>.</span></p>\r\n\r\n<h1>Conclusion</h1>\r\nA release plan provides a common vision to the team regarding what goals need to be achieved, how and when. It helps the team to decide upon priorities and make informed decisions. From the management\'s point of view, a release plan offers a roadmap as to how the client and stakeholders can earn back their investment amount and plan further growth. Traditional project management processes support a single release plan whereas in Agile you can have multiples releases to avail the business value in the project at regular intervals of time. Find how Agile helps to monetize your work efforts in a short passage of time and how you should plan your product release using the Agile process.','How To Manage And Organize Your Product Release','','inherit','closed','closed','','4425-revision-v1','','','2018-09-13 12:45:27','2018-09-13 07:15:27','',4425,'https://product.quickscrum.com/4425-revision-v1/',0,'revision','',0),(4455,13,'2018-09-13 12:50:13','2018-09-13 07:20:13','Scrum is a popular Agile product development framework. It offers a foundation using which business goals can be delivered in a collaborative and time-bound manner. The Scrum process actually begins when a client or a customer needs a particular product. The framework provides certain guidelines which have to be implemented in the planned and organized manner within the project so positive results can be availed.\r\n<p style=\"padding-left: 30px;\">There are three fundamental roles in Scrum.</p>\r\n<p style=\"padding-left: 30px;\"><strong>1. The product owner - </strong>Owns the project on behalf of the stakeholders and project owners.</p>\r\n<p style=\"padding-left: 30px;\"><strong>2. The scrum master - </strong>Ensures Scrum is properly implemented and the team does not face any problems during the project.</p>\r\n<p style=\"padding-left: 30px;\"><strong>3. The development team - </strong>Carries out the actual development activity and “manufactures” the product.</p>\r\n\r\n<h1>Scrum team roles</h1>\r\nThe Scrum team roles can be briefly “summed” up as:\r\n<p style=\"padding-left: 30px;\"><strong>1. Product owner</strong></p>\r\n<p style=\"padding-left: 30px;\">The person primarily responsible for the project’s outcome i.e. its success and failure is the product owner. The PO conveys the stakeholders’ vision regarding the product to the entire team and ensures that members develop the product in accordance with the expectations of the project owners (stakeholders) and the end users. The PO leads the Agile team by example and outlines every activity in the project.</p>\r\n<p style=\"padding-left: 30px;\"><img class=\"aligncenter wp-image-2382 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/roles-in-scrum-po.png\" alt=\"\" width=\"830\" height=\"300\" /></p>\r\n<p style=\"padding-left: 30px;\"><strong>The primary responsibilities of the product owner include:</strong></p>\r\n\r\n<ul class=\"custom-padding-left-30\">\r\n <li>Creating, maintaining, and prioritizing the product backlog in accordance with the business values of the user stories.</li>\r\n <li>Conducting sprint planning sessions and creating the sprint backlog so the development team can develop product features in the sprints.</li>\r\n <li>Designing or planning the daily sprints.</li>\r\n <li>Be available to resolve issues and problems as and when faced by the entire team.</li>\r\n <li>Make sure that bug-free and shippable user stories are developed through the product incremental cycles (sprints).</li>\r\n <li>Ensure that the team velocity is maintained in a consistent manner at all times.</li>\r\n <li>Participate in the sprint review and sprint retrospective sessions.</li>\r\n <li>Ensure that the project delivers a certain business value – at all times – even while product features are being developed by the team.</li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\">Scrum encourages self-organization. The PO should respect this Scrum principle and respect the team’s ability to micromanage the development activity. He or she should not interfere with the actual development process and let the team handle it on its own.</p>\r\n<p style=\"padding-left: 30px;\"><strong>Moreover, the PO should not:</strong></p>\r\n\r\n<ul class=\"custom-padding-left-30\">\r\n <li>Give direct instructions as to how the team should develop user stories.</li>\r\n <li>Not transgress his or her authority and make efforts to “manage” the development team.</li>\r\n <li>Add any additional user stories to the sprint backlog once daily sprints commence.</li>\r\n <li>Halt or terminate existing sprints (This can only be done in rare situations).</li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\"><strong>2. Scrum master</strong></p>\r\n<p style=\"padding-left: 30px;\">The main role of the scrum master is to be a perfect “team player” and facilitate Scrum proceedings. A servant-leader role is highly recommended for him or her.<img class=\"aligncenter wp-image-2385 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/roles-in-scrum-sm.png\" alt=\"\" width=\"830\" height=\"300\" /></p>\r\n<p style=\"padding-left: 30px;\"><strong>The main duties of a scrum master include:</strong></p>\r\n\r\n<ul class=\"custom-padding-left-30\">\r\n <li>Ensure that Scrum principles and rules are properly implemented in the project.</li>\r\n <li>Remove any problems or impediments faced by the team members.</li>\r\n <li>Ensure that daily sprints are properly conducted and the team makes sufficient efforts to deliver shippable functionality through the sprint cycle.</li>\r\n <li>Make sure that the entire Agile team follows Scrum – including stakeholders, other individuals, and groups participating in Scrum events or processes.</li>\r\n <li>Help the PO “achieve” the product vision as “seen” by the stakeholders.</li>\r\n <li>Aid the PO and the team during the backlog refinement sessions.</li>\r\n <li>Facilitate and uphold Scrum collaboration principles.</li>\r\n <li>Make sure that the team remains conversant with any recent updates and changes occurring in the Scrum process and in product backlog items – user stories.</li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\"><strong>3. Development team</strong></p>\r\n<p style=\"padding-left: 30px;\">In the Scrum process, the actual development of the user stories – product features and functionality – is carried out by the development team. Ideally, the team should include approximately seven members, plus or minus one or two members but not more than that. Generally, the team is composed of cross-functional members, with each member having more than one skill or expertise. A development team can consist of architects, software engineers, analysts, programmers, testers, QA experts, UI designers, etc.</p>\r\n<p style=\"padding-left: 30px;\"><img class=\"aligncenter wp-image-2387 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/roles-in-scrum-dt.png\" alt=\"\" width=\"830\" height=\"300\" /></p>\r\n<p style=\"padding-left: 30px;\"><strong>For a team to be effective and productive it should follow certain common goals:</strong></p>\r\n\r\n<ul class=\"custom-padding-left-30\">\r\n <li>Pursue a common goal or objective.</li>\r\n <li>Ensure user stories are developed on a consistent basis through the product incremental cycles – sprints.</li>\r\n <li>Make sure they develop “shippable” user stories.</li>\r\n <li>Adhere to the same or similar norms and rules (Everyone follows the rules – there can be no “exceptions”).</li>\r\n <li>Collaborate and work together.</li>\r\n <li>Share ideas and thoughts.</li>\r\n <li>Respect for each other’s work.</li>\r\n</ul>','Roles in Scrum','','publish','open','open','','roles-in-scrum','','','2018-09-13 12:50:13','2018-09-13 07:20:13','',0,'https://product.quickscrum.com/?p=4455',0,'post','',0),(4457,13,'2018-09-13 12:48:48','2018-09-13 07:18:48','Scrum is a popular Agile product development framework. It offers a foundation using which business goals can be delivered in a collaborative and time-bound manner. The Scrum process actually begins when a client or a customer needs a particular product. The framework provides certain guidelines which have to be implemented in the planned and organized manner within the project so positive results can be availed.\r\n<p style=\"padding-left: 30px;\">There are three fundamental roles in Scrum.</p>\r\n<p style=\"padding-left: 30px;\"><strong>1. The product owner - </strong>Owns the project on behalf of the stakeholders and project owners.</p>\r\n<p style=\"padding-left: 30px;\"><strong>2. The scrum master - </strong>Ensures Scrum is properly implemented and the team does not face any problems during the project.</p>\r\n<p style=\"padding-left: 30px;\"><strong>3. The development team - </strong>Carries out the actual development activity and “manufactures” the product.</p>\r\n\r\n<h1>Scrum team roles</h1>\r\nThe Scrum team roles can be briefly “summed” up as:\r\n<p style=\"padding-left: 30px;\"><strong>1. Product owner</strong></p>\r\n<p style=\"padding-left: 30px;\">The person primarily responsible for the project’s outcome i.e. its success and failure is the product owner. The PO conveys the stakeholders’ vision regarding the product to the entire team and ensures that members develop the product in accordance with the expectations of the project owners (stakeholders) and the end users. The PO leads the Agile team by example and outlines every activity in the project.</p>\r\n<p style=\"padding-left: 30px;\"><img class=\"aligncenter wp-image-2382 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/roles-in-scrum-po.png\" alt=\"\" width=\"830\" height=\"300\" /></p>\r\n<p style=\"padding-left: 30px;\"><strong>The primary responsibilities of the product owner include:</strong></p>\r\n\r\n<ul class=\"custom-padding-left-30\">\r\n <li>Creating, maintaining, and prioritizing the product backlog in accordance with the business values of the user stories.</li>\r\n <li>Conducting sprint planning sessions and creating the sprint backlog so the development team can develop product features in the sprints.</li>\r\n <li>Designing or planning the daily sprints.</li>\r\n <li>Be available to resolve issues and problems as and when faced by the entire team.</li>\r\n <li>Make sure that bug-free and shippable user stories are developed through the product incremental cycles (sprints).</li>\r\n <li>Ensure that the team velocity is maintained in a consistent manner at all times.</li>\r\n <li>Participate in the sprint review and sprint retrospective sessions.</li>\r\n <li>Ensure that the project delivers a certain business value – at all times – even while product features are being developed by the team.</li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\">Scrum encourages self-organization. The PO should respect this Scrum principle and respect the team’s ability to micromanage the development activity. He or she should not interfere with the actual development process and let the team handle it on its own.</p>\r\n<p style=\"padding-left: 30px;\"><strong>Moreover, the PO should not:</strong></p>\r\n\r\n<ul class=\"custom-padding-left-30\">\r\n <li>Give direct instructions as to how the team should develop user stories.</li>\r\n <li>Not transgress his or her authority and make efforts to “manage” the development team.</li>\r\n <li>Add any additional user stories to the sprint backlog once daily sprints commence.</li>\r\n <li>Halt or terminate existing sprints (This can only be done in rare situations).</li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\"><strong>2. Scrum master</strong></p>\r\n<p style=\"padding-left: 30px;\">The main role of the scrum master is to be a perfect “team player” and facilitate Scrum proceedings. A servant-leader role is highly recommended for him or her.<img class=\"aligncenter wp-image-2385 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/roles-in-scrum-sm.png\" alt=\"\" width=\"830\" height=\"300\" /></p>\r\n<p style=\"padding-left: 30px;\"><strong>The main duties of a scrum master include:</strong></p>\r\n\r\n<ul class=\"custom-padding-left-30\">\r\n <li>Ensure that Scrum principles and rules are properly implemented in the project.</li>\r\n <li>Remove any problems or impediments faced by the team members.</li>\r\n <li>Ensure that daily sprints are properly conducted and the team makes sufficient efforts to deliver shippable functionality through the sprint cycle.</li>\r\n <li>Make sure that the entire Agile team follows Scrum – including stakeholders, other individuals, and groups participating in Scrum events or processes.</li>\r\n <li>Help the PO “achieve” the product vision as “seen” by the stakeholders.</li>\r\n <li>Aid the PO and the team during the backlog refinement sessions.</li>\r\n <li>Facilitate and uphold Scrum collaboration principles.</li>\r\n <li>Make sure that the team remains conversant with any recent updates and changes occurring in the Scrum process and in product backlog items – user stories.</li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\"><strong>3. Development team</strong></p>\r\n<p style=\"padding-left: 30px;\">In the Scrum process, the actual development of the user stories – product features and functionality – is carried out by the development team. Ideally, the team should include approximately seven members, plus or minus one or two members but not more than that. Generally, the team is composed of cross-functional members, with each member having more than one skill or expertise. A development team can consist of architects, software engineers, analysts, programmers, testers, QA experts, UI designers, etc.</p>\r\n<p style=\"padding-left: 30px;\"><img class=\"aligncenter wp-image-2387 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/roles-in-scrum-dt.png\" alt=\"\" width=\"830\" height=\"300\" /></p>\r\n<p style=\"padding-left: 30px;\"><strong>For a team to be effective and productive it should follow certain common goals:</strong></p>\r\n\r\n<ul class=\"custom-padding-left-30\">\r\n <li>Pursue a common goal or objective.</li>\r\n <li>Ensure user stories are developed on a consistent basis through the product incremental cycles – sprints.</li>\r\n <li>Make sure they develop “shippable” user stories.</li>\r\n <li>Adhere to the same or similar norms and rules (Everyone follows the rules – there can be no “exceptions”).</li>\r\n <li>Collaborate and work together.</li>\r\n <li>Share ideas and thoughts.</li>\r\n <li>Respect for each other’s work.</li>\r\n</ul>','Roles in Scrum','','inherit','closed','closed','','4455-revision-v1','','','2018-09-13 12:48:48','2018-09-13 07:18:48','',4455,'https://product.quickscrum.com/4455-revision-v1/',0,'revision','',0),(4460,13,'2018-09-13 13:57:00','2018-09-13 08:27:00','The Scrum backlog officially referred to as the product backlog, is the main list of <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\">product features prepared by the product owner</a></span> in accordance with the product envisioned by the stakeholders and project owners. In Scrum, it is not required to undertake extensive project planning activities to initiate the project. Instead, a list containing the product features can be prepared to start the actual development process.\r\n\r\nWhat is Scrum backlog? In simple terms, a scrum backlog is a prioritized features list that contains a short description of all functionality required to develop a working version of the product. The list may not be “perfect” when it is initially created. The product owner and team members can simply begin noting down everything they can possibly think of in terms of product features and functionality required to build the product, and create the list. It can always be updated later on, and new features added to it as and when stakeholders desire new functionality to be included in the final version of the product. The “featured items” in the list, or the backlog, are known as product backlog items. Also known as user stories, the backlog items are taken up for development by the team, and developed during the daily sprints. The product backlog is an important artifact in Scrum. The entire development activity and even the success of the product are dependent upon it. Therefore, Scrum advocates that the backlog should be considered as important and enough efforts should be spent in grooming it on a regular basis to preserve its “health”.\r\n\r\n<img class=\"alignnone size-full wp-image-2390\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/what-is-scrum-backlog.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n\r\n \r\n<h1>Characteristics of the product backlog used in Scrum Agile process</h1>\r\nThe Scrum backlog, used in the Scrum Agile process, should ideally exhibit the following characteristics:\r\n<p style=\"padding-left: 30px;\"><strong>INVEST</strong></p>\r\n<p style=\"padding-left: 30px;\"><strong>I = Independent</strong></p>\r\n<p style=\"padding-left: 30px;\">The backlog should have an independent existence.</p>\r\n<p style=\"padding-left: 30px;\"><strong>N = Negotiable</strong></p>\r\n<p style=\"padding-left: 30px;\">Backlog items should be negotiable i.e. added, updated, or removed after providing valid reasons.</p>\r\n<p style=\"padding-left: 30px;\"><strong>V = Valuable</strong></p>\r\n<p style=\"padding-left: 30px;\">Each backlog item should carry a certain business value.</p>\r\n<p style=\"padding-left: 30px;\"><strong>E = Estimable</strong></p>\r\n<p style=\"padding-left: 30px;\">Each item in the backlog should be associated with a certain “story point” value and estimated properly.</p>\r\n<p style=\"padding-left: 30px;\"><strong>S = Small</strong></p>\r\n<p style=\"padding-left: 30px;\">Backlog items should be small so they can be easily managed.</p>\r\n<p style=\"padding-left: 30px;\"><strong>T = Testable</strong></p>\r\n<p style=\"padding-left: 30px;\">Each item should have certain acceptance criteria or associated with benchmark parameters. It should be testable.</p>\r\n\r\n<h1>What is the product backlog grooming?</h1>\r\nThe product backlog grooming sessions are also referred to as backlog refinement sessions. They are an inherent part of the Scrum process and are conducted to ensure that the product backlog reflects a true “picture” of the product as envisioned by the stakeholders. The grooming activity consists of updating the product backlog from time to time. Changes occurring in the product features or business value of the backlog items should be updated in the backlog.\r\n\r\nProduct backlog grooming consists of :\r\n<ul>\r\n <li>Removing user stories which are no longer important or relevant to the product being developed.</li>\r\n <li>Creating new user stories on the basis of feedback received from the stakeholders and the newly discovered “needs” or requirements.</li>\r\n <li>Re-assessing the business value (market worth) associated with user stories currently in the backlog.</li>\r\n <li>Estimating stories.</li>\r\n <li>Correcting current estimates of user stories in response to newly “discovered” or “received” information.</li>\r\n <li>Splitting up epics or “large” user stories into smaller and easily manageable ones so they can be easily managed and developed during the sprint cycles.</li>\r\n</ul>','What is Scrum backlog?','','publish','open','open','','what-is-scrum-backlog','','','2018-09-13 13:57:00','2018-09-13 08:27:00','',0,'https://product.quickscrum.com/?p=4460',0,'post','',0),(4465,12,'2018-09-13 14:03:26','2018-09-13 08:33:26','In layman\'s terms, a product can be considered successful only when a huge number of people use it and the owner can earn a good profit by selling it in the market. The “power” of a product can be judged by the kind of features it supports and how useful those features are to end users. Therefore, it is important to capture the requirements of end users in a systematic and organized manner in your product, and determine how important they are. The business value in Agile is indicated by how much important a feature, or a “user story” is from the client or end user\'s perspective.\r\n\r\n<img class=\"wp-image-2472 size-full aligncenter\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/capturing-and-prioritizing-the-business-value.png\" alt=\"\" width=\"830\" height=\"488\" />\r\n<h1>Not all features are used frequently by end users</h1>\r\nUsers don\'t always use each and every feature offered by a tool or automated process. As per observations:\r\n<ul class=\"custom-padding-left-30\">\r\n <li>57% of the features are never used</li>\r\n <li>19% are rarely used</li>\r\n <li>16% are used sometimes</li>\r\n <li>13% of the features are used quite often</li>\r\n <li>7% of the features are used on a regular basis</li>\r\n</ul>\r\nAgile focuses more on the development of these frequently used 7% of the features which carry more business value.\r\n\r\n<img class=\"aligncenter wp-image-2481 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/capturing-and-prioritizing-the-business-value-8.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n<h1>Doing it the traditional way</h1>\r\nTraditional development methods follow a sequential (non-iterative) design process involving conception, initiation, analysis, design, construction, testing, production/implementation and maintenance stages. Requirements are gathered from the client, project owners, stakeholders, end users and other sources. These requirements are documented in the requirements phase at the start of the project. Once defined and documented, the requirements cannot be changed in subsequent stages. Therefore, in Waterfall methods, once end-user requirements are captured in the project new requirements can’t be added later on. Moreover once documented, the requirements cannot be changed or updated in subsequent stages even if stakeholders or end users want modifications in existing functionality. So if you’re following Waterfall methods you can capture end-user requirements only once in your project when it starts.\r\n<h1>How Agile does it</h1>\r\nIt’s not very difficult to capture client-centric requirements in Agile:\r\n<p style=\"padding-left: 30px;\"><strong>1. Get valuable ideas and feedback from client, end users and various other sources</strong></p>\r\n<p style=\"padding-left: 30px;\">Based upon the product vision shared by the client, the Agile team invites the stakeholders, technical team, end users, marketing and sales team, and management personnel to brainstorming sessions with an objective to identify market requirements and spot end-user needs. Data is also gathered from various other channels such as usability testing, product usage data, emails, forums and more if possible.</p>\r\n<p style=\"padding-left: 30px;\"><img class=\"aligncenter wp-image-2473 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/capturing-and-prioritizing-the-business-value-1.png\" alt=\"\" width=\"830\" height=\"451\" /></p>\r\n<p style=\"padding-left: 30px;\"><strong>2. List the ideas in the form of user stories in the product backlog</strong></p>\r\n<p style=\"padding-left: 30px;\">Ideas and suggestions collected from people and other sources are thought over and shortlisted to include only valuable suggestions which have a certain importance in terms of how useful they are to people using the product. The requirements are documented using an \"As an, I want to, So that \" format to specify the role (Who wants the feature or functionality), proposed activity (to do what) and the result or objective (to achieve what). This particular form of documenting the client/end user requirements is known as “user story” creation. A common list of all features and functionality required to build the product is prepared. This list is known as the “product backlog”.</p>\r\n<p style=\"padding-left: 30px;\"><img class=\"aligncenter wp-image-2475 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/capturing-and-prioritizing-the-business-value-2.png\" alt=\"\" width=\"830\" height=\"451\" /></p>\r\n<p style=\"padding-left: 30px;\"><strong>3. Detail each user story and prioritize its importance</strong></p>\r\n<p style=\"padding-left: 30px;\">It can be difficult to specify the technical aspects and the particulars of each and every user story at the time of its creation. The reasons could be many. At times teams might feel a particular feature is important and should be included in the backlog but may need further participation from end users to get the required details. In such cases, a user story is created for the particular feature and included in the backlog but its details may be kept blank. Later on, when proper details are made available to the team, it updates the particular story by filling up the blanks with relevant info.</p>\r\n<p style=\"padding-left: 30px;\"><img class=\"aligncenter wp-image-2476 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/capturing-and-prioritizing-the-business-value-3-1.png\" alt=\"\" width=\"830\" height=\"511\" /></p>\r\n<p style=\"padding-left: 30px;\">Agile focuses upon timed and sustained delivery of business value at the end of each product incremental cycle. Important stories having high business values are placed at the top of the product backlog while less important ones are arranged below them. Stories in the bottom have the least value. At the beginning of each new development cycle, few valuable stories are collected from the top of the backlog and made ready for the upcoming sprint. Stories are always collected from the top to ensure that maximum value is delivered to the client from each sprint.</p>\r\n\r\n<h1>Requirement Gathering In Traditional Method Vs. Agile</h1>\r\n<img class=\"aligncenter wp-image-2477 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/capturing-and-prioritizing-the-business-value-4.png\" alt=\"\" width=\"830\" height=\"456\" />\r\n<h1>Using the tool</h1>\r\n<p style=\"padding-left: 30px;\"><strong>1. Creating user stories for capturing requirements</strong></p>\r\n<p style=\"padding-left: 30px;\">Requirements in the form of user stories can be added dynamically to the product backlog:</p>\r\n<p style=\"padding-left: 30px;\"><img class=\"aligncenter wp-image-2478 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/capturing-and-prioritizing-the-business-value-5-1.png\" alt=\"\" width=\"1366\" height=\"300\" /></p>\r\n<p style=\"padding-left: 30px;\"><a class=\"link-hover\" dir=\"ltr\" href=\"https://www.quickscrum.com/ProductBacklog/ProductBacklogList\" rel=\"noopener\"><u><span style=\"color: #3366ff;\">https://www.quickscrum.com/ProductBacklog/ProductBacklogList</span></u></a></p>\r\n<p style=\"padding-left: 30px;\">Alternately, you can also add the stories while planning the sprint:</p>\r\n<p style=\"padding-left: 30px;\"><img class=\"aligncenter wp-image-2479 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/capturing-and-prioritizing-the-business-value-6-1.png\" alt=\"\" width=\"1366\" height=\"300\" /></p>\r\n<p style=\"padding-left: 30px;\"><a class=\"link-hover\" dir=\"ltr\" href=\"https://www.quickscrum.com/Sprint/SprintList\" rel=\"noopener\"><u><span style=\"color: #3366ff;\">https://www.quickscrum.com/Sprint/SprintList</span></u></a></p>\r\n<p style=\"padding-left: 30px;\">… or even while using the Scrum board:</p>\r\n<p style=\"padding-left: 30px;\"><img class=\"aligncenter wp-image-2480 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/capturing-and-prioritizing-the-business-value-7-1.png\" alt=\"\" width=\"1366\" height=\"300\" /></p>\r\n<p style=\"padding-left: 30px;\"><a class=\"link-hover\" dir=\"ltr\" href=\"https://www.quickscrum.com/Task/TaskList\" rel=\"noopener\"><u><span style=\"color: #3366ff;\">https://www.quickscrum.com/Task/TaskList</span></u></a></p>\r\n<p style=\"padding-left: 30px;\">To find out more about adding stories visit:</p>\r\n<p style=\"padding-left: 30px;\"><a class=\"link-hover\" dir=\"ltr\" href=\"https://www.quickscrum.com/Help/119/add-a-story\" rel=\"noopener\"><u><span style=\"color: #3366ff;\">https://www.quickscrum.com/Help/119/add-a-story</span></u></a></p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Detailing the stories with relevant information</strong></p>\r\n<p style=\"padding-left: 30px;\">User stories form the base of all development activity. Therefore, for teams to develop meaningful and useful features, each story should be properly described and detailed by the client, end user or the person who requests the functionality. The value of a story depends upon how well its acceptance criteria is stated. The acceptance criteria is a set of statements with each state having a clear pass/fail result. The statements specify both functional and non-functional requirements. To find out more how to state the acceptance tests please visit:</p>\r\n<p style=\"padding-left: 30px;\"><a class=\"link-hover\" dir=\"ltr\" href=\"https://www.quickscrum.com/Help/138/define-acceptance-criteria\" rel=\"noopener\"><u><span style=\"color: #3366ff;\">https://www.quickscrum.com/Help/138/define-acceptance-criteria</span></u></a></p>\r\n<p style=\"padding-left: 30px;\"><strong>3. Prioritizing stories as per their importance and business value</strong></p>\r\n<p style=\"padding-left: 30px;\">The value of a project i.e. its ROI depends a lot on how stories are estimated and prioritized in the product backlog. To deliver high-value stories on a consistent basis, it is important to organize the backlog in a manner such that important and valuable stories can be found on the top and easily picked up for development purposes. To understand how to rearrange stories as per their importance please visit:</p>\r\n<p style=\"padding-left: 30px;\"><a class=\"link-hover\" dir=\"ltr\" href=\"https://quickscrum.com/Help/38/prioritize-story\" rel=\"noopener\"><u><span style=\"color: #3366ff;\">https://quickscrum.com/Help/38/prioritize-story</span></u></a></p>\r\n\r\n<h1>Transitioning to Agile processes</h1>\r\nThere are many benefits of Agile. Development teams can become highly productive using Agile processes. However, teams and newbies migrating to Agile should typically expect the following:\r\n<ul>\r\n <li>Reading about agile just isn’t enough. Agile can be easy to read and understand, but when it comes to implementing Agile in real life, teams often struggle and don\'t get proper results in the beginning. It is important to prepare for the transition and get proper Agile coaching so positive benefits can be availed.</li>\r\n <li>Each and every member in the team, whether it be a developer, tester, database administrator, technical writer or a system architect, it is important to try and get involved with the project as early as its inception so the entire team can become familiar with the product backlog (features list) and iteration planning (sprints and releases) to keep pace with work and project deliverables.</li>\r\n <li>Unlike traditional approaches, stories in Agile get developed quickly and made shippable within a short time during the iteration or sprint cycle which generally last one or two weeks. Teams have to remain focused and time-bound.</li>\r\n <li>The feedback cycle is quick in Agile. The client, stakeholders or end users can submit new requirements even while the team is busy developing the stories. Teams have to develop a mindset to adapt to changes as and when they occur.</li>\r\n <li>In Agile nothing happens by accident. Teams have to plan work and perform the ceremonies in a proper manner so the process can become streamlined and business value can be delivered on a consistent basis at the end of each product incremental cycle. Teams have to work hard to create an Agile environment if they wish to become Agile.</li>\r\n</ul>\r\n<h1>Conclusion</h1>\r\nEnd-user requirements are very important for any business since they define the deliverables and scope of the product or services offered by the organization. While Waterfall processes are simple to understand and follow, they fail to adapt to changing end-user requirements and market-induced conditions as they follow a linear-sequential life cycle model. Businesses have to transition to Agile at some instance of time if they’re to remain competitive and sustain a good growth in the market they are in. Organizations desiring to realize the time, quality, and cost benefits of agile project management have to prepare for change management and get trained in Agile processes to reap its benefits.','Feature Prioritization Based On Business Value To Increase ROI','','publish','open','open','','feature-prioritization-based-on-business-value-to-increase-roi','','','2018-09-13 14:03:26','2018-09-13 08:33:26','',0,'https://product.quickscrum.com/?p=4465',0,'post','',0),(4466,8,'2018-09-13 13:53:34','2018-09-13 08:23:34','','01','','inherit','open','closed','','01-7','','','2018-09-13 13:53:34','2018-09-13 08:23:34','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/01-6.jpg',0,'attachment','image/jpeg',0),(4468,12,'2018-09-13 13:55:33','2018-09-13 08:25:33','In layman\'s terms, a product can be considered successful only when a huge number of people use it and the owner can earn a good profit by selling it in the market. The “power” of a product can be judged by the kind of features it supports and how useful those features are to end users. Therefore, it is important to capture the requirements of end users in a systematic and organized manner in your product, and determine how important they are. The business value in Agile is indicated by how much important a feature, or a “user story” is from the client or end user\'s perspective.\r\n\r\n<img class=\"wp-image-2472 size-full aligncenter\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/capturing-and-prioritizing-the-business-value.png\" alt=\"\" width=\"830\" height=\"488\" />\r\n<h1>Not all features are used frequently by end users</h1>\r\nUsers don\'t always use each and every feature offered by a tool or automated process. As per observations:\r\n<ul class=\"custom-padding-left-30\">\r\n <li>57% of the features are never used</li>\r\n <li>19% are rarely used</li>\r\n <li>16% are used sometimes</li>\r\n <li>13% of the features are used quite often</li>\r\n <li>7% of the features are used on a regular basis</li>\r\n</ul>\r\nAgile focuses more on the development of these frequently used 7% of the features which carry more business value.\r\n\r\n<img class=\"size-full wp-image-2481 aligncenter\" src=\"http://137.116.134.50/wp-content/uploads/2018/09/capturing-and-prioritizing-the-business-value-8.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n<h1>Doing it the traditional way</h1>\r\nTraditional development methods follow a sequential (non-iterative) design process involving conception, initiation, analysis, design, construction, testing, production/implementation and maintenance stages. Requirements are gathered from the client, project owners, stakeholders, end users and other sources. These requirements are documented in the requirements phase at the start of the project. Once defined and documented, the requirements cannot be changed in subsequent stages. Therefore, in Waterfall methods, once end-user requirements are captured in the project new requirements can’t be added later on. Moreover once documented, the requirements cannot be changed or updated in subsequent stages even if stakeholders or end users want modifications in existing functionality. So if you’re following Waterfall methods you can capture end-user requirements only once in your project when it starts.\r\n<h1>How Agile does it</h1>\r\nIt’s not very difficult to capture client-centric requirements in Agile:\r\n<p style=\"padding-left: 30px;\"><strong>1. Get valuable ideas and feedback from client, end users and various other sources</strong></p>\r\n<p style=\"padding-left: 30px;\">Based upon the product vision shared by the client, the Agile team invites the stakeholders, technical team, end users, marketing and sales team, and management personnel to brainstorming sessions with an objective to identify market requirements and spot end-user needs. Data is also gathered from various other channels such as usability testing, product usage data, emails, forums and more if possible.</p>\r\n<p style=\"padding-left: 30px;\"><img class=\"size-full wp-image-2473 aligncenter\" src=\"http://137.116.134.50/wp-content/uploads/2018/09/capturing-and-prioritizing-the-business-value-1.png\" alt=\"\" width=\"830\" height=\"451\" /></p>\r\n<p style=\"padding-left: 30px;\"><strong>2. List the ideas in the form of user stories in the product backlog</strong></p>\r\n<p style=\"padding-left: 30px;\">Ideas and suggestions collected from people and other sources are thought over and shortlisted to include only valuable suggestions which have a certain importance in terms of how useful they are to people using the product. The requirements are documented using an \"As an, I want to, So that \" format to specify the role (Who wants the feature or functionality), proposed activity (to do what) and the result or objective (to achieve what). This particular form of documenting the client/end user requirements is known as “user story” creation. A common list of all features and functionality required to build the product is prepared. This list is known as the “product backlog”.</p>\r\n<p style=\"padding-left: 30px;\"><img class=\"size-full wp-image-2475 aligncenter\" src=\"http://137.116.134.50/wp-content/uploads/2018/09/capturing-and-prioritizing-the-business-value-2.png\" alt=\"\" width=\"830\" height=\"451\" /></p>\r\n<p style=\"padding-left: 30px;\"><strong>3. Detail each user story and prioritize its importance</strong></p>\r\n<p style=\"padding-left: 30px;\">It can be difficult to specify the technical aspects and the particulars of each and every user story at the time of its creation. The reasons could be many. At times teams might feel a particular feature is important and should be included in the backlog but may need further participation from end users to get the required details. In such cases, a user story is created for the particular feature and included in the backlog but its details may be kept blank. Later on, when proper details are made available to the team, it updates the particular story by filling up the blanks with relevant info.</p>\r\n<p style=\"padding-left: 30px;\"><img class=\"size-full wp-image-2476 aligncenter\" src=\"http://137.116.134.50/wp-content/uploads/2018/09/capturing-and-prioritizing-the-business-value-3-1.png\" alt=\"\" width=\"830\" height=\"511\" /></p>\r\n<p style=\"padding-left: 30px;\">Agile focuses upon timed and sustained delivery of business value at the end of each product incremental cycle. Important stories having high business values are placed at the top of the product backlog while less important ones are arranged below them. Stories in the bottom have the least value. At the beginning of each new development cycle, few valuable stories are collected from the top of the backlog and made ready for the upcoming sprint. Stories are always collected from the top to ensure that maximum value is delivered to the client from each sprint.</p>\r\n\r\n<h1>Requirement Gathering In Traditional Method Vs. Agile</h1>\r\n<img class=\"size-full wp-image-2477 aligncenter\" src=\"http://137.116.134.50/wp-content/uploads/2018/09/capturing-and-prioritizing-the-business-value-4.png\" alt=\"\" width=\"830\" height=\"456\" />\r\n<h1>Using the tool</h1>\r\n<p style=\"padding-left: 30px;\"><strong>1. Creating user stories for capturing requirements</strong></p>\r\n<p style=\"padding-left: 30px;\">Requirements in the form of user stories can be added dynamically to the product backlog:</p>\r\n<p style=\"padding-left: 30px;\"><img class=\"size-full wp-image-2478 aligncenter\" src=\"http://137.116.134.50/wp-content/uploads/2018/09/capturing-and-prioritizing-the-business-value-5-1.png\" alt=\"\" width=\"1366\" height=\"300\" /></p>\r\n<p style=\"padding-left: 30px;\"><a class=\"link-hover\" dir=\"ltr\" href=\"https://www.quickscrum.com/ProductBacklog/ProductBacklogList\" rel=\"noopener\"><u><span style=\"color: #3366ff;\">https://www.quickscrum.com/ProductBacklog/ProductBacklogList</span></u></a></p>\r\n<p style=\"padding-left: 30px;\">Alternately, you can also add the stories while planning the sprint:</p>\r\n<p style=\"padding-left: 30px;\"><img class=\"size-full wp-image-2479 aligncenter\" src=\"http://137.116.134.50/wp-content/uploads/2018/09/capturing-and-prioritizing-the-business-value-6-1.png\" alt=\"\" width=\"1366\" height=\"300\" /></p>\r\n<p style=\"padding-left: 30px;\"><a class=\"link-hover\" dir=\"ltr\" href=\"https://www.quickscrum.com/Sprint/SprintList\" rel=\"noopener\"><u><span style=\"color: #3366ff;\">https://www.quickscrum.com/Sprint/SprintList</span></u></a></p>\r\n<p style=\"padding-left: 30px;\">… or even while using the Scrum board:</p>\r\n<p style=\"padding-left: 30px;\"><img class=\"size-full wp-image-2480 aligncenter\" src=\"http://137.116.134.50/wp-content/uploads/2018/09/capturing-and-prioritizing-the-business-value-7-1.png\" alt=\"\" width=\"1366\" height=\"300\" /></p>\r\n<p style=\"padding-left: 30px;\"><a class=\"link-hover\" dir=\"ltr\" href=\"https://www.quickscrum.com/Task/TaskList\" rel=\"noopener\"><u><span style=\"color: #3366ff;\">https://www.quickscrum.com/Task/TaskList</span></u></a></p>\r\n<p style=\"padding-left: 30px;\">To find out more about adding stories visit:</p>\r\n<p style=\"padding-left: 30px;\"><a class=\"link-hover\" dir=\"ltr\" href=\"https://www.quickscrum.com/Help/119/add-a-story\" rel=\"noopener\"><u><span style=\"color: #3366ff;\">https://www.quickscrum.com/Help/119/add-a-story</span></u></a></p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Detailing the stories with relevant information</strong></p>\r\n<p style=\"padding-left: 30px;\">User stories form the base of all development activity. Therefore, for teams to develop meaningful and useful features, each story should be properly described and detailed by the client, end user or the person who requests the functionality. The value of a story depends upon how well its acceptance criteria is stated. The acceptance criteria is a set of statements with each state having a clear pass/fail result. The statements specify both functional and non-functional requirements. To find out more how to state the acceptance tests please visit:</p>\r\n<p style=\"padding-left: 30px;\"><a class=\"link-hover\" dir=\"ltr\" href=\"https://www.quickscrum.com/Help/138/define-acceptance-criteria\" rel=\"noopener\"><u><span style=\"color: #3366ff;\">https://www.quickscrum.com/Help/138/define-acceptance-criteria</span></u></a></p>\r\n<p style=\"padding-left: 30px;\"><strong>3. Prioritizing stories as per their importance and business value</strong></p>\r\n<p style=\"padding-left: 30px;\">The value of a project i.e. its ROI depends a lot on how stories are estimated and prioritized in the product backlog. To deliver high-value stories on a consistent basis, it is important to organize the backlog in a manner such that important and valuable stories can be found on the top and easily picked up for development purposes. To understand how to rearrange stories as per their importance please visit:</p>\r\n<p style=\"padding-left: 30px;\"><a class=\"link-hover\" dir=\"ltr\" href=\"https://quickscrum.com/Help/38/prioritize-story\" rel=\"noopener\"><u><span style=\"color: #3366ff;\">https://quickscrum.com/Help/38/prioritize-story</span></u></a></p>\r\n\r\n<h1>Transitioning to Agile processes</h1>\r\nThere are many benefits of Agile. Development teams can become highly productive using Agile processes. However, teams and newbies migrating to Agile should typically expect the following:\r\n<ul>\r\n <li>Reading about agile just isn’t enough. Agile can be easy to read and understand, but when it comes to implementing Agile in real life, teams often struggle and don\'t get proper results in the beginning. It is important to prepare for the transition and get proper Agile coaching so positive benefits can be availed.</li>\r\n <li>Each and every member in the team, whether it be a developer, tester, database administrator, technical writer or a system architect, it is important to try and get involved with the project as early as its inception so the entire team can become familiar with the product backlog (features list) and iteration planning (sprints and releases) to keep pace with work and project deliverables.</li>\r\n <li>Unlike traditional approaches, stories in Agile get developed quickly and made shippable within a short time during the iteration or sprint cycle which generally last one or two weeks. Teams have to remain focused and time-bound.</li>\r\n <li>The feedback cycle is quick in Agile. The client, stakeholders or end users can submit new requirements even while the team is busy developing the stories. Teams have to develop a mindset to adapt to changes as and when they occur.</li>\r\n <li>In Agile nothing happens by accident. Teams have to plan work and perform the ceremonies in a proper manner so the process can become streamlined and business value can be delivered on a consistent basis at the end of each product incremental cycle. Teams have to work hard to create an Agile environment if they wish to become Agile.</li>\r\n</ul>\r\n<h1>Conclusion</h1>\r\nEnd-user requirements are very important for any business since they define the deliverables and scope of the product or services offered by the organization. While Waterfall processes are simple to understand and follow, they fail to adapt to changing end-user requirements and market-induced conditions as they follow a linear-sequential life cycle model. Businesses have to transition to Agile at some instance of time if they’re to remain competitive and sustain a good growth in the market they are in. Organizations desiring to realize the time, quality, and cost benefits of agile project management have to prepare for change management and get trained in Agile processes to reap its benefits.','Feature Prioritization Based On Business Value To Increase ROI','','inherit','closed','closed','','4465-revision-v1','','','2018-09-13 13:55:33','2018-09-13 08:25:33','',4465,'https://product.quickscrum.com/4465-revision-v1/',0,'revision','',0),(4469,13,'2018-09-13 13:55:50','2018-09-13 08:25:50','The Scrum backlog officially referred to as the product backlog, is the main list of <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\">product features prepared by the product owner</a></span> in accordance with the product envisioned by the stakeholders and project owners. In Scrum, it is not required to undertake extensive project planning activities to initiate the project. Instead, a list containing the product features can be prepared to start the actual development process.\r\n\r\nWhat is Scrum backlog? In simple terms, a scrum backlog is a prioritized features list that contains a short description of all functionality required to develop a working version of the product. The list may not be “perfect” when it is initially created. The product owner and team members can simply begin noting down everything they can possibly think of in terms of product features and functionality required to build the product, and create the list. It can always be updated later on, and new features added to it as and when stakeholders desire new functionality to be included in the final version of the product. The “featured items” in the list, or the backlog, are known as product backlog items. Also known as user stories, the backlog items are taken up for development by the team, and developed during the daily sprints. The product backlog is an important artifact in Scrum. The entire development activity and even the success of the product are dependent upon it. Therefore, Scrum advocates that the backlog should be considered as important and enough efforts should be spent in grooming it on a regular basis to preserve its “health”.\r\n\r\n<img class=\"alignnone size-full wp-image-2390\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/what-is-scrum-backlog.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n\r\n \r\n<h1>Characteristics of the product backlog used in Scrum Agile process</h1>\r\nThe Scrum backlog, used in the Scrum Agile process, should ideally exhibit the following characteristics:\r\n<p style=\"padding-left: 30px;\"><strong>INVEST</strong></p>\r\n<p style=\"padding-left: 30px;\"><strong>I = Independent</strong></p>\r\n<p style=\"padding-left: 30px;\">The backlog should have an independent existence.</p>\r\n<p style=\"padding-left: 30px;\"><strong>N = Negotiable</strong></p>\r\n<p style=\"padding-left: 30px;\">Backlog items should be negotiable i.e. added, updated, or removed after providing valid reasons.</p>\r\n<p style=\"padding-left: 30px;\"><strong>V = Valuable</strong></p>\r\n<p style=\"padding-left: 30px;\">Each backlog item should carry a certain business value.</p>\r\n<p style=\"padding-left: 30px;\"><strong>E = Estimable</strong></p>\r\n<p style=\"padding-left: 30px;\">Each item in the backlog should be associated with a certain “story point” value and estimated properly.</p>\r\n<p style=\"padding-left: 30px;\"><strong>S = Small</strong></p>\r\n<p style=\"padding-left: 30px;\">Backlog items should be small so they can be easily managed.</p>\r\n<p style=\"padding-left: 30px;\"><strong>T = Testable</strong></p>\r\n<p style=\"padding-left: 30px;\">Each item should have certain acceptance criteria or associated with benchmark parameters. It should be testable.</p>\r\n\r\n<h1>What is the product backlog grooming?</h1>\r\nThe product backlog grooming sessions are also referred to as backlog refinement sessions. They are an inherent part of the Scrum process and are conducted to ensure that the product backlog reflects a true “picture” of the product as envisioned by the stakeholders. The grooming activity consists of updating the product backlog from time to time. Changes occurring in the product features or business value of the backlog items should be updated in the backlog.\r\n\r\nProduct backlog grooming consists of :\r\n<ul>\r\n <li>Removing user stories which are no longer important or relevant to the product being developed.</li>\r\n <li>Creating new user stories on the basis of feedback received from the stakeholders and the newly discovered “needs” or requirements.</li>\r\n <li>Re-assessing the business value (market worth) associated with user stories currently in the backlog.</li>\r\n <li>Estimating stories.</li>\r\n <li>Correcting current estimates of user stories in response to newly “discovered” or “received” information.</li>\r\n <li>Splitting up epics or “large” user stories into smaller and easily manageable ones so they can be easily managed and developed during the sprint cycles.</li>\r\n</ul>','What is Scrum backlog?','','inherit','closed','closed','','4460-revision-v1','','','2018-09-13 13:55:50','2018-09-13 08:25:50','',4460,'https://product.quickscrum.com/4460-revision-v1/',0,'revision','',0),(4471,8,'2018-09-13 13:58:40','2018-09-13 08:28:40','','02','','inherit','open','closed','','02-8','','','2018-09-13 13:58:40','2018-09-13 08:28:40','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/02-7.jpg',0,'attachment','image/jpeg',0),(4472,4,'2018-09-13 13:58:47','2018-09-13 08:28:47','','velocity','','inherit','open','closed','','velocity','','','2018-09-13 13:58:47','2018-09-13 08:28:47','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/velocity.png',0,'attachment','image/png',0),(4473,8,'2018-09-13 13:58:59','2018-09-13 08:28:59','','03','','inherit','open','closed','','03-7','','','2018-09-13 13:58:59','2018-09-13 08:28:59','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/03-6.jpg',0,'attachment','image/jpeg',0),(4476,13,'2018-09-13 14:05:54','2018-09-13 08:35:54','In Agile Scrum, every iteration cycle begins with a sprint planning meeting. The primary reason for undertaking sprint planning is to create the sprint backlog – a temporary list of user stories having high “business value” selected from the product backlog - for the development team to work upon during the daily sprints. Traditionally, the sprint planning meeting was held in two parts. However, Scrum has now evolved, and the sprint planning is a “single” event now.\r\n\r\nWhat is sprint planning? To understand the process in a nutshell, in the Agile process, development is carried out in short “bursts” of activity through product incremental cycles known as sprints. A small “portion” of the product backlog, i.e. the user stories defined in the backlog are carefully selected by the product owner and “transferred” to a temporary list known as a “sprint backlog”. The development team processes the sprint backlog and develops the stories contained therein during the daily sprints. At the end of the sprint cycle, fully developed, tested, and deployable “development” is presented to the PO for verification purposes. The event especially dedicated to the sprint process is the sprint planning meeting. The event is time-boxed from six hours to eight hours max. It should not exceed more than one working day.\r\n\r\n<img class=\"size-full wp-image-3061 aligncenter\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/what-is-sprint-planning-1.png\" alt=\"\" width=\"830\" height=\"508\" />\r\n<h1>The sprint planning process</h1>\r\nTraditionally, the sprint planning process was carried out in two parts. The first part used to be “dominated” by the product owner, while in the second part the team members used to distribute “work” amongst themselves.\r\n\r\nThe objective of sprint planning is to select user stories for development purposes. The <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\">product owner carefully selects a few product backlog items</a></span> or user stories having high “market value” from the product backlog. These stories, or product features, are transferred to the sprint backlog. The development team picks up stories, one by one, and distributes them for development purpose. When the PO selects the user stories, the development team negotiates with the product owner as to which of the stories are “developable”, and which of them cannot be “accepted”. The team has to give reasons if a particular story is not developable. The PO argues why the team cannot develop it, and genuine “reasons” are identified. If the acceptance criterion is not properly defined, or the story is not described in a clear manner, the team can reject the story. In such a case, the PO has to ensure that the story is “updated” with new or additional information and made “ready” for development purposes. Development can take place only after this is done. In the end, a sprint backlog is created, and accepted by all.\r\n\r\nOnce the sprint backlog is finalized, the development team starts analyzing the product features taken up for development. Each feature is further divided into “developable” parts and distributed amongst the team members based upon their levels of expertise and experience. Experienced programmers may take up complex or lengthy stories while less experienced ones may settle for less complex and simple user stories. The distribution process is carried out as per mutual consent. The team members have to collaborate and decide amongst themselves as to how the developments tasks should be ideally distributed. Developers can also “volunteer” to take up certain stories on their own if they feel they can handle the development independently. If there is a confusion regarding the acceptance criteria or if the story is still not clear, they can summon the PO for additional explanation. Stories taken up for development in the sprint backlog have to be completed by all means and cannot be transferred back to the product backlog. As per recent Agile trends, the actual sprint planning process has become more collaborative, and the PO tends to “share” his or her thoughts regarding which of the stories should be taken up for development. Even though the PO has the final say regarding the selection, the team members are encouraged to participate in the selection process and “help” the PO in picking up user stories from the product backlog. The entire process concentrates more on teamwork. Emphasis is given upon “tackling” development as a cohesive unit rather than remain concerned about individual contributions. Agile supports and encourages teamwork and team efforts over individual contributions.','What is sprint planning?','','publish','open','open','','what-is-sprint-planning','','','2018-09-13 14:05:54','2018-09-13 08:35:54','',0,'https://product.quickscrum.com/?p=4476',0,'post','',0),(4478,13,'2018-09-13 14:03:19','2018-09-13 08:33:19','In Agile Scrum, every iteration cycle begins with a sprint planning meeting. The primary reason for undertaking sprint planning is to create the sprint backlog – a temporary list of user stories having high “business value” selected from the product backlog - for the development team to work upon during the daily sprints. Traditionally, the sprint planning meeting was held in two parts. However, Scrum has now evolved, and the sprint planning is a “single” event now.\r\n\r\nWhat is sprint planning? To understand the process in a nutshell, in the Agile process, development is carried out in short “bursts” of activity through product incremental cycles known as sprints. A small “portion” of the product backlog, i.e. the user stories defined in the backlog are carefully selected by the product owner and “transferred” to a temporary list known as a “sprint backlog”. The development team processes the sprint backlog and develops the stories contained therein during the daily sprints. At the end of the sprint cycle, fully developed, tested, and deployable “development” is presented to the PO for verification purposes. The event especially dedicated to the sprint process is the sprint planning meeting. The event is time-boxed from six hours to eight hours max. It should not exceed more than one working day.\r\n\r\n<img class=\"size-full wp-image-3061 aligncenter\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/what-is-sprint-planning-1.png\" alt=\"\" width=\"830\" height=\"508\" />\r\n<h1>The sprint planning process</h1>\r\nTraditionally, the sprint planning process was carried out in two parts. The first part used to be “dominated” by the product owner, while in the second part the team members used to distribute “work” amongst themselves.\r\n\r\nThe objective of sprint planning is to select user stories for development purposes. The <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\">product owner carefully selects a few product backlog items</a></span> or user stories having high “market value” from the product backlog. These stories, or product features, are transferred to the sprint backlog. The development team picks up stories, one by one, and distributes them for development purpose. When the PO selects the user stories, the development team negotiates with the product owner as to which of the stories are “developable”, and which of them cannot be “accepted”. The team has to give reasons if a particular story is not developable. The PO argues why the team cannot develop it, and genuine “reasons” are identified. If the acceptance criterion is not properly defined, or the story is not described in a clear manner, the team can reject the story. In such a case, the PO has to ensure that the story is “updated” with new or additional information and made “ready” for development purposes. Development can take place only after this is done. In the end, a sprint backlog is created, and accepted by all.\r\n\r\nOnce the sprint backlog is finalized, the development team starts analyzing the product features taken up for development. Each feature is further divided into “developable” parts and distributed amongst the team members based upon their levels of expertise and experience. Experienced programmers may take up complex or lengthy stories while less experienced ones may settle for less complex and simple user stories. The distribution process is carried out as per mutual consent. The team members have to collaborate and decide amongst themselves as to how the developments tasks should be ideally distributed. Developers can also “volunteer” to take up certain stories on their own if they feel they can handle the development independently. If there is a confusion regarding the acceptance criteria or if the story is still not clear, they can summon the PO for additional explanation. Stories taken up for development in the sprint backlog have to be completed by all means and cannot be transferred back to the product backlog. As per recent Agile trends, the actual sprint planning process has become more collaborative, and the PO tends to “share” his or her thoughts regarding which of the stories should be taken up for development. Even though the PO has the final say regarding the selection, the team members are encouraged to participate in the selection process and “help” the PO in picking up user stories from the product backlog. The entire process concentrates more on teamwork. Emphasis is given upon “tackling” development as a cohesive unit rather than remain concerned about individual contributions. Agile supports and encourages teamwork and team efforts over individual contributions.','What is sprint planning?','','inherit','closed','closed','','4476-revision-v1','','','2018-09-13 14:03:19','2018-09-13 08:33:19','',4476,'https://product.quickscrum.com/4476-revision-v1/',0,'revision','',0),(4479,12,'2018-09-13 14:03:26','2018-09-13 08:33:26','In layman\'s terms, a product can be considered successful only when a huge number of people use it and the owner can earn a good profit by selling it in the market. The “power” of a product can be judged by the kind of features it supports and how useful those features are to end users. Therefore, it is important to capture the requirements of end users in a systematic and organized manner in your product, and determine how important they are. The business value in Agile is indicated by how much important a feature, or a “user story” is from the client or end user\'s perspective.\r\n\r\n<img class=\"wp-image-2472 size-full aligncenter\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/capturing-and-prioritizing-the-business-value.png\" alt=\"\" width=\"830\" height=\"488\" />\r\n<h1>Not all features are used frequently by end users</h1>\r\nUsers don\'t always use each and every feature offered by a tool or automated process. As per observations:\r\n<ul class=\"custom-padding-left-30\">\r\n <li>57% of the features are never used</li>\r\n <li>19% are rarely used</li>\r\n <li>16% are used sometimes</li>\r\n <li>13% of the features are used quite often</li>\r\n <li>7% of the features are used on a regular basis</li>\r\n</ul>\r\nAgile focuses more on the development of these frequently used 7% of the features which carry more business value.\r\n\r\n<img class=\"aligncenter wp-image-2481 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/capturing-and-prioritizing-the-business-value-8.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n<h1>Doing it the traditional way</h1>\r\nTraditional development methods follow a sequential (non-iterative) design process involving conception, initiation, analysis, design, construction, testing, production/implementation and maintenance stages. Requirements are gathered from the client, project owners, stakeholders, end users and other sources. These requirements are documented in the requirements phase at the start of the project. Once defined and documented, the requirements cannot be changed in subsequent stages. Therefore, in Waterfall methods, once end-user requirements are captured in the project new requirements can’t be added later on. Moreover once documented, the requirements cannot be changed or updated in subsequent stages even if stakeholders or end users want modifications in existing functionality. So if you’re following Waterfall methods you can capture end-user requirements only once in your project when it starts.\r\n<h1>How Agile does it</h1>\r\nIt’s not very difficult to capture client-centric requirements in Agile:\r\n<p style=\"padding-left: 30px;\"><strong>1. Get valuable ideas and feedback from client, end users and various other sources</strong></p>\r\n<p style=\"padding-left: 30px;\">Based upon the product vision shared by the client, the Agile team invites the stakeholders, technical team, end users, marketing and sales team, and management personnel to brainstorming sessions with an objective to identify market requirements and spot end-user needs. Data is also gathered from various other channels such as usability testing, product usage data, emails, forums and more if possible.</p>\r\n<p style=\"padding-left: 30px;\"><img class=\"aligncenter wp-image-2473 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/capturing-and-prioritizing-the-business-value-1.png\" alt=\"\" width=\"830\" height=\"451\" /></p>\r\n<p style=\"padding-left: 30px;\"><strong>2. List the ideas in the form of user stories in the product backlog</strong></p>\r\n<p style=\"padding-left: 30px;\">Ideas and suggestions collected from people and other sources are thought over and shortlisted to include only valuable suggestions which have a certain importance in terms of how useful they are to people using the product. The requirements are documented using an \"As an, I want to, So that \" format to specify the role (Who wants the feature or functionality), proposed activity (to do what) and the result or objective (to achieve what). This particular form of documenting the client/end user requirements is known as “user story” creation. A common list of all features and functionality required to build the product is prepared. This list is known as the “product backlog”.</p>\r\n<p style=\"padding-left: 30px;\"><img class=\"aligncenter wp-image-2475 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/capturing-and-prioritizing-the-business-value-2.png\" alt=\"\" width=\"830\" height=\"451\" /></p>\r\n<p style=\"padding-left: 30px;\"><strong>3. Detail each user story and prioritize its importance</strong></p>\r\n<p style=\"padding-left: 30px;\">It can be difficult to specify the technical aspects and the particulars of each and every user story at the time of its creation. The reasons could be many. At times teams might feel a particular feature is important and should be included in the backlog but may need further participation from end users to get the required details. In such cases, a user story is created for the particular feature and included in the backlog but its details may be kept blank. Later on, when proper details are made available to the team, it updates the particular story by filling up the blanks with relevant info.</p>\r\n<p style=\"padding-left: 30px;\"><img class=\"aligncenter wp-image-2476 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/capturing-and-prioritizing-the-business-value-3-1.png\" alt=\"\" width=\"830\" height=\"511\" /></p>\r\n<p style=\"padding-left: 30px;\">Agile focuses upon timed and sustained delivery of business value at the end of each product incremental cycle. Important stories having high business values are placed at the top of the product backlog while less important ones are arranged below them. Stories in the bottom have the least value. At the beginning of each new development cycle, few valuable stories are collected from the top of the backlog and made ready for the upcoming sprint. Stories are always collected from the top to ensure that maximum value is delivered to the client from each sprint.</p>\r\n\r\n<h1>Requirement Gathering In Traditional Method Vs. Agile</h1>\r\n<img class=\"aligncenter wp-image-2477 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/capturing-and-prioritizing-the-business-value-4.png\" alt=\"\" width=\"830\" height=\"456\" />\r\n<h1>Using the tool</h1>\r\n<p style=\"padding-left: 30px;\"><strong>1. Creating user stories for capturing requirements</strong></p>\r\n<p style=\"padding-left: 30px;\">Requirements in the form of user stories can be added dynamically to the product backlog:</p>\r\n<p style=\"padding-left: 30px;\"><img class=\"aligncenter wp-image-2478 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/capturing-and-prioritizing-the-business-value-5-1.png\" alt=\"\" width=\"1366\" height=\"300\" /></p>\r\n<p style=\"padding-left: 30px;\"><a class=\"link-hover\" dir=\"ltr\" href=\"https://www.quickscrum.com/ProductBacklog/ProductBacklogList\" rel=\"noopener\"><u><span style=\"color: #3366ff;\">https://www.quickscrum.com/ProductBacklog/ProductBacklogList</span></u></a></p>\r\n<p style=\"padding-left: 30px;\">Alternately, you can also add the stories while planning the sprint:</p>\r\n<p style=\"padding-left: 30px;\"><img class=\"aligncenter wp-image-2479 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/capturing-and-prioritizing-the-business-value-6-1.png\" alt=\"\" width=\"1366\" height=\"300\" /></p>\r\n<p style=\"padding-left: 30px;\"><a class=\"link-hover\" dir=\"ltr\" href=\"https://www.quickscrum.com/Sprint/SprintList\" rel=\"noopener\"><u><span style=\"color: #3366ff;\">https://www.quickscrum.com/Sprint/SprintList</span></u></a></p>\r\n<p style=\"padding-left: 30px;\">… or even while using the Scrum board:</p>\r\n<p style=\"padding-left: 30px;\"><img class=\"aligncenter wp-image-2480 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/capturing-and-prioritizing-the-business-value-7-1.png\" alt=\"\" width=\"1366\" height=\"300\" /></p>\r\n<p style=\"padding-left: 30px;\"><a class=\"link-hover\" dir=\"ltr\" href=\"https://www.quickscrum.com/Task/TaskList\" rel=\"noopener\"><u><span style=\"color: #3366ff;\">https://www.quickscrum.com/Task/TaskList</span></u></a></p>\r\n<p style=\"padding-left: 30px;\">To find out more about adding stories visit:</p>\r\n<p style=\"padding-left: 30px;\"><a class=\"link-hover\" dir=\"ltr\" href=\"https://www.quickscrum.com/Help/119/add-a-story\" rel=\"noopener\"><u><span style=\"color: #3366ff;\">https://www.quickscrum.com/Help/119/add-a-story</span></u></a></p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Detailing the stories with relevant information</strong></p>\r\n<p style=\"padding-left: 30px;\">User stories form the base of all development activity. Therefore, for teams to develop meaningful and useful features, each story should be properly described and detailed by the client, end user or the person who requests the functionality. The value of a story depends upon how well its acceptance criteria is stated. The acceptance criteria is a set of statements with each state having a clear pass/fail result. The statements specify both functional and non-functional requirements. To find out more how to state the acceptance tests please visit:</p>\r\n<p style=\"padding-left: 30px;\"><a class=\"link-hover\" dir=\"ltr\" href=\"https://www.quickscrum.com/Help/138/define-acceptance-criteria\" rel=\"noopener\"><u><span style=\"color: #3366ff;\">https://www.quickscrum.com/Help/138/define-acceptance-criteria</span></u></a></p>\r\n<p style=\"padding-left: 30px;\"><strong>3. Prioritizing stories as per their importance and business value</strong></p>\r\n<p style=\"padding-left: 30px;\">The value of a project i.e. its ROI depends a lot on how stories are estimated and prioritized in the product backlog. To deliver high-value stories on a consistent basis, it is important to organize the backlog in a manner such that important and valuable stories can be found on the top and easily picked up for development purposes. To understand how to rearrange stories as per their importance please visit:</p>\r\n<p style=\"padding-left: 30px;\"><a class=\"link-hover\" dir=\"ltr\" href=\"https://quickscrum.com/Help/38/prioritize-story\" rel=\"noopener\"><u><span style=\"color: #3366ff;\">https://quickscrum.com/Help/38/prioritize-story</span></u></a></p>\r\n\r\n<h1>Transitioning to Agile processes</h1>\r\nThere are many benefits of Agile. Development teams can become highly productive using Agile processes. However, teams and newbies migrating to Agile should typically expect the following:\r\n<ul>\r\n <li>Reading about agile just isn’t enough. Agile can be easy to read and understand, but when it comes to implementing Agile in real life, teams often struggle and don\'t get proper results in the beginning. It is important to prepare for the transition and get proper Agile coaching so positive benefits can be availed.</li>\r\n <li>Each and every member in the team, whether it be a developer, tester, database administrator, technical writer or a system architect, it is important to try and get involved with the project as early as its inception so the entire team can become familiar with the product backlog (features list) and iteration planning (sprints and releases) to keep pace with work and project deliverables.</li>\r\n <li>Unlike traditional approaches, stories in Agile get developed quickly and made shippable within a short time during the iteration or sprint cycle which generally last one or two weeks. Teams have to remain focused and time-bound.</li>\r\n <li>The feedback cycle is quick in Agile. The client, stakeholders or end users can submit new requirements even while the team is busy developing the stories. Teams have to develop a mindset to adapt to changes as and when they occur.</li>\r\n <li>In Agile nothing happens by accident. Teams have to plan work and perform the ceremonies in a proper manner so the process can become streamlined and business value can be delivered on a consistent basis at the end of each product incremental cycle. Teams have to work hard to create an Agile environment if they wish to become Agile.</li>\r\n</ul>\r\n<h1>Conclusion</h1>\r\nEnd-user requirements are very important for any business since they define the deliverables and scope of the product or services offered by the organization. While Waterfall processes are simple to understand and follow, they fail to adapt to changing end-user requirements and market-induced conditions as they follow a linear-sequential life cycle model. Businesses have to transition to Agile at some instance of time if they’re to remain competitive and sustain a good growth in the market they are in. Organizations desiring to realize the time, quality, and cost benefits of agile project management have to prepare for change management and get trained in Agile processes to reap its benefits.','Feature Prioritization Based On Business Value To Increase ROI','','inherit','closed','closed','','4465-revision-v1','','','2018-09-13 14:03:26','2018-09-13 08:33:26','',4465,'https://product.quickscrum.com/4465-revision-v1/',0,'revision','',0),(4484,12,'2018-09-13 14:13:18','2018-09-13 08:43:18','<h1>Software code and version control systems</h1>\r\nA version control system records changes carried out to a file, or a set of files over time, and helps you to recall specific versions of the code later on when you need it. If you\'re a developer or a web designer and want to keep track of each and every version of your code developed for a particular feature, a Version Control System \"VCS\" allows you to:\r\n<ul class=\"custom-padding-left-30\">\r\n <li style=\"list-style-type: none\">\r\n<ul class=\"custom-padding-left-30\">\r\n <li>Revert the code files back to their previous state</li>\r\n <li>Recall and revert the entire project back to its previous state</li>\r\n <li>Compare code changes over specific durations of time</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<ul class=\"custom-padding-left-30\">\r\n <li>Find who last modified a piece of code that might be causing an issue or a problem</li>\r\n <li>Who introduced a particular issue and when</li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\"> …and much more.</p>\r\n<p style=\"padding-left: 30px;\"> It’s important to know why version control systems are necessary.</p>\r\n<p style=\"padding-left: 30px;\"><img class=\"aligncenter wp-image-2514 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/gitlab-Software-code-and-version-control-systems.png\" alt=\"\" width=\"830\" height=\"400\" /></p>\r\n<p style=\"padding-left: 30px;\"><strong>1. Importance of code repository</strong></p>\r\n<p style=\"padding-left: 30px;\">For developers, the source code making up the software project is the main area of concern. Teams often put in great efforts to organize and store the code in a proper manner so it can be used again for further development. For software development teams the code repository – a database where the code, including all changes, carried out on it – forms the single source of invaluable knowledge and the centre of all activity.</p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Why did the code need to be changed from time to time?</strong></p>\r\n<p style=\"padding-left: 30px;\">Product features and software functionality need to be updated as and when market conditions change and end users provide new feedback. Teams have to work upon features already developed and offer extra functionality to the product can remain competitive in the market. Thus new versions of existing code have to be developed by the team from time to time.</p>\r\n<p style=\"padding-left: 30px;\"><strong>3. Version control systems</strong></p>\r\n<p style=\"padding-left: 30px;\">For developers and the team, it can be difficult to maintain and keep track of different versions of the code. Moreover, developers may require to compare today’s version of the code with yesterday’s version, or a version developed last year. Version control systems help the team to keep track of various versions developed over time. Such systems also log information as to what code was developed, who developed it, and when the changes were carried out. This helps to compare the performance of different versions and also know when bugs were introduced and fixed in the code. One of the major benefits of a VCS is that if some mistake occurs during coding due to some reason, developers have an option to turn back the clock and easily compare earlier code versions and fix the mistakes so disruption occurring to other team members can be minimized.</p>\r\n\r\n<h1>What is Git?</h1>\r\nGit is the most popular and widely used version control system today. Originally developed as an open source project in 2005 by the creator of the Linux operating system, it is a matured and actively maintained environment. A huge number of developers rely upon Git version controlling to develop several types of commercial and non-commercial projects. Git-based developers are well thought of and considered as valuable resources.\r\n<h1>What are the advantages of Git?</h1>\r\n<p style=\"padding-left: 30px;\"><strong>1. Performance</strong></p>\r\n<p style=\"padding-left: 30px;\">Git performs very strongly and reliably when compared to other version control systems. New code changes can be easily committed, version branches can be effortlessly compared and merged, and code can also be optimized to perform better. Algorithms used in developing Git take the full advantage of the deep knowledge stored within, with regards to the attributes used to create real source code file trees, how files are modified over time and what kind of file access patterns are used to recall code files as and when needed by developers. Git primarily focuses upon the file content itself rather than file names while determining the storage and file version history. Object formats of Git repository files use several combinations of delta encoding and compression techniques to store metadata objects and directory contents.</p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Security</strong></p>\r\n<p style=\"padding-left: 30px;\">Git is designed specially to maintain the integrity of source code. File contents as well as the relationship between file and directories, tags, commits, versions etc. are secured cryptographically using an algorithm called SHA1 which protects the code and change history against accidental as well as malicious damage. You can be sure to have an authentic content history for your source code with Git.</p>\r\n<p style=\"padding-left: 30px;\"><strong>3. Flexibility</strong></p>\r\n<p style=\"padding-left: 30px;\">A key design objective of Git is the kind of flexibility it offers to support several kinds of nonlinear development workflows and its efficiency in handling both small scale and large scale projects as well as protocols. It is uniquely designed to support tagging and branching operations and store each and every activity carried out by the user as an integral part of \"change\" history. Not all VCSs support this feature.</p>\r\n<p style=\"padding-left: 30px;\"><strong>4. Wide acceptance</strong></p>\r\n<p style=\"padding-left: 30px;\">Git offers the type of performance, functionality, security, and flexibility that most developers and teams need to develop their projects. When compared to other VCS Git is the most widely accepted system owing to its universally accepted usability and performance standards.</p>\r\n<p style=\"padding-left: 30px;\"><strong>5. Quality open source project</strong></p>\r\n<p style=\"padding-left: 30px;\">Git is a widely supported open source project with over ten years of operational history. People maintaining the project are very well matured and possess a long-term vision to meet the long-term needs of users by releasing staged upgrades at regular intervals of time to improve functionality as well as usability. Quality of open source software made available on Git is heavily scrutinized a countless number of times and businesses today depend heavily on Git code quality.</p>\r\n\r\n<h1>Why use Git in your organization?</h1>\r\nIf your business depends heavily upon it and software processes, or you\'re a software development entity, Git radically changes the way how your team will create and deliver work to you. Various processes including designing, development, product management, marketing, customer support can be easily handled and maintained using Git in your organization.\r\n<p style=\"padding-left: 30px;\"><strong>1. Feature Branch Workflow</strong></p>\r\n<p style=\"padding-left: 30px;\"><img class=\"aligncenter wp-image-2512 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/gitlab-feature-branch-workflow.png\" alt=\"\" width=\"830\" height=\"259\" /></p>\r\n<p style=\"padding-left: 30px;\">Git has powerful branching capabilities. To start work, developers have to first create a unique branch. Each branch functions in an isolated environment while changes are carried out in the codebase. This ensures that the master branch always supports production-quality code. Therefore, besides being more reliable it\'s also much easier to edit code in a Git branch rather than editing it directly using an external editor.</p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Distributed Development</strong></p>\r\n<p style=\"padding-left: 30px;\"><img class=\"aligncenter wp-image-2511 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/gitlab-distributed-development.png\" alt=\"\" width=\"830\" height=\"537\" /></p>\r\n<p style=\"padding-left: 30px;\">Since Git is a distributed VCS it offers a local repository to each developer with its own history of commits. Therefore, you don\'t require a network connection to create commits, inspect previous file versions, or check differences between two or more commits. Also, it’s much easier to scale the team. With Git, users can be easily added or removed as and when required. Other team members can continue working using their local repositories and are not dependent upon whether a new branch is added or an older one closed.</p>\r\n<p style=\"padding-left: 30px;\"><strong>3. Pull Requests</strong></p>\r\n<p style=\"padding-left: 30px;\"><img class=\"aligncenter wp-image-2513 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/gitlab-pull-requests.png\" alt=\"\" width=\"830\" height=\"400\" /></p>\r\n<p style=\"padding-left: 30px;\">A developer calls a pull request to ask another developer to merge one of his/her branches into the other\'s repository. Besides making it a lot easier for project leaders to monitor and track code changes, \"pulling\" also facilitates other developers to discuss their work before integrating the code with the codebase. Moreover, if a developer can\'t continue work owing to some hard technical problem, he/she can initiate a pull request to seek help from the rest of the team.</p>\r\n<p style=\"padding-left: 30px;\"><strong>4. Community</strong></p>\r\n<p style=\"padding-left: 30px;\"><img class=\"aligncenter wp-image-2510 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/gitlab-community.png\" alt=\"\" width=\"830\" height=\"400\" /></p>\r\n<p style=\"padding-left: 30px;\">Git is very popular, widely used, and accepted as a standard version control system by the vast majority within the developer\'s community. It\'s much easier to leverage 3rd-party libraries and encourage other developers to fork your open source code using Git. The sheer number of Git users make it easy to resolve issues and seek outside help using online forums.</p>\r\n\r\n<h1>GitLab integration by QuickScrum</h1>\r\nQuickScrum tool offers Git repository integration for quicker and streamlined software development. Using the tool Gitlab feature you can get complete control over your project repositories. Also, enable version control system (VCS) for tracking code changes. Create, delete and merge pull requests. Check request status and associate one or more repositories with a project. Harness GitLab’s powerful features to create free unlimited private projects, use built-in Continuous Integration and Continuous Deployment features, export projects, reduce “Idea to Production” time, and do a lot more!','What is Git? What benefits does Git offer?','','publish','open','open','','what-is-git-what-benefits-does-git-offer','','','2018-09-13 14:13:18','2018-09-13 08:43:18','',0,'https://product.quickscrum.com/?p=4484',0,'post','',0),(4486,13,'2018-09-13 14:11:25','2018-09-13 08:41:25','Hey! Glad you are here. There is lots of buzz going on globally to go agile across enterprises and within a team. But what exactly agile means and why to go for it?\r\n\r\nResponding to the changing business context faster was a need for the software industry. An enormous amount of money and time have been wasted to fulfill the business needs in the 1990s. Disruptive Change was needed to improve. That’s where agile is born.\r\n\r\nIn 2000, a group of seventeen “thought leaders,” including Jon Kern, Kent Beck, Ward Cunningham, Arie van Bennekum, and Alistair Cockburn, met first at a resort in Oregon and later, in 2001, at The Lodge at Snowbird ski resort in Utah. It was at the second meeting where the Agile Manifesto and the Twelve Principles were formally written. The Manifesto reads:\r\n<h1>4 Values of Agile</h1>\r\n<p style=\"padding-left: 30px;\"><strong>1. Individuals and interactions</strong></p>\r\n<p style=\"padding-left: 30px;\">In the Agile software development life cycle model, self-organization and motivation takes precedence over delegation of authority and following the “seniority” hierarchy. Team members are encouraged to take an active part in the development and planning activities. They are also “empowered” to take certain decisions on their own. The Agile team has to collaborate and share ideas to develop the product “as a whole” unit i.e. each member should support a common vision.</p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Working software</strong></p>\r\n<p style=\"padding-left: 30px;\">Agile focuses on delivering “working” software through product incremental cycles over comprehensive documentation. The main objective is to develop and deliver product features in a continuous and sustained manner until the entire product is developed.</p>\r\n<p style=\"padding-left: 30px;\"><strong>3. Customer collaboration</strong></p>\r\n<p style=\"padding-left: 30px;\">Since all the requirements pertaining to product development may not be available, or “acquirable”, at the project start-up time owing to various factors, development should commence almost “immediately”, and presented to clients for verification purposes. Stakeholders and project owners “clear” the product features developed through the sprint cycles. A lot of time is saved through customer collaboration, and as a result, the project proceeds in a successful manner as the client always Okays the development keeping in mind the current market trends.</p>\r\n<p style=\"padding-left: 30px;\"><strong>4. Responding to changes</strong></p>\r\n<p style=\"padding-left: 30px;\">Agile focuses on incorporating dynamic changes in the product development cycle. Changes in the product features can be easily and effortlessly carried out by developing “user stories” – product functionality or features as defined in the product backlog. Changes can be carried out at any time while the features are being developed – even late in the product development cycle.</p>\r\n\r\n<h1>The twelve principles of agile development include:</h1>\r\n<ul>\r\n <li><strong>Customer satisfaction through early and continuous software delivery: </strong>Customers are happier when they receive working software at regular intervals, rather than waiting extended periods of time between releases.</li>\r\n <li><strong>Accommodate changing requirements throughout the development process: </strong>The ability to avoid delays when a requirement or feature request changes.</li>\r\n <li><strong>Frequent delivery of working software: </strong>Scrum accommodates this principle since the team operates in software sprints or iterations that ensure regular delivery of working software.</li>\r\n <li><strong>Collaboration between the business stakeholders and developers throughout the project: </strong>Better decisions are made when the business and technical team are aligned.</li>\r\n <li><strong>Support, trust, and motivate the people involved: </strong>Motivated teams are more likely to deliver their best work than unhappy teams.</li>\r\n <li><strong>Enable face-to-face interactions: </strong>Communication is more successful when development teams are co-located.</li>\r\n <li><strong>Working software is the primary measure of progress: </strong>Delivering functional software to the customer is the ultimate factor that measures progress.</li>\r\n <li><strong>Agile processes to support a consistent development pace: </strong>Teams establish a repeatable and maintainable speed at which they can deliver working software, and they repeat it with each release.</li>\r\n <li><strong>Attention to technical detail and design enhances agility: </strong>The right skills and good design ensures the team can maintain the pace, constantly improve the product, and sustain change.</li>\r\n <li><strong>Simplicity: </strong>Develop just enough to get the job done for right now.</li>\r\n <li><strong>Self-organizing teams encourage great architectures, requirements, and designs: </strong>Skilled and motivated team members who have decision-making power, take ownership, communicate regularly with other team members, and share ideas that deliver quality products.</li>\r\n <li><strong>Regular reflections on how to become more effective: </strong>Self-improvement, process improvement, advancing skills, and techniques help team members work more efficiently.</li>\r\n</ul>\r\nThere are a few methodologies under Agile – Scrum, Kanban, XP etc. Scrum is the most widely adopted framework in the Software industry.\r\n\r\nQuickscrum is designed to enforce organizations follow Agile – Scrum or Kanban in the right manner. Try it out freely. Quickscrum has helped over 5000 teams transformed to highly efficient agile teams. Talk to our Expert for any assistance you require regarding Agile Transformation.\r\n\r\nHave a look at the image below, to get insights about Scrum.\r\n\r\n<img class=\"size-full wp-image-2375 aligncenter\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/what-is-agile-software-development-life-cycle.png\" alt=\"\" width=\"830\" height=\"480\" />','What Is Agile Software Development Life Cycle?','','publish','open','open','','what-is-agile-software-development-life-cycle','','','2018-09-13 14:11:25','2018-09-13 08:41:25','',0,'https://product.quickscrum.com/?p=4486',0,'post','',0),(4487,13,'2018-09-13 14:10:29','2018-09-13 08:40:29','Hey! Glad you are here. There is lots of buzz going on globally to go agile across enterprises and within a team. But what exactly agile means and why to go for it?\r\n\r\nResponding to the changing business context faster was a need for the software industry. An enormous amount of money and time have been wasted to fulfill the business needs in the 1990s. Disruptive Change was needed to improve. That’s where agile is born.\r\n\r\nIn 2000, a group of seventeen “thought leaders,” including Jon Kern, Kent Beck, Ward Cunningham, Arie van Bennekum, and Alistair Cockburn, met first at a resort in Oregon and later, in 2001, at The Lodge at Snowbird ski resort in Utah. It was at the second meeting where the Agile Manifesto and the Twelve Principles were formally written. The Manifesto reads:\r\n<h1>4 Values of Agile</h1>\r\n<p style=\"padding-left: 30px;\"><strong>1. Individuals and interactions</strong></p>\r\n<p style=\"padding-left: 30px;\">In the Agile software development life cycle model, self-organization and motivation takes precedence over delegation of authority and following the “seniority” hierarchy. Team members are encouraged to take an active part in the development and planning activities. They are also “empowered” to take certain decisions on their own. The Agile team has to collaborate and share ideas to develop the product “as a whole” unit i.e. each member should support a common vision.</p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Working software</strong></p>\r\n<p style=\"padding-left: 30px;\">Agile focuses on delivering “working” software through product incremental cycles over comprehensive documentation. The main objective is to develop and deliver product features in a continuous and sustained manner until the entire product is developed.</p>\r\n<p style=\"padding-left: 30px;\"><strong>3. Customer collaboration</strong></p>\r\n<p style=\"padding-left: 30px;\">Since all the requirements pertaining to product development may not be available, or “acquirable”, at the project start-up time owing to various factors, development should commence almost “immediately”, and presented to clients for verification purposes. Stakeholders and project owners “clear” the product features developed through the sprint cycles. A lot of time is saved through customer collaboration, and as a result, the project proceeds in a successful manner as the client always Okays the development keeping in mind the current market trends.</p>\r\n<p style=\"padding-left: 30px;\"><strong>4. Responding to changes</strong></p>\r\n<p style=\"padding-left: 30px;\">Agile focuses on incorporating dynamic changes in the product development cycle. Changes in the product features can be easily and effortlessly carried out by developing “user stories” – product functionality or features as defined in the product backlog. Changes can be carried out at any time while the features are being developed – even late in the product development cycle.</p>\r\n\r\n<h1>The twelve principles of agile development include:</h1>\r\n<ul>\r\n <li><strong>Customer satisfaction through early and continuous software delivery: </strong>Customers are happier when they receive working software at regular intervals, rather than waiting extended periods of time between releases.</li>\r\n <li><strong>Accommodate changing requirements throughout the development process: </strong>The ability to avoid delays when a requirement or feature request changes.</li>\r\n <li><strong>Frequent delivery of working software: </strong>Scrum accommodates this principle since the team operates in software sprints or iterations that ensure regular delivery of working software.</li>\r\n <li><strong>Collaboration between the business stakeholders and developers throughout the project: </strong>Better decisions are made when the business and technical team are aligned.</li>\r\n <li><strong>Support, trust, and motivate the people involved: </strong>Motivated teams are more likely to deliver their best work than unhappy teams.</li>\r\n <li><strong>Enable face-to-face interactions: </strong>Communication is more successful when development teams are co-located.</li>\r\n <li><strong>Working software is the primary measure of progress: </strong>Delivering functional software to the customer is the ultimate factor that measures progress.</li>\r\n <li><strong>Agile processes to support a consistent development pace: </strong>Teams establish a repeatable and maintainable speed at which they can deliver working software, and they repeat it with each release.</li>\r\n <li><strong>Attention to technical detail and design enhances agility: </strong>The right skills and good design ensures the team can maintain the pace, constantly improve the product, and sustain change.</li>\r\n <li><strong>Simplicity: </strong>Develop just enough to get the job done for right now.</li>\r\n <li><strong>Self-organizing teams encourage great architectures, requirements, and designs: </strong>Skilled and motivated team members who have decision-making power, take ownership, communicate regularly with other team members, and share ideas that deliver quality products.</li>\r\n <li><strong>Regular reflections on how to become more effective: </strong>Self-improvement, process improvement, advancing skills, and techniques help team members work more efficiently.</li>\r\n</ul>\r\nThere are a few methodologies under Agile – Scrum, Kanban, XP etc. Scrum is the most widely adopted framework in the Software industry.\r\n\r\nQuickscrum is designed to enforce organizations follow Agile – Scrum or Kanban in the right manner. Try it out freely. Quickscrum has helped over 5000 teams transformed to highly efficient agile teams. Talk to our Expert for any assistance you require regarding Agile Transformation.\r\n\r\nHave a look at the image below, to get insights about Scrum.\r\n\r\n<img class=\"size-full wp-image-2375 aligncenter\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/what-is-agile-software-development-life-cycle.png\" alt=\"\" width=\"830\" height=\"480\" />','What Is Agile Software Development Life Cycle?','','inherit','closed','closed','','4486-revision-v1','','','2018-09-13 14:10:29','2018-09-13 08:40:29','',4486,'https://product.quickscrum.com/4486-revision-v1/',0,'revision','',0),(4488,8,'2018-09-13 14:11:49','2018-09-13 08:41:49','','04','','inherit','open','closed','','04-6','','','2018-09-13 14:11:49','2018-09-13 08:41:49','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/04-5.jpg',0,'attachment','image/jpeg',0),(4489,8,'2018-09-13 14:12:42','2018-09-13 08:42:42','','05','','inherit','open','closed','','05-6','','','2018-09-13 14:12:42','2018-09-13 08:42:42','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/05-5.jpg',0,'attachment','image/jpeg',0),(4490,8,'2018-09-13 14:12:53','2018-09-13 08:42:53','','06','','inherit','open','closed','','06-5','','','2018-09-13 14:12:53','2018-09-13 08:42:53','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/06-4.jpg',0,'attachment','image/jpeg',0),(4492,12,'2018-09-13 14:13:18','2018-09-13 08:43:18','<h1>Software code and version control systems</h1>\r\nA version control system records changes carried out to a file, or a set of files over time, and helps you to recall specific versions of the code later on when you need it. If you\'re a developer or a web designer and want to keep track of each and every version of your code developed for a particular feature, a Version Control System \"VCS\" allows you to:\r\n<ul class=\"custom-padding-left-30\">\r\n <li style=\"list-style-type: none\">\r\n<ul class=\"custom-padding-left-30\">\r\n <li>Revert the code files back to their previous state</li>\r\n <li>Recall and revert the entire project back to its previous state</li>\r\n <li>Compare code changes over specific durations of time</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<ul class=\"custom-padding-left-30\">\r\n <li>Find who last modified a piece of code that might be causing an issue or a problem</li>\r\n <li>Who introduced a particular issue and when</li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\"> …and much more.</p>\r\n<p style=\"padding-left: 30px;\"> It’s important to know why version control systems are necessary.</p>\r\n<p style=\"padding-left: 30px;\"><img class=\"aligncenter wp-image-2514 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/gitlab-Software-code-and-version-control-systems.png\" alt=\"\" width=\"830\" height=\"400\" /></p>\r\n<p style=\"padding-left: 30px;\"><strong>1. Importance of code repository</strong></p>\r\n<p style=\"padding-left: 30px;\">For developers, the source code making up the software project is the main area of concern. Teams often put in great efforts to organize and store the code in a proper manner so it can be used again for further development. For software development teams the code repository – a database where the code, including all changes, carried out on it – forms the single source of invaluable knowledge and the centre of all activity.</p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Why did the code need to be changed from time to time?</strong></p>\r\n<p style=\"padding-left: 30px;\">Product features and software functionality need to be updated as and when market conditions change and end users provide new feedback. Teams have to work upon features already developed and offer extra functionality to the product can remain competitive in the market. Thus new versions of existing code have to be developed by the team from time to time.</p>\r\n<p style=\"padding-left: 30px;\"><strong>3. Version control systems</strong></p>\r\n<p style=\"padding-left: 30px;\">For developers and the team, it can be difficult to maintain and keep track of different versions of the code. Moreover, developers may require to compare today’s version of the code with yesterday’s version, or a version developed last year. Version control systems help the team to keep track of various versions developed over time. Such systems also log information as to what code was developed, who developed it, and when the changes were carried out. This helps to compare the performance of different versions and also know when bugs were introduced and fixed in the code. One of the major benefits of a VCS is that if some mistake occurs during coding due to some reason, developers have an option to turn back the clock and easily compare earlier code versions and fix the mistakes so disruption occurring to other team members can be minimized.</p>\r\n\r\n<h1>What is Git?</h1>\r\nGit is the most popular and widely used version control system today. Originally developed as an open source project in 2005 by the creator of the Linux operating system, it is a matured and actively maintained environment. A huge number of developers rely upon Git version controlling to develop several types of commercial and non-commercial projects. Git-based developers are well thought of and considered as valuable resources.\r\n<h1>What are the advantages of Git?</h1>\r\n<p style=\"padding-left: 30px;\"><strong>1. Performance</strong></p>\r\n<p style=\"padding-left: 30px;\">Git performs very strongly and reliably when compared to other version control systems. New code changes can be easily committed, version branches can be effortlessly compared and merged, and code can also be optimized to perform better. Algorithms used in developing Git take the full advantage of the deep knowledge stored within, with regards to the attributes used to create real source code file trees, how files are modified over time and what kind of file access patterns are used to recall code files as and when needed by developers. Git primarily focuses upon the file content itself rather than file names while determining the storage and file version history. Object formats of Git repository files use several combinations of delta encoding and compression techniques to store metadata objects and directory contents.</p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Security</strong></p>\r\n<p style=\"padding-left: 30px;\">Git is designed specially to maintain the integrity of source code. File contents as well as the relationship between file and directories, tags, commits, versions etc. are secured cryptographically using an algorithm called SHA1 which protects the code and change history against accidental as well as malicious damage. You can be sure to have an authentic content history for your source code with Git.</p>\r\n<p style=\"padding-left: 30px;\"><strong>3. Flexibility</strong></p>\r\n<p style=\"padding-left: 30px;\">A key design objective of Git is the kind of flexibility it offers to support several kinds of nonlinear development workflows and its efficiency in handling both small scale and large scale projects as well as protocols. It is uniquely designed to support tagging and branching operations and store each and every activity carried out by the user as an integral part of \"change\" history. Not all VCSs support this feature.</p>\r\n<p style=\"padding-left: 30px;\"><strong>4. Wide acceptance</strong></p>\r\n<p style=\"padding-left: 30px;\">Git offers the type of performance, functionality, security, and flexibility that most developers and teams need to develop their projects. When compared to other VCS Git is the most widely accepted system owing to its universally accepted usability and performance standards.</p>\r\n<p style=\"padding-left: 30px;\"><strong>5. Quality open source project</strong></p>\r\n<p style=\"padding-left: 30px;\">Git is a widely supported open source project with over ten years of operational history. People maintaining the project are very well matured and possess a long-term vision to meet the long-term needs of users by releasing staged upgrades at regular intervals of time to improve functionality as well as usability. Quality of open source software made available on Git is heavily scrutinized a countless number of times and businesses today depend heavily on Git code quality.</p>\r\n\r\n<h1>Why use Git in your organization?</h1>\r\nIf your business depends heavily upon it and software processes, or you\'re a software development entity, Git radically changes the way how your team will create and deliver work to you. Various processes including designing, development, product management, marketing, customer support can be easily handled and maintained using Git in your organization.\r\n<p style=\"padding-left: 30px;\"><strong>1. Feature Branch Workflow</strong></p>\r\n<p style=\"padding-left: 30px;\"><img class=\"aligncenter wp-image-2512 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/gitlab-feature-branch-workflow.png\" alt=\"\" width=\"830\" height=\"259\" /></p>\r\n<p style=\"padding-left: 30px;\">Git has powerful branching capabilities. To start work, developers have to first create a unique branch. Each branch functions in an isolated environment while changes are carried out in the codebase. This ensures that the master branch always supports production-quality code. Therefore, besides being more reliable it\'s also much easier to edit code in a Git branch rather than editing it directly using an external editor.</p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Distributed Development</strong></p>\r\n<p style=\"padding-left: 30px;\"><img class=\"aligncenter wp-image-2511 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/gitlab-distributed-development.png\" alt=\"\" width=\"830\" height=\"537\" /></p>\r\n<p style=\"padding-left: 30px;\">Since Git is a distributed VCS it offers a local repository to each developer with its own history of commits. Therefore, you don\'t require a network connection to create commits, inspect previous file versions, or check differences between two or more commits. Also, it’s much easier to scale the team. With Git, users can be easily added or removed as and when required. Other team members can continue working using their local repositories and are not dependent upon whether a new branch is added or an older one closed.</p>\r\n<p style=\"padding-left: 30px;\"><strong>3. Pull Requests</strong></p>\r\n<p style=\"padding-left: 30px;\"><img class=\"aligncenter wp-image-2513 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/gitlab-pull-requests.png\" alt=\"\" width=\"830\" height=\"400\" /></p>\r\n<p style=\"padding-left: 30px;\">A developer calls a pull request to ask another developer to merge one of his/her branches into the other\'s repository. Besides making it a lot easier for project leaders to monitor and track code changes, \"pulling\" also facilitates other developers to discuss their work before integrating the code with the codebase. Moreover, if a developer can\'t continue work owing to some hard technical problem, he/she can initiate a pull request to seek help from the rest of the team.</p>\r\n<p style=\"padding-left: 30px;\"><strong>4. Community</strong></p>\r\n<p style=\"padding-left: 30px;\"><img class=\"aligncenter wp-image-2510 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/gitlab-community.png\" alt=\"\" width=\"830\" height=\"400\" /></p>\r\n<p style=\"padding-left: 30px;\">Git is very popular, widely used, and accepted as a standard version control system by the vast majority within the developer\'s community. It\'s much easier to leverage 3rd-party libraries and encourage other developers to fork your open source code using Git. The sheer number of Git users make it easy to resolve issues and seek outside help using online forums.</p>\r\n\r\n<h1>GitLab integration by QuickScrum</h1>\r\nQuickScrum tool offers Git repository integration for quicker and streamlined software development. Using the tool Gitlab feature you can get complete control over your project repositories. Also, enable version control system (VCS) for tracking code changes. Create, delete and merge pull requests. Check request status and associate one or more repositories with a project. Harness GitLab’s powerful features to create free unlimited private projects, use built-in Continuous Integration and Continuous Deployment features, export projects, reduce “Idea to Production” time, and do a lot more!','What is Git? What benefits does Git offer?','','inherit','closed','closed','','4484-revision-v1','','','2018-09-13 14:13:18','2018-09-13 08:43:18','',4484,'https://product.quickscrum.com/4484-revision-v1/',0,'revision','',0),(4497,13,'2018-09-13 14:22:17','2018-09-13 08:52:17','Iterative development is a process, or a method, in which a software product is developed after breaking it down into smaller, easily developable “chunks” of code. The entire software application or utility is “disassembled” and split up into much smaller “features” portions. Each portion is individually designed and developed. Individually developed software features can be tested and corrected. Development typically occurs in repetitive product development cycles. The cycles should ideally result in fully functional product features. When enough features are developed, they can be integrated to form a bug-free working version of the final product.\r\n\r\nWhat is iterative software development using a particular framework or methodology? In a nutshell, it is can be understood as implementing the iterative software development process in accordance with the unique rules proposed by the particular framework or methodology.\r\n<h1>When is an iterative software development model used?</h1>\r\nIterative software development is most commonly used with incremental development – the software production or development cycle is split up into smaller segments, and each segment produces fully developed software features at the end of its run. The iterative cycle is repeated until all the product features are developed. It is a key development method used in Agile frameworks and methodologies.\r\n\r\nTypically, iterative software development model is used when a project is large or complicated, and likely to extend for a longer duration. It becomes more difficult to track and monitor the project development parameters – time, resources, productivity, testing, acceptance levels, etc. when traditional software development frameworks such as Waterfall are used, since such development methodologies are not specially designed to tackle issues pertaining to rapid software development and delivering bug free software releases in relatively short times. This is where Agile scores. It splits up the entire project into smaller, easily manageable “chunks” of product features, and each feature is developed, tested, and deployed independently through iterative cycles known as “sprints”. Each sprint is individually designed and planned in a special event known as a “sprint planning meeting”. Time-boxed development leads to increased productivity and increased client satisfaction levels.\r\n\r\n<img class=\"size-full wp-image-2375 aligncenter\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/what-is-agile-software-development-life-cycle.png\" alt=\"\" width=\"830\" height=\"480\" />\r\n<h1>Agile incremental development methodology and Waterfall methods</h1>\r\nWaterfall development is based on “stages”. Software development occurs through “Waterfall” stages. During each stage, a certain process is carried out and the project is “developed” up to a certain “level”. The entire product is developed when each of the stages is completed in totality. Waterfall stages cannot be “reversed” or backtracked. This can often prove to be risky at times because if there is an inherent flaw in the project design, or bugs have not been identified properly during the “testing” stage, the error cannot be corrected or resolved unless all the stages are repeated once again. This can prove to be expensive, time-consuming, and counterproductive at times.\r\n\r\nAgile is based on incremental development methodology. The product is split up into its constituent features. A small group of features is developed in repetitive development cycles known as sprints. At the end of each sprint, shippable product features are submitted for verification purposes to the product owner. The development should be deployable and bug-free. After all the features are developed through sprints, they are integrated to form the complete product.\r\n\r\nThe main difference between Waterfall and Agile is that development is staged in Waterfall while it is of an iterative nature in Agile. Waterfall cannot be reversed, while Agile keeps on changing constantly to meet the most current development requirements.\r\n<h1>Iterative software development at a glance</h1>\r\n<ul>\r\n <li>Initially, a “top-level” project design is created to “give shape” as to how the project deliverables should be ideally developed. The specifics are not addressed during the project start-up but are “designed” later on. The product owner is largely responsible for designing the project.</li>\r\n <li>The entire product is developed, tested, and “deployed” in stages. Development is carried out in iterative development cycles known as “sprints”.</li>\r\n <li>It becomes possible to analyze, remove defects in the development “phase”, and check for regression before its occurrence since a product feature can be individually developed, tested, and “rectified” after it is checked for bugs during the sprint cycle. Technical issues are identified and addressed to “well in advance” and not allowed to “escalate”. User feedback plays a very important part in the Agile process.</li>\r\n <li>Less time is spent on documentation and more focus is “created” upon developing product features. Productivity takes precedence over documentation.</li>\r\n</ul>','What Is Iterative Software Development?','','publish','open','open','','what-is-iterative-software-development','','','2018-09-13 14:28:47','2018-09-13 08:58:47','',0,'https://product.quickscrum.com/?p=4497',0,'post','',0),(4500,13,'2018-09-13 14:18:02','2018-09-13 08:48:02','<h1 class=\"rating list-unstyled\">What is iterative software development?</h1>\r\nIterative development is a process, or a method, in which a software product is developed after breaking it down into smaller, easily developable “chunks” of code. The entire software application or utility is “disassembled” and split up into much smaller “features” portions. Each portion is individually designed and developed. Individually developed software features can be tested and corrected. Development typically occurs in repetitive product development cycles. The cycles should ideally result in fully functional product features. When enough features are developed, they can be integrated to form a bug-free working version of the final product.\r\n\r\nWhat is iterative software development using a particular framework or methodology? In a nutshell, it is can be understood as implementing the iterative software development process in accordance with the unique rules proposed by the particular framework or methodology.\r\n<h1>When is an iterative software development model used?</h1>\r\nIterative software development is most commonly used with incremental development – the software production or development cycle is split up into smaller segments, and each segment produces fully developed software features at the end of its run. The iterative cycle is repeated until all the product features are developed. It is a key development method used in Agile frameworks and methodologies.\r\n\r\nTypically, iterative software development model is used when a project is large or complicated, and likely to extend for a longer duration. It becomes more difficult to track and monitor the project development parameters – time, resources, productivity, testing, acceptance levels, etc. when traditional software development frameworks such as Waterfall are used, since such development methodologies are not specially designed to tackle issues pertaining to rapid software development and delivering bug free software releases in relatively short times. This is where Agile scores. It splits up the entire project into smaller, easily manageable “chunks” of product features, and each feature is developed, tested, and deployed independently through iterative cycles known as “sprints”. Each sprint is individually designed and planned in a special event known as a “sprint planning meeting”. Time-boxed development leads to increased productivity and increased client satisfaction levels.\r\n\r\n<img class=\"size-full wp-image-2375 aligncenter\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/what-is-agile-software-development-life-cycle.png\" alt=\"\" width=\"830\" height=\"480\" />\r\n<h1>Agile incremental development methodology and Waterfall methods</h1>\r\nWaterfall development is based on “stages”. Software development occurs through “Waterfall” stages. During each stage, a certain process is carried out and the project is “developed” up to a certain “level”. The entire product is developed when each of the stages is completed in totality. Waterfall stages cannot be “reversed” or backtracked. This can often prove to be risky at times because if there is an inherent flaw in the project design, or bugs have not been identified properly during the “testing” stage, the error cannot be corrected or resolved unless all the stages are repeated once again. This can prove to be expensive, time-consuming, and counterproductive at times.\r\n\r\nAgile is based on incremental development methodology. The product is split up into its constituent features. A small group of features is developed in repetitive development cycles known as sprints. At the end of each sprint, shippable product features are submitted for verification purposes to the product owner. The development should be deployable and bug-free. After all the features are developed through sprints, they are integrated to form the complete product.\r\n\r\nThe main difference between Waterfall and Agile is that development is staged in Waterfall while it is of an iterative nature in Agile. Waterfall cannot be reversed, while Agile keeps on changing constantly to meet the most current development requirements.\r\n<h1>Iterative software development at a glance</h1>\r\n<ul>\r\n <li>Initially, a “top-level” project design is created to “give shape” as to how the project deliverables should be ideally developed. The specifics are not addressed during the project start-up but are “designed” later on. The product owner is largely responsible for designing the project.</li>\r\n <li>The entire product is developed, tested, and “deployed” in stages. Development is carried out in iterative development cycles known as “sprints”.</li>\r\n <li>It becomes possible to analyze, remove defects in the development “phase”, and check for regression before its occurrence since a product feature can be individually developed, tested, and “rectified” after it is checked for bugs during the sprint cycle. Technical issues are identified and addressed to “well in advance” and not allowed to “escalate”. User feedback plays a very important part in the Agile process.</li>\r\n <li>Less time is spent on documentation and more focus is “created” upon developing product features. Productivity takes precedence over documentation.</li>\r\n</ul>','What Is Iterative Software Development?','','inherit','closed','closed','','4497-revision-v1','','','2018-09-13 14:18:02','2018-09-13 08:48:02','',4497,'https://product.quickscrum.com/4497-revision-v1/',0,'revision','',0),(4502,12,'2018-09-13 14:22:28','2018-09-13 08:52:28','<h1>What is the Agile transformation?</h1>\r\nThe process of transitioning to Agile, or Agile transformation as it is commonly referred to as, includes transforming an organization still following the work processes prevalent during and before the 1990s era to adopt client-centric <span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" title=\"Agile Project Management\" href=\"https://www.quickscrum.com/Home/AgileProjectManagement\" target=\"_blank\" rel=\"noopener\">Agile processes and methods</a></span>, and to carry out development activities and manage projects as per Agile principles. Agile includes step-by-step processes and supports continuous delivery of workable product features in a fluid and lightweight manner. Also, the actual process is more important in Agile and takes precedence as compared to goals and objectives. When the process is properly carried out, it will eventually result in the delivery of a successful project.\r\n\r\n<img class=\"aligncenter wp-image-2532 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/Whyagiletransformationisdifficult-1.png\" alt=\"\" width=\"830\" height=\"500\" />\r\n<h1>Why can an Agile transformation be hard to implement?</h1>\r\nThe concept of change management is not new. Whenever existing processes and methods are challenged by new ones which propose a better way of doing things, it is generally observed that people working in the particular organization become apprehensive about the proposed system and feel uncertain about what changes the new system will include:\r\n<ul>\r\n <li>What is the new process?</li>\r\n <li>How hard is it?</li>\r\n <li>Shall I be able to understand and follow it properly?</li>\r\n <li>If I can\'t deliver results with the new process will the management fire me?</li>\r\n <li>What about pay increments and promotions? Will the existing HR policy change?</li>\r\n <li>How long will the new process be implemented? Is it temporary or permanent?</li>\r\n <li>Will the experience help me in any way if I were to change jobs in the future?</li>\r\n <li>Will I have to put in longer working hours after the new system is introduced? \'etc.</li>\r\n</ul>\r\nWith Agile, things are not any different. And, it\'s not just the team members or project managers that loathe change \' the management, senior-level executives, and even top-level stakeholders may feel uncertain about Agile.\r\n<h1>Change management and user acceptance</h1>\r\nOne of the main reasons why Agile attracts a lot of discussions whenever it is considered for implementation is because it introduces a wholly new way of working in which senior-level authority is challenged and muted, stress is given more to self-management and self-organization rather than taking direct orders from superiors and following them, and above all becoming accountable for what one does. This is in the antithesis of traditional project management practices in which superiors are considered and treated as more knowledge members of the team and everyone is expected to follow them without asking a lot many questions. The hierarchy structure is challenged by Agile principles which state that everyone on the team is an equal \' there are no bosses who can veto out decisions taken by subordinate team members. From the management\'s viewpoint, this creates uncertainty. Typically, project managers are hired to deliver the project and remain accountable for it. If the project succeeds, the manager takes the credit. And if the project fails, it might be because the \'team\' did not function properly or the levels of dedication was lacking amongst the team members. Whatever the reasons, management often tends to feel comfortable with a working model in which there is a single entity to argue with and to engage with. Agile principles radically challenge this belief since the entire team is actually held accountable for the success or failure of a project even when the product owner is to be held responsible, as per Agile theory. Management generally feels uncomfortable while dealing with entire teams rather than a single person \' the project manager.\r\n<h1>Working at a quicker pace</h1>\r\n<span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" title=\"Agile Development\" href=\"https://www.quickscrum.com/Home/AgileDevelopment\" target=\"_blank\" rel=\"noopener\">Agile focuses upon quick delivery of workable software</a></span>. The entire product is not developed at a go, rather it is split up into its constituent features, and those features are developed in sets in product incremental cycles known as sprints and tested for regression before they are deployed. This process occurs much quicker as compared to traditional development methodologies. The management and the team have to respond to this fast-paced cyclic development activity. The senior-level personnel is required to spend more time with the team and be more dedicated to the project. In practice, they find it difficult to do this as they have many other important issues to deal with. Feedback and user participation play a very important role in all Agile frameworks since the feedback received from the client and end users is often used as an input for planning further activities. When participation fails, Agile suffers.\r\n<h1>Collaboration and user participation</h1>\r\nOne of the biggest advantages of using Agile is that you can respond immediately to changes occurring in the market trends. As end-user requirements change, you can make corresponding changes in the production plan and incorporate those changes. Moreover, even if some of the features have already been developed, Agile makes it possible to update those features in sprints such that the business value contained in the project can be maintained at all times. This is a distinct advantage over traditional project management methods since older models generally cannot respond to changes. Rework is automatically reduced since the functionality is already developed and the developers have to update some additional code to meet new requirements. This means that the client, stakeholders, and end-users have to remain in touch with the latest market trends and work very closely with the sales team to identify new areas of development. This requires efforts as a lot of research is required to be done to ensure that the product being developed remains abreast of competing products in the market.\r\n<h1>Agile training for all</h1>\r\nIn most organizations, management consist of a group of top-level individuals who decide what to do and what course of action to take. It is important to present Agile to such individuals in a manner that they can grasp its main advantages and understand how they can possibly benefit from its processes. It is important for the majority, if not all, top-level executives to fully understand and grasp what Agile means, what they would be committing to if they decide to adopt it, and what they stand to gain through change management. There can be hurdles in implementing Agile, however, if people have correct mindsets and they are made to realize that it is beneficial to all, the pitfalls could be avoided and organizations could benefit substantially through Agile transformation.\r\n<h1>To sum it all up</h1>\r\nOrganisations have to change existing production processes and accept change management to keep pace with the market competition. It becomes important to tune your work process in order to increase productivity levels by streamlining your workflow and facilitating the team to perform better. Both organizations and development teams face difficulties while transitioning from traditional project management methods and accepting Agile in their work processes. However, it pays to prepare for such a transformation process and plans on how to tackle the hurdles by anticipating issues and problems. Agile coaches play an important part in the transformation process and it is recommended businesses appoint effective coaches who can help them with the transition.','Why Is Agile Transformation Difficult?','','publish','open','open','','why-is-agile-transformation-difficult','','','2018-09-13 14:22:28','2018-09-13 08:52:28','',0,'https://product.quickscrum.com/?p=4502',0,'post','',0),(4503,12,'2018-09-13 14:22:28','2018-09-13 08:52:28','<h1>What is the Agile transformation?</h1>\r\nThe process of transitioning to Agile, or Agile transformation as it is commonly referred to as, includes transforming an organization still following the work processes prevalent during and before the 1990s era to adopt client-centric <span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" title=\"Agile Project Management\" href=\"https://www.quickscrum.com/Home/AgileProjectManagement\" target=\"_blank\" rel=\"noopener\">Agile processes and methods</a></span>, and to carry out development activities and manage projects as per Agile principles. Agile includes step-by-step processes and supports continuous delivery of workable product features in a fluid and lightweight manner. Also, the actual process is more important in Agile and takes precedence as compared to goals and objectives. When the process is properly carried out, it will eventually result in the delivery of a successful project.\r\n\r\n<img class=\"aligncenter wp-image-2532 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/Whyagiletransformationisdifficult-1.png\" alt=\"\" width=\"830\" height=\"500\" />\r\n<h1>Why can an Agile transformation be hard to implement?</h1>\r\nThe concept of change management is not new. Whenever existing processes and methods are challenged by new ones which propose a better way of doing things, it is generally observed that people working in the particular organization become apprehensive about the proposed system and feel uncertain about what changes the new system will include:\r\n<ul>\r\n <li>What is the new process?</li>\r\n <li>How hard is it?</li>\r\n <li>Shall I be able to understand and follow it properly?</li>\r\n <li>If I can\'t deliver results with the new process will the management fire me?</li>\r\n <li>What about pay increments and promotions? Will the existing HR policy change?</li>\r\n <li>How long will the new process be implemented? Is it temporary or permanent?</li>\r\n <li>Will the experience help me in any way if I were to change jobs in the future?</li>\r\n <li>Will I have to put in longer working hours after the new system is introduced? \'etc.</li>\r\n</ul>\r\nWith Agile, things are not any different. And, it\'s not just the team members or project managers that loathe change \' the management, senior-level executives, and even top-level stakeholders may feel uncertain about Agile.\r\n<h1>Change management and user acceptance</h1>\r\nOne of the main reasons why Agile attracts a lot of discussions whenever it is considered for implementation is because it introduces a wholly new way of working in which senior-level authority is challenged and muted, stress is given more to self-management and self-organization rather than taking direct orders from superiors and following them, and above all becoming accountable for what one does. This is in the antithesis of traditional project management practices in which superiors are considered and treated as more knowledge members of the team and everyone is expected to follow them without asking a lot many questions. The hierarchy structure is challenged by Agile principles which state that everyone on the team is an equal \' there are no bosses who can veto out decisions taken by subordinate team members. From the management\'s viewpoint, this creates uncertainty. Typically, project managers are hired to deliver the project and remain accountable for it. If the project succeeds, the manager takes the credit. And if the project fails, it might be because the \'team\' did not function properly or the levels of dedication was lacking amongst the team members. Whatever the reasons, management often tends to feel comfortable with a working model in which there is a single entity to argue with and to engage with. Agile principles radically challenge this belief since the entire team is actually held accountable for the success or failure of a project even when the product owner is to be held responsible, as per Agile theory. Management generally feels uncomfortable while dealing with entire teams rather than a single person \' the project manager.\r\n<h1>Working at a quicker pace</h1>\r\n<span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" title=\"Agile Development\" href=\"https://www.quickscrum.com/Home/AgileDevelopment\" target=\"_blank\" rel=\"noopener\">Agile focuses upon quick delivery of workable software</a></span>. The entire product is not developed at a go, rather it is split up into its constituent features, and those features are developed in sets in product incremental cycles known as sprints and tested for regression before they are deployed. This process occurs much quicker as compared to traditional development methodologies. The management and the team have to respond to this fast-paced cyclic development activity. The senior-level personnel is required to spend more time with the team and be more dedicated to the project. In practice, they find it difficult to do this as they have many other important issues to deal with. Feedback and user participation play a very important role in all Agile frameworks since the feedback received from the client and end users is often used as an input for planning further activities. When participation fails, Agile suffers.\r\n<h1>Collaboration and user participation</h1>\r\nOne of the biggest advantages of using Agile is that you can respond immediately to changes occurring in the market trends. As end-user requirements change, you can make corresponding changes in the production plan and incorporate those changes. Moreover, even if some of the features have already been developed, Agile makes it possible to update those features in sprints such that the business value contained in the project can be maintained at all times. This is a distinct advantage over traditional project management methods since older models generally cannot respond to changes. Rework is automatically reduced since the functionality is already developed and the developers have to update some additional code to meet new requirements. This means that the client, stakeholders, and end-users have to remain in touch with the latest market trends and work very closely with the sales team to identify new areas of development. This requires efforts as a lot of research is required to be done to ensure that the product being developed remains abreast of competing products in the market.\r\n<h1>Agile training for all</h1>\r\nIn most organizations, management consist of a group of top-level individuals who decide what to do and what course of action to take. It is important to present Agile to such individuals in a manner that they can grasp its main advantages and understand how they can possibly benefit from its processes. It is important for the majority, if not all, top-level executives to fully understand and grasp what Agile means, what they would be committing to if they decide to adopt it, and what they stand to gain through change management. There can be hurdles in implementing Agile, however, if people have correct mindsets and they are made to realize that it is beneficial to all, the pitfalls could be avoided and organizations could benefit substantially through Agile transformation.\r\n<h1>To sum it all up</h1>\r\nOrganisations have to change existing production processes and accept change management to keep pace with the market competition. It becomes important to tune your work process in order to increase productivity levels by streamlining your workflow and facilitating the team to perform better. Both organizations and development teams face difficulties while transitioning from traditional project management methods and accepting Agile in their work processes. However, it pays to prepare for such a transformation process and plans on how to tackle the hurdles by anticipating issues and problems. Agile coaches play an important part in the transformation process and it is recommended businesses appoint effective coaches who can help them with the transition.','Why Is Agile Transformation Difficult?','','inherit','closed','closed','','4502-revision-v1','','','2018-09-13 14:22:28','2018-09-13 08:52:28','',4502,'https://product.quickscrum.com/4502-revision-v1/',0,'revision','',0),(4505,13,'2018-09-13 14:25:06','2018-09-13 08:55:06','Iterative development is a process, or a method, in which a software product is developed after breaking it down into smaller, easily developable “chunks” of code. The entire software application or utility is “disassembled” and split up into much smaller “features” portions. Each portion is individually designed and developed. Individually developed software features can be tested and corrected. Development typically occurs in repetitive product development cycles. The cycles should ideally result in fully functional product features. When enough features are developed, they can be integrated to form a bug-free working version of the final product.\r\n\r\nWhat is iterative software development using a particular framework or methodology? In a nutshell, it is can be understood as implementing the iterative software development process in accordance with the unique rules proposed by the particular framework or methodology.\r\n<h1>When is an iterative software development model used?</h1>\r\nIterative software development is most commonly used with incremental development – the software production or development cycle is split up into smaller segments, and each segment produces fully developed software features at the end of its run. The iterative cycle is repeated until all the product features are developed. It is a key development method used in Agile frameworks and methodologies.\r\n\r\nTypically, iterative software development model is used when a project is large or complicated, and likely to extend for a longer duration. It becomes more difficult to track and monitor the project development parameters – time, resources, productivity, testing, acceptance levels, etc. when traditional software development frameworks such as Waterfall are used, since such development methodologies are not specially designed to tackle issues pertaining to rapid software development and delivering bug free software releases in relatively short times. This is where Agile scores. It splits up the entire project into smaller, easily manageable “chunks” of product features, and each feature is developed, tested, and deployed independently through iterative cycles known as “sprints”. Each sprint is individually designed and planned in a special event known as a “sprint planning meeting”. Time-boxed development leads to increased productivity and increased client satisfaction levels.\r\n\r\n<img class=\"size-full wp-image-2375 aligncenter\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/what-is-agile-software-development-life-cycle.png\" alt=\"\" width=\"830\" height=\"480\" />\r\n<h1>Agile incremental development methodology and Waterfall methods</h1>\r\nWaterfall development is based on “stages”. Software development occurs through “Waterfall” stages. During each stage, a certain process is carried out and the project is “developed” up to a certain “level”. The entire product is developed when each of the stages is completed in totality. Waterfall stages cannot be “reversed” or backtracked. This can often prove to be risky at times because if there is an inherent flaw in the project design, or bugs have not been identified properly during the “testing” stage, the error cannot be corrected or resolved unless all the stages are repeated once again. This can prove to be expensive, time-consuming, and counterproductive at times.\r\n\r\nAgile is based on incremental development methodology. The product is split up into its constituent features. A small group of features is developed in repetitive development cycles known as sprints. At the end of each sprint, shippable product features are submitted for verification purposes to the product owner. The development should be deployable and bug-free. After all the features are developed through sprints, they are integrated to form the complete product.\r\n\r\nThe main difference between Waterfall and Agile is that development is staged in Waterfall while it is of an iterative nature in Agile. Waterfall cannot be reversed, while Agile keeps on changing constantly to meet the most current development requirements.\r\n<h1>Iterative software development at a glance</h1>\r\n<ul>\r\n <li>Initially, a “top-level” project design is created to “give shape” as to how the project deliverables should be ideally developed. The specifics are not addressed during the project start-up but are “designed” later on. The product owner is largely responsible for designing the project.</li>\r\n <li>The entire product is developed, tested, and “deployed” in stages. Development is carried out in iterative development cycles known as “sprints”.</li>\r\n <li>It becomes possible to analyze, remove defects in the development “phase”, and check for regression before its occurrence since a product feature can be individually developed, tested, and “rectified” after it is checked for bugs during the sprint cycle. Technical issues are identified and addressed to “well in advance” and not allowed to “escalate”. User feedback plays a very important part in the Agile process.</li>\r\n <li>Less time is spent on documentation and more focus is “created” upon developing product features. Productivity takes precedence over documentation.</li>\r\n</ul>','What Is Iterative Software Development?','','inherit','closed','closed','','4497-revision-v1','','','2018-09-13 14:25:06','2018-09-13 08:55:06','',4497,'https://product.quickscrum.com/4497-revision-v1/',0,'revision','',0),(4507,13,'2018-09-13 14:28:50','2018-09-13 08:58:50','Iterative development is a process, or a method, in which a software product is developed after breaking it down into smaller, easily developable “chunks” of code. The entire software application or utility is “disassembled” and split up into much smaller “features” portions. Each portion is individually designed and developed. Individually developed software features can be tested and corrected. Development typically occurs in repetitive product development cycles. The cycles should ideally result in fully functional product features. When enough features are developed, they can be integrated to form a bug-free working version of the final product.\r\n\r\nWhat is iterative software development using a particular framework or methodology? In a nutshell, it is can be understood as implementing the iterative software development process in accordance with the unique rules proposed by the particular framework or methodology.\r\n<h1>When is an iterative software development model used?</h1>\r\nIterative software development is most commonly used with incremental development – the software production or development cycle is split up into smaller segments, and each segment produces fully developed software features at the end of its run. The iterative cycle is repeated until all the product features are developed. It is a key development method used in Agile frameworks and methodologies.\r\n\r\nTypically, iterative software development model is used when a project is large or complicated, and likely to extend for a longer duration. It becomes more difficult to track and monitor the project development parameters – time, resources, productivity, testing, acceptance levels, etc. when traditional software development frameworks such as Waterfall are used, since such development methodologies are not specially designed to tackle issues pertaining to rapid software development and delivering bug free software releases in relatively short times. This is where Agile scores. It splits up the entire project into smaller, easily manageable “chunks” of product features, and each feature is developed, tested, and deployed independently through iterative cycles known as “sprints”. Each sprint is individually designed and planned in a special event known as a “sprint planning meeting”. Time-boxed development leads to increased productivity and increased client satisfaction levels.\r\n\r\n<img class=\"size-full wp-image-2375 aligncenter\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/what-is-agile-software-development-life-cycle.png\" alt=\"\" width=\"830\" height=\"480\" />\r\n<h1>Agile incremental development methodology and Waterfall methods</h1>\r\nWaterfall development is based on “stages”. Software development occurs through “Waterfall” stages. During each stage, a certain process is carried out and the project is “developed” up to a certain “level”. The entire product is developed when each of the stages is completed in totality. Waterfall stages cannot be “reversed” or backtracked. This can often prove to be risky at times because if there is an inherent flaw in the project design, or bugs have not been identified properly during the “testing” stage, the error cannot be corrected or resolved unless all the stages are repeated once again. This can prove to be expensive, time-consuming, and counterproductive at times.\r\n\r\nAgile is based on incremental development methodology. The product is split up into its constituent features. A small group of features is developed in repetitive development cycles known as sprints. At the end of each sprint, shippable product features are submitted for verification purposes to the product owner. The development should be deployable and bug-free. After all the features are developed through sprints, they are integrated to form the complete product.\r\n\r\nThe main difference between Waterfall and Agile is that development is staged in Waterfall while it is of an iterative nature in Agile. Waterfall cannot be reversed, while Agile keeps on changing constantly to meet the most current development requirements.\r\n<h1>Iterative software development at a glance</h1>\r\n<ul>\r\n <li>Initially, a “top-level” project design is created to “give shape” as to how the project deliverables should be ideally developed. The specifics are not addressed during the project start-up but are “designed” later on. The product owner is largely responsible for designing the project.</li>\r\n <li>The entire product is developed, tested, and “deployed” in stages. Development is carried out in iterative development cycles known as “sprints”.</li>\r\n <li>It becomes possible to analyze, remove defects in the development “phase”, and check for regression before its occurrence since a product feature can be individually developed, tested, and “rectified” after it is checked for bugs during the sprint cycle. Technical issues are identified and addressed to “well in advance” and not allowed to “escalate”. User feedback plays a very important part in the Agile process.</li>\r\n <li>Less time is spent on documentation and more focus is “created” upon developing product features. Productivity takes precedence over documentation.</li>\r\n</ul>','What Is Iterative Software Development?','','inherit','closed','closed','','4497-autosave-v1','','','2018-09-13 14:28:50','2018-09-13 08:58:50','',4497,'https://product.quickscrum.com/4497-autosave-v1/',0,'revision','',0),(4509,12,'2018-09-13 14:28:49','2018-09-13 08:58:49','\"Agile implementation can be difficult for teams new to the framework, and at times development teams fail to implement Agile properly because they fail to identify potential pitfalls in time. The management too should be wary about certain issues that could lead to implementation failure, and take steps to resolve the fundamental issues.\"\r\n\r\n<img class=\"aligncenter wp-image-2542 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/whydevelopmentteamfail1.png\" alt=\"\" width=\"830\" height=\"500\" />\r\n<h1>Agile implementation and the development team</h1>\r\nAs the popularity of Agile based frameworks such as Scrum and XP keeps on increasing, more and more software development businesses and IT companies are migrating towards the frameworks to reap the benefits of Agile. Organisations new to Agile have many expectations, about how, and up to what extent they will benefit from the product incremental cycles and the basic Agile principles which offer and promise a lot to organizations implementing them. In practice, however, the scenario is quite different and instead of benefiting from increased productivity levels, IT businesses tend to face many types of problems while implementing Scrum. If or when the implementation fails, or desired results are not availed through Agile, managements start having second thoughts regarding the practicality of using Agile. While a lot has been discussed as to why Agile might fail, a highly common reason that contributes to the failure is the attitude of Scrum teams and their willingness to accept Agile.\r\n<h1>The reluctance of development teams to accept the Agile framework</h1>\r\nAgile implementation involves changing the current working pattern, especially if you are following traditional development methodologies like Waterfall, and aims to make the development team more self-reliant and self-organizing. In Agile, the team is offered more autonomy. The team is allowed to function in any manner it so desires - as long as it follows Agile principles. However, along with working independence and autonomy comes responsibilities and self-governance - the two aspects most teams fail to uphold in the manner as suggested by Agile.\r\n\r\nOne of the primary reasons why teams fail to implement Scrum or any other Agile framework for that matter is that it becomes difficult for the individual team members to accept changes and mold their working to suit a new working pattern. As a rule, most people who are habituated to one particular method of working, and who feel comfortable doing what they have been doing since quite some time, do not feel comfortable when exposed to new working conditions and a new set of rules to follow. Changes are not easy for most individuals and management to need to understand this fact. As is often the case, when management decides to introduce Agile, they do so without issuing any prior warnings to the team. The team is not mentally prepared to learn or accept a new method of working – especially a method which may seem to challenge their basic beliefs about how production and development should occur. Agile may seem radically different to people who have developed projects using traditional development methods. It challenges team members, even senior management personnel, to think differently, and to trust each other as far as work is concerned. And therein lies one of the important issues – it is not easy to put trust in somebody whom you have known for a short time, or who do not share your ideas or beliefs. Another issue is understanding a totally new way of working. Some individuals welcome changes while some don\'t. From the management\'s point of view, it is difficult to force people to accept new working environment. It is also important to maintain the retention levels of employees since a team is difficult to train, it takes a lot of time in training new employees, and the management may have to invest in trainers and coaches on a frequent basis to train employees as and when they join.\r\n<h1>Why Agile may fail to implement correctly</h1>\r\n<strong>Some of the common issues why teams fail at Agile:</strong>\r\n<ul>\r\n <li>Teams are not ready to accept changes and new challenges because it does not understand the new method of working</li>\r\n <li>Individuals may feel threatened they might not be able to perform well under the proposed system and this could challenge their future growth in the company</li>\r\n <li>Old working habits may be difficult to give up, and the team might not be ready to compromise upon its comfort levels – unless forced to do so.</li>\r\n <li>Since Agile proposes self-organization and self-management, the management might feel uncomfortable giving up its authority while controlling the team. Agile teams are autonomous and are empowered to decide how to work. It means the management cannot instruct the team how to work – the team decides for itself. This might make the management feel insecure and uncertain since it cannot directly control the team.</li>\r\n <li>Teams have a habit of reverting to old habits while working under pressure. Even though a team might have attended training sessions and may be performing well under normal circumstances, it might collapse when told to face challenging situations and stress-associated conditions. The reason could be individuals tend to revert to their original mode of working since they are more accustomed to dealing with work pressure in a process flow they know best – the older way of working.</li>\r\n</ul>\r\n<h1>Agile advantages for the management and stakeholders</h1>\r\nAgile is a framework and not a methodology. Unlike methodologies, Agile principles have to be implemented in a project and stringently monitored to ensure that Agile processes are followed by the team. Only when a team follows what Agile preaches, it can successfully avail the desired results. It is important to know that there are no fixed rules or theories concerning the implementation – teams have to study the framework and decide collectively how to implement it in their projects.\r\n\r\nA few suggestions may help teams new to Agile and Scrum plan their project transition in a more successful manner.\r\n<ul>\r\n <li><strong>Educate the team</strong></li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\">The first and the foremost activity is to train the development team in the Agile framework and impart sufficient knowledge so the team can grasp the fundamentals. The management should select a trainer who is experienced, and who has the ability to engage on a personal level with the team members. Face-to-face communications can help to resolve many types of misunderstandings, so active participation should be encouraged and promoted between the team and the management. It is generally observed that when teams are properly explained how Agile can help to reduce their burden and increase their productivity, they tend to realize the fact that Agile may, in fact, prove to be useful to them in many ways and help them to perform better at work. Senior management members have to put in enough efforts and convince the team that the Agile way is most suitable for all concerned – the management as well as the team – and planned and sustained development should be the “norm for the day”.</p>\r\n\r\n<ul>\r\n <li><strong>Hold talks and discussions</strong></li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\">Agile promotes openness and transparency. Above all, Agile principles encourage face-to-face discussions in lieu of emails and in-direct means of communications such as emails and online chats. Perhaps, the main reason why Agile promotes personal communications is that people can easily open up in their discussions when they discuss topics face-to-face. The more the management communicates, the easier it becomes for the teams to present their issues. Discussion can lead to the sharing of ideas. When ideas are shared, it becomes clear what is acceptable to the team, and what is not. Once it is possible for the management to understand and pinpoint the exact issues troubling the teams, it becomes easier to find acceptable solutions. Problems concerning Agile implementation can be effectively resolved only when talks and discussions are held more openly and frequently.</p>\r\n\r\n<ul>\r\n <li><strong>Client participation advantages</strong></li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\">Contrary to the belief, client involvement can actually lead to the improved development and reduced turnaround times. Generally, development teams abhor discussing their work with clients. Most teams believe client involvement can actually slow down the development process, or create problems some way or the other. Actually, this is not true. Agile emphasizes upon client participation. From a practical viewpoint, it is important to “satisfy” the client by giving her/her what is required. The bottom line is to fulfill, or provide, what the client really needs. In most cases, teams take the initiative and present the development based upon its vision as to what the client expects. It is when the client disapproves of the development because it does not support what was originally envisioned, the team starts investigating what kind of development was originally planned, and what has in fact been delivered. Productivity and time are wasted in such cases. Agile, on the other hand, supports a special event – the sprint review - in which it can be ascertained whether the development meets the client’s approval or not. Problems can be detected at an early stage and rectified. Agile can be properly implemented when the client works side-by-side and provides valuable inputs regarding the process flow. Keeping the client satisfied can lead to happy and profitable situations for the entire team in the future.</p>\r\nThese are a few common pitfalls which can be analyzed to improve Agile implementation. These are not the only issues concerning the implementation, however, they are most common and usually faced by teams new to Agile and Scrum.','Why Development Teams May Fail To Implement Agile','','publish','open','open','','why-development-teams-may-fail-to-implement-agile','','','2018-09-13 14:28:49','2018-09-13 08:58:49','',0,'https://product.quickscrum.com/?p=4509',0,'post','',0),(4510,12,'2018-09-13 14:28:49','2018-09-13 08:58:49','\"Agile implementation can be difficult for teams new to the framework, and at times development teams fail to implement Agile properly because they fail to identify potential pitfalls in time. The management too should be wary about certain issues that could lead to implementation failure, and take steps to resolve the fundamental issues.\"\r\n\r\n<img class=\"aligncenter wp-image-2542 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/whydevelopmentteamfail1.png\" alt=\"\" width=\"830\" height=\"500\" />\r\n<h1>Agile implementation and the development team</h1>\r\nAs the popularity of Agile based frameworks such as Scrum and XP keeps on increasing, more and more software development businesses and IT companies are migrating towards the frameworks to reap the benefits of Agile. Organisations new to Agile have many expectations, about how, and up to what extent they will benefit from the product incremental cycles and the basic Agile principles which offer and promise a lot to organizations implementing them. In practice, however, the scenario is quite different and instead of benefiting from increased productivity levels, IT businesses tend to face many types of problems while implementing Scrum. If or when the implementation fails, or desired results are not availed through Agile, managements start having second thoughts regarding the practicality of using Agile. While a lot has been discussed as to why Agile might fail, a highly common reason that contributes to the failure is the attitude of Scrum teams and their willingness to accept Agile.\r\n<h1>The reluctance of development teams to accept the Agile framework</h1>\r\nAgile implementation involves changing the current working pattern, especially if you are following traditional development methodologies like Waterfall, and aims to make the development team more self-reliant and self-organizing. In Agile, the team is offered more autonomy. The team is allowed to function in any manner it so desires - as long as it follows Agile principles. However, along with working independence and autonomy comes responsibilities and self-governance - the two aspects most teams fail to uphold in the manner as suggested by Agile.\r\n\r\nOne of the primary reasons why teams fail to implement Scrum or any other Agile framework for that matter is that it becomes difficult for the individual team members to accept changes and mold their working to suit a new working pattern. As a rule, most people who are habituated to one particular method of working, and who feel comfortable doing what they have been doing since quite some time, do not feel comfortable when exposed to new working conditions and a new set of rules to follow. Changes are not easy for most individuals and management to need to understand this fact. As is often the case, when management decides to introduce Agile, they do so without issuing any prior warnings to the team. The team is not mentally prepared to learn or accept a new method of working – especially a method which may seem to challenge their basic beliefs about how production and development should occur. Agile may seem radically different to people who have developed projects using traditional development methods. It challenges team members, even senior management personnel, to think differently, and to trust each other as far as work is concerned. And therein lies one of the important issues – it is not easy to put trust in somebody whom you have known for a short time, or who do not share your ideas or beliefs. Another issue is understanding a totally new way of working. Some individuals welcome changes while some don\'t. From the management\'s point of view, it is difficult to force people to accept new working environment. It is also important to maintain the retention levels of employees since a team is difficult to train, it takes a lot of time in training new employees, and the management may have to invest in trainers and coaches on a frequent basis to train employees as and when they join.\r\n<h1>Why Agile may fail to implement correctly</h1>\r\n<strong>Some of the common issues why teams fail at Agile:</strong>\r\n<ul>\r\n <li>Teams are not ready to accept changes and new challenges because it does not understand the new method of working</li>\r\n <li>Individuals may feel threatened they might not be able to perform well under the proposed system and this could challenge their future growth in the company</li>\r\n <li>Old working habits may be difficult to give up, and the team might not be ready to compromise upon its comfort levels – unless forced to do so.</li>\r\n <li>Since Agile proposes self-organization and self-management, the management might feel uncomfortable giving up its authority while controlling the team. Agile teams are autonomous and are empowered to decide how to work. It means the management cannot instruct the team how to work – the team decides for itself. This might make the management feel insecure and uncertain since it cannot directly control the team.</li>\r\n <li>Teams have a habit of reverting to old habits while working under pressure. Even though a team might have attended training sessions and may be performing well under normal circumstances, it might collapse when told to face challenging situations and stress-associated conditions. The reason could be individuals tend to revert to their original mode of working since they are more accustomed to dealing with work pressure in a process flow they know best – the older way of working.</li>\r\n</ul>\r\n<h1>Agile advantages for the management and stakeholders</h1>\r\nAgile is a framework and not a methodology. Unlike methodologies, Agile principles have to be implemented in a project and stringently monitored to ensure that Agile processes are followed by the team. Only when a team follows what Agile preaches, it can successfully avail the desired results. It is important to know that there are no fixed rules or theories concerning the implementation – teams have to study the framework and decide collectively how to implement it in their projects.\r\n\r\nA few suggestions may help teams new to Agile and Scrum plan their project transition in a more successful manner.\r\n<ul>\r\n <li><strong>Educate the team</strong></li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\">The first and the foremost activity is to train the development team in the Agile framework and impart sufficient knowledge so the team can grasp the fundamentals. The management should select a trainer who is experienced, and who has the ability to engage on a personal level with the team members. Face-to-face communications can help to resolve many types of misunderstandings, so active participation should be encouraged and promoted between the team and the management. It is generally observed that when teams are properly explained how Agile can help to reduce their burden and increase their productivity, they tend to realize the fact that Agile may, in fact, prove to be useful to them in many ways and help them to perform better at work. Senior management members have to put in enough efforts and convince the team that the Agile way is most suitable for all concerned – the management as well as the team – and planned and sustained development should be the “norm for the day”.</p>\r\n\r\n<ul>\r\n <li><strong>Hold talks and discussions</strong></li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\">Agile promotes openness and transparency. Above all, Agile principles encourage face-to-face discussions in lieu of emails and in-direct means of communications such as emails and online chats. Perhaps, the main reason why Agile promotes personal communications is that people can easily open up in their discussions when they discuss topics face-to-face. The more the management communicates, the easier it becomes for the teams to present their issues. Discussion can lead to the sharing of ideas. When ideas are shared, it becomes clear what is acceptable to the team, and what is not. Once it is possible for the management to understand and pinpoint the exact issues troubling the teams, it becomes easier to find acceptable solutions. Problems concerning Agile implementation can be effectively resolved only when talks and discussions are held more openly and frequently.</p>\r\n\r\n<ul>\r\n <li><strong>Client participation advantages</strong></li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\">Contrary to the belief, client involvement can actually lead to the improved development and reduced turnaround times. Generally, development teams abhor discussing their work with clients. Most teams believe client involvement can actually slow down the development process, or create problems some way or the other. Actually, this is not true. Agile emphasizes upon client participation. From a practical viewpoint, it is important to “satisfy” the client by giving her/her what is required. The bottom line is to fulfill, or provide, what the client really needs. In most cases, teams take the initiative and present the development based upon its vision as to what the client expects. It is when the client disapproves of the development because it does not support what was originally envisioned, the team starts investigating what kind of development was originally planned, and what has in fact been delivered. Productivity and time are wasted in such cases. Agile, on the other hand, supports a special event – the sprint review - in which it can be ascertained whether the development meets the client’s approval or not. Problems can be detected at an early stage and rectified. Agile can be properly implemented when the client works side-by-side and provides valuable inputs regarding the process flow. Keeping the client satisfied can lead to happy and profitable situations for the entire team in the future.</p>\r\nThese are a few common pitfalls which can be analyzed to improve Agile implementation. These are not the only issues concerning the implementation, however, they are most common and usually faced by teams new to Agile and Scrum.','Why Development Teams May Fail To Implement Agile','','inherit','closed','closed','','4509-revision-v1','','','2018-09-13 14:28:49','2018-09-13 08:58:49','',4509,'https://product.quickscrum.com/4509-revision-v1/',0,'revision','',0),(4511,12,'2018-09-13 14:33:58','2018-09-13 09:03:58','Scrum is easy to understand but difficult to implement. And, therein lies the main problem – teams implementing the Scrum process often make mistakes how certain activities should be carried out in a manner such that the process becomes effective and is able to deliver a successful product release.\r\n\r\nThe daily scrum meeting, or the daily stand-up as it is commonly referred to as in Scrum should be ideally held in the manner as understood by reading and interpreting the official Scrum guide. The guide is definitive as far as Scrum framework is concerned, but since Scrum is a framework and not a methodology, much is left up to the users how the Scrum process ought to be implemented in a project. The guide describes the importance of holding the daily scrum but does not suggest how it should be held.\r\n\r\n<img class=\"aligncenter wp-image-2248 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/7MistakesToAvoidInTheDailyScrumMeeting.jpg\" alt=\"\" width=\"830\" height=\"500\" />\r\n\r\nHere are a couple of mistakes that should be avoided in a daily stand-up.\r\n<h1>1. Not a status meeting</h1>\r\nOne of the commonest mistakes made by teams new to Scrum is to discuss work carried out by the team during the previous working day’s sprint – and that too in details. The daily scrum is time-boxed to 15 minutes. If all team members were to report their daily work in the stand-up, a majority of the time would be spent in discussing the team’s progress. Scrum has the sprint review and sprint retrospective events to analyze how the team is performing and what it should do to improve. The daily scrum should not be used as a status-reporting meeting because the Scrum process can automatically detect the development status through the velocity and burn down charts.\r\n<h1>2. Avoid micromanaging the team</h1>\r\nAnother common mistake that often occurs in a stand-up is that the scrum master starts issuing instructions to the team members, or starts planning how the team members should carry out a particular development activity. Scrum advocates self-management and self-organization. Team members should realize their responsibilities and collaborate to solve process related issues. The scrum master or the product owner should not try to micro-manage the team activity.\r\n<h1>3. Not meant solely for the scrum master</h1>\r\nThere is a big misconception that the daily scrum is meant for the scrum master. This is far from true. The role of a scrum master is to facilitate scrum proceedings and oversee that the team implements the scrum process properly. He/she has to remain present in all meetings, including the daily scrum. Just because the SM attends the event and stands in front of the team, it does not mean that he or she owns the event. Neither does it mean that the team has to “report” to the scrum master. The SM merely oversees that the team remains updated about the current sprint status, and reports what was done the day before to facilitate the feedback loop in Scrum.\r\n<h1>4. Not a planning meeting</h1>\r\nScrum supports the sprint planning meeting or event to decide which product features should be developed by the team during the sprint. The sprint review meeting is held to evaluate the development carried out and plan how to make the next sprint more effective. The sprint retrospective meeting is held to reflect upon the effectiveness of the Scrum process and what more should the team do to enhance the process. The daily scrum should not be used for planning purposes since there are other events specially held to plan and monitor the process.\r\n<h1>5. Not to be used for carrying out technical discussions</h1>\r\nDevelopment teams need to discuss technical aspects whenever they face problems. When a technical issue is reported as an “impediment” during the daily stand-up, the SM has to resolve the issue later on, and not while the event is in progress. The daily scrum should not be used for discussing technical problems – the team should do it later on.\r\n<h1>6. Not to be held away from the place of work</h1>\r\nThe daily scrum meeting is generally held in the place of work, or in the same building or location. The idea is the team can immediately start working as soon as the event completes. Time is often at a premium and it needs to be utilized wisely.\r\n<h1>7. Not including the three basic questions</h1>\r\n<strong>The three questions fundamental to the daily scrum:</strong>\r\n<p style=\"padding-left: 30px;\">1. What was done the day before?</p>\r\n<p style=\"padding-left: 30px;\">2. What is proposed to be done today?</p>\r\n<p style=\"padding-left: 30px;\">3. Did the team face any problems or impediments?</p>\r\nThe meeting should always try to focus on these three questions during the daily stand-up since they form the base of the meeting.','7 Mistakes To Avoid In The Daily Scrum Meeting','','publish','open','open','','7-mistakes-to-avoid-in-the-daily-scrum-meeting','','','2018-09-13 14:34:16','2018-09-13 09:04:16','',0,'https://product.quickscrum.com/?p=4511',0,'post','',0),(4514,13,'2018-09-13 14:35:21','2018-09-13 09:05:21','<div class=\"detail-box articledetail\">\r\n\r\nFundamentally, a methodology can be understood as a set of rules or principles. It can include “tools” and/or practices which can be effectively used to fulfill a predetermined process and achieve specific goals. A methodology is more like a doctor’s prescription. You are required to follow it exactly in the manner suggested, and not deviate from the “instructions” stated therein. A framework, on the other hand, is “loose” and merely offers a skeleton or an incomplete structure that leaves sufficient “room” for other methods and practices which can be “incorporated” into it. A framework basically provides a structural support for other project related activities. The process flow is “strengthened” by the framework’s “structure”.\r\n\r\nIs Scrum a methodology? No. Even though people still refer to Scrum as a methodology, the reference, in fact, is not appropriate. Scrum is a framework. It provides a “skeleton” which helps development teams to choose their own production processes, how the management “desires” to execute the project, and decide what kind of roles the team members should “play”. The Scrum framework offers specific guidelines which the Agile team should stringently follow.\r\n\r\n</div>\r\n<img class=\"size-full wp-image-2366 aligncenter\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/is-scrum-a-methodology.png\" alt=\"\" width=\"830\" height=\"481\" />\r\n<h1>What is Agile Scrum?</h1>\r\nScrum is an Agile based framework which can be easily applied in almost any type of project. Scrum, however, is most commonly used for software development and is a very popular environment for developing wide-ranging software-based products. The framework is ideally suited to project conditions where the product may undergo rapid changes or may have highly emergent requirements.\r\n\r\nAgile Scrum is fundamentally based upon three basic principles.\r\n<ul>\r\n <li><a class=\"link-hover\" dir=\"ltr\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #3366ff;\">Product owners plan and decide what needs to be developed</span></a>, or built, in the next couple of months or less. They plan the project, work out the project dynamics, and design a project process flow that is most suitable for their unique project related requirements.</li>\r\n <li>The development team builds the product in stages through the sprint iteration cycles. At the end of each cycle, the PO and stakeholders verify that the development is OK. The team ensures that important product features are developed first, followed by less important ones.</li>\r\n <li>Scrum masters make sure that the Scrum process is followed, and implemented properly. If the team faces any issues, technical or otherwise, the scrum master resolves the issues.</li>\r\n</ul>\r\n<h1>How does Scrum work?</h1>\r\nProject work in Scrum begins with the creation of a master list known as a product backlog. The product owner creates a list which contains all the features required to develop the product in totality. Once such a list is prepared, the actual Scrum process can begin. Scrum functions through repetitive iterations known as “sprints”. Each sprint traditionally extended from two weeks up to a month. However, Scrum has now evolved to last for seven to ten days owing to rapid project development requirements and dynamically changing market trends. Scrum development methods suggest that each sprint should begin with a short meeting, known as a daily scrum meeting, in which the entire team plans what it proposes to “do” on the particular “working” day.\r\n\r\nThe entire product is developed in short bursts of development activity known as sprints. The product is broken down into its constituent features, and each feature is developed as a user story in a sprint. Moreover, each feature, in the form of a user story, should be “successfully” developed such that it does not have any flaws or bugs. Each sprint, in short, should only produce “shippable” products. Once the feature is developed, it has to be verified and cleared by the product owner and the stakeholders. A special event known as a sprint review meeting is conducted after each sprint to ascertain the development carried out by the Agile team. The PO plays an important part in this event.\r\n\r\nDuring the Scrum Agile process, once the entire team feels certain that the features developed to meet the acceptance benchmarks, the development is presented to the stakeholders in the sprint retrospective meeting. The event is important since it also offers an opportunity for everyone involved with the project to “think back” and reflect upon what things worked well in the last sprint, what kinds of issues affected the development activity, and how the team can change its working so productivity can be increased.\r\n\r\nThe entire process is repeated again-and-again until the product is developed entirely and the project is completed. It is possible to avail Scrum benefits, but it is possible only when the framework is properly implemented in the project.','Is Scrum a methodology?','','publish','open','open','','is-scrum-a-methodology','','','2018-09-13 14:35:21','2018-09-13 09:05:21','',0,'https://product.quickscrum.com/?p=4514',0,'post','',0),(4516,12,'2018-09-13 14:33:58','2018-09-13 09:03:58','Scrum is easy to understand but difficult to implement. And, therein lies the main problem – teams implementing the Scrum process often make mistakes how certain activities should be carried out in a manner such that the process becomes effective and is able to deliver a successful product release.\r\n\r\nThe daily scrum meeting, or the daily stand-up as it is commonly referred to as in Scrum should be ideally held in the manner as understood by reading and interpreting the official Scrum guide. The guide is definitive as far as Scrum framework is concerned, but since Scrum is a framework and not a methodology, much is left up to the users how the Scrum process ought to be implemented in a project. The guide describes the importance of holding the daily scrum but does not suggest how it should be held.\r\n\r\n<img class=\"aligncenter wp-image-2248 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/7MistakesToAvoidInTheDailyScrumMeeting.jpg\" alt=\"\" width=\"830\" height=\"500\" />\r\n\r\nHere are a couple of mistakes that should be avoided in a daily stand-up.\r\n<h1>1. Not a status meeting</h1>\r\nOne of the commonest mistakes made by teams new to Scrum is to discuss work carried out by the team during the previous working day’s sprint – and that too in details. The daily scrum is time-boxed to 15 minutes. If all team members were to report their daily work in the stand-up, a majority of the time would be spent in discussing the team’s progress. Scrum has the sprint review and sprint retrospective events to analyze how the team is performing and what it should do to improve. The daily scrum should not be used as a status-reporting meeting because the Scrum process can automatically detect the development status through the velocity and burn down charts.\r\n<h1>2. Avoid micromanaging the team</h1>\r\nAnother common mistake that often occurs in a stand-up is that the scrum master starts issuing instructions to the team members, or starts planning how the team members should carry out a particular development activity. Scrum advocates self-management and self-organization. Team members should realize their responsibilities and collaborate to solve process related issues. The scrum master or the product owner should not try to micro-manage the team activity.\r\n<h1>3. Not meant solely for the scrum master</h1>\r\nThere is a big misconception that the daily scrum is meant for the scrum master. This is far from true. The role of a scrum master is to facilitate scrum proceedings and oversee that the team implements the scrum process properly. He/she has to remain present in all meetings, including the daily scrum. Just because the SM attends the event and stands in front of the team, it does not mean that he or she owns the event. Neither does it mean that the team has to “report” to the scrum master. The SM merely oversees that the team remains updated about the current sprint status, and reports what was done the day before to facilitate the feedback loop in Scrum.\r\n<h1>4. Not a planning meeting</h1>\r\nScrum supports the sprint planning meeting or event to decide which product features should be developed by the team during the sprint. The sprint review meeting is held to evaluate the development carried out and plan how to make the next sprint more effective. The sprint retrospective meeting is held to reflect upon the effectiveness of the Scrum process and what more should the team do to enhance the process. The daily scrum should not be used for planning purposes since there are other events specially held to plan and monitor the process.\r\n<h1>5. Not to be used for carrying out technical discussions</h1>\r\nDevelopment teams need to discuss technical aspects whenever they face problems. When a technical issue is reported as an “impediment” during the daily stand-up, the SM has to resolve the issue later on, and not while the event is in progress. The daily scrum should not be used for discussing technical problems – the team should do it later on.\r\n<h1>6. Not to be held away from the place of work</h1>\r\nThe daily scrum meeting is generally held in the place of work, or in the same building or location. The idea is the team can immediately start working as soon as the event completes. Time is often at a premium and it needs to be utilized wisely.\r\n<h1>7. Not including the three basic questions</h1>\r\n<strong>The three questions fundamental to the daily scrum:</strong>\r\n<p style=\"padding-left: 30px;\">1. What was done the day before?</p>\r\n<p style=\"padding-left: 30px;\">2. What is proposed to be done today?</p>\r\n<p style=\"padding-left: 30px;\">3. Did the team face any problems or impediments?</p>\r\nThe meeting should always try to focus on these three questions during the daily stand-up since they form the base of the meeting.','7 Mistakes To Avoid In The Daily Scrum Meeting','','inherit','closed','closed','','4511-revision-v1','','','2018-09-13 14:33:58','2018-09-13 09:03:58','',4511,'https://product.quickscrum.com/4511-revision-v1/',0,'revision','',0),(4517,12,'2018-09-13 14:34:20','2018-09-13 09:04:20','Scrum is easy to understand but difficult to implement. And, therein lies the main problem – teams implementing the Scrum process often make mistakes how certain activities should be carried out in a manner such that the process becomes effective and is able to deliver a successful product release.\r\n\r\nThe daily scrum meeting, or the daily stand-up as it is commonly referred to as in Scrum should be ideally held in the manner as understood by reading and interpreting the official Scrum guide. The guide is definitive as far as Scrum framework is concerned, but since Scrum is a framework and not a methodology, much is left up to the users how the Scrum process ought to be implemented in a project. The guide describes the importance of holding the daily scrum but does not suggest how it should be held.\r\n\r\n<img class=\"aligncenter wp-image-2248 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/7MistakesToAvoidInTheDailyScrumMeeting.jpg\" alt=\"\" width=\"830\" height=\"500\" />\r\n\r\nHere are a couple of mistakes that should be avoided in a daily stand-up.\r\n<h1>1. Not a status meeting</h1>\r\nOne of the commonest mistakes made by teams new to Scrum is to discuss work carried out by the team during the previous working day’s sprint – and that too in details. The daily scrum is time-boxed to 15 minutes. If all team members were to report their daily work in the stand-up, a majority of the time would be spent in discussing the team’s progress. Scrum has the sprint review and sprint retrospective events to analyze how the team is performing and what it should do to improve. The daily scrum should not be used as a status-reporting meeting because the Scrum process can automatically detect the development status through the velocity and burn down charts.\r\n<h1>2. Avoid micromanaging the team</h1>\r\nAnother common mistake that often occurs in a stand-up is that the scrum master starts issuing instructions to the team members, or starts planning how the team members should carry out a particular development activity. Scrum advocates self-management and self-organization. Team members should realize their responsibilities and collaborate to solve process related issues. The scrum master or the product owner should not try to micro-manage the team activity.\r\n<h1>3. Not meant solely for the scrum master</h1>\r\nThere is a big misconception that the daily scrum is meant for the scrum master. This is far from true. The role of a scrum master is to facilitate scrum proceedings and oversee that the team implements the scrum process properly. He/she has to remain present in all meetings, including the daily scrum. Just because the SM attends the event and stands in front of the team, it does not mean that he or she owns the event. Neither does it mean that the team has to “report” to the scrum master. The SM merely oversees that the team remains updated about the current sprint status, and reports what was done the day before to facilitate the feedback loop in Scrum.\r\n<h1>4. Not a planning meeting</h1>\r\nScrum supports the sprint planning meeting or event to decide which product features should be developed by the team during the sprint. The sprint review meeting is held to evaluate the development carried out and plan how to make the next sprint more effective. The sprint retrospective meeting is held to reflect upon the effectiveness of the Scrum process and what more should the team do to enhance the process. The daily scrum should not be used for planning purposes since there are other events specially held to plan and monitor the process.\r\n<h1>5. Not to be used for carrying out technical discussions</h1>\r\nDevelopment teams need to discuss technical aspects whenever they face problems. When a technical issue is reported as an “impediment” during the daily stand-up, the SM has to resolve the issue later on, and not while the event is in progress. The daily scrum should not be used for discussing technical problems – the team should do it later on.\r\n<h1>6. Not to be held away from the place of work</h1>\r\nThe daily scrum meeting is generally held in the place of work, or in the same building or location. The idea is the team can immediately start working as soon as the event completes. Time is often at a premium and it needs to be utilized wisely.\r\n<h1>7. Not including the three basic questions</h1>\r\n<strong>The three questions fundamental to the daily scrum:</strong>\r\n<p style=\"padding-left: 30px;\">1. What was done the day before?</p>\r\n<p style=\"padding-left: 30px;\">2. What is proposed to be done today?</p>\r\n<p style=\"padding-left: 30px;\">3. Did the team face any problems or impediments?</p>\r\nThe meeting should always try to focus on these three questions during the daily stand-up since they form the base of the meeting.','7 Mistakes To Avoid In The Daily Scrum Meeting','','inherit','closed','closed','','4511-autosave-v1','','','2018-09-13 14:34:20','2018-09-13 09:04:20','',4511,'https://product.quickscrum.com/4511-autosave-v1/',0,'revision','',0),(4518,13,'2018-09-13 14:34:21','2018-09-13 09:04:21','<div class=\"detail-box articledetail\">\r\n\r\nFundamentally, a methodology can be understood as a set of rules or principles. It can include “tools” and/or practices which can be effectively used to fulfill a predetermined process and achieve specific goals. A methodology is more like a doctor’s prescription. You are required to follow it exactly in the manner suggested, and not deviate from the “instructions” stated therein. A framework, on the other hand, is “loose” and merely offers a skeleton or an incomplete structure that leaves sufficient “room” for other methods and practices which can be “incorporated” into it. A framework basically provides a structural support for other project related activities. The process flow is “strengthened” by the framework’s “structure”.\r\n\r\nIs Scrum a methodology? No. Even though people still refer to Scrum as a methodology, the reference, in fact, is not appropriate. Scrum is a framework. It provides a “skeleton” which helps development teams to choose their own production processes, how the management “desires” to execute the project, and decide what kind of roles the team members should “play”. The Scrum framework offers specific guidelines which the Agile team should stringently follow.\r\n\r\n</div>\r\n<img class=\"size-full wp-image-2366 aligncenter\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/is-scrum-a-methodology.png\" alt=\"\" width=\"830\" height=\"481\" />\r\n<h1>What is Agile Scrum?</h1>\r\nScrum is an Agile based framework which can be easily applied in almost any type of project. Scrum, however, is most commonly used for software development and is a very popular environment for developing wide-ranging software-based products. The framework is ideally suited to project conditions where the product may undergo rapid changes or may have highly emergent requirements.\r\n\r\nAgile Scrum is fundamentally based upon three basic principles.\r\n<ul>\r\n <li><a class=\"link-hover\" dir=\"ltr\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #3366ff;\">Product owners plan and decide what needs to be developed</span></a>, or built, in the next couple of months or less. They plan the project, work out the project dynamics, and design a project process flow that is most suitable for their unique project related requirements.</li>\r\n <li>The development team builds the product in stages through the sprint iteration cycles. At the end of each cycle, the PO and stakeholders verify that the development is OK. The team ensures that important product features are developed first, followed by less important ones.</li>\r\n <li>Scrum masters make sure that the Scrum process is followed, and implemented properly. If the team faces any issues, technical or otherwise, the scrum master resolves the issues.</li>\r\n</ul>\r\n<h1>How does Scrum work?</h1>\r\nProject work in Scrum begins with the creation of a master list known as a product backlog. The product owner creates a list which contains all the features required to develop the product in totality. Once such a list is prepared, the actual Scrum process can begin. Scrum functions through repetitive iterations known as “sprints”. Each sprint traditionally extended from two weeks up to a month. However, Scrum has now evolved to last for seven to ten days owing to rapid project development requirements and dynamically changing market trends. Scrum development methods suggest that each sprint should begin with a short meeting, known as a daily scrum meeting, in which the entire team plans what it proposes to “do” on the particular “working” day.\r\n\r\nThe entire product is developed in short bursts of development activity known as sprints. The product is broken down into its constituent features, and each feature is developed as a user story in a sprint. Moreover, each feature, in the form of a user story, should be “successfully” developed such that it does not have any flaws or bugs. Each sprint, in short, should only produce “shippable” products. Once the feature is developed, it has to be verified and cleared by the product owner and the stakeholders. A special event known as a sprint review meeting is conducted after each sprint to ascertain the development carried out by the Agile team. The PO plays an important part in this event.\r\n\r\nDuring the Scrum Agile process, once the entire team feels certain that the features developed to meet the acceptance benchmarks, the development is presented to the stakeholders in the sprint retrospective meeting. The event is important since it also offers an opportunity for everyone involved with the project to “think back” and reflect upon what things worked well in the last sprint, what kinds of issues affected the development activity, and how the team can change its working so productivity can be increased.\r\n\r\nThe entire process is repeated again-and-again until the product is developed entirely and the project is completed. It is possible to avail Scrum benefits, but it is possible only when the framework is properly implemented in the project.','Is Scrum a methodology?','','inherit','closed','closed','','4514-revision-v1','','','2018-09-13 14:34:21','2018-09-13 09:04:21','',4514,'https://product.quickscrum.com/4514-revision-v1/',0,'revision','',0),(4519,12,'2018-09-13 14:37:38','2018-09-13 09:07:38','The Scrum framework is ideally suited for organizations carrying out project development using small teams. A typical Scrum team consists of a product owner, a scrum master, and up to seven to eight cross-functional development team members. It is easy to implement Scrum in a project when the team size does not exceed ten or twelve members, at the most. However, at times, organizations have to develop larger projects and require additional developers to complete the project on time. In such cases, the team size would naturally have to increase to include additional team members.\r\n\r\nNow, according to the Scrum process, each event in the framework is time boxed and should not exceed the duration specifically allotted for it. For example, if the team consists of eight members, and the daily scrum meeting is to extend for a maximum of fifteen minutes, each team member would get approximately two minutes to provide the daily feedback. This duration is sufficient, as the main objective of a stand up is to briefly discuss what the team did yesterday, what it proposes to do today, and whether the team faced any problems the previous working day. Each team member can summarise these three questions in the time allotted to him or her.\r\n\r\nNow, if we take up a scenario in which a large team is participating in the stand-up, say eighteen developers in all, it would mean that each team member now has less than a minute to give the feedback. It would be very difficult to avail a proper understanding about what the entire team did the previous day since the team members have been unable to report their complete status owing to a restriction in the daily stand up time. Feedback plays a very important part in the inspect and adapt principles which are so very important in Scrum. When the feedback system is hampered, sufficient inputs are not obtained from the process flow, and Scrum may start losing its effectiveness in supporting the self-correction activities.\r\n\r\nSo, how can organizations develop big projects requiring large development teams using Scrum? Scrum of Scrum provides a viable alternative of using Scrum to develop projects requiring large teams.\r\n\r\n<img class=\"aligncenter wp-image-2267 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/scrum-of-scrum.png\" alt=\"\" width=\"830\" height=\"500\" />\r\n<h1>Introduction to Scrum Of Scrums</h1>\r\nIt is not feasible, and not practical, for a big number of team members to work together and collaborate using traditional Scrum. If a large team were to use Scrum, the team would require a large hall to conduct the daily scrum and each member would have seconds and not minutes to provide the feedback. If manual Scrum methods are followed, the team would also require a Scrum board the size of a small theatre screen to pin the story cards, and even if it were so done, each team member might require a stool or a small ladder to climb up and read the current sprint status during the daily sprints. The review and retrospective events would not be able to gather feedback from so many members. The inspect and adapt principles would be compromised upon since the volume of feedback would be too large for the team to handle and a special process might have to set up to analyze and summarise the feedback received from each team member. This would take a lot of time, and the efforts put in would end up being counterproductive.\r\n\r\nScrum has to be scaled up to include larger teams if big projects are to be developed. In Scrum of scrums, the entire Scrum team is divided into smaller groups, with each group consisting of between five to ten members. Each group functions as an independent Scrum team. Moreover, each team selects one person – usually the Scrum master – who represents the team. The representatives from each of the teams participate in the Scrum events on behalf of his or her particular team. Just as the Scrum process supports the review and retrospective events, a special “parent” process supports the same events, however with certain subtle differences.\r\n\r\nThe Scrum of the scrum process proceeds normally as per the traditional Scrum process. However, the team representatives in lieu of the development team members attend the events. The representatives report the statuses, completion levels of the sprint, impediments faced by the team members, and the next steps to be planned, and to be taken by their respective Scrum teams. Technical problems and issues are resolved through collaboration and joint efforts of all involved teams. The individual teams might have to negotiate with respect to the responsibilities accepted or given, and ascertaining the authority levels. The Scrum of scrum may maintain a unique product backlog of its own to track the group teams’ activity.\r\n\r\nThe Scrum of scrums is also known as a \"meta Scrum\"','An Introduction To Scrum Of Scrums','','publish','open','open','','an-introduction-to-scrum-of-scrums','','','2018-09-13 14:37:38','2018-09-13 09:07:38','',0,'https://product.quickscrum.com/?p=4519',0,'post','',0),(4521,4,'2018-09-13 14:37:37','2018-09-13 09:07:37','','Effort Variance','','inherit','open','closed','','effort-variance','','','2018-09-13 14:37:37','2018-09-13 09:07:37','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Effort-Variance.png',0,'attachment','image/png',0),(4522,12,'2018-09-13 14:37:38','2018-09-13 09:07:38','The Scrum framework is ideally suited for organizations carrying out project development using small teams. A typical Scrum team consists of a product owner, a scrum master, and up to seven to eight cross-functional development team members. It is easy to implement Scrum in a project when the team size does not exceed ten or twelve members, at the most. However, at times, organizations have to develop larger projects and require additional developers to complete the project on time. In such cases, the team size would naturally have to increase to include additional team members.\r\n\r\nNow, according to the Scrum process, each event in the framework is time boxed and should not exceed the duration specifically allotted for it. For example, if the team consists of eight members, and the daily scrum meeting is to extend for a maximum of fifteen minutes, each team member would get approximately two minutes to provide the daily feedback. This duration is sufficient, as the main objective of a stand up is to briefly discuss what the team did yesterday, what it proposes to do today, and whether the team faced any problems the previous working day. Each team member can summarise these three questions in the time allotted to him or her.\r\n\r\nNow, if we take up a scenario in which a large team is participating in the stand-up, say eighteen developers in all, it would mean that each team member now has less than a minute to give the feedback. It would be very difficult to avail a proper understanding about what the entire team did the previous day since the team members have been unable to report their complete status owing to a restriction in the daily stand up time. Feedback plays a very important part in the inspect and adapt principles which are so very important in Scrum. When the feedback system is hampered, sufficient inputs are not obtained from the process flow, and Scrum may start losing its effectiveness in supporting the self-correction activities.\r\n\r\nSo, how can organizations develop big projects requiring large development teams using Scrum? Scrum of Scrum provides a viable alternative of using Scrum to develop projects requiring large teams.\r\n\r\n<img class=\"aligncenter wp-image-2267 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/scrum-of-scrum.png\" alt=\"\" width=\"830\" height=\"500\" />\r\n<h1>Introduction to Scrum Of Scrums</h1>\r\nIt is not feasible, and not practical, for a big number of team members to work together and collaborate using traditional Scrum. If a large team were to use Scrum, the team would require a large hall to conduct the daily scrum and each member would have seconds and not minutes to provide the feedback. If manual Scrum methods are followed, the team would also require a Scrum board the size of a small theatre screen to pin the story cards, and even if it were so done, each team member might require a stool or a small ladder to climb up and read the current sprint status during the daily sprints. The review and retrospective events would not be able to gather feedback from so many members. The inspect and adapt principles would be compromised upon since the volume of feedback would be too large for the team to handle and a special process might have to set up to analyze and summarise the feedback received from each team member. This would take a lot of time, and the efforts put in would end up being counterproductive.\r\n\r\nScrum has to be scaled up to include larger teams if big projects are to be developed. In Scrum of scrums, the entire Scrum team is divided into smaller groups, with each group consisting of between five to ten members. Each group functions as an independent Scrum team. Moreover, each team selects one person – usually the Scrum master – who represents the team. The representatives from each of the teams participate in the Scrum events on behalf of his or her particular team. Just as the Scrum process supports the review and retrospective events, a special “parent” process supports the same events, however with certain subtle differences.\r\n\r\nThe Scrum of the scrum process proceeds normally as per the traditional Scrum process. However, the team representatives in lieu of the development team members attend the events. The representatives report the statuses, completion levels of the sprint, impediments faced by the team members, and the next steps to be planned, and to be taken by their respective Scrum teams. Technical problems and issues are resolved through collaboration and joint efforts of all involved teams. The individual teams might have to negotiate with respect to the responsibilities accepted or given, and ascertaining the authority levels. The Scrum of scrum may maintain a unique product backlog of its own to track the group teams’ activity.\r\n\r\nThe Scrum of scrums is also known as a \"meta Scrum\"','An Introduction To Scrum Of Scrums','','inherit','closed','closed','','4519-revision-v1','','','2018-09-13 14:37:38','2018-09-13 09:07:38','',4519,'https://product.quickscrum.com/4519-revision-v1/',0,'revision','',0),(4524,13,'2018-09-13 14:39:42','2018-09-13 09:09:42','Scrum is a better way for development teams to work together and “manufacture” a product. In the <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\">Scrum Agile process</a></span>, development is carried out in “small pieces”, with each piece contributing towards the product’s overall “growth”. Building a product in segment or pieces makes project management much easier. It is easier to track, monitor, and “redesign” small pieces of the product rather than the actual product. Moreover, when small segments of the product are developed on a periodic basis in a sustained manner, it becomes feasible to adhere to the project completion deadlines.\r\n\r\n<img class=\"size-full wp-image-2358 aligncenter\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/what-is-scrum-process.png\" alt=\"\" width=\"830\" height=\"427\" />\r\n<h1>How does the Scrum process model work?</h1>\r\nScrum is a framework and not a methodology. Most people tend to confuse between a framework and a methodology. While methodologies are exact processes and have to be followed in a “prescribed” manner, frameworks are more flexible and have to be implemented in a project before their benefits can be availed. Quite often, a project has to be “molded” as per the framework. In Scrum, a project has to be “designed” in such a manner that it supports the principles and ideals supported by it. The actual product has to be broken down into smaller, easily developable “user stories”, and each story has to be designed and developed on an individual basis. Moreover, each story can be stringently tested for any bugs and should be “released” only when it is regression free. Scrum supports product incremental cycles i.e. the entire product is developed in parts through the consistent and sustained development of smaller, individual product features through repeated process cycles known as “sprints”.\r\n<h1>Important features of the Scrum Agile process</h1>\r\nDeveloping a complex project or building a complicated product may prove to be a difficult task. Scrum offers a framework specially designed to make “difficult” work easy and “more” manageable. The main reason why Scrum succeeds where other frameworks and methodologies fail is that it concentrates more on “human” involvement and decision-making. Scrum teams need to collaborate to get things done. Moreover, team members have to share their ideas and experience to expedite the development process. In many ways, Scrum is a simple framework and easy to implement if one “learns” it in a proper manner. It is important to know what is Scrum process before implementing it.\r\n<h1>Three main roles govern how the Scrum process works.</h1>\r\n<ul class=\"custom-padding-left-30\">\r\n <li>In the Agile Scrum model, the product owner plans what needs to be done and in what manner. He or she thinks about an effective project design and works out possible ways and means to implement it in a manner such that the product is developed in the least possible time, and the project maintains its “business value” or market worth at all times.</li>\r\n <li>The development team has to support the stakeholders and the PO’s vision regarding project development. It has to collaborate, plan, and actively facilitate the product increment process so that “shippable” user stories are developed at regular intervals.</li>\r\n <li>The scrum master has to ensure that the entire Scrum process is properly carried out and the team does not face any technical difficulties or hurdles.</li>\r\n</ul>\r\n<h1>The Agile Scrum model overview</h1>\r\n<ul class=\"custom-padding-left-30\">\r\n <li>While discussing the Scrum process model, the product owner creates a master list containing all product features and prioritizes it depending upon the importance of the product feature, and how much the particular feature is “worth” in terms of its saleability. The list is called “product backlog”.</li>\r\n <li>During sprint planning activity, the development team extracts a small “chunk” of product features from the top of the product backlog for development purpose. The temporary list of features to be developed is known as a “sprint backlog”. The team decides how to proceed with the development work.</li>\r\n <li>The actual development is carried out in “short bursts” or activity known as sprints. The sprint has to be completed within a predetermined time limit. It cannot be extended or shortened. Traditionally it lasted from two to four weeks, but recent Scrum trends indicate it has shortened to last for seven to ten days. Each day before the sprint starts, a short meeting, not exceeding more than fifteen minutes, is held to “start” the day. The meeting is known as the “daily stand up” or the “daily scrum”.</li>\r\n <li>The sprint should ensure that only shippable and bug-free product features are developed. The development carried out by the team is verified by the PO and the stakeholders (if, and when necessary).</li>\r\n <li>During the tenure of the entire Scrum project, the scrum master collaborates and helps the implementation process. He or she ensures that the team remains focused, and resolves difficulties and problems as and when they arise.</li>\r\n <li>All Scrum events such as the sprint review meeting and the sprint retrospective meeting are to be conducted in an appropriate manner and at the correct time.</li>\r\n <li>The entire Scrum process has to repeat itself until the entire product is manufactured through sustained product increment cycles – sprints.</li>\r\n</ul>','What is Scrum process?','','publish','open','open','','what-is-scrum-process','','','2018-09-13 14:39:42','2018-09-13 09:09:42','',0,'https://product.quickscrum.com/?p=4524',0,'post','',0),(4526,13,'2018-09-13 14:38:22','2018-09-13 09:08:22','Scrum is a better way for development teams to work together and “manufacture” a product. In the <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\">Scrum Agile process</a></span>, development is carried out in “small pieces”, with each piece contributing towards the product’s overall “growth”. Building a product in segment or pieces makes project management much easier. It is easier to track, monitor, and “redesign” small pieces of the product rather than the actual product. Moreover, when small segments of the product are developed on a periodic basis in a sustained manner, it becomes feasible to adhere to the project completion deadlines.\r\n\r\n<img class=\"size-full wp-image-2358 aligncenter\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/what-is-scrum-process.png\" alt=\"\" width=\"830\" height=\"427\" />\r\n<h1>How does the Scrum process model work?</h1>\r\nScrum is a framework and not a methodology. Most people tend to confuse between a framework and a methodology. While methodologies are exact processes and have to be followed in a “prescribed” manner, frameworks are more flexible and have to be implemented in a project before their benefits can be availed. Quite often, a project has to be “molded” as per the framework. In Scrum, a project has to be “designed” in such a manner that it supports the principles and ideals supported by it. The actual product has to be broken down into smaller, easily developable “user stories”, and each story has to be designed and developed on an individual basis. Moreover, each story can be stringently tested for any bugs and should be “released” only when it is regression free. Scrum supports product incremental cycles i.e. the entire product is developed in parts through the consistent and sustained development of smaller, individual product features through repeated process cycles known as “sprints”.\r\n<h1>Important features of the Scrum Agile process</h1>\r\nDeveloping a complex project or building a complicated product may prove to be a difficult task. Scrum offers a framework specially designed to make “difficult” work easy and “more” manageable. The main reason why Scrum succeeds where other frameworks and methodologies fail is that it concentrates more on “human” involvement and decision-making. Scrum teams need to collaborate to get things done. Moreover, team members have to share their ideas and experience to expedite the development process. In many ways, Scrum is a simple framework and easy to implement if one “learns” it in a proper manner. It is important to know what is Scrum process before implementing it.\r\n<h1>Three main roles govern how the Scrum process works.</h1>\r\n<ul class=\"custom-padding-left-30\">\r\n <li>In the Agile Scrum model, the product owner plans what needs to be done and in what manner. He or she thinks about an effective project design and works out possible ways and means to implement it in a manner such that the product is developed in the least possible time, and the project maintains its “business value” or market worth at all times.</li>\r\n <li>The development team has to support the stakeholders and the PO’s vision regarding project development. It has to collaborate, plan, and actively facilitate the product increment process so that “shippable” user stories are developed at regular intervals.</li>\r\n <li>The scrum master has to ensure that the entire Scrum process is properly carried out and the team does not face any technical difficulties or hurdles.</li>\r\n</ul>\r\n<h1>The Agile Scrum model overview</h1>\r\n<ul class=\"custom-padding-left-30\">\r\n <li>While discussing the Scrum process model, the product owner creates a master list containing all product features and prioritizes it depending upon the importance of the product feature, and how much the particular feature is “worth” in terms of its saleability. The list is called “product backlog”.</li>\r\n <li>During sprint planning activity, the development team extracts a small “chunk” of product features from the top of the product backlog for development purpose. The temporary list of features to be developed is known as a “sprint backlog”. The team decides how to proceed with the development work.</li>\r\n <li>The actual development is carried out in “short bursts” or activity known as sprints. The sprint has to be completed within a predetermined time limit. It cannot be extended or shortened. Traditionally it lasted from two to four weeks, but recent Scrum trends indicate it has shortened to last for seven to ten days. Each day before the sprint starts, a short meeting, not exceeding more than fifteen minutes, is held to “start” the day. The meeting is known as the “daily stand up” or the “daily scrum”.</li>\r\n <li>The sprint should ensure that only shippable and bug-free product features are developed. The development carried out by the team is verified by the PO and the stakeholders (if, and when necessary).</li>\r\n <li>During the tenure of the entire Scrum project, the scrum master collaborates and helps the implementation process. He or she ensures that the team remains focused, and resolves difficulties and problems as and when they arise.</li>\r\n <li>All Scrum events such as the sprint review meeting and the sprint retrospective meeting are to be conducted in an appropriate manner and at the correct time.</li>\r\n <li>The entire Scrum process has to repeat itself until the entire product is manufactured through sustained product increment cycles – sprints.</li>\r\n</ul>','What is Scrum process?','','inherit','closed','closed','','4524-revision-v1','','','2018-09-13 14:38:22','2018-09-13 09:08:22','',4524,'https://product.quickscrum.com/4524-revision-v1/',0,'revision','',0),(4527,12,'2018-09-13 14:40:19','2018-09-13 09:10:19','Sprint planning sessions are important events in Scrum. Valuable product increments are delivered to the client through properly planned sprints. The product owner, responsible for delivering the business value in the project, plans the sprint by selecting the most important product features (in the form of product backlog items) and presents them to the development team during the sprint planning meeting. The main objective of the product owner is to ensure that:\r\n<ul>\r\n <li>The sprint goal is properly defined</li>\r\n <li>Acceptance criteria are clearly stated for each user story</li>\r\n <li>Definition of Done \"DoD\" is properly understood by the team</li>\r\n</ul>\r\nWhile the product owner works out these important factors affecting the success of the sprint, the development team puts in its best efforts to understand the product vision and develop user stories in the best possible manner to fulfill the project goal.\r\n\r\nThe sprint planning meeting is actually carried out in two parts, with each part dedicated to a specific activity.\r\n\r\n<img class=\"aligncenter wp-image-2280 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/Two-Parts-Of-Sprint-Planning.png\" alt=\"\" width=\"768\" height=\"493\" />\r\n<h1>Two parts of the sprint planning meeting</h1>\r\nThe sprint planning event is attended by the product owner, scrum master, and the development team. At times, if they desire, stakeholders and/or management personnel may also attend the meeting after getting a permission from the PO. However, it is the product owner\'s discretion to decide if and how many of non-Scrum team members can attend the sprint planning event.\r\n\r\nThe first part of the event mainly concerns the PO as s/he explains the sprint vision and goal to the team. In the second part, the development team decomposes product backlog items, or user stories, into developable tasks for the daily sprint.\r\n<ul>\r\n <li><strong>The first part</strong></li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\">During the first part of the meeting, PO shares the sprint vision with the team and presents the sprint backlog containing important PBIs for development purposes. PO explains to the team what the proposed increment plans to deliver in terms of business value to the client, and how should the team develop the stories. The functionality desired in product features are also explained to the team. Perhaps the most important task of PO during sprint planning events is to state and clarify the sprint goal in addition to the Definition of Done so the team can decide the development process and deliver potentially \"shippable\" product increments to the client.</p>\r\n\r\n<ul>\r\n <li><strong>The second part</strong></li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\">In the second part of sprint planning event, the team meets to discuss how the PBIs should be decomposed into developable tasks. Stories are broken down into simpler, and easy to develop functional entities which can be developed independently of each other. Once this is done, the team decides which of the developers should take up which tasks. In a scrum process, team members have to pick their own tasks or select them through mutual agreement. Developers generally choose tasks depending upon their levels of expertise and skill sets. Experienced developers may take up more complex tasks, while less experienced ones might select simpler features or functionality.</p>\r\n<p style=\"padding-left: 30px;\">The PO may, or may not attend this part of the event, but should remain available if needed. If the team faces any problems or has confusion regarding any activity undertaken in the upcoming sprint, it can request the PO to provide the answers.</p>','Two Parts Of Sprint Planning Meetings In Scrum','','publish','open','open','','two-parts-of-sprint-planning-meetings-in-scrum','','','2018-09-13 14:40:19','2018-09-13 09:10:19','',0,'https://product.quickscrum.com/?p=4527',0,'post','',0),(4528,12,'2018-09-13 14:40:19','2018-09-13 09:10:19','Sprint planning sessions are important events in Scrum. Valuable product increments are delivered to the client through properly planned sprints. The product owner, responsible for delivering the business value in the project, plans the sprint by selecting the most important product features (in the form of product backlog items) and presents them to the development team during the sprint planning meeting. The main objective of the product owner is to ensure that:\r\n<ul>\r\n <li>The sprint goal is properly defined</li>\r\n <li>Acceptance criteria are clearly stated for each user story</li>\r\n <li>Definition of Done \"DoD\" is properly understood by the team</li>\r\n</ul>\r\nWhile the product owner works out these important factors affecting the success of the sprint, the development team puts in its best efforts to understand the product vision and develop user stories in the best possible manner to fulfill the project goal.\r\n\r\nThe sprint planning meeting is actually carried out in two parts, with each part dedicated to a specific activity.\r\n\r\n<img class=\"aligncenter wp-image-2280 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/Two-Parts-Of-Sprint-Planning.png\" alt=\"\" width=\"768\" height=\"493\" />\r\n<h1>Two parts of the sprint planning meeting</h1>\r\nThe sprint planning event is attended by the product owner, scrum master, and the development team. At times, if they desire, stakeholders and/or management personnel may also attend the meeting after getting a permission from the PO. However, it is the product owner\'s discretion to decide if and how many of non-Scrum team members can attend the sprint planning event.\r\n\r\nThe first part of the event mainly concerns the PO as s/he explains the sprint vision and goal to the team. In the second part, the development team decomposes product backlog items, or user stories, into developable tasks for the daily sprint.\r\n<ul>\r\n <li><strong>The first part</strong></li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\">During the first part of the meeting, PO shares the sprint vision with the team and presents the sprint backlog containing important PBIs for development purposes. PO explains to the team what the proposed increment plans to deliver in terms of business value to the client, and how should the team develop the stories. The functionality desired in product features are also explained to the team. Perhaps the most important task of PO during sprint planning events is to state and clarify the sprint goal in addition to the Definition of Done so the team can decide the development process and deliver potentially \"shippable\" product increments to the client.</p>\r\n\r\n<ul>\r\n <li><strong>The second part</strong></li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\">In the second part of sprint planning event, the team meets to discuss how the PBIs should be decomposed into developable tasks. Stories are broken down into simpler, and easy to develop functional entities which can be developed independently of each other. Once this is done, the team decides which of the developers should take up which tasks. In a scrum process, team members have to pick their own tasks or select them through mutual agreement. Developers generally choose tasks depending upon their levels of expertise and skill sets. Experienced developers may take up more complex tasks, while less experienced ones might select simpler features or functionality.</p>\r\n<p style=\"padding-left: 30px;\">The PO may, or may not attend this part of the event, but should remain available if needed. If the team faces any problems or has confusion regarding any activity undertaken in the upcoming sprint, it can request the PO to provide the answers.</p>','Two Parts Of Sprint Planning Meetings In Scrum','','inherit','closed','closed','','4527-revision-v1','','','2018-09-13 14:40:19','2018-09-13 09:10:19','',4527,'https://product.quickscrum.com/4527-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (4529,12,'2018-09-13 14:44:22','2018-09-13 09:14:22','The scrum master holds a unique position as their role is to facilitate the team in coordinating itself, and resolving any problems as and when they arise. Like all Agile based frameworks, Scrum too supports the \"inspect\" and \"adapt\" principles. Scrum teams are self-organizing and self-managing.\r\n\r\nThe teams govern themselves and streamline the development work. However, at times, the development team may face a problem and might be unable to find a proper solution to deal with the problem. That is when the <strong>scrum master</strong> steps in - the person studies the problem, determine the best possible way of dealing with the issue, and suggests ideas to the team how to resolve the problem.\r\n\r\nIdeally, the scrum master should employ a servant-leader role and foster a healthy working environment by maintaining a personal contact with team members. The person acts as a mentor, listens to the issues faced by the team members, and helps to resolve their issues.\r\n\r\n<em>“Scrum suggests a facilitator\'s role for the scrum master, and advises that a scrum master should not transgress his or her role”</em>\r\n\r\nTransgress here means not to go beyond certain limits. This is important since the development team is autonomous in its working and undertakes its own decisions. As it so happens, if a scrum master has a technical background, he or she may get involved with the work carried out by the team and start suggesting ideas. This could make it difficult for the team to function since Scrum teams decide for themselves how a product feature should be developed.\r\n\r\nThe individual taking on the responsibilities of a scrum master should make it a point not to commit three common mistakes that individuals new to the scrum master\'s role usually make.\r\n<h1>1. Let the team be self-organized, don’t coordinate the team.</h1>\r\nThe scrum master generally remains close to the development team as he/she looks after the majority of the issues whether technical or non-technical one.\r\n\r\nOwing to the frequent and daily interactions with the team, a scrum master may start feeling inclined to be a \"part\" of the development team, rather than as a separate Scrum entity having a specific role to play.\r\n\r\nIn the course of action of daily activities, a scrum master may unconsciously start coordinating the activities of the team. This may not be intentional, but simply out of rote. Scrum authorizes the development team to <strong><i>self-organize and self-manage.</i></strong> The team can make informed decisions on its own, and it is not required for the scrum master to intervene or try to coordinate the team activity.\r\n\r\n<img class=\"aligncenter wp-image-2321 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/self-organise-and-self-manage.jpg\" alt=\"\" width=\"830\" height=\"450\" />\r\n\r\nScrum teams are self-governing. In the scrum, teams learn from their mistakes through the \"inspect\" and \"adapt\" principles supported by events such as reviews and sprint retrospectives. Teams can learn when they coordinate themselves. A scrum master should not intervene and try to coordinate any activity other than his or her own.\r\n<h1>2. Let the team decide, don’t take decisions on behalf of the team.</h1>\r\nThe work done by a development team can be often very demanding and complex. Many times, teams face situations where it becomes difficult to decide upon the correct course of action, or what kind of decisions it should make to solve the problem. It is important for the team to develop individual thinking, make informed decisions based upon their levels of experience, and hold themselves responsible for the decisions they undertake.\r\n\r\nA scrum master closely monitors the activities carried out by individual team members. He/she tries to ensure that the team follows scrum properly.\r\n\r\n<img class=\"aligncenter wp-image-2325 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/decisions.jpg\" alt=\"\" width=\"830\" height=\"450\" />\r\n\r\nIndividuals often get influenced by the type of environment they are working in, and in case of scrum masters, they might be tempted to have their say regarding what the team should ideally do to resolve a particular issue. There is nothing wrong with that. However, scrum masters should realize that offering suggestions to resolve an issue is quite different than actually deciding on behalf of the entire team.\r\n\r\n<em>\"Scrum promotes teamwork, and emphasizes upon teamwork over individual efforts\".</em>\r\n\r\nThe scrum master should not make decisions on behalf of the team - S/he should rather suggest a correct course of action and facilitate the team to make their own decisions.\r\n<h1>3. Unanimously resolving technical issues.</h1>\r\nScrum offers an organized way of working. To complete the scrum process, each member of the team takes on tasks specific to his or her profile. An important rule to follow is not to transgress one\'s particular area of work.\r\n\r\nEach team member is responsible for himself or herself and is advised to work within the scope specified by the role he or she plays in Scrum. The role of a scrum master is to facilitate scrum proceedings. But many times scrum masters take the initiative and start resolving issues on their own after studying a problem. This should not happen in Scrum. Suppose a product owner faces a particular issue, he or she can consult the scrum master regarding what should be done, but the final decision should be taken by the product owner, and not by the scrum master.\r\n\r\n<img class=\"aligncenter wp-image-2329 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/resolving-issues.png\" alt=\"\" width=\"830\" height=\"450\" />\r\n\r\n<i>\"Scrum supports this particular approach because self-correction and self-learning processes cannot exist otherwise\".</i>\r\n\r\nIf any of the team members start taking decisions and resolving issues on their own, it would not be teamwork. It is important for the entire team to learn from the decisions it makes, rather than individual team members.','3 Serious Pitfalls Every Scrum Master Should Avoid','','publish','open','open','','3-serious-pitfalls-every-scrum-master-should-avoid','','','2018-09-13 14:44:22','2018-09-13 09:14:22','',0,'https://product.quickscrum.com/?p=4529',0,'post','',0),(4531,13,'2018-09-13 14:43:55','2018-09-13 09:13:55','In many ways, in a Scrum project, the sprint planning meeting agenda plays a very significant part in determining the success of delivering shippable product increments through the sprint iterative cycles. The product owner is very closely involved in the sprint planning agenda, and is responsible for the outcome of the sprint cycle, since he or she is primarily responsible for taking the initiative and “designing” the sprint – the PO decides which user stories should be ideally taken up for development purposes based upon their business values. Moreover, the product backlog needs to be refined on a regular basis. The PO may invite and seek the help of Agile team members to keep the backlog refined so “granular” and developable user stories are available at the time of Scrum planning meeting.\r\n\r\nThe main issue with Agile Scrum today is that the role of a PO cannot be “standardized” based upon assumptions as to how Scrum ought to be implemented in a project, and what the PO should ideally do to make the project a distinct success. In addition, while considering Scrum sprint planning, the same thoughts might be applicable to it as those associated with the PO’s – it is difficult to create generalized rules regarding how a sprint should be ideally designed. The primary reason is products and requirements change as per fluctuating market conditions, and stakeholders too are liable to change their thoughts as and when end user demand user-specific requirements and development. However, after considering the fact that scaled Scrum versions are likely to “dominate” the Agile scenario over the coming years, it is worthwhile thinking that “some” of the duties of a PO and certain sprint planning “characteristics” are likely to remain common – irrespective of which scaled version is used, and the manner in which Scrum should be, or can be, implemented in a project. In addition, while the sprint planning meeting was traditionally conducted in two parts, the Scrum event has now evolved to be conducted as a whole – as a single event – and include two topics in it, rather than two parts:\r\n<ul>\r\n <li>What can be done in this (currently being planned) sprint – the “What” aspect</li>\r\n <li>How should the chosen “work” be ideally “done” – the “How” aspect</li>\r\n</ul>\r\nIt is interesting to think about <a class=\"link-hover\" dir=\"ltr\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #3366ff;\">how the product owner’s role is likely to modify</span></a> itself in the future, and what features the sprint planning event is likely to include. The suggestions are open for debate, and the reader is invited to present his or her viewpoints.\r\n<h1>Scrum product owner role and responsibilities likely to remain “common”</h1>\r\n<h1><img class=\"aligncenter wp-image-2277 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/scrum-product-owner-role.png\" alt=\"\" width=\"830\" height=\"409\" /></h1>\r\n<ul>\r\n <li>Creation of the product backlog based on the vision as seen by the stakeholders. Defining user stories having high business values so the project “worth” is maintained at all times.</li>\r\n <li>Monitoring all Scrum related activities in a project. Even if the PO’s role may be demanding and “difficult to play”, the PO still has to deal with changing market conditions, stakeholders requests, and negotiate with the development team with regards delivering shippable stories and maintaining team velocity.</li>\r\n <li>Ensure the product backlog is refined and maintained at all times. Moreover, the PO should also make sure that the product backlog is made easily available to all team members – especially in the case of distributed or disjointed teams.</li>\r\n <li>Product backlog items “PBIs” should be properly defined. Story “parts” such as the description, business value, and acceptance criteria should be clearly stated and explained in index cards (if manual Scrum is followed). Moreover, stories should be explained “in depth” to the entire team so effective user stories can be developed and shippable product features can be availed on a consistent basis.</li>\r\n <li>Be always accessible when needed. Scrum product owner responsibilities should include remaining present and sharing knowledge, skills, and experience with the team members whenever required.</li>\r\n <li>Define “clear” and productive sprint goals when a sprint is planned.</li>\r\n</ul>\r\n<h2>What Sprint planning meeting agenda should include</h2>\r\n<img class=\"aligncenter wp-image-2300 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/sprint-planning-meeting-agenda.png\" alt=\"\" width=\"830\" height=\"430\" />\r\n\r\nIf we consider the traditional <a class=\"link-hover\" dir=\"ltr\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #3366ff;\">Scrum product owner role</span></a>, the PO decides which user stories should be selected from the product backlog during the sprint planning sessions. The PO had, and still has, the authority to decide unanimously as to what the sprint backlog should ideally contain. However, the delegation of authority has “diluted” to a considerable extent, and more emphasis is now given to team members and inviting them to participate in the event while deciding the sprint backlog. Team involvement often leads to knowledge-based and result-oriented decisions, and this can benefit the project immensely.\r\n\r\nRecent Agile trends indicate a clear “inclusion” of a sprint goal. It is now “formal” that each sprint should have a unique sprint goal. The entire team should make efforts to ensure the goal is properly defined and understood by all. The goal should also be achieved. The team is suggested to follow a common sprint “vision” rather than just blindly develop user stories. It is very important to keep the “complete picture in mind” and proceed with sprint development. In addition, this attitude should be maintained throughout the sprint duration.\r\n','Scrum Product Owner Role And Sprint Planning Meeting Agenda','','publish','open','open','','scrum-product-owner-role-and-sprint-planning-meeting-agenda','','','2018-09-13 14:43:55','2018-09-13 09:13:55','',0,'https://product.quickscrum.com/?p=4531',0,'post','',0),(4532,13,'2018-09-13 14:42:58','2018-09-13 09:12:58','In many ways, in a Scrum project, the sprint planning meeting agenda plays a very significant part in determining the success of delivering shippable product increments through the sprint iterative cycles. The product owner is very closely involved in the sprint planning agenda, and is responsible for the outcome of the sprint cycle, since he or she is primarily responsible for taking the initiative and “designing” the sprint – the PO decides which user stories should be ideally taken up for development purposes based upon their business values. Moreover, the product backlog needs to be refined on a regular basis. The PO may invite and seek the help of Agile team members to keep the backlog refined so “granular” and developable user stories are available at the time of Scrum planning meeting.\r\n\r\nThe main issue with Agile Scrum today is that the role of a PO cannot be “standardized” based upon assumptions as to how Scrum ought to be implemented in a project, and what the PO should ideally do to make the project a distinct success. In addition, while considering Scrum sprint planning, the same thoughts might be applicable to it as those associated with the PO’s – it is difficult to create generalized rules regarding how a sprint should be ideally designed. The primary reason is products and requirements change as per fluctuating market conditions, and stakeholders too are liable to change their thoughts as and when end user demand user-specific requirements and development. However, after considering the fact that scaled Scrum versions are likely to “dominate” the Agile scenario over the coming years, it is worthwhile thinking that “some” of the duties of a PO and certain sprint planning “characteristics” are likely to remain common – irrespective of which scaled version is used, and the manner in which Scrum should be, or can be, implemented in a project. In addition, while the sprint planning meeting was traditionally conducted in two parts, the Scrum event has now evolved to be conducted as a whole – as a single event – and include two topics in it, rather than two parts:\r\n<ul>\r\n <li>What can be done in this (currently being planned) sprint – the “What” aspect</li>\r\n <li>How should the chosen “work” be ideally “done” – the “How” aspect</li>\r\n</ul>\r\nIt is interesting to think about <a class=\"link-hover\" dir=\"ltr\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #3366ff;\">how the product owner’s role is likely to modify</span></a> itself in the future, and what features the sprint planning event is likely to include. The suggestions are open for debate, and the reader is invited to present his or her viewpoints.\r\n<h1>Scrum product owner role and responsibilities likely to remain “common”</h1>\r\n<h1><img class=\"aligncenter wp-image-2277 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/scrum-product-owner-role.png\" alt=\"\" width=\"830\" height=\"409\" /></h1>\r\n<ul>\r\n <li>Creation of the product backlog based on the vision as seen by the stakeholders. Defining user stories having high business values so the project “worth” is maintained at all times.</li>\r\n <li>Monitoring all Scrum related activities in a project. Even if the PO’s role may be demanding and “difficult to play”, the PO still has to deal with changing market conditions, stakeholders requests, and negotiate with the development team with regards delivering shippable stories and maintaining team velocity.</li>\r\n <li>Ensure the product backlog is refined and maintained at all times. Moreover, the PO should also make sure that the product backlog is made easily available to all team members – especially in the case of distributed or disjointed teams.</li>\r\n <li>Product backlog items “PBIs” should be properly defined. Story “parts” such as the description, business value, and acceptance criteria should be clearly stated and explained in index cards (if manual Scrum is followed). Moreover, stories should be explained “in depth” to the entire team so effective user stories can be developed and shippable product features can be availed on a consistent basis.</li>\r\n <li>Be always accessible when needed. Scrum product owner responsibilities should include remaining present and sharing knowledge, skills, and experience with the team members whenever required.</li>\r\n <li>Define “clear” and productive sprint goals when a sprint is planned.</li>\r\n</ul>\r\n<h2>What Sprint planning meeting agenda should include</h2>\r\n<img class=\"aligncenter wp-image-2300 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/sprint-planning-meeting-agenda.png\" alt=\"\" width=\"830\" height=\"430\" />\r\n\r\nIf we consider the traditional <a class=\"link-hover\" dir=\"ltr\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #3366ff;\">Scrum product owner role</span></a>, the PO decides which user stories should be selected from the product backlog during the sprint planning sessions. The PO had, and still has, the authority to decide unanimously as to what the sprint backlog should ideally contain. However, the delegation of authority has “diluted” to a considerable extent, and more emphasis is now given to team members and inviting them to participate in the event while deciding the sprint backlog. Team involvement often leads to knowledge-based and result-oriented decisions, and this can benefit the project immensely.\r\n\r\nRecent Agile trends indicate a clear “inclusion” of a sprint goal. It is now “formal” that each sprint should have a unique sprint goal. The entire team should make efforts to ensure the goal is properly defined and understood by all. The goal should also be achieved. The team is suggested to follow a common sprint “vision” rather than just blindly develop user stories. It is very important to keep the “complete picture in mind” and proceed with sprint development. In addition, this attitude should be maintained throughout the sprint duration.\r\n','Scrum Product Owner Role And Sprint Planning Meeting Agenda','','inherit','closed','closed','','4531-revision-v1','','','2018-09-13 14:42:58','2018-09-13 09:12:58','',4531,'https://product.quickscrum.com/4531-revision-v1/',0,'revision','',0),(4533,12,'2018-09-13 14:44:22','2018-09-13 09:14:22','The scrum master holds a unique position as their role is to facilitate the team in coordinating itself, and resolving any problems as and when they arise. Like all Agile based frameworks, Scrum too supports the \"inspect\" and \"adapt\" principles. Scrum teams are self-organizing and self-managing.\r\n\r\nThe teams govern themselves and streamline the development work. However, at times, the development team may face a problem and might be unable to find a proper solution to deal with the problem. That is when the <strong>scrum master</strong> steps in - the person studies the problem, determine the best possible way of dealing with the issue, and suggests ideas to the team how to resolve the problem.\r\n\r\nIdeally, the scrum master should employ a servant-leader role and foster a healthy working environment by maintaining a personal contact with team members. The person acts as a mentor, listens to the issues faced by the team members, and helps to resolve their issues.\r\n\r\n<em>“Scrum suggests a facilitator\'s role for the scrum master, and advises that a scrum master should not transgress his or her role”</em>\r\n\r\nTransgress here means not to go beyond certain limits. This is important since the development team is autonomous in its working and undertakes its own decisions. As it so happens, if a scrum master has a technical background, he or she may get involved with the work carried out by the team and start suggesting ideas. This could make it difficult for the team to function since Scrum teams decide for themselves how a product feature should be developed.\r\n\r\nThe individual taking on the responsibilities of a scrum master should make it a point not to commit three common mistakes that individuals new to the scrum master\'s role usually make.\r\n<h1>1. Let the team be self-organized, don’t coordinate the team.</h1>\r\nThe scrum master generally remains close to the development team as he/she looks after the majority of the issues whether technical or non-technical one.\r\n\r\nOwing to the frequent and daily interactions with the team, a scrum master may start feeling inclined to be a \"part\" of the development team, rather than as a separate Scrum entity having a specific role to play.\r\n\r\nIn the course of action of daily activities, a scrum master may unconsciously start coordinating the activities of the team. This may not be intentional, but simply out of rote. Scrum authorizes the development team to <strong><i>self-organize and self-manage.</i></strong> The team can make informed decisions on its own, and it is not required for the scrum master to intervene or try to coordinate the team activity.\r\n\r\n<img class=\"aligncenter wp-image-2321 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/self-organise-and-self-manage.jpg\" alt=\"\" width=\"830\" height=\"450\" />\r\n\r\nScrum teams are self-governing. In the scrum, teams learn from their mistakes through the \"inspect\" and \"adapt\" principles supported by events such as reviews and sprint retrospectives. Teams can learn when they coordinate themselves. A scrum master should not intervene and try to coordinate any activity other than his or her own.\r\n<h1>2. Let the team decide, don’t take decisions on behalf of the team.</h1>\r\nThe work done by a development team can be often very demanding and complex. Many times, teams face situations where it becomes difficult to decide upon the correct course of action, or what kind of decisions it should make to solve the problem. It is important for the team to develop individual thinking, make informed decisions based upon their levels of experience, and hold themselves responsible for the decisions they undertake.\r\n\r\nA scrum master closely monitors the activities carried out by individual team members. He/she tries to ensure that the team follows scrum properly.\r\n\r\n<img class=\"aligncenter wp-image-2325 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/decisions.jpg\" alt=\"\" width=\"830\" height=\"450\" />\r\n\r\nIndividuals often get influenced by the type of environment they are working in, and in case of scrum masters, they might be tempted to have their say regarding what the team should ideally do to resolve a particular issue. There is nothing wrong with that. However, scrum masters should realize that offering suggestions to resolve an issue is quite different than actually deciding on behalf of the entire team.\r\n\r\n<em>\"Scrum promotes teamwork, and emphasizes upon teamwork over individual efforts\".</em>\r\n\r\nThe scrum master should not make decisions on behalf of the team - S/he should rather suggest a correct course of action and facilitate the team to make their own decisions.\r\n<h1>3. Unanimously resolving technical issues.</h1>\r\nScrum offers an organized way of working. To complete the scrum process, each member of the team takes on tasks specific to his or her profile. An important rule to follow is not to transgress one\'s particular area of work.\r\n\r\nEach team member is responsible for himself or herself and is advised to work within the scope specified by the role he or she plays in Scrum. The role of a scrum master is to facilitate scrum proceedings. But many times scrum masters take the initiative and start resolving issues on their own after studying a problem. This should not happen in Scrum. Suppose a product owner faces a particular issue, he or she can consult the scrum master regarding what should be done, but the final decision should be taken by the product owner, and not by the scrum master.\r\n\r\n<img class=\"aligncenter wp-image-2329 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/resolving-issues.png\" alt=\"\" width=\"830\" height=\"450\" />\r\n\r\n<i>\"Scrum supports this particular approach because self-correction and self-learning processes cannot exist otherwise\".</i>\r\n\r\nIf any of the team members start taking decisions and resolving issues on their own, it would not be teamwork. It is important for the entire team to learn from the decisions it makes, rather than individual team members.','3 Serious Pitfalls Every Scrum Master Should Avoid','','inherit','closed','closed','','4529-revision-v1','','','2018-09-13 14:44:22','2018-09-13 09:14:22','',4529,'https://product.quickscrum.com/4529-revision-v1/',0,'revision','',0),(4534,8,'2018-09-13 14:44:52','2018-09-13 09:14:52','','08','','inherit','open','closed','','08-5','','','2018-09-13 14:44:52','2018-09-13 09:14:52','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/08-4.jpg',0,'attachment','image/jpeg',0),(4535,13,'2018-09-13 14:51:06','2018-09-13 09:21:06','Several discussions have been carried out by Agile professionals regarding the Scrum product owner role. What virtues make a product owner an “ideal” one? How should a PO delegate authority? Should it be as per traditional management models, or should a servant-leader role be employed? How should the person handle stakeholders when there are issues? There are many questions. The debate can keep on extending indefinitely since newer “scaled” versions of Scrum keep on coming, and the PO has to change his or her role based upon the traditional or scaled, version of Scrum the management decides to follow.\r\n\r\nIt would be more practical to concentrate upon some of the most important, and the most common, activities of a PO.\r\n\r\n<img class=\"aligncenter wp-image-2495 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/scrum-product-owner-role-1.png\" alt=\"\" width=\"830\" height=\"409\" />\r\n\r\n<h2>Suggested Scrum product owner responsibilities or roles</h2>\r\n<ul>\r\n <li>Create the product backlog based on the product vision as seen by the stakeholders and project owners. Define important user stories having high business values in the product backlog so the “value” of the project is maintained at all times.</li>\r\n <li>Monitor and track all Scrum related activities in the project. The Agile product owner role may be difficult to play since an Agile Scrum project may be very demanding, and the PO may have to deal with market-related issues with the stakeholders and still monitor the development carried out by the development team. Balancing both the activities can be trying.</li>\r\n <li>Ensure the product backlog is properly groomed and maintained at all times. The backlog should be easily accessible by all team members, including the scrum master.</li>\r\n <li>Each product backlog item ought to be appropriately stated and defined in the backlog. The description of the story feature, its business value, and the acceptance criteria should not only be stated in the story index card but also explained “in depth” to the entire development team so they can develop effective user stories and shippable product features.</li>\r\n <li>To be always available when needed, and make it a point to remain present, as well as share knowledge, information, and expertise during the sprint reviews, sprint planning, and sprint retrospective meetings.</li>\r\n <li>The product owner responsibility should include defining “clear” and productive sprint goals whenever a sprint is to be “initiated”.</li>\r\n <li>Scrum product owner responsibilities should also consist of respecting and helping everyone “attached” with the project to ensure that the project is successful.</li>\r\n <li>Not influence the psyche or mindsets of team members regarding any issue – technical or otherwise – and encourage them to get “involved” with the project so better productivity can be achieved. The ideal Scrum product owner role may not prove to be so easy to “play” for every individual.</li>\r\n</ul>','Scrum Product Owner Role','','publish','open','open','','scrum-product-owner-role','','','2018-09-13 14:51:06','2018-09-13 09:21:06','',0,'https://product.quickscrum.com/?p=4535',0,'post','',0),(4537,8,'2018-09-13 14:46:32','2018-09-13 09:16:32','','11','','inherit','open','closed','','11-5','','','2018-09-13 14:46:32','2018-09-13 09:16:32','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/11-4.jpg',0,'attachment','image/jpeg',0),(4538,13,'2018-09-13 14:46:59','2018-09-13 09:16:59','Several discussions have been carried out by Agile professionals regarding the Scrum product owner role. What virtues make a product owner an “ideal” one? How should a PO delegate authority? Should it be as per traditional management models, or should a servant-leader role be employed? How should the person handle stakeholders when there are issues? There are many questions. The debate can keep on extending indefinitely since newer “scaled” versions of Scrum keep on coming, and the PO has to change his or her role based upon the traditional or scaled, version of Scrum the management decides to follow.\r\n\r\nIt would be more practical to concentrate upon some of the most important, and the most common, activities of a PO.\r\n\r\n<img class=\"aligncenter wp-image-2495 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/scrum-product-owner-role-1.png\" alt=\"\" width=\"830\" height=\"409\" />\r\n\r\n \r\n<h2>Suggested Scrum product owner responsibilities or roles</h2>\r\n<ul>\r\n <li>Create the product backlog based on the product vision as seen by the stakeholders and project owners. Define important user stories having high business values in the product backlog so the “value” of the project is maintained at all times.</li>\r\n <li>Monitor and track all Scrum related activities in the project. The Agile product owner role may be difficult to play since an Agile Scrum project may be very demanding, and the PO may have to deal with market-related issues with the stakeholders and still monitor the development carried out by the development team. Balancing both the activities can be trying.</li>\r\n <li>Ensure the product backlog is properly groomed and maintained at all times. The backlog should be easily accessible by all team members, including the scrum master.</li>\r\n <li>Each product backlog item ought to be appropriately stated and defined in the backlog. The description of the story feature, its business value, and the acceptance criteria should not only be stated in the story index card but also explained “in depth” to the entire development team so they can develop effective user stories and shippable product features.</li>\r\n <li>To be always available when needed, and make it a point to remain present, as well as share knowledge, information, and expertise during the sprint reviews, sprint planning, and sprint retrospective meetings.</li>\r\n <li>The product owner responsibility should include defining “clear” and productive sprint goals whenever a sprint is to be “initiated”.</li>\r\n <li>Scrum product owner responsibilities should also consist of respecting and helping everyone “attached” with the project to ensure that the project is successful.</li>\r\n <li>Not influence the psyche or mindsets of team members regarding any issue – technical or otherwise – and encourage them to get “involved” with the project so better productivity can be achieved. The ideal Scrum product owner role may not prove to be so easy to “play” for every individual.</li>\r\n</ul>','Scrum Product Owner Role','','inherit','closed','closed','','4535-revision-v1','','','2018-09-13 14:46:59','2018-09-13 09:16:59','',4535,'https://product.quickscrum.com/4535-revision-v1/',0,'revision','',0),(4539,13,'2018-09-13 14:48:24','2018-09-13 09:18:24','Several discussions have been carried out by Agile professionals regarding the Scrum product owner role. What virtues make a product owner an “ideal” one? How should a PO delegate authority? Should it be as per traditional management models, or should a servant-leader role be employed? How should the person handle stakeholders when there are issues? There are many questions. The debate can keep on extending indefinitely since newer “scaled” versions of Scrum keep on coming, and the PO has to change his or her role based upon the traditional or scaled, version of Scrum the management decides to follow.\r\n\r\nIt would be more practical to concentrate upon some of the most important, and the most common, activities of a PO.\r\n\r\n<img class=\"aligncenter wp-image-2495 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/scrum-product-owner-role-1.png\" alt=\"\" width=\"830\" height=\"409\" />\r\n\r\n<h2>Suggested Scrum product owner responsibilities or roles</h2>\r\n<ul>\r\n <li>Create the product backlog based on the product vision as seen by the stakeholders and project owners. Define important user stories having high business values in the product backlog so the “value” of the project is maintained at all times.</li>\r\n <li>Monitor and track all Scrum related activities in the project. The Agile product owner role may be difficult to play since an Agile Scrum project may be very demanding, and the PO may have to deal with market-related issues with the stakeholders and still monitor the development carried out by the development team. Balancing both the activities can be trying.</li>\r\n <li>Ensure the product backlog is properly groomed and maintained at all times. The backlog should be easily accessible by all team members, including the scrum master.</li>\r\n <li>Each product backlog item ought to be appropriately stated and defined in the backlog. The description of the story feature, its business value, and the acceptance criteria should not only be stated in the story index card but also explained “in depth” to the entire development team so they can develop effective user stories and shippable product features.</li>\r\n <li>To be always available when needed, and make it a point to remain present, as well as share knowledge, information, and expertise during the sprint reviews, sprint planning, and sprint retrospective meetings.</li>\r\n <li>The product owner responsibility should include defining “clear” and productive sprint goals whenever a sprint is to be “initiated”.</li>\r\n <li>Scrum product owner responsibilities should also consist of respecting and helping everyone “attached” with the project to ensure that the project is successful.</li>\r\n <li>Not influence the psyche or mindsets of team members regarding any issue – technical or otherwise – and encourage them to get “involved” with the project so better productivity can be achieved. The ideal Scrum product owner role may not prove to be so easy to “play” for every individual.</li>\r\n</ul>','Scrum Product Owner Role','','inherit','closed','closed','','4535-revision-v1','','','2018-09-13 14:48:24','2018-09-13 09:18:24','',4535,'https://product.quickscrum.com/4535-revision-v1/',0,'revision','',0),(4541,4,'2018-09-13 14:49:28','2018-09-13 09:19:28','','sprint-burnup','','inherit','open','closed','','sprint-burnup','','','2018-09-13 14:49:28','2018-09-13 09:19:28','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/sprint-burnup.png',0,'attachment','image/png',0),(4543,13,'2018-09-13 14:50:17','2018-09-13 09:20:17','Several discussions have been carried out by Agile professionals regarding the Scrum product owner role. What virtues make a product owner an “ideal” one? How should a PO delegate authority? Should it be as per traditional management models, or should a servant-leader role be employed? How should the person handle stakeholders when there are issues? There are many questions. The debate can keep on extending indefinitely since newer “scaled” versions of Scrum keep on coming, and the PO has to change his or her role based upon the traditional or scaled, version of Scrum the management decides to follow.\r\n\r\nIt would be more practical to concentrate upon some of the most important, and the most common, activities of a PO.\r\n\r\n<img class=\"aligncenter wp-image-2495 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/scrum-product-owner-role-1.png\" alt=\"\" width=\"830\" height=\"409\" />\r\n\r\n \r\n<h2>Suggested Scrum product owner responsibilities or roles</h2>\r\n<ul>\r\n <li>Create the product backlog based on the product vision as seen by the stakeholders and project owners. Define important user stories having high business values in the product backlog so the “value” of the project is maintained at all times.</li>\r\n <li>Monitor and track all Scrum related activities in the project. The Agile product owner role may be difficult to play since an Agile Scrum project may be very demanding, and the PO may have to deal with market-related issues with the stakeholders and still monitor the development carried out by the development team. Balancing both the activities can be trying.</li>\r\n <li>Ensure the product backlog is properly groomed and maintained at all times. The backlog should be easily accessible by all team members, including the scrum master.</li>\r\n <li>Each product backlog item ought to be appropriately stated and defined in the backlog. The description of the story feature, its business value, and the acceptance criteria should not only be stated in the story index card but also explained “in depth” to the entire development team so they can develop effective user stories and shippable product features.</li>\r\n <li>To be always available when needed, and make it a point to remain present, as well as share knowledge, information, and expertise during the sprint reviews, sprint planning, and sprint retrospective meetings.</li>\r\n <li>The product owner responsibility should include defining “clear” and productive sprint goals whenever a sprint is to be “initiated”.</li>\r\n <li>Scrum product owner responsibilities should also consist of respecting and helping everyone “attached” with the project to ensure that the project is successful.</li>\r\n <li>Not influence the psyche or mindsets of team members regarding any issue – technical or otherwise – and encourage them to get “involved” with the project so better productivity can be achieved. The ideal Scrum product owner role may not prove to be so easy to “play” for every individual.</li>\r\n</ul>','Scrum Product Owner Role','','inherit','closed','closed','','4535-revision-v1','','','2018-09-13 14:50:17','2018-09-13 09:20:17','',4535,'https://product.quickscrum.com/4535-revision-v1/',0,'revision','',0),(4544,8,'2018-09-13 14:50:29','2018-09-13 09:20:29','','09','','inherit','open','closed','','09-4','','','2018-09-13 14:50:29','2018-09-13 09:20:29','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/09-3.jpg',0,'attachment','image/jpeg',0),(4545,13,'2018-09-13 14:50:43','2018-09-13 09:20:43','Several discussions have been carried out by Agile professionals regarding the Scrum product owner role. What virtues make a product owner an “ideal” one? How should a PO delegate authority? Should it be as per traditional management models, or should a servant-leader role be employed? How should the person handle stakeholders when there are issues? There are many questions. The debate can keep on extending indefinitely since newer “scaled” versions of Scrum keep on coming, and the PO has to change his or her role based upon the traditional or scaled, version of Scrum the management decides to follow.\r\n\r\nIt would be more practical to concentrate upon some of the most important, and the most common, activities of a PO.\r\n\r\n<img class=\"aligncenter wp-image-2495 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/scrum-product-owner-role-1.png\" alt=\"\" width=\"830\" height=\"409\" />\r\n\r\n<h2>Suggested Scrum product owner responsibilities or roles</h2>\r\n<ul>\r\n <li>Create the product backlog based on the product vision as seen by the stakeholders and project owners. Define important user stories having high business values in the product backlog so the “value” of the project is maintained at all times.</li>\r\n <li>Monitor and track all Scrum related activities in the project. The Agile product owner role may be difficult to play since an Agile Scrum project may be very demanding, and the PO may have to deal with market-related issues with the stakeholders and still monitor the development carried out by the development team. Balancing both the activities can be trying.</li>\r\n <li>Ensure the product backlog is properly groomed and maintained at all times. The backlog should be easily accessible by all team members, including the scrum master.</li>\r\n <li>Each product backlog item ought to be appropriately stated and defined in the backlog. The description of the story feature, its business value, and the acceptance criteria should not only be stated in the story index card but also explained “in depth” to the entire development team so they can develop effective user stories and shippable product features.</li>\r\n <li>To be always available when needed, and make it a point to remain present, as well as share knowledge, information, and expertise during the sprint reviews, sprint planning, and sprint retrospective meetings.</li>\r\n <li>The product owner responsibility should include defining “clear” and productive sprint goals whenever a sprint is to be “initiated”.</li>\r\n <li>Scrum product owner responsibilities should also consist of respecting and helping everyone “attached” with the project to ensure that the project is successful.</li>\r\n <li>Not influence the psyche or mindsets of team members regarding any issue – technical or otherwise – and encourage them to get “involved” with the project so better productivity can be achieved. The ideal Scrum product owner role may not prove to be so easy to “play” for every individual.</li>\r\n</ul>','Scrum Product Owner Role','','inherit','closed','closed','','4535-revision-v1','','','2018-09-13 14:50:43','2018-09-13 09:20:43','',4535,'https://product.quickscrum.com/4535-revision-v1/',0,'revision','',0),(4546,8,'2018-09-13 14:51:10','2018-09-13 09:21:10','','10','','inherit','open','closed','','10-7','','','2018-09-13 14:51:10','2018-09-13 09:21:10','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/10-6.jpg',0,'attachment','image/jpeg',0),(4547,12,'2018-09-13 14:54:33','2018-09-13 09:24:33','<h1>Scrum Master and Scrum implementation</h1>\r\nScrum is an Agile based framework. Like all other frameworks, Scrum too has to be implemented in a project. The better the implementation, the better are the results availed from it. Scrum suggests three primary roles:\r\n<ul>\r\n <li><strong>Product Owner</strong></li>\r\n <li><strong>Scrum Master</strong></li>\r\n <li><strong>Development team</strong></li>\r\n</ul>\r\nWhile the Product Owner is responsible for the project and the development team designs the product features, <a href=\"https://www.quickscrum.com/Home/ProductBacklog\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #3366ff;\">the role of a Scrum Master</span> </a>is of much significance in the Scrum process. The Scrum Master is responsible for implementing Scrum, and ensuring that each team member adheres to Scrum theory, practices, and rules.\r\n\r\nThe Scrum Master ideally plays a servant-leader for the entire Scrum team and facilitates Scrum implementation. In addition, the Scrum Master also helps the stakeholders, end users, and outsiders to understand how their interactions and advice can help the team to improve its performance. At all times, the Scrum Master tries to better the Scrum process and maximize the business value created and delivered by the team.\r\n\r\nThe Scrum Master has certain responsibilities towards the team, the Product Owner, and the organization.\r\n<h1>Scrum Master\'s services towards the Product Owner</h1>\r\nThe Scrum Master aids the Product Owner in many ways, including:\r\n\r\n<img class=\"aligncenter wp-image-2350 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/scrum-masters-services-tow-pro-owner.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n<p style=\"padding-left: 30px;\"><strong>1. Finding proper techniques for refining the product backlog</strong></p>\r\n<p style=\"padding-left: 30px;\">The <a href=\"https://www.quickscrum.com/Home/ProductBacklog\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #3366ff;\">product backlog should be properly ordered</span> </a>with backlog items having high business values grouped together at the top of the list. Often, the Scrum Master helps the Product Owner in doing this by suggesting and working out effective grooming and sorting methods.</p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Educating the team for maintaining concise product backlog items</strong></p>\r\n<p style=\"padding-left: 30px;\">Big epics should be decomposed into simple, and easy to develop user stories. Large stories should be properly understood and split up into simple tasks. When DT finds it difficult to define, maintain, and granulate the stories, the Scrum Master educates the team how to maintain them, and how to break down the stories.</p>\r\n<p style=\"padding-left: 30px;\"><strong>3. Ensure that the Product Owner maximizes the business value in the product backlog</strong></p>\r\n<p style=\"padding-left: 30px;\">The product backlog represents the entire value of the project. It is imperative that it contains product backlog items which can deliver a certain business value in the project and represent functionality that is useful to the end users. The Scrum Master advises the PO regarding which stories to include, how to refine them, and how to get proper feedback from the stakeholders to ascertain that the stories remain valuable at all times.</p>\r\n<p style=\"padding-left: 30px;\"><strong>4. Facilitate Scrum events when requested or required</strong></p>\r\n<p style=\"padding-left: 30px;\">Scrum events are important in improving the implementation process. They provide feedback regarding the work done by the team in the previous sprint. The feedback is used for bettering the process flow. The Scrum Master organizes the events on the team\'s behalf and ensures that proper decorum is maintained in the events when stakeholders, end users, and others attend the meeting and forward their suggestions to the PO and the team.</p>\r\n\r\n<h1>Scrum Master\'s services towards the development team</h1>\r\nThe Scrum Master helps the Development Team in different ways, including:\r\n\r\n<img class=\"aligncenter wp-image-2356 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/scrum-masters-serv-tow-the-dev-team.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n<p style=\"padding-left: 30px;\"><strong>1. Coaching the Team in being cross-functional and self-organized</strong></p>\r\n<p style=\"padding-left: 30px;\">Development teams in Scrum are cross-functional. Each developer in the team possesses multiple skills and takes up other specialized kinds of work such as testing, designing, etc. in addition to his or her core skill activities. The Scrum Master helps individual team members to organize their work in a manner such that their special skills are properly utilized and made effective.</p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Developing high-value products</strong></p>\r\n<p style=\"padding-left: 30px;\">The development team delivers the business value to the client by developing dynamic and useful product features. It is important to understand the business value first so that the features can be developed by keeping end users in mind. Scrum Master educates the team regarding the business value, and how features should be developed so that the value is actually delivered through the sprints.</p>\r\n<p style=\"padding-left: 30px;\"><strong>3. Removing impediments hampering the team\'s progress</strong></p>\r\n<p style=\"padding-left: 30px;\">Teams face problems and impediments while working. The Scrum Master understands the impediments and tries to resolve issues to remove the impediments hampering the team\'s progress.</p>\r\n<p style=\"padding-left: 30px;\"><strong>4. Arranging Scrum events when needed</strong></p>\r\n<p style=\"padding-left: 30px;\">Events play a very important part in supporting the \"inspect\" and \"adapt\" principles in Scrum. They should be conducted in a proper manner so proper outputs are derived out of them. The Scrum Master organizes the events and ensures they remain effective in generating the desired outputs and proper call-to-actions.</p>\r\n<p style=\"padding-left: 30px;\"><strong>5. Guiding the team in organizations new to Scrum</strong></p>\r\n<p style=\"padding-left: 30px;\">Scrum Masters have to put in extra efforts when dealing with Scrum implementation in organizations new to Scrum. Team members may have many doubts and might need a lot of explaining to understand how Scrum actually works what should be done to deliver the business value in a Scrum project.</p>\r\n\r\n<h1>Scrum Master\'s services towards the organization</h1>\r\nThe Scrum Master also helps the organization in several ways, including:\r\n\r\n<img class=\"aligncenter wp-image-2365 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/scrum-masters-serv-tow-the-organisation.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n<p style=\"padding-left: 30px;\"><strong>1. Coaching Scrum adoption to the organization</strong></p>\r\n<p style=\"padding-left: 30px;\">The first and foremost duty of a Scrum Master is to educate the team about Scrum and how it should be implemented. This can also include the management, stakeholders, technical personnel, etc.</p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Helping the management and employees to understand empirical product development</strong></p>\r\n<p style=\"padding-left: 30px;\">Scrum follows the product incremental cycle model. The team, used to traditional Waterfall development methods, should be educated regarding the empirical product development method followed by Scrum. The Scrum Master teaches the empirical product development concept to the team and the management.</p>\r\n<p style=\"padding-left: 30px;\"><strong>3. Suggesting organizational changes to increase the productivity of the team</strong></p>\r\n<p style=\"padding-left: 30px;\">Scrum working is very different as compared to traditional development methodologies. Scrum advocates self-organizing and self-managing teams. This might induce some organizational changes. The Scrum Master suggests these type of changes to the organization.</p>\r\n<p style=\"padding-left: 30px;\"><strong>4. Working with other Scrum professionals to improve Scrum implementation</strong></p>\r\n<p style=\"padding-left: 30px;\">When new to Scrum, organizations may decide to employ other Scrum professionals to aid the team in many ways. The Scrum Master has to work with these professionals and aid them in their line of work to streamline the Scrum process.</p>\r\n ','The Role And Duties Of A Scrum Master In Scrum','','publish','open','open','','the-role-and-duties-of-a-scrum-master-in-scrum','','','2018-09-13 15:01:01','2018-09-13 09:31:01','',0,'https://product.quickscrum.com/?p=4547',0,'post','',0),(4549,13,'2018-09-13 14:56:08','2018-09-13 09:26:08','In a Scrum project, the Sprint planning meeting agenda is one of the most important activities undertaken by the team. <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\">The product owner plays an important part</a></span> in the agenda. In Scrum, out of the many important duties carried out by a PO, a very important one is to create the product backlog based upon the vision of the stakeholders, and subsequently maintain or “groom” it with the help of team members (preferably). However, once the backlog is created and all required product backlog items are properly defined in it, it becomes necessary to “prepare” for the next step in the Agile product development cycle – plan and develop effective sprints so shippable user stories are delivered at the end of sprint cycles. Offering consistent development over successive sprint iterations is an inherent feature of Agile Scrum. In a sprint planning agenda, the objective of a sprint meeting is to prepare productive sprints so the team can develop meaningful stories.\r\n\r\n<img class=\"wp-image-2322 size-full aligncenter\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/sprint-planning-meeting-agenda-1.png\" alt=\"\" width=\"830\" height=\"430\" />\r\n\r\nSo, what does a sprint planning meeting actually consist of? In practice, the meeting is conducted in two parts – the first part is dominated by the product owner while in the second part the development team actually prepares tasks from user stories taken up for development in the sprint backlog.\r\n<h1>1 <sup>st</sup> part of sprint planning</h1>\r\nThe product owner is the most “conversant” person as far as user stories are concerned since he or she actually “create” the product backlog. The stories need to be explained to the team members. During the first part of the Scrum sprint planning meeting, the PO selects some of the most important product backlog items from the top of the backlog and creates a “sprint backlog” by transferring the selected stories into it. So, the sprint backlog is a subset of the main backlog and contains a “chunk” of stories which carry high business values. The PO explains how the development of a particular story should be carried out by the development team. The acceptance criteria are explained and the team is briefed regarding what it should do to ensure their “development” is shippable i.e. the stories are bug-free and satisfy the benchmarks or acceptance criteria linked with each story. The PO also answers any doubts or queries put up by the team.\r\n\r\nThe first part is attended by the entire team – the product owner, scrum master, and the development team members. It is not necessary for the stakeholders and project owners to attend the meeting, but if they desire to do so, they can attend the meeting as “passive” invitees, and not disturb the proceedings with their suggestions or even try to get “involved” in the meeting.\r\n<h1>2 <sup>nd</sup> part of sprint planning</h1>\r\nUser stories form the base of all development activity in Scrum. The entire product is developed by creating shippable stories, which are later integrated to “form” the complete product. During the second part of the Scrum planning meeting, the team starts discussing how it will carry out the actual development activity and create the stories in the sprint backlog. Generally, a Scrum team is “multi-talented” i.e. each team member possesses more than one type of expertise. However, it is important to know that this may not always be the case in all Scrum projects, since the product requirements and resources may vary depending upon the nature of the product to be developed.\r\n\r\nThe team members – developers, programmers, designers, QA personnel, and technical writers – decide amongst themselves how the user stories should be split up into parts that are more “manageable”. Each such “part” is referred to as a “task” in Scrum. Tasks are developed to create shippable user stories. A developer can develop each task individually. Certain Scrum teams may even work in “pairs”. Members collaborate, and decide amongst themselves as to who should take up which task depending upon the experience and levels of expertise possessed by them. Once the tasks are “distributed” the actual sprint can begin.\r\n\r\nThe PO may not mandatorily attend this part of the meeting but should make himself or herself available to aid the team deal with technical difficulties and to answer questions regarding the acceptance criteria if the team so requires.\r\n<h3><strong>Duration of the entire meeting</strong></h3>\r\nAll meetings in Scrum are “time-boxed” and have to be completed within the stipulated time allotted for it. While considering the ideal sprint planning meeting agenda, the sprint planning meeting can range from two hours to eight hours depending upon the total number of stories to be taken up for development in the sprint backlog and the complexity of the project.','Sprint Planning Meeting Agenda','','publish','open','open','','sprint-planning-meeting-agenda','','','2018-09-13 14:56:08','2018-09-13 09:26:08','',0,'https://product.quickscrum.com/?p=4549',0,'post','',0),(4551,12,'2018-09-13 14:54:33','2018-09-13 09:24:33','<h1>Scrum Master and Scrum implementation</h1>\r\nScrum is an Agile based framework. Like all other frameworks, Scrum too has to be implemented in a project. The better the implementation, the better are the results availed from it. Scrum suggests three primary roles:\r\n<ul>\r\n <li><strong>Product Owner</strong></li>\r\n <li><strong>Scrum Master</strong></li>\r\n <li><strong>Development team</strong></li>\r\n</ul>\r\nWhile the Product Owner is responsible for the project and the development team designs the product features, <a href=\"https://www.quickscrum.com/Home/ProductBacklog\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #3366ff;\">the role of a Scrum Master</span> </a>is of much significance in the Scrum process. The Scrum Master is responsible for implementing Scrum, and ensuring that each team member adheres to Scrum theory, practices, and rules.\r\n\r\nThe Scrum Master ideally plays a servant-leader for the entire Scrum team and facilitates Scrum implementation. In addition, the Scrum Master also helps the stakeholders, end users, and outsiders to understand how their interactions and advice can help the team to improve its performance. At all times, the Scrum Master tries to better the Scrum process and maximize the business value created and delivered by the team.\r\n\r\nThe Scrum Master has certain responsibilities towards the team, the Product Owner, and the organization.\r\n<h1>Scrum Master\'s services towards the Product Owner</h1>\r\nThe Scrum Master aids the Product Owner in many ways, including:\r\n\r\n<img class=\"aligncenter wp-image-2350 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/scrum-masters-services-tow-pro-owner.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n<p style=\"padding-left: 30px;\"><strong>1. Finding proper techniques for refining the product backlog</strong></p>\r\n<p style=\"padding-left: 30px;\">The <a href=\"https://www.quickscrum.com/Home/ProductBacklog\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #3366ff;\">product backlog should be properly ordered</span> </a>with backlog items having high business values grouped together at the top of the list. Often, the Scrum Master helps the Product Owner in doing this by suggesting and working out effective grooming and sorting methods.</p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Educating the team for maintaining concise product backlog items</strong></p>\r\n<p style=\"padding-left: 30px;\">Big epics should be decomposed into simple, and easy to develop user stories. Large stories should be properly understood and split up into simple tasks. When DT finds it difficult to define, maintain, and granulate the stories, the Scrum Master educates the team how to maintain them, and how to break down the stories.</p>\r\n<p style=\"padding-left: 30px;\"><strong>3. Ensure that the Product Owner maximizes the business value in the product backlog</strong></p>\r\n<p style=\"padding-left: 30px;\">The product backlog represents the entire value of the project. It is imperative that it contains product backlog items which can deliver a certain business value in the project and represent functionality that is useful to the end users. The Scrum Master advises the PO regarding which stories to include, how to refine them, and how to get proper feedback from the stakeholders to ascertain that the stories remain valuable at all times.</p>\r\n<p style=\"padding-left: 30px;\"><strong>4. Facilitate Scrum events when requested or required</strong></p>\r\n<p style=\"padding-left: 30px;\">Scrum events are important in improving the implementation process. They provide feedback regarding the work done by the team in the previous sprint. The feedback is used for bettering the process flow. The Scrum Master organizes the events on the team\'s behalf and ensures that proper decorum is maintained in the events when stakeholders, end users, and others attend the meeting and forward their suggestions to the PO and the team.</p>\r\n\r\n<h1>Scrum Master\'s services towards the development team</h1>\r\nThe Scrum Master helps the Development Team in different ways, including:\r\n\r\n<img class=\"aligncenter wp-image-2356 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/scrum-masters-serv-tow-the-dev-team.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n<p style=\"padding-left: 30px;\"><strong>1. Coaching the Team in being cross-functional and self-organized</strong></p>\r\n<p style=\"padding-left: 30px;\">Development teams in Scrum are cross-functional. Each developer in the team possesses multiple skills and takes up other specialized kinds of work such as testing, designing, etc. in addition to his or her core skill activities. The Scrum Master helps individual team members to organize their work in a manner such that their special skills are properly utilized and made effective.</p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Developing high-value products</strong></p>\r\n<p style=\"padding-left: 30px;\">The development team delivers the business value to the client by developing dynamic and useful product features. It is important to understand the business value first so that the features can be developed by keeping end users in mind. Scrum Master educates the team regarding the business value, and how features should be developed so that the value is actually delivered through the sprints.</p>\r\n<p style=\"padding-left: 30px;\"><strong>3. Removing impediments hampering the team\'s progress</strong></p>\r\n<p style=\"padding-left: 30px;\">Teams face problems and impediments while working. The Scrum Master understands the impediments and tries to resolve issues to remove the impediments hampering the team\'s progress.</p>\r\n<p style=\"padding-left: 30px;\"><strong>4. Arranging Scrum events when needed</strong></p>\r\n<p style=\"padding-left: 30px;\">Events play a very important part in supporting the \"inspect\" and \"adapt\" principles in Scrum. They should be conducted in a proper manner so proper outputs are derived out of them. The Scrum Master organizes the events and ensures they remain effective in generating the desired outputs and proper call-to-actions.</p>\r\n<p style=\"padding-left: 30px;\"><strong>5. Guiding the team in organizations new to Scrum</strong></p>\r\n<p style=\"padding-left: 30px;\">Scrum Masters have to put in extra efforts when dealing with Scrum implementation in organizations new to Scrum. Team members may have many doubts and might need a lot of explaining to understand how Scrum actually works what should be done to deliver the business value in a Scrum project.</p>\r\n\r\n<h1>Scrum Master\'s services towards the organization</h1>\r\nThe Scrum Master also helps the organization in several ways, including:\r\n\r\n<img class=\"aligncenter wp-image-2365 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/scrum-masters-serv-tow-the-organisation.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n<p style=\"padding-left: 30px;\"><strong>1. Coaching Scrum adoption to the organization</strong></p>\r\n<p style=\"padding-left: 30px;\">The first and foremost duty of a Scrum Master is to educate the team about Scrum and how it should be implemented. This can also include the management, stakeholders, technical personnel, etc.</p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Helping the management and employees to understand empirical product development</strong></p>\r\n<p style=\"padding-left: 30px;\">Scrum follows the product incremental cycle model. The team, used to traditional Waterfall development methods, should be educated regarding the empirical product development method followed by Scrum. The Scrum Master teaches the empirical product development concept to the team and the management.</p>\r\n<p style=\"padding-left: 30px;\"><strong>3. Suggesting organizational changes to increase the productivity of the team</strong></p>\r\n<p style=\"padding-left: 30px;\">Scrum working is very different as compared to traditional development methodologies. Scrum advocates self-organizing and self-managing teams. This might induce some organizational changes. The Scrum Master suggests these type of changes to the organization.</p>\r\n<p style=\"padding-left: 30px;\"><strong>4. Working with other Scrum professionals to improve Scrum implementation</strong></p>\r\n<p style=\"padding-left: 30px;\">When new to Scrum, organizations may decide to employ other Scrum professionals to aid the team in many ways. The Scrum Master has to work with these professionals and aid them in their line of work to streamline the Scrum process.</p>\r\n ','The Role And Duties Of A Scrum Master In Scrum','','inherit','closed','closed','','4547-revision-v1','','','2018-09-13 14:54:33','2018-09-13 09:24:33','',4547,'https://product.quickscrum.com/4547-revision-v1/',0,'revision','',0),(4552,13,'2018-09-13 14:54:47','2018-09-13 09:24:47','In a Scrum project, the Sprint planning meeting agenda is one of the most important activities undertaken by the team. <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\">The product owner plays an important part</a></span> in the agenda. In Scrum, out of the many important duties carried out by a PO, a very important one is to create the product backlog based upon the vision of the stakeholders, and subsequently maintain or “groom” it with the help of team members (preferably). However, once the backlog is created and all required product backlog items are properly defined in it, it becomes necessary to “prepare” for the next step in the Agile product development cycle – plan and develop effective sprints so shippable user stories are delivered at the end of sprint cycles. Offering consistent development over successive sprint iterations is an inherent feature of Agile Scrum. In a sprint planning agenda, the objective of a sprint meeting is to prepare productive sprints so the team can develop meaningful stories.\r\n\r\n<img class=\"wp-image-2322 size-full aligncenter\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/sprint-planning-meeting-agenda-1.png\" alt=\"\" width=\"830\" height=\"430\" />\r\n\r\nSo, what does a sprint planning meeting actually consist of? In practice, the meeting is conducted in two parts – the first part is dominated by the product owner while in the second part the development team actually prepares tasks from user stories taken up for development in the sprint backlog.\r\n<h1>1 <sup>st</sup> part of sprint planning</h1>\r\nThe product owner is the most “conversant” person as far as user stories are concerned since he or she actually “create” the product backlog. The stories need to be explained to the team members. During the first part of the Scrum sprint planning meeting, the PO selects some of the most important product backlog items from the top of the backlog and creates a “sprint backlog” by transferring the selected stories into it. So, the sprint backlog is a subset of the main backlog and contains a “chunk” of stories which carry high business values. The PO explains how the development of a particular story should be carried out by the development team. The acceptance criteria are explained and the team is briefed regarding what it should do to ensure their “development” is shippable i.e. the stories are bug-free and satisfy the benchmarks or acceptance criteria linked with each story. The PO also answers any doubts or queries put up by the team.\r\n\r\nThe first part is attended by the entire team – the product owner, scrum master, and the development team members. It is not necessary for the stakeholders and project owners to attend the meeting, but if they desire to do so, they can attend the meeting as “passive” invitees, and not disturb the proceedings with their suggestions or even try to get “involved” in the meeting.\r\n<h1>2 <sup>nd</sup> part of sprint planning</h1>\r\nUser stories form the base of all development activity in Scrum. The entire product is developed by creating shippable stories, which are later integrated to “form” the complete product. During the second part of the Scrum planning meeting, the team starts discussing how it will carry out the actual development activity and create the stories in the sprint backlog. Generally, a Scrum team is “multi-talented” i.e. each team member possesses more than one type of expertise. However, it is important to know that this may not always be the case in all Scrum projects, since the product requirements and resources may vary depending upon the nature of the product to be developed.\r\n\r\nThe team members – developers, programmers, designers, QA personnel, and technical writers – decide amongst themselves how the user stories should be split up into parts that are more “manageable”. Each such “part” is referred to as a “task” in Scrum. Tasks are developed to create shippable user stories. A developer can develop each task individually. Certain Scrum teams may even work in “pairs”. Members collaborate, and decide amongst themselves as to who should take up which task depending upon the experience and levels of expertise possessed by them. Once the tasks are “distributed” the actual sprint can begin.\r\n\r\nThe PO may not mandatorily attend this part of the meeting but should make himself or herself available to aid the team deal with technical difficulties and to answer questions regarding the acceptance criteria if the team so requires.\r\n<h3><strong>Duration of the entire meeting</strong></h3>\r\nAll meetings in Scrum are “time-boxed” and have to be completed within the stipulated time allotted for it. While considering the ideal sprint planning meeting agenda, the sprint planning meeting can range from two hours to eight hours depending upon the total number of stories to be taken up for development in the sprint backlog and the complexity of the project.','Sprint Planning Meeting Agenda','','inherit','closed','closed','','4549-revision-v1','','','2018-09-13 14:54:47','2018-09-13 09:24:47','',4549,'https://product.quickscrum.com/4549-revision-v1/',0,'revision','',0),(4553,12,'2018-09-13 14:57:13','2018-09-13 09:27:13','One of the biggest problems faced by teams new to the Agile process is that they fail to complete some of the user stories at the end of the sprint. It is important to identify the root causes as to why this happens and try to improve upon Agile implementation so sustained product increments can be delivered to the client.\r\n\r\n<img class=\"aligncenter wp-image-2719 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/task-board-process-1.png\" alt=\"\" width=\"830\" height=\"474\" />\r\n<h1>User stories, tasks, and the ongoing sprint</h1>\r\nMany software development companies and organizations, the world over, now use Agile to develop their IT projects. Agile is become more and more popular by the day, and this is justifiably so because there are several benefits of being Agile and adapting to changes occurring in the product design while the product is being developed. The delivery of shippable product increments is very important to the client, and if the daily sprints are properly carried out, it is possible to maintain a sustained velocity and deliver finished products within time.\r\n\r\nA common problem experienced by less experienced Agile teams and organizations new to the Scrum process is some of the tasks often remain incomplete at the end of sprints. The development team fails to develop the entire list of user stories selected in the sprint backlog. This directly affects the sprint goal. This is not a good practice since Agile focuses primarily upon sustained delivery of product increments, and as the tasks aren\'t completed at the end of the sprint, proper product increments are not delivered to the client. Moreover, the business value attached to the project is also affected. If shippable product features are not developed in time, the product may even end up losing its hold in the market when the release is eventually launched.\r\n\r\nSo what should the development team due to \"churn out\" releasable user stories and deliver a certain business value to the client? What process should the team follow? Is anything new required to be done to improve the Agile process? Are the \"inspect\" and \"adapt\" principles followed by the team?\r\n<h1>The development team should</h1>\r\n<ul>\r\n <li>Be a cross-functional team and each member should possess diverse skills - testing, delivery, integration, coding, design, etc. - required to develop the project.</li>\r\n <li>Clearly, understand the sprint goal and the definition of? Done? before starting with the development.</li>\r\n <li>Clearly, estimate user stories before committing them to the sprint backlog. The team should be aware of the current team velocity and use those metrics while estimating the stories during sprint planning sessions.</li>\r\n <li>Properly segregate user stories in the sprint backlog into easily developable tasks. The tasks should not be granular. User stories should be properly disintegrated into finely developable tasks containing basic functionality.</li>\r\n <li>Plan properly, and ensure that the team members take up the tasks based upon their levels of expertise and capabilities. For example, a senior developer should ideally take up complex tasks while a new one ought to develop simple ones which do not consume much time.</li>\r\n <li>Each team member should complete a task totally before moving on to the next one. Tasks should not be left ninety or ninety-five percent complete and another task was taken up subsequently simply because a minor technical issue needs to be resolved for the first task. All issues should be successfully resolved and the developer should make sure that the definition of? Done? is properly satisfied for that particular user story.</li>\r\n <li>Share ideas and collaborate. The team members should learn from each other and make efforts to develop better ways and techniques to improve upon their skill sets.</li>\r\n <li>Self-organise. Each team member understands his or her own responsibilities and remains accountable for his or her actions. Agile advocates self-management and self-organization. These principles should not be misused.</li>\r\n</ul>\r\n<h1>Scrum Master takes an initiative</h1>\r\nThe role of a scrum master is very important in <a class=\"link-hover\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\" hreflang=\"en\"><span style=\"color: #3366ff;\">Agile frameworks like Scrum</span></a>, and the success of a sprint depends a lot on how the SM interacts with the team. Here is what an SM should ideally do:\r\n<ul>\r\n <li>Ensure that the fundamental Agile principles are properly implemented and followed by the team.</li>\r\n <li>Always participate in the daily Scrum.</li>\r\n <li>Play a servant-leader role and try to facilitate the proceedings rather than manage them.</li>\r\n <li>Suggest, and not advise, how less experienced developers should correctly handle tasks, and how to resolve them.</li>\r\n <li>Motivate the team and remain available whenever the team faces a problem. The SM intervenes only when the team fails to resolve an issue.</li>\r\n</ul>\r\n<h1>Dealing with obstacles and stumbling blocks</h1>\r\nIf the team lacks an ability to identify potential sprint pitfalls, or if the team members fail to respond quickly when they face a particular technical issue, it could well affect the sprint goal and leave the sprint unfinished. It is important to foresee what kind of problems the team is likely to face when user stories are being committed in the sprint backlog, and the entire team, including the product owner, should have enough experience to predict how the sprint is likely to proceed based upon the stories currently selected for development.\r\n\r\nThe team should:\r\n<ul>\r\n <li>Immediately raise an issue and address it when a team member detects a technical problem.</li>\r\n <li>Collaborate and try to resolve the issue with the help of other team members. When and how to do this is up to the team. Generally, sprinting time should only be utilized for developing the user stories. However, when issues have to be resolved on an immediate basis, the team should hold a brief meeting? akin to a daily stand up ? to decide when and how to resolve the issue.</li>\r\n</ul>\r\nDo not overcommit user stories\r\n\r\nSprints can also remain incomplete when the team takes up too many stories than it is capable of handling. The product owner is solely responsible for designing the sprint goal. As per the norms, the PO tries to increase the team velocity, and to achieve this, he/she may press the team to take up more stories. However, it is up to the team to correctly estimate and decide how many stories it is capable of handling, and how many stories should be committed to in the sprint backlog. While the PO? owns? the product backlog, the development team controls the sprint backlog. Hence, it has a right to accept and reject stories based upon the current team velocity.\r\n\r\nIn real life, there could be other issues and problems regarding user stories as to why they might remain incomplete at the end of sprints. A few common reasons are discussed here since the majority of Agile teams usually face them.','Completing All User Stories And Tasks In The Current Sprint','','publish','open','open','','completing-all-user-stories-and-tasks-in-the-current-sprint','','','2018-09-13 14:57:13','2018-09-13 09:27:13','',0,'https://product.quickscrum.com/?p=4553',0,'post','',0),(4554,12,'2018-09-13 14:57:13','2018-09-13 09:27:13','One of the biggest problems faced by teams new to the Agile process is that they fail to complete some of the user stories at the end of the sprint. It is important to identify the root causes as to why this happens and try to improve upon Agile implementation so sustained product increments can be delivered to the client.\r\n\r\n<img class=\"aligncenter wp-image-2719 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/task-board-process-1.png\" alt=\"\" width=\"830\" height=\"474\" />\r\n<h1>User stories, tasks, and the ongoing sprint</h1>\r\nMany software development companies and organizations, the world over, now use Agile to develop their IT projects. Agile is become more and more popular by the day, and this is justifiably so because there are several benefits of being Agile and adapting to changes occurring in the product design while the product is being developed. The delivery of shippable product increments is very important to the client, and if the daily sprints are properly carried out, it is possible to maintain a sustained velocity and deliver finished products within time.\r\n\r\nA common problem experienced by less experienced Agile teams and organizations new to the Scrum process is some of the tasks often remain incomplete at the end of sprints. The development team fails to develop the entire list of user stories selected in the sprint backlog. This directly affects the sprint goal. This is not a good practice since Agile focuses primarily upon sustained delivery of product increments, and as the tasks aren\'t completed at the end of the sprint, proper product increments are not delivered to the client. Moreover, the business value attached to the project is also affected. If shippable product features are not developed in time, the product may even end up losing its hold in the market when the release is eventually launched.\r\n\r\nSo what should the development team due to \"churn out\" releasable user stories and deliver a certain business value to the client? What process should the team follow? Is anything new required to be done to improve the Agile process? Are the \"inspect\" and \"adapt\" principles followed by the team?\r\n<h1>The development team should</h1>\r\n<ul>\r\n <li>Be a cross-functional team and each member should possess diverse skills - testing, delivery, integration, coding, design, etc. - required to develop the project.</li>\r\n <li>Clearly, understand the sprint goal and the definition of? Done? before starting with the development.</li>\r\n <li>Clearly, estimate user stories before committing them to the sprint backlog. The team should be aware of the current team velocity and use those metrics while estimating the stories during sprint planning sessions.</li>\r\n <li>Properly segregate user stories in the sprint backlog into easily developable tasks. The tasks should not be granular. User stories should be properly disintegrated into finely developable tasks containing basic functionality.</li>\r\n <li>Plan properly, and ensure that the team members take up the tasks based upon their levels of expertise and capabilities. For example, a senior developer should ideally take up complex tasks while a new one ought to develop simple ones which do not consume much time.</li>\r\n <li>Each team member should complete a task totally before moving on to the next one. Tasks should not be left ninety or ninety-five percent complete and another task was taken up subsequently simply because a minor technical issue needs to be resolved for the first task. All issues should be successfully resolved and the developer should make sure that the definition of? Done? is properly satisfied for that particular user story.</li>\r\n <li>Share ideas and collaborate. The team members should learn from each other and make efforts to develop better ways and techniques to improve upon their skill sets.</li>\r\n <li>Self-organise. Each team member understands his or her own responsibilities and remains accountable for his or her actions. Agile advocates self-management and self-organization. These principles should not be misused.</li>\r\n</ul>\r\n<h1>Scrum Master takes an initiative</h1>\r\nThe role of a scrum master is very important in <a class=\"link-hover\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\" hreflang=\"en\"><span style=\"color: #3366ff;\">Agile frameworks like Scrum</span></a>, and the success of a sprint depends a lot on how the SM interacts with the team. Here is what an SM should ideally do:\r\n<ul>\r\n <li>Ensure that the fundamental Agile principles are properly implemented and followed by the team.</li>\r\n <li>Always participate in the daily Scrum.</li>\r\n <li>Play a servant-leader role and try to facilitate the proceedings rather than manage them.</li>\r\n <li>Suggest, and not advise, how less experienced developers should correctly handle tasks, and how to resolve them.</li>\r\n <li>Motivate the team and remain available whenever the team faces a problem. The SM intervenes only when the team fails to resolve an issue.</li>\r\n</ul>\r\n<h1>Dealing with obstacles and stumbling blocks</h1>\r\nIf the team lacks an ability to identify potential sprint pitfalls, or if the team members fail to respond quickly when they face a particular technical issue, it could well affect the sprint goal and leave the sprint unfinished. It is important to foresee what kind of problems the team is likely to face when user stories are being committed in the sprint backlog, and the entire team, including the product owner, should have enough experience to predict how the sprint is likely to proceed based upon the stories currently selected for development.\r\n\r\nThe team should:\r\n<ul>\r\n <li>Immediately raise an issue and address it when a team member detects a technical problem.</li>\r\n <li>Collaborate and try to resolve the issue with the help of other team members. When and how to do this is up to the team. Generally, sprinting time should only be utilized for developing the user stories. However, when issues have to be resolved on an immediate basis, the team should hold a brief meeting? akin to a daily stand up ? to decide when and how to resolve the issue.</li>\r\n</ul>\r\nDo not overcommit user stories\r\n\r\nSprints can also remain incomplete when the team takes up too many stories than it is capable of handling. The product owner is solely responsible for designing the sprint goal. As per the norms, the PO tries to increase the team velocity, and to achieve this, he/she may press the team to take up more stories. However, it is up to the team to correctly estimate and decide how many stories it is capable of handling, and how many stories should be committed to in the sprint backlog. While the PO? owns? the product backlog, the development team controls the sprint backlog. Hence, it has a right to accept and reject stories based upon the current team velocity.\r\n\r\nIn real life, there could be other issues and problems regarding user stories as to why they might remain incomplete at the end of sprints. A few common reasons are discussed here since the majority of Agile teams usually face them.','Completing All User Stories And Tasks In The Current Sprint','','inherit','closed','closed','','4553-revision-v1','','','2018-09-13 14:57:13','2018-09-13 09:27:13','',4553,'https://product.quickscrum.com/4553-revision-v1/',0,'revision','',0),(4555,12,'2018-09-13 15:02:03','2018-09-13 09:32:03','Many IT products development companies and software businesses experiment with Agile frameworks and processes such as Scrum and XP to improve upon their development process and avail higher investment returns. In many ways, Agile has become synonymous with software development and is rapidly emerging as the number one choice in terms of project development frameworks. Many project managers prefer Agile in lieu of other project development methodologies. The reasons are many. Certain features of Agile remain common to all <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\">Agile offshoots such as Scrum, XP, Kanban, etc</a></span>\r\n\r\nIt is worth knowing what the core tenets of Agile are:\r\n\r\n<img class=\"aligncenter wp-image-2286 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/main-featuresof-agile.png\" alt=\"\" width=\"830\" height=\"450\" />\r\n\r\n \r\n<h1>An overview of the Agile development method</h1>\r\nTwelve core <a class=\"link-hover\" dir=\"ltr\" href=\"https://www.quickscrum.com/Home/AgileDevelopment\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #3366ff;\">principles define the Agile process</span></a>\r\n<ol>\r\n <li style=\"list-style-type: none;\"></li>\r\n</ol>\r\n<ol>\r\n <li>The topmost priority is to satisfy the customer requirements through the delivery of early and quick product releases – deliver valuable software on a consistent basis.</li>\r\n <li>Working releases of product features should be delivered frequently, ranging from a week to ten days, up to a maximum of one month.</li>\r\n <li>Progress should be measured on the basis of working software delivered to the client. The software is more important than its documentation.</li>\r\n <li>Changes should be welcomed and incorporated into the product development cycle – even late during the development phase. The team should learn from the “inspect” and “adapt” principles and constantly try to improve its working.</li>\r\n <li>The client and end users should work together through collaboration and collaborative processes.</li>\r\n <li>Self-motivated individuals should be involved in the Agile process. They should be provided with a conducive environment, and all support and help should be rendered to them as and when needed. The team members should be trusted to do their job right.</li>\r\n <li>The most efficient, and recommended, a method of communications should be face-to-face and involve personal interactions.</li>\r\n <li>Best architectures and designs emerge from self-organized and self-managing teams.</li>\r\n <li>Continuous attention should be given to achieve technical excellence and good designs. Refactoring of code leads to enhanced Agility.</li>\r\n <li><a class=\"link-hover\" dir=\"ltr\" href=\"https://www.quickscrum.com/Home/AgileProjectManagement\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #3366ff;\">Agile processes should support</span></a> sustainable development and be able to maintain a constant pace on an indefinite basis.</li>\r\n <li>Simplicity is very important – the lesser the better.</li>\r\n <li>The team strives to improve itself at regular intervals. It should make efforts to become more productive and more effective. It should possess an ability to adjust its working to suit development processes and changing environments.</li>\r\n</ol>','Main Features Of Agile','','publish','open','open','','main-features-of-agile','','','2018-09-13 15:02:03','2018-09-13 09:32:03','',0,'https://product.quickscrum.com/?p=4555',0,'post','',0),(4557,13,'2018-09-13 15:03:02','2018-09-13 09:33:02','<div class=\"detail-box\">\r\n<div class=\"row\">\r\n<div class=\"col-lg-20 col-md-20 col-sm-20 col-xs-18 full-width\">\r\n<div class=\"rating list-unstyled\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"detail-box articledetail\">\r\n\r\n\"There are subtle, but marked, differences between Agile Scrum and XP frameworks. While both the frameworks appear to be similar at a first glance, the differences lie in how the sprint backlog items are committed, and how the development team takes up the user stories for development during the daily sprints.\"\r\n\r\n<img class=\"aligncenter wp-image-2423 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/xpagile_1.png\" alt=\"\" width=\"830\" height=\"450\" />\r\n\r\nOf all Agile frameworks, Scrum is the most popular one. Scrum methodology is highly recommended for developing IT projects and it is so widely recommended for it that it is often confused with Extreme Programming or \"XP\" Agile framework, which is synonymous with software development. Both the frameworks are much similar, and to a person not conversant with Agile, both might appear to be the same at a first glance. While most Agile processes and events remain the same, there are some subtle differences between the two frameworks.\r\n\r\n</div>\r\n<h1>Sprint durations</h1>\r\nTypically, in the scrum, the sprint iteration can last from two weeks up to one month. In XP, the duration is much shorter and generally lasts from one to two weeks. The sprint duration does not exceed two weeks in XP.\r\n\r\n<img class=\"aligncenter wp-image-2425 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/xpagile_2.png\" alt=\"\" width=\"830\" height=\"450\" />\r\n<h1>Committing the sprint backlog</h1>\r\nOne of the major differences and an important one too is how user stories are committed in the sprint backlog while implementing Scrum and XP. In the scrum, the sprint backlog is \"owned\" by the development team. Once the team accepts the sprint backlog, all the user stories in the backlog are \"committed\" for development purposes. The team is required to complete all the user stories stated in the backlog. Moreover, once committed, the sprint backlog cannot be \"changed\" while implementing Scrum. If any new user story is required to be developed, it can only be included in the next sprint after a new sprint planning meeting is conducted. This is not the case with XP. The sprint backlog does not become \"static\" even after it is accepted by the team and the user stories are taken up for development. If required, based upon the feedback received from the stakeholders, a user story taken up for development can be replaced with another one having the same estimation in terms of story points. Therefore, the sprint backlog is not \"committed\" at any time in XP. New stories can be replaced in lieu of those currently existing in the backlog - something that is impossible in the scrum. However, it is important to know that such a \"replacement\" of the user story is only possible in XP before the particular user story is taken up for execution in the daily sprint. Once the development of a user story starts in XP, it cannot be replaced.\r\n<h1>Determining the sequence while developing user stories</h1>\r\nThe role of the product owner remains common in both scrum and XP. The PO prioritizes the product backlog in accordance to the importance of user stories based upon the business values. Feedback is availed from the stakeholders as to which of the user stories are more important and pertinent from the development point of view, and the PO categorizes the product backlog based upon the business values of the user stories. The similarity, however, ends there. In the scrum, once the user stories are prioritized and taken up for development during the daily sprints, the development team enjoys the autonomy of deciding how the user stories should be actually taken up for development during the daily sprints.\r\n\r\n<img class=\"aligncenter wp-image-2429 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/xpagile_3.png\" alt=\"\" width=\"830\" height=\"450\" />\r\n\r\nThe role of the product owner remains common in both scrum and XP. The PO prioritizes the product backlog in accordance to the importance of user stories based upon the business values. Feedback is availed from the stakeholders as to which of the user stories are more important and pertinent from the development point of view, and the PO categorizes the product backlog based upon the business values of the user stories. The similarity, however, ends there. In the scrum, once the user stories are prioritized and taken up for development during the daily sprints, the development team enjoys the autonomy of deciding how the user stories should be actually taken up for development during the daily sprints.\r\n\r\n ','Main Differences Between Agile Scrum And XP Framework','','publish','open','open','','main-differences-between-agile-scrum-and-xp-framework','','','2018-09-13 15:03:02','2018-09-13 09:33:02','',0,'https://product.quickscrum.com/?p=4557',0,'post','',0),(4558,13,'2018-09-13 15:00:14','2018-09-13 09:30:14','<div class=\"detail-box\">\r\n<div class=\"row\">\r\n<div class=\"col-lg-20 col-md-20 col-sm-20 col-xs-18 full-width\">\r\n<div class=\"rating list-unstyled\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"detail-box articledetail\">\r\n\r\n\"There are subtle, but marked, differences between Agile Scrum and XP frameworks. While both the frameworks appear to be similar at a first glance, the differences lie in how the sprint backlog items are committed, and how the development team takes up the user stories for development during the daily sprints.\"\r\n\r\n<img class=\"aligncenter wp-image-2423 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/xpagile_1.png\" alt=\"\" width=\"830\" height=\"450\" />\r\n\r\nOf all Agile frameworks, Scrum is the most popular one. Scrum methodology is highly recommended for developing IT projects and it is so widely recommended for it that it is often confused with Extreme Programming or \"XP\" Agile framework, which is synonymous with software development. Both the frameworks are much similar, and to a person not conversant with Agile, both might appear to be the same at a first glance. While most Agile processes and events remain the same, there are some subtle differences between the two frameworks.\r\n\r\n</div>\r\n<h1>Sprint durations</h1>\r\nTypically, in the scrum, the sprint iteration can last from two weeks up to one month. In XP, the duration is much shorter and generally lasts from one to two weeks. The sprint duration does not exceed two weeks in XP.\r\n\r\n<img class=\"aligncenter wp-image-2425 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/xpagile_2.png\" alt=\"\" width=\"830\" height=\"450\" />\r\n<h1>Committing the sprint backlog</h1>\r\nOne of the major differences and an important one too is how user stories are committed in the sprint backlog while implementing Scrum and XP. In the scrum, the sprint backlog is \"owned\" by the development team. Once the team accepts the sprint backlog, all the user stories in the backlog are \"committed\" for development purposes. The team is required to complete all the user stories stated in the backlog. Moreover, once committed, the sprint backlog cannot be \"changed\" while implementing Scrum. If any new user story is required to be developed, it can only be included in the next sprint after a new sprint planning meeting is conducted. This is not the case with XP. The sprint backlog does not become \"static\" even after it is accepted by the team and the user stories are taken up for development. If required, based upon the feedback received from the stakeholders, a user story taken up for development can be replaced with another one having the same estimation in terms of story points. Therefore, the sprint backlog is not \"committed\" at any time in XP. New stories can be replaced in lieu of those currently existing in the backlog - something that is impossible in the scrum. However, it is important to know that such a \"replacement\" of the user story is only possible in XP before the particular user story is taken up for execution in the daily sprint. Once the development of a user story starts in XP, it cannot be replaced.\r\n<h1>Determining the sequence while developing user stories</h1>\r\nThe role of the product owner remains common in both scrum and XP. The PO prioritizes the product backlog in accordance to the importance of user stories based upon the business values. Feedback is availed from the stakeholders as to which of the user stories are more important and pertinent from the development point of view, and the PO categorizes the product backlog based upon the business values of the user stories. The similarity, however, ends there. In the scrum, once the user stories are prioritized and taken up for development during the daily sprints, the development team enjoys the autonomy of deciding how the user stories should be actually taken up for development during the daily sprints.\r\n\r\n<img class=\"aligncenter wp-image-2429 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/xpagile_3.png\" alt=\"\" width=\"830\" height=\"450\" />\r\n\r\nThe role of the product owner remains common in both scrum and XP. The PO prioritizes the product backlog in accordance to the importance of user stories based upon the business values. Feedback is availed from the stakeholders as to which of the user stories are more important and pertinent from the development point of view, and the PO categorizes the product backlog based upon the business values of the user stories. The similarity, however, ends there. In the scrum, once the user stories are prioritized and taken up for development during the daily sprints, the development team enjoys the autonomy of deciding how the user stories should be actually taken up for development during the daily sprints.\r\n\r\n ','Main Differences Between Agile Scrum And XP Framework','','inherit','closed','closed','','4557-revision-v1','','','2018-09-13 15:00:14','2018-09-13 09:30:14','',4557,'https://product.quickscrum.com/4557-revision-v1/',0,'revision','',0),(4559,4,'2018-09-13 15:03:40','2018-09-13 09:33:40','In the recent times, as technical advancements keep being introduced by leaps and bounds – and on a consistent basis - rendering quality into a product today may or may not require great skills. However, designing and developing a product in a pre-defined timeframe and ensuring that it adheres to stringent quality standards may indeed prove to be a difficult task for most manufacturers. With pressing end-user requirements, increasing levels of market competitions, and the need to keep working overheads low, it has become increasingly important for organizations to change traditional working processes and introduce new ones which can enhance business models and help to deliver business value more often, and in a more reliable manner.\r\n\r\n<img class=\"aligncenter wp-image-2507 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/AgileForProjectManagement–AnIntroduction.png\" alt=\"\" width=\"830\" height=\"500\" />\r\n\r\nWhile talking about changes, Agile tops the list of project management methodologies that support “change”. Agile was conceptualized because there was a need to find a better way of managing project such that they could be developed in less time and in a more efficient way. Perhaps the most important thought put behind the conception of Agile was to introduce empiricism into project management – something that was not done before prior to 2001 when Agile took birth in a ski resort, in the Wasatch mountains of Utah. Agile focuses on making decisions based upon “what is” rather than “what is proposed” i.e. what best can be done with what we have currently with us. And another aspect that Agile focuses upon is to start work with very little or unclear set or requirements – you can keep on building and improving your product over time as more information is available from the client and end users. This can be a great asset to organizations as you don’t have to wait for comprehensive paperwork and documentation to get started with Agile. Moreover, you can start with an idea and keep on building it, but you need to develop it in a manner such that whatever you produce is useful and has a certain business value attached to it. So how does Agile do this? How does it work? It’s interesting to know how Agile can be effectively used to control projects that are big or small, whether they are simple or complex in nature, and if they have to be executed for a few months or for years at a stretch.\r\n<h3>What is Agile?</h3>\r\nAgile is a framework that focuses on early product deliver. The products could be any - physical products, processes, software, or even running an activity or an operation. It can be understood as a set of methods and practices, stated in a manifesto, which act as guidelines, and teams have to follow those methods and practices in a proper manner to deliver the goal and objectives to somebody - usually the client. <span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" title=\"Agile Development\" href=\"https://www.quickscrum.com/Home/AgileProjectManagement\" target=\"_blank\" rel=\"noopener\">In Agile, solutions are obtained by self-organizing teams</a></span> which collaborate, discuss, and constantly strive to improve their working process and become more effective in what they do. Another feature of Agile is that the teams are cross-functional i.e. each team member is skilled in more than one core activity that he or she specializes in. The teams can start working even if very little information is available regarding the product to be developed. In Agile, the entire product is not delivered to the client \"at one go\". Rather, the product is developed in stages. After each stage is completed, the client is invited to verify that the development delivered by the team fulfills what he or she had anticipated at the time of project inception. Valuable product features are delivered by the team to the client regularly, on a consistent basis through product incremental cycles known as sprints. The sprints keep on functioning until sufficient product features are successfully developed, tested, and shipped to the client.\r\n\r\nThe unique aspect about Agile is that it focuses primarily upon the delivery of business value to the client. Agile emphasizes more upon how much a particular product feature is worth to the client in terms of its financial worth in the market. Important features should be developed first, followed by less important ones. When sufficient product features are developed and successfully tested, they are integrated to form a minimal viable product or an \"MVP\" which demonstrates the usefulness of the product and how it is likely to fare in the market. The objective of developing an MVP is to get enough inputs from the process so the management and the technical teams can decide the projects actual worth in the market, how difficult it is going to be to develop a \"sellable\" version having enough features so end users can use it to their benefit, how long it is likely to take, and how much capital is needed to sustain the product development process over the months.\r\n\r\nInstead of developing the entire product and releasing it in the market after a prolonged duration, Agile concentrates on releasing several versions of the product at regular intervals of time. Each “release” is sellable, therefore, the client can start recovering the capital invested in the project very early as compared to traditional project management methods. There are many advantages of Agile processes:\r\n<h3>Early recovery of capital</h3>\r\nIn the case of traditional models, one has to wait for the entire product to be completed before it can be shipped. The investors can subsequently start earning from the project. This can take a lot of time-often months. The investors cannot recover a single cent from the project in the meantime. <span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" title=\"Agile Project Management\" href=\"https://www.quickscrum.com/Home/AgileProjectManagementSoftware\" target=\"_blank\" rel=\"noopener\">In Agile, a release can be availed</a> </span>in as soon as a couple of months since the client can go ahead with a version with limited product features and launch it in the market. It is true that the financial worth of such a release might not be substantial, but, nonetheless, it can help the client to start recovering some of the capital pumped into the project development activity. Therefore, the investors benefit from a steady trickle of cash flow until the full-fledged release is developed in the near future that can help them to earn bigger profits.\r\n<h3>Planned profit generation</h3>\r\nThere is a certain risk involved with almost all traditional project management systems. The success levels of the product cannot be determined unless and until it is developed fully and launched in the market. As the development process takes a lot of time, there could be instances of market conditions changing in the meantime. The investors may well face a scenario wherein the conditions may have changed drastically and a competitor might have already launched a similar product. If such were the case, the bulk of the market share may be captured by competing products and investors may fail to churn out significant profits from the product. This does not necessarily happen with Agile. Several releases can be planned over the months, with each release offering a more advanced set of product features. Management can design a well-planned sales strategy catering to each release and target specific customers to fulfill the sales goal for each release. This also helps to mitigate several types of risk factors generally associated with large-scale projects.\r\n<h3>High product quality</h3>\r\nOne of the biggest advantages of Agile is that the testing and QA activities are done on a consistent basis after each feature is developed in a sprint. A feature can be considered as shippable only after it is tested by the QA team members and approved by the product owner. In addition, the client too reviews the features and may reject their development if he or she feels it does not fulfill the product vision. <span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" title=\"Agile Project Management Software\" href=\"https://www.quickscrum.com/Home/AgileDevelopment\" target=\"_blank\" rel=\"noopener\">Agile processes offer quick feedback regarding the product quality</a></span>. This is because all Agile frameworks are uniquely conceptualized to define and deliver the business value contained in the project.\r\n<h3>Proper risk management</h3>\r\nRisks are an inherent part of any project, and project management models should try to minimize their occurrence if they are to be effective. Risks keep on multiplying if they are not identified in time, and they can also lead directly-indirectly to technical debt. The basic advantage of Agile is that you don’t work with the entire product at any given instance of time – you engage with a certain feature, or a set of features, and develop it during the sprint. It is easy to test for and identify risks when individual features are checked for their reliability and this is what Agile proposes to do. Agile teams are cross-functional i.e. a developer or a programmer may double as a QA tester, while, certain teams may include professional testers who carry out unit tests, manual tests, Selenium tests, and even use automated testing software to check for redundancies and bugs in the software code. Regression is checked for at the time of feature development, and if a particular feature fails to perform as per the acceptance criteria stated in the QA conditions of the feature, the said feature is rejected at the time of review and transferred back to the backlog for redevelopment. Another positive aspect about Agile is that its principles categorically state to avoid rework which can lead to waste, or money and efforts spent overactivity that consumes time and does not produce any positive results.\r\n<h3>Responding to changes and market conditions</h3>\r\nProject development takes time. Large projects may take months before they can be deployed in the market. Considering the dynamically changing market trends, it is quite possible that some product features may become outdated by the time the project is launched. This is a typical scenario in the case of projects using traditional “staged” project management methods in which product features or their scope cannot be changed once finalized. Waterfall methods are irreversible, therefore, it becomes very difficult to incorporate changes in the product design once the documentation is done. this limitation is removed since the framework is specifically envisioned to respond dynamically to changes occurring in the product design induced due to changing market trends. The main advantage you have is you develop a small part of the project at a time in incremental cycles known as sprints. If a product feature is developed and it is later realized that it does not totally fulfill end-user requirements, or if the requirements have changed over time, using Agile it is possible to update the particular feature by taking it up in a sprint and redeveloping it as per new requirements and acceptance criterions.\r\n<h3>Increased client satisfaction levels</h3>\r\nClient satisfaction depends primarily upon how much he/she gains from the project, and in terms of project development, how a project will fare in the market and earn high ROIs. Apart from the financial aspect, another factor which contributes towards increased client satisfaction levels is up to what extent the management or the client feels happy with the development activity. Often clients have product visions which teams fulfill partially or fail to satisfy. A primary reason why this happens is the client fails to convey a proper vision to the team, or the team fails to understand it properly. The teams may offer productivity which the client does not actually desire but realize the fact only when the project is deployed. This is because traditional management methods do not encourage client participation to a great extent. In Agile, each product feature can be considered as “Done” only when it is approved by the client. The client is very closely involved in the product review activities, and the team may have to do rework on a particular feature if the client is not satisfied with a particular feature development. The client feels very much in control because he or she is closely involved with the project and remains updated regarding recent developments.\r\n<h3>Long-term project sustenance</h3>\r\nMarket trends indicate to end users having specific requirements are not ready to compromise upon, or wait for indefinite periods of time to fulfill their work-related needs, primarily because they have other options available in terms of newly emerging brands and start-up ventures. Competition is rising and will continue to do so in the near future as new development technologies keep on being introduced into the market. Vendors don’t have many choices but to develop products that focus totally upon end user requirements and satisfy them. This means whatever products they develop have to include a plethora of features and offer them at competitive rates to beat the competition. This also means development will take time and projects will extend over months before an MVP is developed, tested, and modified to produce a saleable version. It is easy to scale Agile by adding or removing team members depending upon the project complexity and product related requirements. Management can control the production costs by investing or scaling down development resources since the development activity is carried out in sprints in the Agile framework, and Agile supports such changes. You can speed up the release date, as per needs, or postpone it to a later date if new features are to be added in the production plan. It is very difficult to do this using Waterfall method since the scope of the project is predefined and resources cannot be scaled up or down. Moreover, if the project is rescheduled to extend for more months, it could run out of funds and employers may not be able to support the project any longer.','Agile For Project Management An Introduction','','publish','open','open','','agile-for-project-management-an-introduction','','','2018-09-13 15:03:40','2018-09-13 09:33:40','',0,'https://product.quickscrum.com/?p=4559',0,'post','',0),(4561,12,'2018-09-13 15:02:03','2018-09-13 09:32:03','Many IT products development companies and software businesses experiment with Agile frameworks and processes such as Scrum and XP to improve upon their development process and avail higher investment returns. In many ways, Agile has become synonymous with software development and is rapidly emerging as the number one choice in terms of project development frameworks. Many project managers prefer Agile in lieu of other project development methodologies. The reasons are many. Certain features of Agile remain common to all <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\">Agile offshoots such as Scrum, XP, Kanban, etc</a></span>\r\n\r\nIt is worth knowing what the core tenets of Agile are:\r\n\r\n<img class=\"aligncenter wp-image-2286 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/main-featuresof-agile.png\" alt=\"\" width=\"830\" height=\"450\" />\r\n\r\n \r\n<h1>An overview of the Agile development method</h1>\r\nTwelve core <a class=\"link-hover\" dir=\"ltr\" href=\"https://www.quickscrum.com/Home/AgileDevelopment\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #3366ff;\">principles define the Agile process</span></a>\r\n<ol>\r\n <li style=\"list-style-type: none;\"></li>\r\n</ol>\r\n<ol>\r\n <li>The topmost priority is to satisfy the customer requirements through the delivery of early and quick product releases – deliver valuable software on a consistent basis.</li>\r\n <li>Working releases of product features should be delivered frequently, ranging from a week to ten days, up to a maximum of one month.</li>\r\n <li>Progress should be measured on the basis of working software delivered to the client. The software is more important than its documentation.</li>\r\n <li>Changes should be welcomed and incorporated into the product development cycle – even late during the development phase. The team should learn from the “inspect” and “adapt” principles and constantly try to improve its working.</li>\r\n <li>The client and end users should work together through collaboration and collaborative processes.</li>\r\n <li>Self-motivated individuals should be involved in the Agile process. They should be provided with a conducive environment, and all support and help should be rendered to them as and when needed. The team members should be trusted to do their job right.</li>\r\n <li>The most efficient, and recommended, a method of communications should be face-to-face and involve personal interactions.</li>\r\n <li>Best architectures and designs emerge from self-organized and self-managing teams.</li>\r\n <li>Continuous attention should be given to achieve technical excellence and good designs. Refactoring of code leads to enhanced Agility.</li>\r\n <li><a class=\"link-hover\" dir=\"ltr\" href=\"https://www.quickscrum.com/Home/AgileProjectManagement\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #3366ff;\">Agile processes should support</span></a> sustainable development and be able to maintain a constant pace on an indefinite basis.</li>\r\n <li>Simplicity is very important – the lesser the better.</li>\r\n <li>The team strives to improve itself at regular intervals. It should make efforts to become more productive and more effective. It should possess an ability to adjust its working to suit development processes and changing environments.</li>\r\n</ol>','Main Features Of Agile','','inherit','closed','closed','','4555-revision-v1','','','2018-09-13 15:02:03','2018-09-13 09:32:03','',4555,'https://product.quickscrum.com/4555-revision-v1/',0,'revision','',0),(4562,4,'2018-09-13 15:03:40','2018-09-13 09:33:40','In the recent times, as technical advancements keep being introduced by leaps and bounds – and on a consistent basis - rendering quality into a product today may or may not require great skills. However, designing and developing a product in a pre-defined timeframe and ensuring that it adheres to stringent quality standards may indeed prove to be a difficult task for most manufacturers. With pressing end-user requirements, increasing levels of market competitions, and the need to keep working overheads low, it has become increasingly important for organizations to change traditional working processes and introduce new ones which can enhance business models and help to deliver business value more often, and in a more reliable manner.\r\n\r\n<img class=\"aligncenter wp-image-2507 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/AgileForProjectManagement–AnIntroduction.png\" alt=\"\" width=\"830\" height=\"500\" />\r\n\r\nWhile talking about changes, Agile tops the list of project management methodologies that support “change”. Agile was conceptualized because there was a need to find a better way of managing project such that they could be developed in less time and in a more efficient way. Perhaps the most important thought put behind the conception of Agile was to introduce empiricism into project management – something that was not done before prior to 2001 when Agile took birth in a ski resort, in the Wasatch mountains of Utah. Agile focuses on making decisions based upon “what is” rather than “what is proposed” i.e. what best can be done with what we have currently with us. And another aspect that Agile focuses upon is to start work with very little or unclear set or requirements – you can keep on building and improving your product over time as more information is available from the client and end users. This can be a great asset to organizations as you don’t have to wait for comprehensive paperwork and documentation to get started with Agile. Moreover, you can start with an idea and keep on building it, but you need to develop it in a manner such that whatever you produce is useful and has a certain business value attached to it. So how does Agile do this? How does it work? It’s interesting to know how Agile can be effectively used to control projects that are big or small, whether they are simple or complex in nature, and if they have to be executed for a few months or for years at a stretch.\r\n<h3>What is Agile?</h3>\r\nAgile is a framework that focuses on early product deliver. The products could be any - physical products, processes, software, or even running an activity or an operation. It can be understood as a set of methods and practices, stated in a manifesto, which act as guidelines, and teams have to follow those methods and practices in a proper manner to deliver the goal and objectives to somebody - usually the client. <span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" title=\"Agile Development\" href=\"https://www.quickscrum.com/Home/AgileProjectManagement\" target=\"_blank\" rel=\"noopener\">In Agile, solutions are obtained by self-organizing teams</a></span> which collaborate, discuss, and constantly strive to improve their working process and become more effective in what they do. Another feature of Agile is that the teams are cross-functional i.e. each team member is skilled in more than one core activity that he or she specializes in. The teams can start working even if very little information is available regarding the product to be developed. In Agile, the entire product is not delivered to the client \"at one go\". Rather, the product is developed in stages. After each stage is completed, the client is invited to verify that the development delivered by the team fulfills what he or she had anticipated at the time of project inception. Valuable product features are delivered by the team to the client regularly, on a consistent basis through product incremental cycles known as sprints. The sprints keep on functioning until sufficient product features are successfully developed, tested, and shipped to the client.\r\n\r\nThe unique aspect about Agile is that it focuses primarily upon the delivery of business value to the client. Agile emphasizes more upon how much a particular product feature is worth to the client in terms of its financial worth in the market. Important features should be developed first, followed by less important ones. When sufficient product features are developed and successfully tested, they are integrated to form a minimal viable product or an \"MVP\" which demonstrates the usefulness of the product and how it is likely to fare in the market. The objective of developing an MVP is to get enough inputs from the process so the management and the technical teams can decide the projects actual worth in the market, how difficult it is going to be to develop a \"sellable\" version having enough features so end users can use it to their benefit, how long it is likely to take, and how much capital is needed to sustain the product development process over the months.\r\n\r\nInstead of developing the entire product and releasing it in the market after a prolonged duration, Agile concentrates on releasing several versions of the product at regular intervals of time. Each “release” is sellable, therefore, the client can start recovering the capital invested in the project very early as compared to traditional project management methods. There are many advantages of Agile processes:\r\n<h3>Early recovery of capital</h3>\r\nIn the case of traditional models, one has to wait for the entire product to be completed before it can be shipped. The investors can subsequently start earning from the project. This can take a lot of time-often months. The investors cannot recover a single cent from the project in the meantime. <span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" title=\"Agile Project Management\" href=\"https://www.quickscrum.com/Home/AgileProjectManagementSoftware\" target=\"_blank\" rel=\"noopener\">In Agile, a release can be availed</a> </span>in as soon as a couple of months since the client can go ahead with a version with limited product features and launch it in the market. It is true that the financial worth of such a release might not be substantial, but, nonetheless, it can help the client to start recovering some of the capital pumped into the project development activity. Therefore, the investors benefit from a steady trickle of cash flow until the full-fledged release is developed in the near future that can help them to earn bigger profits.\r\n<h3>Planned profit generation</h3>\r\nThere is a certain risk involved with almost all traditional project management systems. The success levels of the product cannot be determined unless and until it is developed fully and launched in the market. As the development process takes a lot of time, there could be instances of market conditions changing in the meantime. The investors may well face a scenario wherein the conditions may have changed drastically and a competitor might have already launched a similar product. If such were the case, the bulk of the market share may be captured by competing products and investors may fail to churn out significant profits from the product. This does not necessarily happen with Agile. Several releases can be planned over the months, with each release offering a more advanced set of product features. Management can design a well-planned sales strategy catering to each release and target specific customers to fulfill the sales goal for each release. This also helps to mitigate several types of risk factors generally associated with large-scale projects.\r\n<h3>High product quality</h3>\r\nOne of the biggest advantages of Agile is that the testing and QA activities are done on a consistent basis after each feature is developed in a sprint. A feature can be considered as shippable only after it is tested by the QA team members and approved by the product owner. In addition, the client too reviews the features and may reject their development if he or she feels it does not fulfill the product vision. <span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" title=\"Agile Project Management Software\" href=\"https://www.quickscrum.com/Home/AgileDevelopment\" target=\"_blank\" rel=\"noopener\">Agile processes offer quick feedback regarding the product quality</a></span>. This is because all Agile frameworks are uniquely conceptualized to define and deliver the business value contained in the project.\r\n<h3>Proper risk management</h3>\r\nRisks are an inherent part of any project, and project management models should try to minimize their occurrence if they are to be effective. Risks keep on multiplying if they are not identified in time, and they can also lead directly-indirectly to technical debt. The basic advantage of Agile is that you don’t work with the entire product at any given instance of time – you engage with a certain feature, or a set of features, and develop it during the sprint. It is easy to test for and identify risks when individual features are checked for their reliability and this is what Agile proposes to do. Agile teams are cross-functional i.e. a developer or a programmer may double as a QA tester, while, certain teams may include professional testers who carry out unit tests, manual tests, Selenium tests, and even use automated testing software to check for redundancies and bugs in the software code. Regression is checked for at the time of feature development, and if a particular feature fails to perform as per the acceptance criteria stated in the QA conditions of the feature, the said feature is rejected at the time of review and transferred back to the backlog for redevelopment. Another positive aspect about Agile is that its principles categorically state to avoid rework which can lead to waste, or money and efforts spent overactivity that consumes time and does not produce any positive results.\r\n<h3>Responding to changes and market conditions</h3>\r\nProject development takes time. Large projects may take months before they can be deployed in the market. Considering the dynamically changing market trends, it is quite possible that some product features may become outdated by the time the project is launched. This is a typical scenario in the case of projects using traditional “staged” project management methods in which product features or their scope cannot be changed once finalized. Waterfall methods are irreversible, therefore, it becomes very difficult to incorporate changes in the product design once the documentation is done. this limitation is removed since the framework is specifically envisioned to respond dynamically to changes occurring in the product design induced due to changing market trends. The main advantage you have is you develop a small part of the project at a time in incremental cycles known as sprints. If a product feature is developed and it is later realized that it does not totally fulfill end-user requirements, or if the requirements have changed over time, using Agile it is possible to update the particular feature by taking it up in a sprint and redeveloping it as per new requirements and acceptance criterions.\r\n<h3>Increased client satisfaction levels</h3>\r\nClient satisfaction depends primarily upon how much he/she gains from the project, and in terms of project development, how a project will fare in the market and earn high ROIs. Apart from the financial aspect, another factor which contributes towards increased client satisfaction levels is up to what extent the management or the client feels happy with the development activity. Often clients have product visions which teams fulfill partially or fail to satisfy. A primary reason why this happens is the client fails to convey a proper vision to the team, or the team fails to understand it properly. The teams may offer productivity which the client does not actually desire but realize the fact only when the project is deployed. This is because traditional management methods do not encourage client participation to a great extent. In Agile, each product feature can be considered as “Done” only when it is approved by the client. The client is very closely involved in the product review activities, and the team may have to do rework on a particular feature if the client is not satisfied with a particular feature development. The client feels very much in control because he or she is closely involved with the project and remains updated regarding recent developments.\r\n<h3>Long-term project sustenance</h3>\r\nMarket trends indicate to end users having specific requirements are not ready to compromise upon, or wait for indefinite periods of time to fulfill their work-related needs, primarily because they have other options available in terms of newly emerging brands and start-up ventures. Competition is rising and will continue to do so in the near future as new development technologies keep on being introduced into the market. Vendors don’t have many choices but to develop products that focus totally upon end user requirements and satisfy them. This means whatever products they develop have to include a plethora of features and offer them at competitive rates to beat the competition. This also means development will take time and projects will extend over months before an MVP is developed, tested, and modified to produce a saleable version. It is easy to scale Agile by adding or removing team members depending upon the project complexity and product related requirements. Management can control the production costs by investing or scaling down development resources since the development activity is carried out in sprints in the Agile framework, and Agile supports such changes. You can speed up the release date, as per needs, or postpone it to a later date if new features are to be added in the production plan. It is very difficult to do this using Waterfall method since the scope of the project is predefined and resources cannot be scaled up or down. Moreover, if the project is rescheduled to extend for more months, it could run out of funds and employers may not be able to support the project any longer.','Agile For Project Management An Introduction','','inherit','closed','closed','','4559-revision-v1','','','2018-09-13 15:03:40','2018-09-13 09:33:40','',4559,'https://product.quickscrum.com/4559-revision-v1/',0,'revision','',0),(4563,4,'2018-09-13 15:03:44','2018-09-13 09:33:44','In the recent times, as technical advancements keep being introduced by leaps and bounds – and on a consistent basis - rendering quality into a product today may or may not require great skills. However, designing and developing a product in a pre-defined timeframe and ensuring that it adheres to stringent quality standards may indeed prove to be a difficult task for most manufacturers. With pressing end-user requirements, increasing levels of market competitions, and the need to keep working overheads low, it has become increasingly important for organizations to change traditional working processes and introduce new ones which can enhance business models and help to deliver business value more often, and in a more reliable manner.\r\n\r\n<img class=\"aligncenter wp-image-2507 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/AgileForProjectManagement–AnIntroduction.png\" alt=\"\" width=\"830\" height=\"500\" />\r\n\r\nWhile talking about changes, Agile tops the list of project management methodologies that support “change”. Agile was conceptualized because there was a need to find a better way of managing project such that they could be developed in less time and in a more efficient way. Perhaps the most important thought put behind the conception of Agile was to introduce empiricism into project management – something that was not done before prior to 2001 when Agile took birth in a ski resort, in the Wasatch mountains of Utah. Agile focuses on making decisions based upon “what is” rather than “what is proposed” i.e. what best can be done with what we have currently with us. And another aspect that Agile focuses upon is to start work with very little or unclear set or requirements – you can keep on building and improving your product over time as more information is available from the client and end users. This can be a great asset to organizations as you don’t have to wait for comprehensive paperwork and documentation to get started with Agile. Moreover, you can start with an idea and keep on building it, but you need to develop it in a manner such that whatever you produce is useful and has a certain business value attached to it. So how does Agile do this? How does it work? It’s interesting to know how Agile can be effectively used to control projects that are big or small, whether they are simple or complex in nature, and if they have to be executed for a few months or for years at a stretch.\r\n<h3>What is Agile?</h3>\r\nAgile is a framework that focuses on early product deliver. The products could be any - physical products, processes, software, or even running an activity or an operation. It can be understood as a set of methods and practices, stated in a manifesto, which act as guidelines, and teams have to follow those methods and practices in a proper manner to deliver the goal and objectives to somebody - usually the client. <span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" title=\"Agile Development\" href=\"https://www.quickscrum.com/Home/AgileProjectManagement\" target=\"_blank\" rel=\"noopener\">In Agile, solutions are obtained by self-organizing teams</a></span> which collaborate, discuss, and constantly strive to improve their working process and become more effective in what they do. Another feature of Agile is that the teams are cross-functional i.e. each team member is skilled in more than one core activity that he or she specializes in. The teams can start working even if very little information is available regarding the product to be developed. In Agile, the entire product is not delivered to the client \"at one go\". Rather, the product is developed in stages. After each stage is completed, the client is invited to verify that the development delivered by the team fulfills what he or she had anticipated at the time of project inception. Valuable product features are delivered by the team to the client regularly, on a consistent basis through product incremental cycles known as sprints. The sprints keep on functioning until sufficient product features are successfully developed, tested, and shipped to the client.\r\n\r\nThe unique aspect about Agile is that it focuses primarily upon the delivery of business value to the client. Agile emphasizes more upon how much a particular product feature is worth to the client in terms of its financial worth in the market. Important features should be developed first, followed by less important ones. When sufficient product features are developed and successfully tested, they are integrated to form a minimal viable product or an \"MVP\" which demonstrates the usefulness of the product and how it is likely to fare in the market. The objective of developing an MVP is to get enough inputs from the process so the management and the technical teams can decide the projects actual worth in the market, how difficult it is going to be to develop a \"sellable\" version having enough features so end users can use it to their benefit, how long it is likely to take, and how much capital is needed to sustain the product development process over the months.\r\n\r\nInstead of developing the entire product and releasing it in the market after a prolonged duration, Agile concentrates on releasing several versions of the product at regular intervals of time. Each “release” is sellable, therefore, the client can start recovering the capital invested in the project very early as compared to traditional project management methods. There are many advantages of Agile processes:\r\n<h3>Early recovery of capital</h3>\r\nIn the case of traditional models, one has to wait for the entire product to be completed before it can be shipped. The investors can subsequently start earning from the project. This can take a lot of time-often months. The investors cannot recover a single cent from the project in the meantime. <span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" title=\"Agile Project Management\" href=\"https://www.quickscrum.com/Home/AgileProjectManagementSoftware\" target=\"_blank\" rel=\"noopener\">In Agile, a release can be availed</a> </span>in as soon as a couple of months since the client can go ahead with a version with limited product features and launch it in the market. It is true that the financial worth of such a release might not be substantial, but, nonetheless, it can help the client to start recovering some of the capital pumped into the project development activity. Therefore, the investors benefit from a steady trickle of cash flow until the full-fledged release is developed in the near future that can help them to earn bigger profits.\r\n<h3>Planned profit generation</h3>\r\nThere is a certain risk involved with almost all traditional project management systems. The success levels of the product cannot be determined unless and until it is developed fully and launched in the market. As the development process takes a lot of time, there could be instances of market conditions changing in the meantime. The investors may well face a scenario wherein the conditions may have changed drastically and a competitor might have already launched a similar product. If such were the case, the bulk of the market share may be captured by competing products and investors may fail to churn out significant profits from the product. This does not necessarily happen with Agile. Several releases can be planned over the months, with each release offering a more advanced set of product features. Management can design a well-planned sales strategy catering to each release and target specific customers to fulfill the sales goal for each release. This also helps to mitigate several types of risk factors generally associated with large-scale projects.\r\n<h3>High product quality</h3>\r\nOne of the biggest advantages of Agile is that the testing and QA activities are done on a consistent basis after each feature is developed in a sprint. A feature can be considered as shippable only after it is tested by the QA team members and approved by the product owner. In addition, the client too reviews the features and may reject their development if he or she feels it does not fulfill the product vision. <span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" title=\"Agile Project Management Software\" href=\"https://www.quickscrum.com/Home/AgileDevelopment\" target=\"_blank\" rel=\"noopener\">Agile processes offer quick feedback regarding the product quality</a></span>. This is because all Agile frameworks are uniquely conceptualized to define and deliver the business value contained in the project.\r\n<h3>Proper risk management</h3>\r\nRisks are an inherent part of any project, and project management models should try to minimize their occurrence if they are to be effective. Risks keep on multiplying if they are not identified in time, and they can also lead directly-indirectly to technical debt. The basic advantage of Agile is that you don’t work with the entire product at any given instance of time – you engage with a certain feature, or a set of features, and develop it during the sprint. It is easy to test for and identify risks when individual features are checked for their reliability and this is what Agile proposes to do. Agile teams are cross-functional i.e. a developer or a programmer may double as a QA tester, while, certain teams may include professional testers who carry out unit tests, manual tests, Selenium tests, and even use automated testing software to check for redundancies and bugs in the software code. Regression is checked for at the time of feature development, and if a particular feature fails to perform as per the acceptance criteria stated in the QA conditions of the feature, the said feature is rejected at the time of review and transferred back to the backlog for redevelopment. Another positive aspect about Agile is that its principles categorically state to avoid rework which can lead to waste, or money and efforts spent overactivity that consumes time and does not produce any positive results.\r\n<h3>Responding to changes and market conditions</h3>\r\nProject development takes time. Large projects may take months before they can be deployed in the market. Considering the dynamically changing market trends, it is quite possible that some product features may become outdated by the time the project is launched. This is a typical scenario in the case of projects using traditional “staged” project management methods in which product features or their scope cannot be changed once finalized. Waterfall methods are irreversible, therefore, it becomes very difficult to incorporate changes in the product design once the documentation is done. this limitation is removed since the framework is specifically envisioned to respond dynamically to changes occurring in the product design induced due to changing market trends. The main advantage you have is you develop a small part of the project at a time in incremental cycles known as sprints. If a product feature is developed and it is later realized that it does not totally fulfill end-user requirements, or if the requirements have changed over time, using Agile it is possible to update the particular feature by taking it up in a sprint and redeveloping it as per new requirements and acceptance criterions.\r\n<h3>Increased client satisfaction levels</h3>\r\nClient satisfaction depends primarily upon how much he/she gains from the project, and in terms of project development, how a project will fare in the market and earn high ROIs. Apart from the financial aspect, another factor which contributes towards increased client satisfaction levels is up to what extent the management or the client feels happy with the development activity. Often clients have product visions which teams fulfill partially or fail to satisfy. A primary reason why this happens is the client fails to convey a proper vision to the team, or the team fails to understand it properly. The teams may offer productivity which the client does not actually desire but realize the fact only when the project is deployed. This is because traditional management methods do not encourage client participation to a great extent. In Agile, each product feature can be considered as “Done” only when it is approved by the client. The client is very closely involved in the product review activities, and the team may have to do rework on a particular feature if the client is not satisfied with a particular feature development. The client feels very much in control because he or she is closely involved with the project and remains updated regarding recent developments.\r\n<h3>Long-term project sustenance</h3>\r\nMarket trends indicate to end users having specific requirements are not ready to compromise upon, or wait for indefinite periods of time to fulfill their work-related needs, primarily because they have other options available in terms of newly emerging brands and start-up ventures. Competition is rising and will continue to do so in the near future as new development technologies keep on being introduced into the market. Vendors don’t have many choices but to develop products that focus totally upon end user requirements and satisfy them. This means whatever products they develop have to include a plethora of features and offer them at competitive rates to beat the competition. This also means development will take time and projects will extend over months before an MVP is developed, tested, and modified to produce a saleable version. It is easy to scale Agile by adding or removing team members depending upon the project complexity and product related requirements. Management can control the production costs by investing or scaling down development resources since the development activity is carried out in sprints in the Agile framework, and Agile supports such changes. You can speed up the release date, as per needs, or postpone it to a later date if new features are to be added in the production plan. It is very difficult to do this using Waterfall method since the scope of the project is predefined and resources cannot be scaled up or down. Moreover, if the project is rescheduled to extend for more months, it could run out of funds and employers may not be able to support the project any longer.','Agile For Project Management An Introduction','','inherit','closed','closed','','4559-autosave-v1','','','2018-09-13 15:03:44','2018-09-13 09:33:44','',4559,'https://product.quickscrum.com/4559-autosave-v1/',0,'revision','',0),(4565,12,'2018-09-13 15:05:29','2018-09-13 09:35:29','Every project has a certain level of complexity in it. When we say a project is simple, we actually mean that its degree of complexity is very less or can be considered as negligible, but nevertheless, it does exist even if in a minute magnitude. Project management methods deal with project complexities depending upon how flexible they are, and what kind of provisions they offer to deal with them. Tradition management methods such as Waterfall are often rigid owing to their staged working processes, which are also often irreversible. Using pre-1990 era methods, one can try to address the complexity in a project to a lesser or greater degree of success, but typically such management methods do not make it possible to reduce or minify the actual level of difficulty in executing the project and neither its complexity. This is not necessarily true in the case of Agile. With Agile you can actually try to control the level of complexity in a project provided you have the correct level of experience in implementing Agile principles and techniques.\r\n\r\n<img class=\"aligncenter wp-image-2520 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/CanAgileReduceComplexity1.png\" alt=\"\" width=\"830\" height=\"500\" />\r\n<h3><strong>What is \"Complexity\" in a project?</strong></h3>\r\nBroadly speaking the term \"complexity\" can be best understood as difficult or complicated conditions arising due to the availability of multiple options, or options which make you simultaneously focus upon different directions at a given time, and which result in a multidimensional scenario that is hard to understand and resolve. Complexities can be of different types in a project. Business level complexities arise due to uncertain market conditions, technological advancements, and other such factors which affect the business logic contained in the project. The project level complexities can be of two types of project complexity and requirements complexity.\r\n<h4>Project complexity</h4>\r\nProject related complexity can be different of different types of organizations. Several factors contribute to it, however, the most important ones are uniqueness, limiting factors, and uncertainty.\r\n<ul>\r\n <li><strong>Uniqueness</strong></li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\">Every project is unique and has its own attributes and requirements. As the project commences it gains maturity over time and benefits through the learning process. This is most significant when the organization is running a project which is the first of its kind, or if it has no prior experience in dealing with projects.</p>\r\n\r\n<ul>\r\n <li><strong>Limiting factors</strong></li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\">Projects are subjected to certain factors which can affect its execution or commencement such as budget constraints, the technical know-how of the team, working schedule, and at times even cultural differences.</p>\r\n\r\n<ul>\r\n <li><strong>Uncertainty</strong></li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\">Uncertainty in a project can be due to external or internal factors. External factors may include government-imposed rules and regulations, uncertain market changes, and the fluctuating economic climate. Internal factors may comprise of the levels of management\'s participation in the project, constantly changing company policies, stakeholder\'s involvement in the project, etc. All these factors affect the scope of the project.</p>\r\nIt is a known fact that a project\'s complexity affects its success. The manner in which a business anticipates fully understands, and addresses the complexity determines whether a project is going to be successful or not.\r\n<h3>Can Agile reduce complexity?</h3>\r\nIn traditional project management methods, the complexity in a project is often managed by investing a certain amount of time in the analysis phase with the sole objective of analyzing the levels of complexity and making plans to deal with it. It is based upon the assumption that the time invested in the analysis activity will help to reduce complexity and increase the chances of developing a successful project by using various methods and processes. The investment in time should be considered worthwhile since the analysis can help management to make informed decisions.\r\n\r\nUnlike traditional project management methods, in Agile there are no special stages to deal with project complexity. The product owner who is responsible and who oversees the entire project tries to address the complexity levels based upon his or her experience in the subject, in addition to what the team can contribute in terms of efforts and suggestion to deal with complexity. However, there is a big plus point in how the Agile process works and how the inherent product incremental model makes it possible to reduce project complexity to a great level.\r\n\r\nIn Agile you don\'t work with the entire project at any given time rather you select a few important features and develop them in short bursts of activity known as sprints. The time spent in developing the features varies from team to team depending upon the team\'s level of maturity and its hold over the technology used for developing the project. A project may appear to be complex when its overall complexity is considered, but in Agile since you don\'t have to deal with the entire project during the sprints, the levels of complexity can be easily addressed to by estimating the levels of difficulty in the features and developing them individually. That way you only encounter a fraction of the actual complexity, which can be easily tackled by the team.\r\n\r\n \r\n\r\n ','Can Agile Reduce Complexity?','','publish','open','open','','can-agile-reduce-complexity','','','2018-09-13 15:05:29','2018-09-13 09:35:29','',0,'https://product.quickscrum.com/?p=4565',0,'post','',0),(4566,12,'2018-09-13 15:05:29','2018-09-13 09:35:29','Every project has a certain level of complexity in it. When we say a project is simple, we actually mean that its degree of complexity is very less or can be considered as negligible, but nevertheless, it does exist even if in a minute magnitude. Project management methods deal with project complexities depending upon how flexible they are, and what kind of provisions they offer to deal with them. Tradition management methods such as Waterfall are often rigid owing to their staged working processes, which are also often irreversible. Using pre-1990 era methods, one can try to address the complexity in a project to a lesser or greater degree of success, but typically such management methods do not make it possible to reduce or minify the actual level of difficulty in executing the project and neither its complexity. This is not necessarily true in the case of Agile. With Agile you can actually try to control the level of complexity in a project provided you have the correct level of experience in implementing Agile principles and techniques.\r\n\r\n<img class=\"aligncenter wp-image-2520 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/CanAgileReduceComplexity1.png\" alt=\"\" width=\"830\" height=\"500\" />\r\n<h3><strong>What is \"Complexity\" in a project?</strong></h3>\r\nBroadly speaking the term \"complexity\" can be best understood as difficult or complicated conditions arising due to the availability of multiple options, or options which make you simultaneously focus upon different directions at a given time, and which result in a multidimensional scenario that is hard to understand and resolve. Complexities can be of different types in a project. Business level complexities arise due to uncertain market conditions, technological advancements, and other such factors which affect the business logic contained in the project. The project level complexities can be of two types of project complexity and requirements complexity.\r\n<h4>Project complexity</h4>\r\nProject related complexity can be different of different types of organizations. Several factors contribute to it, however, the most important ones are uniqueness, limiting factors, and uncertainty.\r\n<ul>\r\n <li><strong>Uniqueness</strong></li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\">Every project is unique and has its own attributes and requirements. As the project commences it gains maturity over time and benefits through the learning process. This is most significant when the organization is running a project which is the first of its kind, or if it has no prior experience in dealing with projects.</p>\r\n\r\n<ul>\r\n <li><strong>Limiting factors</strong></li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\">Projects are subjected to certain factors which can affect its execution or commencement such as budget constraints, the technical know-how of the team, working schedule, and at times even cultural differences.</p>\r\n\r\n<ul>\r\n <li><strong>Uncertainty</strong></li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\">Uncertainty in a project can be due to external or internal factors. External factors may include government-imposed rules and regulations, uncertain market changes, and the fluctuating economic climate. Internal factors may comprise of the levels of management\'s participation in the project, constantly changing company policies, stakeholder\'s involvement in the project, etc. All these factors affect the scope of the project.</p>\r\nIt is a known fact that a project\'s complexity affects its success. The manner in which a business anticipates fully understands, and addresses the complexity determines whether a project is going to be successful or not.\r\n<h3>Can Agile reduce complexity?</h3>\r\nIn traditional project management methods, the complexity in a project is often managed by investing a certain amount of time in the analysis phase with the sole objective of analyzing the levels of complexity and making plans to deal with it. It is based upon the assumption that the time invested in the analysis activity will help to reduce complexity and increase the chances of developing a successful project by using various methods and processes. The investment in time should be considered worthwhile since the analysis can help management to make informed decisions.\r\n\r\nUnlike traditional project management methods, in Agile there are no special stages to deal with project complexity. The product owner who is responsible and who oversees the entire project tries to address the complexity levels based upon his or her experience in the subject, in addition to what the team can contribute in terms of efforts and suggestion to deal with complexity. However, there is a big plus point in how the Agile process works and how the inherent product incremental model makes it possible to reduce project complexity to a great level.\r\n\r\nIn Agile you don\'t work with the entire project at any given time rather you select a few important features and develop them in short bursts of activity known as sprints. The time spent in developing the features varies from team to team depending upon the team\'s level of maturity and its hold over the technology used for developing the project. A project may appear to be complex when its overall complexity is considered, but in Agile since you don\'t have to deal with the entire project during the sprints, the levels of complexity can be easily addressed to by estimating the levels of difficulty in the features and developing them individually. That way you only encounter a fraction of the actual complexity, which can be easily tackled by the team.\r\n\r\n \r\n\r\n ','Can Agile Reduce Complexity?','','inherit','closed','closed','','4565-revision-v1','','','2018-09-13 15:05:29','2018-09-13 09:35:29','',4565,'https://product.quickscrum.com/4565-revision-v1/',0,'revision','',0),(4567,13,'2018-09-13 15:07:24','2018-09-13 09:37:24','<h1>Introduction</h1>\r\nWith scrum software tester need to be more test analyst at the beginning to know about what products it is, the technology involved in it and what are main business component those going to delivered sprint by sprint. But on his aim of testing he needs to analyze what are possible test automation tools need to adapt & where he reports the issues, what are the possible test cases he can generate and how many of them can be automated for regressions test and when possibly he can start automation test.\r\n<h1>Tester mission in scrum:</h1>\r\n<ul class=\"custom-padding-left-30\">\r\n <li>Get involved from day one & listen: when product idea come on whiteboard and scrum master, product owner, designer, the developer ( architecture board ) discussing it.</li>\r\n <li>Always be a part of the planning meeting for the ongoing current sprint: Aim provides the estimation with test-related activities ( test case, understanding the acceptance test criteria/framework planned to use for test automation/acceptance test environment setup ).</li>\r\n <li>Be a part of a planning meeting for the next sprint: Tester needs to update any major improvement with test automation framework before starting the new sprint.</li>\r\n <li>Writing the acceptance criteria for each item for the next sprint. Tester uses the user stories and helping the product owner by suggesting QA about test standards, user experience, performance issue and setting up the base life for acceptance testing. Also, make aware to the development team if something they need to consider or need technical help for a tester.</li>\r\n <li>Upgrading accepting criteria and maintaining the test cases: Once the tester receives feedback from product owner he needs to upgrade the test cases.</li>\r\n <li>Automate the API testing for current sprint - If the application uses the API then code ideas is automate the API to cover the UI / Acceptance testing.</li>\r\n <li>Execute acceptance test in a manual way with current sprint - When the sprint is new there is nothing much to automate and later at some stage many things we not able automated, so do manual testing.</li>\r\n <li>Automate the smoke test ( UI / Regression ) with previous sprints - Constantly automate the old sprints to keep baseline.</li>\r\n <li>Exploratory testing - Keep breaking the system and try to find the undiscovered bugs.</li>\r\n <li>Be part of the retrospective meeting - You can review ongoing testing progress and covered area and major achievements done & drawbacks noticed.</li>\r\n</ul>\r\n<h1>Summary</h1>\r\nIn the scrum, tester becomes one of the close members of the Scrum team and help to achieve product owner goal using acceptance criteria.','Scrum Testing Best Practices','','publish','open','open','','scrum-testing-best-practices','','','2018-09-13 15:07:24','2018-09-13 09:37:24','',0,'https://product.quickscrum.com/?p=4567',0,'post','',0),(4568,13,'2018-09-13 15:07:06','2018-09-13 09:37:06','<h1>Introduction</h1>\r\nWith scrum software tester need to be more test analyst at the beginning to know about what products it is, the technology involved in it and what are main business component those going to delivered sprint by sprint. But on his aim of testing he needs to analyze what are possible test automation tools need to adapt & where he reports the issues, what are the possible test cases he can generate and how many of them can be automated for regressions test and when possibly he can start automation test.\r\n<h1>Tester mission in scrum:</h1>\r\n<ul class=\"custom-padding-left-30\">\r\n <li>Get involved from day one & listen: when product idea come on whiteboard and scrum master, product owner, designer, the developer ( architecture board ) discussing it.</li>\r\n <li>Always be a part of the planning meeting for the ongoing current sprint: Aim provides the estimation with test-related activities ( test case, understanding the acceptance test criteria/framework planned to use for test automation/acceptance test environment setup ).</li>\r\n <li>Be a part of a planning meeting for the next sprint: Tester needs to update any major improvement with test automation framework before starting the new sprint.</li>\r\n <li>Writing the acceptance criteria for each item for the next sprint. Tester uses the user stories and helping the product owner by suggesting QA about test standards, user experience, performance issue and setting up the base life for acceptance testing. Also, make aware to the development team if something they need to consider or need technical help for a tester.</li>\r\n <li>Upgrading accepting criteria and maintaining the test cases: Once the tester receives feedback from product owner he needs to upgrade the test cases.</li>\r\n <li>Automate the API testing for current sprint - If the application uses the API then code ideas is automate the API to cover the UI / Acceptance testing.</li>\r\n <li>Execute acceptance test in a manual way with current sprint - When the sprint is new there is nothing much to automate and later at some stage many things we not able automated, so do manual testing.</li>\r\n <li>Automate the smoke test ( UI / Regression ) with previous sprints - Constantly automate the old sprints to keep baseline.</li>\r\n <li>Exploratory testing - Keep breaking the system and try to find the undiscovered bugs.</li>\r\n <li>Be part of the retrospective meeting - You can review ongoing testing progress and covered area and major achievements done & drawbacks noticed.</li>\r\n</ul>\r\n<h1>Summary</h1>\r\nIn the scrum, tester becomes one of the close members of the Scrum team and help to achieve product owner goal using acceptance criteria.','Scrum Testing Best Practices','','inherit','closed','closed','','4567-revision-v1','','','2018-09-13 15:07:06','2018-09-13 09:37:06','',4567,'https://product.quickscrum.com/4567-revision-v1/',0,'revision','',0),(4574,16,'2018-09-13 15:12:43','2018-09-13 09:42:43','<div class=\"detail-box\">\r\n<div class=\"row\">\r\n<p class=\"col-lg-20 col-md-20 col-sm-20 col-xs-18 full-width\">People may or may not have heard about the word “Scrum”, but for those who have, a question most commonly asked by them might be “What can Scrum do for me to improve my business?” or “How do I use Scrum to grow?” – A topic most discussed by CEOs, CTOs, project managers, and other senior level executives in a development company or organization when they are faced with choices of adopting a framework to better their work processes and increase the investment returns for their organization. It is important to understand that for a business new to Agile and Scrum a lot depends upon what type of Agile or Scrum coach it hires, and how successfully the coach can help the organization to adopt Agile principles.</p>\r\n\r\n<div></div>\r\nAgile can work wonders for you provided it is implemented in an effective way. Agile coaches ensure that business implements the framework in a proper manner. Therefore, a lot depends upon what type of Agile coach do you actually need? You may feel unsure about Agile adoption but serious enough to “give it a try” and see if it can benefit you. On the other hand, you may be aware of the benefits of using Agile but not certain how to start. It’s worth considering the level of Agile coaching you actually need to get started.\r\n<div></div>\r\n<div></div>\r\n<img class=\"aligncenter wp-image-2525 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/AgieCoach.png\" alt=\"\" width=\"830\" height=\"500\" />\r\n<div></div>\r\n<div></div>\r\n<h3>What is an Agile coach?</h3>\r\nWhat is an Agile coach? When the question is asked to different people you’re sure to get different types of answers depending upon whom you’ve asked. The perception of Agile coaching changes from individual to individual, and from company to company. Perhaps the main reason why this happens is that there are no standard definitions explaining Agile coaching, and people have the liberty to interpret the terminology in a manner they deem correct.\r\n\r\nSo, rather than trying to define exactly what an “Agile coach” is, it would be more worthwhile to comprehend what activities Agile coaching includes, and what does an Agile coach do when he/she is appointed by an organization to facilitate or implement Scrum in their business processes. Coaching needs and activities vary from businesses to businesses based on the type of product to be developed. However, in a typical organization, there are three main areas where management often decide Agile coaching is needed.\r\n<h3>Agile Coach</h3>\r\nAn Agile coach can have one or more certifications from a well-known Scrum certification body. Unlike getting certified as a chartered account or a medical practitioner in a particular state or country, there are no formal or authorized “government recognized” Scrum certification issuing authorities. Certification availed from a few Scrum entities like Scrum.Org, Scrum Alliance, Agile Coaching Institute, etc. carry value in the Scrum market, and employers generally search for coaches who have qualified or hold certifications from these type of institutes.\r\n\r\nAgile coaches have a sound and relevant experience in at least one Agile discipline – Scrum, XP, or Kanban. They are certified Agile professionals who have achieved a high level of proficiency in their respective fields. They possess sufficient domain knowledge and coaching skills to facilitate and mentor the Scrum process in an organization. An Agile coach trains the development team and the management of Agile principles and practices. He/she contributes at both macro and micro levels, and in addition, resolves all Scrum related issues. Often, Agile coaches promote and act as Scrum ambassadors in organizations which appoint them.\r\n\r\nBusinesses appoint Agile and Scrum coaches when they decide to go “all the way” with Scrum and want to make sure they benefit from Scrum principles. Coaches are also consulted to discuss ways and means to develop better products, increase the ROI, and improve the current business processes.\r\n<h3>Enterprise Agile Coach</h3>\r\nAn Enterprise Agile coach is a person who has achieved some additional skills such as advanced systems coaching, understanding work culture, training organizations in specialized business processes, implementing change management, and creating collaboration and leadership qualities amongst individuals which “regular” Agile coaches may not possess.\r\n\r\nAn Enterprise Agile coach may work at all levels in an organization and help management in using Agile as a strategic asset for generating consistent and reliable business value by improving current processes through Agile.\r\n<div></div>\r\n \r\n\r\n</div>\r\n</div>','Types Of Agile Coaches And What Do They Do?','','publish','open','open','','types-of-agile-coaches-and-what-do-they-do','','','2018-09-13 15:12:43','2018-09-13 09:42:43','',0,'https://product.quickscrum.com/?p=4574',0,'post','',0),(4575,12,'2018-09-13 15:12:48','0000-00-00 00:00:00','Of all the Scrum roles, the product owner plays the most significant part. Besides understanding and promoting the client’s product vision to the team, the PO also fosters a healthy working environment and ensures that the project is completed well on time. Above all, the PO is also held responsible for the success and failure of the project. Therefore, the person appointed as a PO should possess certain characteristics that constitute a great leader – the product owner leads the entire Scrum team.\n\nSo what makes a good product owner? What virtues should he or she possess? The best way to know about the kind of role a PO should ideally play is to revert to the official Scrum guide and discover what it has to say regarding the <a class=\"link-hover\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #3366ff;\">role of a product owner</span></a>\n<h1>Create the product backlog items or user stories in the backlog</h1>\nOne of the biggest responsibilities of a PO is to decide what product features should be developed in the project, and to represent those features in the form of user stories or product backlog items in the backlog. The product owner is responsible for the product backlog and “owns” it on behalf of the stakeholders and clients. It is not necessary for the PO to personally create the user stories and define them in the backlog. The official Scrum guide states\n\n“The Product Owner is responsible for the Product Backlog, including its content, availability, and ordering.”\n\nWhile the guide further generalizes the role of a PO as\n\n“The Product Owner is the sole person responsible for managing the Product Backlog.”\n\nIt is not necessary for the PO to create the product backlog all by himself/herself. The PO is held accountable for the backlog. He/she can take the help of team members and the Scrum master while creating the backlog. In certain types of Scrum implementation, the PO supervises the backlog creation while the team actually defines the product backlog items as per the PO’s instructions and guidelines. Since Scrum is a framework, its core principles have to be applied to a project before its benefits can be availed. Moreover, Scrum should be implemented in accordance with the requirements of the project, and so there is a lot of scope as to how the PO can fulfill his/her responsibilities.\n<h1>Order and prioritize the product backlog</h1>\nIn its most fundamental form, a product backlog is simply an ordered list of everything required to develop the product. The list functions as a single source of requirements for developing the product in totality i.e. it includes the functionality, acceptance criteria, description, and documentation aspects needed to make the product shippable. The guide states\n\n“The Product Backlog lists all features, functions, requirements, enhancements, and fixes that constitute the changes to be made to the product in future releases. Product Backlog items have the attributes of a description, order, estimate, and value.”\n\nIn real life, the product backlog is dynamic in nature, and never complete.\n\nThe Product Backlog is an ordered list of everything that might be needed in the product and is the single source of requirements for any changes to be made to the product. Product Backlog is never complete. The earliest development of it only lays out the initially known and best-understood requirements. The Product Backlog evolves as the product and the environment in which it will be used evolves. The product backlog is dynamic in nature - it constantly keeps on changing to identify what the product actually needs to be appropriate, competitive, and useful. As long as a product exists, its product backlog also exists.\n<p style=\"padding-left: 30px;\"><strong>1. Design and plan a proper sprint goal</strong></p>\n<p style=\"padding-left: 30px;\">Since the product backlog is primarily “owned” by the PO, he or she is responsible for delivering a stable and bug-free product release, and ensure that the project is completed in time. In Scrum, since the entire development activity is carried out through the daily sprints, it is very important to design a sprint such that its goal is properly satisfied, and met, at the end of an iterative cycle. The PO conveys the product vision to the team, and one of the important duties undertaken by him/her is to design and plan a proper sprint goal. The guide says:</p>\n<p style=\"padding-left: 30px;\">The Sprint Goal is an objective set for the Sprint that can be met through the implementation of Product Backlog. It provides guidance to the Development Team on why it is building the Increment.</p>\n<p style=\"padding-left: 30px;\"><img class=\"size-full wp-image-2364 aligncenter\" src=\"http://137.116.134.50/wp-content/uploads/2018/09/role-of-product-owner-scrum-guide.png\" alt=\"\" width=\"830\" height=\"474\" /></p>\n<p style=\"padding-left: 30px;\">The sprint goal is decided during the sprint planning event. The main objective of having a well-defined sprint goal is to ascertain that the development team remains focused upon how it should develop the user stories, and what criteria the stories should fulfill to be considered as “shippable”. The sprint goal includes the acceptance criteria – conditions specified in the product backlog items that have to be satisfied so the product feature developed by the team can deliver a certain business value to the client. As the PO is the person most conversant with regards what the final product should ideally deliver in terms of functionality, the success of the sprint depends a lot upon how the PO has defined the sprint goal. A lot depends upon how well the team understands the product vision and the sprint goal, and it is the PO’s responsibility to ensure that the team understands user stories up to the levels required to deliver a useful and important product increment to the customer.</p>\n<p style=\"padding-left: 30px;\">Ensuring the Development Team understands items in the Product Backlog to the level needed.</p>\n<p style=\"padding-left: 30px;\"><strong>2. Be available to the team</strong></p>\n<p style=\"padding-left: 30px;\"><span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"https://www.quickscrum.com/Home/AgileDevelopment\" target=\"_blank\" rel=\"noopener\">Agile Scrum advocates self-organization</a></span> and self-management. Scrum teams are cross-functional and capable of working independently. In practice, the Scrum master oversees Scrum implementation and makes sure the team does not face any impediments. However, if and when the team faces a problem or a technical situation, the Scrum master may seek the guidance of the PO and ask for a solution if the team cannot resolve the issue on its own. Moreover, for issues pertaining to client or stakeholders feedback, the PO liaises between the team and the management to bring forth an acceptable solution.</p>\n<p style=\"padding-left: 30px;\"><img class=\"alignnone size-full wp-image-2369\" src=\"http://137.116.134.50/wp-content/uploads/2018/09/sprint-goal.png\" alt=\"\" width=\"830\" height=\"380\" /></p>\n<p style=\"padding-left: 30px;\">The PO should remain accessible, if not physically, at least be accessible using electronic communication devices and online chats facilities to resolve issues. The team should be able to communicate freely and convey the issues to the PO when required. The PO should be available when the team needs his or her presence.</p>\n<p style=\"padding-left: 30px;\">If possible, participate in the daily scrums</p>\n<p style=\"padding-left: 30px;\">The daily stand up or the daily Scrum is more of a development team-Scrum master event in which the SM does what he/she is supposed to do in Scrum – oversee that basic Agile principle are properly followed by the team and the information-feedback cycle is maintained. The official Scrum guide does not suggest anything regarding whether a PO should attend the daily scrum or not. It is not mandatory for the PO to attend this event, however, if the PO does take the initiative and attend the daily Scrums, it would enhance the Scrum experience, because if such were the case, the team would be inclined to take the process more seriously. The best way to lead a team is to set an example by doing something yourself first and motivating the team to follow you.</p>\n<p style=\"padding-left: 30px;\">Moreover, there is an added advantage if the PO attends the daily Scrum. It is possible to avail of a much better idea regarding how the team is performing, and what kinds of issues the team is currently facing by attending the stand-ups. The PO stays better informed, and as a result, the inspect and adapt principles can be made more effective.</p>\n<p style=\"padding-left: 30px;\">Source:<span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.scrumguides.org/docs/scrumguide/v1/scrum-guide-us.pdf\" target=\"_blank\" rel=\"noopener\"> The Scrum Guide<sup>TM</sup></a></span></p>','','','draft','open','open','','','','','2018-09-13 15:12:48','2018-09-13 09:42:48','',0,'https://product.quickscrum.com/?p=4575',0,'post','',0),(4577,16,'2018-09-13 15:12:43','2018-09-13 09:42:43','<div class=\"detail-box\">\r\n<div class=\"row\">\r\n<p class=\"col-lg-20 col-md-20 col-sm-20 col-xs-18 full-width\">People may or may not have heard about the word “Scrum”, but for those who have, a question most commonly asked by them might be “What can Scrum do for me to improve my business?” or “How do I use Scrum to grow?” – A topic most discussed by CEOs, CTOs, project managers, and other senior level executives in a development company or organization when they are faced with choices of adopting a framework to better their work processes and increase the investment returns for their organization. It is important to understand that for a business new to Agile and Scrum a lot depends upon what type of Agile or Scrum coach it hires, and how successfully the coach can help the organization to adopt Agile principles.</p>\r\n\r\n<div></div>\r\nAgile can work wonders for you provided it is implemented in an effective way. Agile coaches ensure that business implements the framework in a proper manner. Therefore, a lot depends upon what type of Agile coach do you actually need? You may feel unsure about Agile adoption but serious enough to “give it a try” and see if it can benefit you. On the other hand, you may be aware of the benefits of using Agile but not certain how to start. It’s worth considering the level of Agile coaching you actually need to get started.\r\n<div></div>\r\n<div></div>\r\n<img class=\"aligncenter wp-image-2525 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/AgieCoach.png\" alt=\"\" width=\"830\" height=\"500\" />\r\n<div></div>\r\n<div></div>\r\n<h3>What is an Agile coach?</h3>\r\nWhat is an Agile coach? When the question is asked to different people you’re sure to get different types of answers depending upon whom you’ve asked. The perception of Agile coaching changes from individual to individual, and from company to company. Perhaps the main reason why this happens is that there are no standard definitions explaining Agile coaching, and people have the liberty to interpret the terminology in a manner they deem correct.\r\n\r\nSo, rather than trying to define exactly what an “Agile coach” is, it would be more worthwhile to comprehend what activities Agile coaching includes, and what does an Agile coach do when he/she is appointed by an organization to facilitate or implement Scrum in their business processes. Coaching needs and activities vary from businesses to businesses based on the type of product to be developed. However, in a typical organization, there are three main areas where management often decide Agile coaching is needed.\r\n<h3>Agile Coach</h3>\r\nAn Agile coach can have one or more certifications from a well-known Scrum certification body. Unlike getting certified as a chartered account or a medical practitioner in a particular state or country, there are no formal or authorized “government recognized” Scrum certification issuing authorities. Certification availed from a few Scrum entities like Scrum.Org, Scrum Alliance, Agile Coaching Institute, etc. carry value in the Scrum market, and employers generally search for coaches who have qualified or hold certifications from these type of institutes.\r\n\r\nAgile coaches have a sound and relevant experience in at least one Agile discipline – Scrum, XP, or Kanban. They are certified Agile professionals who have achieved a high level of proficiency in their respective fields. They possess sufficient domain knowledge and coaching skills to facilitate and mentor the Scrum process in an organization. An Agile coach trains the development team and the management of Agile principles and practices. He/she contributes at both macro and micro levels, and in addition, resolves all Scrum related issues. Often, Agile coaches promote and act as Scrum ambassadors in organizations which appoint them.\r\n\r\nBusinesses appoint Agile and Scrum coaches when they decide to go “all the way” with Scrum and want to make sure they benefit from Scrum principles. Coaches are also consulted to discuss ways and means to develop better products, increase the ROI, and improve the current business processes.\r\n<h3>Enterprise Agile Coach</h3>\r\nAn Enterprise Agile coach is a person who has achieved some additional skills such as advanced systems coaching, understanding work culture, training organizations in specialized business processes, implementing change management, and creating collaboration and leadership qualities amongst individuals which “regular” Agile coaches may not possess.\r\n\r\nAn Enterprise Agile coach may work at all levels in an organization and help management in using Agile as a strategic asset for generating consistent and reliable business value by improving current processes through Agile.\r\n<div></div>\r\n \r\n\r\n</div>\r\n</div>','Types Of Agile Coaches And What Do They Do?','','inherit','closed','closed','','4574-revision-v1','','','2018-09-13 15:12:43','2018-09-13 09:42:43','',4574,'https://product.quickscrum.com/4574-revision-v1/',0,'revision','',0),(4578,16,'2018-09-13 15:12:58','2018-09-13 09:42:58','<div class=\"detail-box\">\r\n<div class=\"row\">\r\n<p class=\"col-lg-20 col-md-20 col-sm-20 col-xs-18 full-width\">People may or may not have heard about the word “Scrum”, but for those who have, a question most commonly asked by them might be “What can Scrum do for me to improve my business?” or “How do I use Scrum to grow?” – A topic most discussed by CEOs, CTOs, project managers, and other senior level executives in a development company or organization when they are faced with choices of adopting a framework to better their work processes and increase the investment returns for their organization. It is important to understand that for a business new to Agile and Scrum a lot depends upon what type of Agile or Scrum coach it hires, and how successfully the coach can help the organization to adopt Agile principles.</p>\r\n\r\n<div></div>\r\nAgile can work wonders for you provided it is implemented in an effective way. Agile coaches ensure that business implements the framework in a proper manner. Therefore, a lot depends upon what type of Agile coach do you actually need? You may feel unsure about Agile adoption but serious enough to “give it a try” and see if it can benefit you. On the other hand, you may be aware of the benefits of using Agile but not certain how to start. It’s worth considering the level of Agile coaching you actually need to get started.\r\n<div></div>\r\n<div></div>\r\n<img class=\"aligncenter wp-image-2525 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/AgieCoach.png\" alt=\"\" width=\"830\" height=\"500\" />\r\n<div></div>\r\n<div></div>\r\n<h3>What is an Agile coach?</h3>\r\nWhat is an Agile coach? When the question is asked to different people you’re sure to get different types of answers depending upon whom you’ve asked. The perception of Agile coaching changes from individual to individual, and from company to company. Perhaps the main reason why this happens is that there are no standard definitions explaining Agile coaching, and people have the liberty to interpret the terminology in a manner they deem correct.\r\n\r\nSo, rather than trying to define exactly what an “Agile coach” is, it would be more worthwhile to comprehend what activities Agile coaching includes, and what does an Agile coach do when he/she is appointed by an organization to facilitate or implement Scrum in their business processes. Coaching needs and activities vary from businesses to businesses based on the type of product to be developed. However, in a typical organization, there are three main areas where management often decide Agile coaching is needed.\r\n<h3>Agile Coach</h3>\r\nAn Agile coach can have one or more certifications from a well-known Scrum certification body. Unlike getting certified as a chartered account or a medical practitioner in a particular state or country, there are no formal or authorized “government recognized” Scrum certification issuing authorities. Certification availed from a few Scrum entities like Scrum.Org, Scrum Alliance, Agile Coaching Institute, etc. carry value in the Scrum market, and employers generally search for coaches who have qualified or hold certifications from these type of institutes.\r\n\r\nAgile coaches have a sound and relevant experience in at least one Agile discipline – Scrum, XP, or Kanban. They are certified Agile professionals who have achieved a high level of proficiency in their respective fields. They possess sufficient domain knowledge and coaching skills to facilitate and mentor the Scrum process in an organization. An Agile coach trains the development team and the management of Agile principles and practices. He/she contributes at both macro and micro levels, and in addition, resolves all Scrum related issues. Often, Agile coaches promote and act as Scrum ambassadors in organizations which appoint them.\r\n\r\nBusinesses appoint Agile and Scrum coaches when they decide to go “all the way” with Scrum and want to make sure they benefit from Scrum principles. Coaches are also consulted to discuss ways and means to develop better products, increase the ROI, and improve the current business processes.\r\n<h3>Enterprise Agile Coach</h3>\r\nAn Enterprise Agile coach is a person who has achieved some additional skills such as advanced systems coaching, understanding work culture, training organizations in specialized business processes, implementing change management, and creating collaboration and leadership qualities amongst individuals which “regular” Agile coaches may not possess.\r\n\r\nAn Enterprise Agile coach may work at all levels in an organization and help management in using Agile as a strategic asset for generating consistent and reliable business value by improving current processes through Agile.\r\n<div></div>\r\n \r\n\r\n</div>\r\n</div>','Types Of Agile Coaches And What Do They Do?','','inherit','closed','closed','','4574-autosave-v1','','','2018-09-13 15:12:58','2018-09-13 09:42:58','',4574,'https://product.quickscrum.com/4574-autosave-v1/',0,'revision','',0),(4580,16,'2018-09-13 15:16:27','2018-09-13 09:46:27','The product owner plays a key role in Scrum. Right from planning the project release and incepting the project, the product owner plans, organizes, estimates, and delivers the project business value to the client. In Scrum, the PO \"owns\" the product on behalf of the management and stakeholders - individuals who have appointed him or her to develop the project. From Scrum point of view, development is fundamentally carried out to achieve the releases. A product is never considered as \"complete\" or \"fully developed\", rather, several versions of the product in the form of releases are delivered to the client. So, in a way, the objective in Scrum is to develop a product release having a certain business value to the client - the client launches the release in the market, earns from it, and subsequently plans how more developed versions of the release can be developed using Scrum so the earning activity does not stop. This is one of the main reasons why a product backlog is always dynamic. When a Scrum team works on a particular release, the same backlog may be used for another release - it is not required to rebuild the product backlog right from scratch for each release. The PO is responsible for delivering all these.\r\n\r\n<img class=\"aligncenter wp-image-2923 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/core-responsibilities.png\" alt=\"\" width=\"830\" height=\"300\" />\r\n\r\nIn practice, the role of a PO is not an easy one to play. There are many responsibilities of a PO, and they can be briefly categorized as:\r\n<ul class=\"custom-padding-left-30\">\r\n <li>Planning the release as per the client\'s vision of what the product should be like when launched in the market.</li>\r\n <li>Designing the sprints so that a certain business value is delivered to the client on a consistent basis.</li>\r\n <li>Achieving the product release through daily sprints.</li>\r\n <li>Interacting with the client, stakeholders, end-users, etc.</li>\r\n <li>Coordinating and dealing with work-related issues.</li>\r\n</ul>\r\nLooking at the role played by the PO from a macro level, these are the common core responsibilities that each PO is liable to fulfill. However, at a micro level, the PO also plans out various activities pertaining to the Scrum process.\r\n<h1>Product owner - A core determinant of the project</h1>\r\nIn the scrum, all activities are originated directly, or indirectly, by the PO. Right from planning the project to delivering the release, the PO is held accountable for everything, except for the manner in which the development team develops the product increment, and how the scrum master facilitates the scrum process. The PO has to ensure that the product vision can be distilled into a shippable, concrete, and deliverable product increment having a certain business value for the client. The person also acts as a facilitator to resolve technical issues faced by the team, and to streamline the Scrum process within the team - a core responsibility of a scrum master although not to an extent to which a scrum master performs his or her particular role in the scrum. The PO has to demonstrate the tangible benefits of the product vision to the client and ensure that the client benefits through the periodic product increments. The PO also participates in Scrum rituals or events.\r\n\r\nThe main tasks of a PO consist of:\r\n<ul class=\"custom-padding-left-30\">\r\n <li>Envisioning the product desired by the client and plan its development.</li>\r\n <li>Design an iterative product increment or a sprint release strategy that can incorporate changing market conditions as well as quick modifications of product feature requirements.</li>\r\n <li>Distilling high-level product based requirements - Epics - into individually developable and deliverable product backlog items \"PBI\" or user stories linked with a certain acceptance criteria (the Definition of Done and the sprint goal).</li>\r\n <li>Prioritizing the product development by ordering the product backlog.</li>\r\n <li>Communicating and explaining complex system architecture related issues to the client.</li>\r\n <li>Negotiating and resolving all client-side issues and disputes associated with product design, development, and user story priorities</li>\r\n</ul>\r\nA common misconception is to think that the PO actually owns the product. In practice, the PO \"owns\" it with respect to the team, but in reality, represents the client\'s interests. Technically speaking, a product owner can actually own a product, but in that case, the client and the PO are the same entities as far as scrum is concerned.\r\n<h1>Team responsibilities of the product owner</h1>\r\nAs far as the team is concerned, the PO is mainly responsible for:\r\n<ul>\r\n <li>Represent the interests of, and act as the \"voice\" of stakeholders, end-users, and customers.</li>\r\n <li>Understand project profitability and deliver high investment returns.</li>\r\n <li>Manage stakeholders.</li>\r\n <li>Maintain communications, and promote collaboration amongst all team members.</li>\r\n <li>Undertake on-the-spot tactical decisions and ensure the product development cycle is not hampered.</li>\r\n <li>Participate in all Scrum events.</li>\r\n <li>Maintain and update the product backlog.</li>\r\n <li>Help the team to estimate the development time.</li>\r\n <li>Accept user stories as \"Done\" during reviews and provide proper feedback.</li>\r\n <li>Monitor the project progress, and advise constant adjustments in the process flow based upon important strategic objectives.</li>\r\n</ul>\r\n ','Core Responsibilities Of A Product Owner In Scrum','','publish','open','open','','core-responsibilities-of-a-product-owner-in-scrum','','','2018-09-13 15:16:53','2018-09-13 09:46:53','',0,'https://product.quickscrum.com/?p=4580',0,'post','',0),(4582,13,'2018-09-13 15:16:46','2018-09-13 09:46:46','Software products penetrate almost every aspect of human existence today. They manifest themselves in a multitude of manner and remain omnipresent in a host of devices ranging from washing machines and smartphones to automobiles and computers. Owing to a consistent usage of different types of digital devices by people across the world, software applications, and utilities have to evolve as and when consumer requirements change and \"strive\" to fulfill the new set of requirements demanded by end users. It is, therefore, essential to develop newer versions of existing software products more frequently, in the shortest time possible, and in a manner such that end users do not face any problems while using the products in the upcoming months. Stiff market competitions and an ever-increasing consumer \"appetite\" for feature-rich products have created a special need to implement a reliable and sustainable product development methodology, or a framework, which can aid in developing sophisticated software products in a relatively short time. Moreover, the methodology should also help in reducing the developmental overheads so investment returns can be increased. As of today, a reliable project development methodology is very much required to fulfill the business goals on a consistent basis, and earn large profits from the products manufactured by IT companies.\r\n\r\nOver the decades, IT stalwarts have introduced many software development frameworks and project management methodologies. While many of these methodologies have proved to be useless and non-productive, a large number of them have been, in fact, successful in delivering the desired results – with varying levels of acceptance. With the passage of time, two software development frameworks have managed to dominate the field of software development. The frameworks are:\r\n\r\n<img class=\"aligncenter wp-image-2458 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/why-agile-can-be-a-popular-software-development-framework.png\" alt=\"\" width=\"964\" height=\"591\" />\r\n<h1>1. Waterfall</h1>\r\nIt is a traditional software development framework typically featuring \"staged\" development processes which have to be \"carried out\" one after the other. A unique aspect about this framework is that product development starts from the \"topmost\" stage and \"flows\" towards the \"bottommost\" stage. Once started, the product development cycle cannot reverse itself - it is unidirectional in nature. The framework is widely used, and is very popular amongst software development companies, primarily because the framework has \"been around\" for a long time and used by a large number of software developers and IT firms. It is easy to understand and use. Therefore, it is also used for teaching the software development process to engineering students. Even though it is a much sought after development framework, a large number of individuals and companies traditionally using Waterfall methods for developing their software products are now finding it increasingly difficult to meet the changing global software trends and developing state-of-the-art applications and utilities, which are so much in vogue today.\r\n<h1>2. Agile</h1>\r\nA comparatively new \"entrant\" Agile has managed to find a special niche for itself in the IT development field over the years. The Agile framework was originally envisioned, and developed, to overcome the defects of traditional software project management methodologies and frameworks, which had failed to evolve \"in the desired direction\", could not adapt themselves to the changing market trends, and offer reduced turnaround times. There are many reasons why \"lightweight\" Agile frameworks have become popular development platforms:\r\n<ul>\r\n <li>They support product development through \"short bursts\" of programming/development activity, generally lasting from two weeks up to one month. It is much easier to develop, test, and document smaller \"pieces\" of code, features, and functionality rather than entire projects. Individually developed features are later integrated to form the \"complete\" product. The frameworks primarily focus upon rapid delivery of \"shippable\" products and business value.</li>\r\n <li>The client is actively involved with the team and the development process. Each feature is checked and \"cleared\" by the stakeholders before it is accepted as \"Done\". This leads to increased customer satisfaction and enhanced user experience.</li>\r\n <li>Potential pitfalls are identified well in advance, at a micro level, so it is much easier to control regression and reduce technical debt. Agile software projects generally help to earn good profit margins.</li>\r\n <li>Agile frameworks support error detection and error correction processes. Technical errors are discovered early during the product development process and dealt with effectively.</li>\r\n <li>The frameworks provide an opportunity to carry out \"retrospective\" thinking, reflect in terms of where the project is heading, and what \"more\" could be done to improve the product development process.</li>\r\n</ul>\r\n<h1>Agile and the scope of software development</h1>\r\nIndividuals associated with the software industry generally prefer using the term \"software development\" to describe their particular line of work. The words are indiscriminately used to describe a host of development related activities, including testing, documentation, debugging, deployment, and maintenance of software applications. It is normal to explain one’s profession as \"software development\" while the individual may be working as a VBScript or Java web developer, an application programmer, an iOS or Android mobile apps creator, or even developing specialized scripts for WordPress themes.\r\n\r\nOne of the commonest doubt prevailing amongst most individuals new to the Agile process is whether Agile is \"applicable\" to their particular field of work. And if so, how? In what manner? How can they possibly benefit through Agile? The questions are many. First of all, it is important to know where Agile is applicable, and whether it \"covers\" your particular field of work. Please read to <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"https://www.quickscrum.com/Article/ArticleDetails/1003/5/Software-Development-Activities-In-The-IT-Field\" rel=\"noopener\">know more about Agile \"applicability\"</a></span>. The list provides a rough idea regarding the scope of Agile software development.\r\n<h3><strong>1. Clients and stakeholders engagement</strong></h3>\r\n<img class=\"aligncenter wp-image-2459 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/why-agile-can-be-a-popular-software-development-framework-1.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n\r\nAgile emphasizes upon client engagement. The stakeholders \"own\" the project and sponsor it. Their objective is to develop successful software projects and generate higher sources of revenue out of them. In practice, the client remains conversant with the current market trends and possesses a fair idea as to \"what\" is likely to score in the market in terms of a feature-rich application or utility that can satisfy the end user requirements. When the client is closely associated with the day-to-day development activity, he or she can decide whether the productivity offered by the development team can satisfy user related requirements, and how much of business value the product features possess. Client participation leads to meaningful and successful project development and completion.\r\n\r\nWaterfall does not encourage or support client participation. The project is developed and subsequently presented to the client after it is totally completed. Since the client does not participate in the development process, Waterfall projects may fail to offer the exact features so desired, and, in addition, do not \"guarantee\" any business value for the project. There is a certain risk involved regarding the product\'s saleability.\r\n<h3><strong>2. Transparency and collaboration</strong></h3>\r\n<img class=\"aligncenter wp-image-2460 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/why-agile-can-be-a-popular-software-development-framework-2.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n\r\nThe Agile framework makes it possible to increase the transparency levels while working and facilitates the actual product development process by increasing the collaboration amongst team members. Information pertaining to the entire project is shared equally with all team members, and each decision undertaken by the senior team members - the product owner and the scrum master - is freely discussed. The seniors \"act\" as mentors and many times employ a servant-leader role to increase team participation. The team members have the authority to accept or reject the tasks taken up for development. Moreover, the developers have the right to allocate or distribute development tasks amongst themselves. Seniors do not allocate work to the development team members. All these factors create a healthy working environment. A conductive Agile work-related atmosphere leads to meaningful development and timely completion of product features.\r\n\r\nThe Waterfall framework primarily concentrates upon delegation of authority and direct allocation of work. Unlike Agile, the development process is pre-decided, and in many cases, even decided as to which resource should be used for developing a particular product feature. The waterfall is rigid as far as sharing of information is concerned. The project related documentation is created at the project’s onset, and apart from technical information, nothing else is generally shared with the team. The seniors have the final “say” and junior team members cannot argue with any of the decisions undertaken by the seniors.\r\n<h3><strong>3. Quick and predictable delivery</strong></h3>\r\n<img class=\"aligncenter wp-image-2461 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/why-agile-can-be-a-popular-software-development-framework-3.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n\r\nApart from the actual development activity, Agile supports several events and activities which constitute the actual Agile process. Each activity is time-boxed and has to be completed within a stipulated time. It is one of the most important framework features. Quick and sustained delivery of shippable products through periodic product incremental cycles known as “sprints” comprise the main heart of all Agile frameworks. The deadlines are stringently adhered to and rarely compromised upon.\r\n\r\nOne of the biggest drawbacks of Waterfall is that projects, in many instances, extend well beyond their stipulated deadlines, and rarely get completed in time. It is an inherent drawback which actually inspired the \"birth\" of Agile and Lean frameworks. Traditional development methods are rigid, and it is very difficult to control the rate at which productivity is offered by the team. That is not the case with Agile. Each Agile sprint is dynamic, and \"monitored\" on a daily basis through the daily scrum meetings so it can be \"made\" effective. Agile concentrates upon quick and timely delivery of product features and functionality through daily development activity known as \"daily sprints\".\r\n<h3><strong>4. Predictable costs and work schedule</strong></h3>\r\n<img class=\"aligncenter wp-image-2462 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/why-agile-can-be-a-popular-software-development-framework-4.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n\r\nIt becomes possible to predict the amount of work done, or productivity offered, by time boxing the daily sprint iterations. The development carried out can be frequently and easily monitored since each “daily sprint” has to result into something “significant” with regards the development of product features, and the same has to be exhibited to the product owner and the stakeholders in special Agile events known as the “sprint review” and “sprint retrospective” meetings. The “velocity”, or the rate at which actual development is carried out, is used for estimation purposes i.e. the total number of tasks developed by the team during a particular sprint provides an idea about how much work was carried within a specified time. The estimation makes it possible to predict how much time and financial resources will be required to complete the project. A reliable project release date can be subsequently stated.\r\n\r\nIt is very difficult to estimate how much time a Waterfall project will need to complete. Deadlines are generally “set up” based upon predictions and project related experience, rather than on actual project dynamics and production pattern. It is one of the primary reasons why Waterfall fails to deliver time-bound projects.\r\n<h3><strong>5. Support for \"change\"</strong></h3>\r\n<img class=\"aligncenter wp-image-2463 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/why-agile-can-be-a-popular-software-development-framework-5.png\" alt=\"\" width=\"830\" height=\"350\" />\r\n\r\nAgile is based upon \"inspect\" and \"adapt\" principles. The Agile framework dynamically supports changes and is capable of adapting itself to changing market-related conditions and client demands – even late during the development process. New features can be introduced to enhance the product’s business value, and redundant functionality can be safely \"removed\" from the production plan without affecting the productivity levels.\r\n\r\nWaterfall does not support, nor advocate, any types of changes once the documentation process is carried out, and the project commences. The framework is rigid and there is no scope of changing the functionality stated in the documentation process – even if the client so demands.\r\n<h3><strong>6. Focusing upon the business value</strong></h3>\r\n<img class=\"alignnone wp-image-2464 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/why-agile-can-be-a-popular-software-development-framework-6.png\" alt=\"\" width=\"830\" height=\"350\" />\r\n\r\nIn <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"https://www.quickscrum.com/Home/AgileDevelopment\" rel=\"noopener\">Agile, development is carried out</a></span> by splitting the actual product into smaller developable parts known as \"user stories\" or product items. Right from the project conception stage, each user story is segregated and arranged depending upon its importance and business value. User stories having a greater business value or importance in the project are developed first, followed by less important ones. Thus during the Agile process, only important product features are developed at all times, thereby increasing the business value linked with the project currently underway.\r\n\r\nWaterfall does not have features that can account for or take into consideration the current business value linked to the project. The concept does not exist. Projects are developed in a traditional manner, and no efforts are made to determine what they are currently worth in the market.','Why Agile Can Be A Popular Software Development Framework','','publish','open','open','','why-agile-can-be-a-popular-software-development-framework','','','2018-09-13 15:16:46','2018-09-13 09:46:46','',0,'https://product.quickscrum.com/?p=4582',0,'post','',0),(4583,12,'2018-09-13 15:16:45','2018-09-13 09:46:45','Of all the Scrum roles, the product owner plays the most significant part. Besides understanding and promoting the client’s product vision to the team, the PO also fosters a healthy working environment and ensures that the project is completed well on time. Above all, the PO is also held responsible for the success and failure of the project. Therefore, the person appointed as a PO should possess certain characteristics that constitute a great leader – the product owner leads the entire Scrum team.\r\n\r\nSo what makes a good product owner? What virtues should he or she possess? The best way to know about the kind of role a PO should ideally play is to revert to the official Scrum guide and discover what it has to say regarding the <a class=\"link-hover\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #3366ff;\">role of a product owner</span></a>\r\n<h1>Create the product backlog items or user stories in the backlog</h1>\r\nOne of the biggest responsibilities of a PO is to decide what product features should be developed in the project, and to represent those features in the form of user stories or product backlog items in the backlog. The product owner is responsible for the product backlog and “owns” it on behalf of the stakeholders and clients. It is not necessary for the PO to personally create the user stories and define them in the backlog. The official Scrum guide states\r\n\r\n“The Product Owner is responsible for the Product Backlog, including its content, availability, and ordering.”\r\n\r\nWhile the guide further generalizes the role of a PO as\r\n\r\n“The Product Owner is the sole person responsible for managing the Product Backlog.”\r\n\r\nIt is not necessary for the PO to create the product backlog all by himself/herself. The PO is held accountable for the backlog. He/she can take the help of team members and the Scrum master while creating the backlog. In certain types of Scrum implementation, the PO supervises the backlog creation while the team actually defines the product backlog items as per the PO’s instructions and guidelines. Since Scrum is a framework, its core principles have to be applied to a project before its benefits can be availed. Moreover, Scrum should be implemented in accordance with the requirements of the project, and so there is a lot of scope as to how the PO can fulfill his/her responsibilities.\r\n<h1>Order and prioritize the product backlog</h1>\r\nIn its most fundamental form, a product backlog is simply an ordered list of everything required to develop the product. The list functions as a single source of requirements for developing the product in totality i.e. it includes the functionality, acceptance criteria, description, and documentation aspects needed to make the product shippable. The guide states\r\n\r\n“The Product Backlog lists all features, functions, requirements, enhancements, and fixes that constitute the changes to be made to the product in future releases. Product Backlog items have the attributes of a description, order, estimate, and value.”\r\n\r\nIn real life, the product backlog is dynamic in nature, and never complete.\r\n\r\nThe Product Backlog is an ordered list of everything that might be needed in the product and is the single source of requirements for any changes to be made to the product. Product Backlog is never complete. The earliest development of it only lays out the initially known and best-understood requirements. The Product Backlog evolves as the product and the environment in which it will be used evolves. The product backlog is dynamic in nature - it constantly keeps on changing to identify what the product actually needs to be appropriate, competitive, and useful. As long as a product exists, its product backlog also exists.\r\n<p style=\"padding-left: 30px;\"><strong>1. Design and plan a proper sprint goal</strong></p>\r\n<p style=\"padding-left: 30px;\">Since the product backlog is primarily “owned” by the PO, he or she is responsible for delivering a stable and bug-free product release, and ensure that the project is completed in time. In Scrum, since the entire development activity is carried out through the daily sprints, it is very important to design a sprint such that its goal is properly satisfied, and met, at the end of an iterative cycle. The PO conveys the product vision to the team, and one of the important duties undertaken by him/her is to design and plan a proper sprint goal. The guide says:</p>\r\n<p style=\"padding-left: 30px;\">The Sprint Goal is an objective set for the Sprint that can be met through the implementation of Product Backlog. It provides guidance to the Development Team on why it is building the Increment.</p>\r\n<p style=\"padding-left: 30px;\"><img class=\"aligncenter wp-image-2364 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/role-of-product-owner-scrum-guide.png\" alt=\"\" width=\"830\" height=\"474\" /></p>\r\n<p style=\"padding-left: 30px;\">The sprint goal is decided during the sprint planning event. The main objective of having a well-defined sprint goal is to ascertain that the development team remains focused upon how it should develop the user stories, and what criteria the stories should fulfill to be considered as “shippable”. The sprint goal includes the acceptance criteria – conditions specified in the product backlog items that have to be satisfied so the product feature developed by the team can deliver a certain business value to the client. As the PO is the person most conversant with regards what the final product should ideally deliver in terms of functionality, the success of the sprint depends a lot upon how the PO has defined the sprint goal. A lot depends upon how well the team understands the product vision and the sprint goal, and it is the PO’s responsibility to ensure that the team understands user stories up to the levels required to deliver a useful and important product increment to the customer.</p>\r\n<p style=\"padding-left: 30px;\">Ensuring the Development Team understands items in the Product Backlog to the level needed.</p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Be available to the team</strong></p>\r\n<p style=\"padding-left: 30px;\"><span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"https://www.quickscrum.com/Home/AgileDevelopment\" target=\"_blank\" rel=\"noopener\">Agile Scrum advocates self-organization</a></span> and self-management. Scrum teams are cross-functional and capable of working independently. In practice, the Scrum master oversees Scrum implementation and makes sure the team does not face any impediments. However, if and when the team faces a problem or a technical situation, the Scrum master may seek the guidance of the PO and ask for a solution if the team cannot resolve the issue on its own. Moreover, for issues pertaining to client or stakeholders feedback, the PO liaises between the team and the management to bring forth an acceptable solution.</p>\r\n<p style=\"padding-left: 30px;\"><img class=\"aligncenter wp-image-2369 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/sprint-goal.png\" alt=\"\" width=\"830\" height=\"380\" /></p>\r\n<p style=\"padding-left: 30px;\">The PO should remain accessible, if not physically, at least be accessible using electronic communication devices and online chats facilities to resolve issues. The team should be able to communicate freely and convey the issues to the PO when required. The PO should be available when the team needs his or her presence.</p>\r\n<p style=\"padding-left: 30px;\">If possible, participate in the daily scrums</p>\r\n<p style=\"padding-left: 30px;\">The daily stand up or the daily Scrum is more of a development team-Scrum master event in which the SM does what he/she is supposed to do in Scrum – oversee that basic Agile principle are properly followed by the team and the information-feedback cycle is maintained. The official Scrum guide does not suggest anything regarding whether a PO should attend the daily scrum or not. It is not mandatory for the PO to attend this event, however, if the PO does take the initiative and attend the daily Scrums, it would enhance the Scrum experience, because if such were the case, the team would be inclined to take the process more seriously. The best way to lead a team is to set an example by doing something yourself first and motivating the team to follow you.</p>\r\n<p style=\"padding-left: 30px;\">Moreover, there is an added advantage if the PO attends the daily Scrum. It is possible to avail of a much better idea regarding how the team is performing, and what kinds of issues the team is currently facing by attending the stand-ups. The PO stays better informed, and as a result, the inspect and adapt principles can be made more effective.</p>\r\n<p style=\"padding-left: 30px;\">Source:<span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.scrumguides.org/docs/scrumguide/v1/scrum-guide-us.pdf\" target=\"_blank\" rel=\"noopener\"> The Scrum Guide<sup>TM</sup></a></span></p>','The Role Of A Product Owner As Per The Scrum Guide','','publish','open','open','','the-role-of-a-product-owner-as-per-the-scrum-guide','','','2018-09-13 15:16:45','2018-09-13 09:46:45','',0,'https://product.quickscrum.com/?p=4583',0,'post','',0),(4584,16,'2018-09-13 15:16:27','2018-09-13 09:46:27','The product owner plays a key role in Scrum. Right from planning the project release and incepting the project, the product owner plans, organizes, estimates, and delivers the project business value to the client. In Scrum, the PO \"owns\" the product on behalf of the management and stakeholders - individuals who have appointed him or her to develop the project. From Scrum point of view, development is fundamentally carried out to achieve the releases. A product is never considered as \"complete\" or \"fully developed\", rather, several versions of the product in the form of releases are delivered to the client. So, in a way, the objective in Scrum is to develop a product release having a certain business value to the client - the client launches the release in the market, earns from it, and subsequently plans how more developed versions of the release can be developed using Scrum so the earning activity does not stop. This is one of the main reasons why a product backlog is always dynamic. When a Scrum team works on a particular release, the same backlog may be used for another release - it is not required to rebuild the product backlog right from scratch for each release. The PO is responsible for delivering all these.\r\n\r\n<img class=\"aligncenter wp-image-2923 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/core-responsibilities.png\" alt=\"\" width=\"830\" height=\"300\" />\r\n\r\nIn practice, the role of a PO is not an easy one to play. There are many responsibilities of a PO, and they can be briefly categorized as:\r\n<ul class=\"custom-padding-left-30\">\r\n <li>Planning the release as per the client\'s vision of what the product should be like when launched in the market.</li>\r\n <li>Designing the sprints so that a certain business value is delivered to the client on a consistent basis.</li>\r\n <li>Achieving the product release through daily sprints.</li>\r\n <li>Interacting with the client, stakeholders, end-users, etc.</li>\r\n <li>Coordinating and dealing with work-related issues.</li>\r\n</ul>\r\nLooking at the role played by the PO from a macro level, these are the common core responsibilities that each PO is liable to fulfill. However, at a micro level, the PO also plans out various activities pertaining to the Scrum process.\r\n<h1>Product owner - A core determinant of the project</h1>\r\nIn the scrum, all activities are originated directly, or indirectly, by the PO. Right from planning the project to delivering the release, the PO is held accountable for everything, except for the manner in which the development team develops the product increment, and how the scrum master facilitates the scrum process. The PO has to ensure that the product vision can be distilled into a shippable, concrete, and deliverable product increment having a certain business value for the client. The person also acts as a facilitator to resolve technical issues faced by the team, and to streamline the Scrum process within the team - a core responsibility of a scrum master although not to an extent to which a scrum master performs his or her particular role in the scrum. The PO has to demonstrate the tangible benefits of the product vision to the client and ensure that the client benefits through the periodic product increments. The PO also participates in Scrum rituals or events.\r\n\r\nThe main tasks of a PO consist of:\r\n<ul class=\"custom-padding-left-30\">\r\n <li>Envisioning the product desired by the client and plan its development.</li>\r\n <li>Design an iterative product increment or a sprint release strategy that can incorporate changing market conditions as well as quick modifications of product feature requirements.</li>\r\n <li>Distilling high-level product based requirements - Epics - into individually developable and deliverable product backlog items \"PBI\" or user stories linked with a certain acceptance criteria (the Definition of Done and the sprint goal).</li>\r\n <li>Prioritizing the product development by ordering the product backlog.</li>\r\n <li>Communicating and explaining complex system architecture related issues to the client.</li>\r\n <li>Negotiating and resolving all client-side issues and disputes associated with product design, development, and user story priorities</li>\r\n</ul>\r\nA common misconception is to think that the PO actually owns the product. In practice, the PO \"owns\" it with respect to the team, but in reality, represents the client\'s interests. Technically speaking, a product owner can actually own a product, but in that case, the client and the PO are the same entities as far as scrum is concerned.\r\n<h1>Team responsibilities of the product owner</h1>\r\nAs far as the team is concerned, the PO is mainly responsible for:\r\n<ul>\r\n <li>Represent the interests of, and act as the \"voice\" of stakeholders, end-users, and customers.</li>\r\n <li>Understand project profitability and deliver high investment returns.</li>\r\n <li>Manage stakeholders.</li>\r\n <li>Maintain communications, and promote collaboration amongst all team members.</li>\r\n <li>Undertake on-the-spot tactical decisions and ensure the product development cycle is not hampered.</li>\r\n <li>Participate in all Scrum events.</li>\r\n <li>Maintain and update the product backlog.</li>\r\n <li>Help the team to estimate the development time.</li>\r\n <li>Accept user stories as \"Done\" during reviews and provide proper feedback.</li>\r\n <li>Monitor the project progress, and advise constant adjustments in the process flow based upon important strategic objectives.</li>\r\n</ul>\r\n ','Core Responsibilities Of A Product Owner In Scrum','','inherit','closed','closed','','4580-revision-v1','','','2018-09-13 15:16:27','2018-09-13 09:46:27','',4580,'https://product.quickscrum.com/4580-revision-v1/',0,'revision','',0),(4585,13,'2018-09-13 15:16:31','2018-09-13 09:46:31','Software products penetrate almost every aspect of human existence today. They manifest themselves in a multitude of manner and remain omnipresent in a host of devices ranging from washing machines and smartphones to automobiles and computers. Owing to a consistent usage of different types of digital devices by people across the world, software applications, and utilities have to evolve as and when consumer requirements change and \"strive\" to fulfill the new set of requirements demanded by end users. It is, therefore, essential to develop newer versions of existing software products more frequently, in the shortest time possible, and in a manner such that end users do not face any problems while using the products in the upcoming months. Stiff market competitions and an ever-increasing consumer \"appetite\" for feature-rich products have created a special need to implement a reliable and sustainable product development methodology, or a framework, which can aid in developing sophisticated software products in a relatively short time. Moreover, the methodology should also help in reducing the developmental overheads so investment returns can be increased. As of today, a reliable project development methodology is very much required to fulfill the business goals on a consistent basis, and earn large profits from the products manufactured by IT companies.\r\n\r\nOver the decades, IT stalwarts have introduced many software development frameworks and project management methodologies. While many of these methodologies have proved to be useless and non-productive, a large number of them have been, in fact, successful in delivering the desired results – with varying levels of acceptance. With the passage of time, two software development frameworks have managed to dominate the field of software development. The frameworks are:\r\n\r\n<img class=\"aligncenter wp-image-2458 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/why-agile-can-be-a-popular-software-development-framework.png\" alt=\"\" width=\"964\" height=\"591\" />\r\n<h1>1. Waterfall</h1>\r\nIt is a traditional software development framework typically featuring \"staged\" development processes which have to be \"carried out\" one after the other. A unique aspect about this framework is that product development starts from the \"topmost\" stage and \"flows\" towards the \"bottommost\" stage. Once started, the product development cycle cannot reverse itself - it is unidirectional in nature. The framework is widely used, and is very popular amongst software development companies, primarily because the framework has \"been around\" for a long time and used by a large number of software developers and IT firms. It is easy to understand and use. Therefore, it is also used for teaching the software development process to engineering students. Even though it is a much sought after development framework, a large number of individuals and companies traditionally using Waterfall methods for developing their software products are now finding it increasingly difficult to meet the changing global software trends and developing state-of-the-art applications and utilities, which are so much in vogue today.\r\n<h1>2. Agile</h1>\r\nA comparatively new \"entrant\" Agile has managed to find a special niche for itself in the IT development field over the years. The Agile framework was originally envisioned, and developed, to overcome the defects of traditional software project management methodologies and frameworks, which had failed to evolve \"in the desired direction\", could not adapt themselves to the changing market trends, and offer reduced turnaround times. There are many reasons why \"lightweight\" Agile frameworks have become popular development platforms:\r\n<ul>\r\n <li>They support product development through \"short bursts\" of programming/development activity, generally lasting from two weeks up to one month. It is much easier to develop, test, and document smaller \"pieces\" of code, features, and functionality rather than entire projects. Individually developed features are later integrated to form the \"complete\" product. The frameworks primarily focus upon rapid delivery of \"shippable\" products and business value.</li>\r\n <li>The client is actively involved with the team and the development process. Each feature is checked and \"cleared\" by the stakeholders before it is accepted as \"Done\". This leads to increased customer satisfaction and enhanced user experience.</li>\r\n <li>Potential pitfalls are identified well in advance, at a micro level, so it is much easier to control regression and reduce technical debt. Agile software projects generally help to earn good profit margins.</li>\r\n <li>Agile frameworks support error detection and error correction processes. Technical errors are discovered early during the product development process and dealt with effectively.</li>\r\n <li>The frameworks provide an opportunity to carry out \"retrospective\" thinking, reflect in terms of where the project is heading, and what \"more\" could be done to improve the product development process.</li>\r\n</ul>\r\n<h1>Agile and the scope of software development</h1>\r\nIndividuals associated with the software industry generally prefer using the term \"software development\" to describe their particular line of work. The words are indiscriminately used to describe a host of development related activities, including testing, documentation, debugging, deployment, and maintenance of software applications. It is normal to explain one’s profession as \"software development\" while the individual may be working as a VBScript or Java web developer, an application programmer, an iOS or Android mobile apps creator, or even developing specialized scripts for WordPress themes.\r\n\r\nOne of the commonest doubt prevailing amongst most individuals new to the Agile process is whether Agile is \"applicable\" to their particular field of work. And if so, how? In what manner? How can they possibly benefit through Agile? The questions are many. First of all, it is important to know where Agile is applicable, and whether it \"covers\" your particular field of work. Please read to <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"https://www.quickscrum.com/Article/ArticleDetails/1003/5/Software-Development-Activities-In-The-IT-Field\" rel=\"noopener\">know more about Agile \"applicability\"</a></span>. The list provides a rough idea regarding the scope of Agile software development.\r\n<h3><strong>1. Clients and stakeholders engagement</strong></h3>\r\n<img class=\"aligncenter wp-image-2459 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/why-agile-can-be-a-popular-software-development-framework-1.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n\r\nAgile emphasizes upon client engagement. The stakeholders \"own\" the project and sponsor it. Their objective is to develop successful software projects and generate higher sources of revenue out of them. In practice, the client remains conversant with the current market trends and possesses a fair idea as to \"what\" is likely to score in the market in terms of a feature-rich application or utility that can satisfy the end user requirements. When the client is closely associated with the day-to-day development activity, he or she can decide whether the productivity offered by the development team can satisfy user related requirements, and how much of business value the product features possess. Client participation leads to meaningful and successful project development and completion.\r\n\r\nWaterfall does not encourage or support client participation. The project is developed and subsequently presented to the client after it is totally completed. Since the client does not participate in the development process, Waterfall projects may fail to offer the exact features so desired, and, in addition, do not \"guarantee\" any business value for the project. There is a certain risk involved regarding the product\'s saleability.\r\n<h3><strong>2. Transparency and collaboration</strong></h3>\r\n<img class=\"aligncenter wp-image-2460 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/why-agile-can-be-a-popular-software-development-framework-2.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n\r\nThe Agile framework makes it possible to increase the transparency levels while working and facilitates the actual product development process by increasing the collaboration amongst team members. Information pertaining to the entire project is shared equally with all team members, and each decision undertaken by the senior team members - the product owner and the scrum master - is freely discussed. The seniors \"act\" as mentors and many times employ a servant-leader role to increase team participation. The team members have the authority to accept or reject the tasks taken up for development. Moreover, the developers have the right to allocate or distribute development tasks amongst themselves. Seniors do not allocate work to the development team members. All these factors create a healthy working environment. A conductive Agile work-related atmosphere leads to meaningful development and timely completion of product features.\r\n\r\nThe Waterfall framework primarily concentrates upon delegation of authority and direct allocation of work. Unlike Agile, the development process is pre-decided, and in many cases, even decided as to which resource should be used for developing a particular product feature. The waterfall is rigid as far as sharing of information is concerned. The project related documentation is created at the project’s onset, and apart from technical information, nothing else is generally shared with the team. The seniors have the final “say” and junior team members cannot argue with any of the decisions undertaken by the seniors.\r\n<h3><strong>3. Quick and predictable delivery</strong></h3>\r\n<img class=\"aligncenter wp-image-2461 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/why-agile-can-be-a-popular-software-development-framework-3.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n\r\nApart from the actual development activity, Agile supports several events and activities which constitute the actual Agile process. Each activity is time-boxed and has to be completed within a stipulated time. It is one of the most important framework features. Quick and sustained delivery of shippable products through periodic product incremental cycles known as “sprints” comprise the main heart of all Agile frameworks. The deadlines are stringently adhered to and rarely compromised upon.\r\n\r\nOne of the biggest drawbacks of Waterfall is that projects, in many instances, extend well beyond their stipulated deadlines, and rarely get completed in time. It is an inherent drawback which actually inspired the \"birth\" of Agile and Lean frameworks. Traditional development methods are rigid, and it is very difficult to control the rate at which productivity is offered by the team. That is not the case with Agile. Each Agile sprint is dynamic, and \"monitored\" on a daily basis through the daily scrum meetings so it can be \"made\" effective. Agile concentrates upon quick and timely delivery of product features and functionality through daily development activity known as \"daily sprints\".\r\n<h3><strong>4. Predictable costs and work schedule</strong></h3>\r\n<img class=\"aligncenter wp-image-2462 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/why-agile-can-be-a-popular-software-development-framework-4.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n\r\nIt becomes possible to predict the amount of work done, or productivity offered, by time boxing the daily sprint iterations. The development carried out can be frequently and easily monitored since each “daily sprint” has to result into something “significant” with regards the development of product features, and the same has to be exhibited to the product owner and the stakeholders in special Agile events known as the “sprint review” and “sprint retrospective” meetings. The “velocity”, or the rate at which actual development is carried out, is used for estimation purposes i.e. the total number of tasks developed by the team during a particular sprint provides an idea about how much work was carried within a specified time. The estimation makes it possible to predict how much time and financial resources will be required to complete the project. A reliable project release date can be subsequently stated.\r\n\r\nIt is very difficult to estimate how much time a Waterfall project will need to complete. Deadlines are generally “set up” based upon predictions and project related experience, rather than on actual project dynamics and production pattern. It is one of the primary reasons why Waterfall fails to deliver time-bound projects.\r\n<h3><strong>5. Support for \"change\"</strong></h3>\r\n<img class=\"aligncenter wp-image-2463 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/why-agile-can-be-a-popular-software-development-framework-5.png\" alt=\"\" width=\"830\" height=\"350\" />\r\n\r\nAgile is based upon \"inspect\" and \"adapt\" principles. The Agile framework dynamically supports changes and is capable of adapting itself to changing market-related conditions and client demands – even late during the development process. New features can be introduced to enhance the product’s business value, and redundant functionality can be safely \"removed\" from the production plan without affecting the productivity levels.\r\n\r\nWaterfall does not support, nor advocate, any types of changes once the documentation process is carried out, and the project commences. The framework is rigid and there is no scope of changing the functionality stated in the documentation process – even if the client so demands.\r\n<h3><strong>6. Focusing upon the business value</strong></h3>\r\n<img class=\"alignnone wp-image-2464 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/why-agile-can-be-a-popular-software-development-framework-6.png\" alt=\"\" width=\"830\" height=\"350\" />\r\n\r\nIn <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"https://www.quickscrum.com/Home/AgileDevelopment\" rel=\"noopener\">Agile, development is carried out</a></span> by splitting the actual product into smaller developable parts known as \"user stories\" or product items. Right from the project conception stage, each user story is segregated and arranged depending upon its importance and business value. User stories having a greater business value or importance in the project are developed first, followed by less important ones. Thus during the Agile process, only important product features are developed at all times, thereby increasing the business value linked with the project currently underway.\r\n\r\nWaterfall does not have features that can account for or take into consideration the current business value linked to the project. The concept does not exist. Projects are developed in a traditional manner, and no efforts are made to determine what they are currently worth in the market.','Why Agile Can Be A Popular Software Development Framework','','inherit','closed','closed','','4582-revision-v1','','','2018-09-13 15:16:31','2018-09-13 09:46:31','',4582,'https://product.quickscrum.com/4582-revision-v1/',0,'revision','',0),(4586,16,'2018-09-13 15:16:35','2018-09-13 09:46:35','The product owner plays a key role in Scrum. Right from planning the project release and incepting the project, the product owner plans, organizes, estimates, and delivers the project business value to the client. In Scrum, the PO \"owns\" the product on behalf of the management and stakeholders - individuals who have appointed him or her to develop the project. From Scrum point of view, development is fundamentally carried out to achieve the releases. A product is never considered as \"complete\" or \"fully developed\", rather, several versions of the product in the form of releases are delivered to the client. So, in a way, the objective in Scrum is to develop a product release having a certain business value to the client - the client launches the release in the market, earns from it, and subsequently plans how more developed versions of the release can be developed using Scrum so the earning activity does not stop. This is one of the main reasons why a product backlog is always dynamic. When a Scrum team works on a particular release, the same backlog may be used for another release - it is not required to rebuild the product backlog right from scratch for each release. The PO is responsible for delivering all these.\r\n\r\n<img class=\"aligncenter wp-image-2923 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/core-responsibilities.png\" alt=\"\" width=\"830\" height=\"300\" />\r\n\r\nIn practice, the role of a PO is not an easy one to play. There are many responsibilities of a PO, and they can be briefly categorized as:\r\n<ul class=\"custom-padding-left-30\">\r\n <li>Planning the release as per the client\'s vision of what the product should be like when launched in the market.</li>\r\n <li>Designing the sprints so that a certain business value is delivered to the client on a consistent basis.</li>\r\n <li>Achieving the product release through daily sprints.</li>\r\n <li>Interacting with the client, stakeholders, end-users, etc.</li>\r\n <li>Coordinating and dealing with work-related issues.</li>\r\n</ul>\r\nLooking at the role played by the PO from a macro level, these are the common core responsibilities that each PO is liable to fulfill. However, at a micro level, the PO also plans out various activities pertaining to the Scrum process.\r\n<h1>Product owner - A core determinant of the project</h1>\r\nIn the scrum, all activities are originated directly, or indirectly, by the PO. Right from planning the project to delivering the release, the PO is held accountable for everything, except for the manner in which the development team develops the product increment, and how the scrum master facilitates the scrum process. The PO has to ensure that the product vision can be distilled into a shippable, concrete, and deliverable product increment having a certain business value for the client. The person also acts as a facilitator to resolve technical issues faced by the team, and to streamline the Scrum process within the team - a core responsibility of a scrum master although not to an extent to which a scrum master performs his or her particular role in the scrum. The PO has to demonstrate the tangible benefits of the product vision to the client and ensure that the client benefits through the periodic product increments. The PO also participates in Scrum rituals or events.\r\n\r\nThe main tasks of a PO consist of:\r\n<ul class=\"custom-padding-left-30\">\r\n <li>Envisioning the product desired by the client and plan its development.</li>\r\n <li>Design an iterative product increment or a sprint release strategy that can incorporate changing market conditions as well as quick modifications of product feature requirements.</li>\r\n <li>Distilling high-level product based requirements - Epics - into individually developable and deliverable product backlog items \"PBI\" or user stories linked with a certain acceptance criteria (the Definition of Done and the sprint goal).</li>\r\n <li>Prioritizing the product development by ordering the product backlog.</li>\r\n <li>Communicating and explaining complex system architecture related issues to the client.</li>\r\n <li>Negotiating and resolving all client-side issues and disputes associated with product design, development, and user story priorities</li>\r\n</ul>\r\nA common misconception is to think that the PO actually owns the product. In practice, the PO \"owns\" it with respect to the team, but in reality, represents the client\'s interests. Technically speaking, a product owner can actually own a product, but in that case, the client and the PO are the same entities as far as scrum is concerned.\r\n<h1>Team responsibilities of the product owner</h1>\r\nAs far as the team is concerned, the PO is mainly responsible for:\r\n<ul>\r\n <li>Represent the interests of, and act as the \"voice\" of stakeholders, end-users, and customers.</li>\r\n <li>Understand project profitability and deliver high investment returns.</li>\r\n <li>Manage stakeholders.</li>\r\n <li>Maintain communications, and promote collaboration amongst all team members.</li>\r\n <li>Undertake on-the-spot tactical decisions and ensure the product development cycle is not hampered.</li>\r\n <li>Participate in all Scrum events.</li>\r\n <li>Maintain and update the product backlog.</li>\r\n <li>Help the team to estimate the development time.</li>\r\n <li>Accept user stories as \"Done\" during reviews and provide proper feedback.</li>\r\n <li>Monitor the project progress, and advise constant adjustments in the process flow based upon important strategic objectives.</li>\r\n</ul>\r\n ','Core Responsibilities Of A Product Owner In Scrum','','inherit','closed','closed','','4580-autosave-v1','','','2018-09-13 15:16:35','2018-09-13 09:46:35','',4580,'https://product.quickscrum.com/4580-autosave-v1/',0,'revision','',0),(4587,12,'2018-09-13 15:16:45','2018-09-13 09:46:45','Of all the Scrum roles, the product owner plays the most significant part. Besides understanding and promoting the client’s product vision to the team, the PO also fosters a healthy working environment and ensures that the project is completed well on time. Above all, the PO is also held responsible for the success and failure of the project. Therefore, the person appointed as a PO should possess certain characteristics that constitute a great leader – the product owner leads the entire Scrum team.\r\n\r\nSo what makes a good product owner? What virtues should he or she possess? The best way to know about the kind of role a PO should ideally play is to revert to the official Scrum guide and discover what it has to say regarding the <a class=\"link-hover\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #3366ff;\">role of a product owner</span></a>\r\n<h1>Create the product backlog items or user stories in the backlog</h1>\r\nOne of the biggest responsibilities of a PO is to decide what product features should be developed in the project, and to represent those features in the form of user stories or product backlog items in the backlog. The product owner is responsible for the product backlog and “owns” it on behalf of the stakeholders and clients. It is not necessary for the PO to personally create the user stories and define them in the backlog. The official Scrum guide states\r\n\r\n“The Product Owner is responsible for the Product Backlog, including its content, availability, and ordering.”\r\n\r\nWhile the guide further generalizes the role of a PO as\r\n\r\n“The Product Owner is the sole person responsible for managing the Product Backlog.”\r\n\r\nIt is not necessary for the PO to create the product backlog all by himself/herself. The PO is held accountable for the backlog. He/she can take the help of team members and the Scrum master while creating the backlog. In certain types of Scrum implementation, the PO supervises the backlog creation while the team actually defines the product backlog items as per the PO’s instructions and guidelines. Since Scrum is a framework, its core principles have to be applied to a project before its benefits can be availed. Moreover, Scrum should be implemented in accordance with the requirements of the project, and so there is a lot of scope as to how the PO can fulfill his/her responsibilities.\r\n<h1>Order and prioritize the product backlog</h1>\r\nIn its most fundamental form, a product backlog is simply an ordered list of everything required to develop the product. The list functions as a single source of requirements for developing the product in totality i.e. it includes the functionality, acceptance criteria, description, and documentation aspects needed to make the product shippable. The guide states\r\n\r\n“The Product Backlog lists all features, functions, requirements, enhancements, and fixes that constitute the changes to be made to the product in future releases. Product Backlog items have the attributes of a description, order, estimate, and value.”\r\n\r\nIn real life, the product backlog is dynamic in nature, and never complete.\r\n\r\nThe Product Backlog is an ordered list of everything that might be needed in the product and is the single source of requirements for any changes to be made to the product. Product Backlog is never complete. The earliest development of it only lays out the initially known and best-understood requirements. The Product Backlog evolves as the product and the environment in which it will be used evolves. The product backlog is dynamic in nature - it constantly keeps on changing to identify what the product actually needs to be appropriate, competitive, and useful. As long as a product exists, its product backlog also exists.\r\n<p style=\"padding-left: 30px;\"><strong>1. Design and plan a proper sprint goal</strong></p>\r\n<p style=\"padding-left: 30px;\">Since the product backlog is primarily “owned” by the PO, he or she is responsible for delivering a stable and bug-free product release, and ensure that the project is completed in time. In Scrum, since the entire development activity is carried out through the daily sprints, it is very important to design a sprint such that its goal is properly satisfied, and met, at the end of an iterative cycle. The PO conveys the product vision to the team, and one of the important duties undertaken by him/her is to design and plan a proper sprint goal. The guide says:</p>\r\n<p style=\"padding-left: 30px;\">The Sprint Goal is an objective set for the Sprint that can be met through the implementation of Product Backlog. It provides guidance to the Development Team on why it is building the Increment.</p>\r\n<p style=\"padding-left: 30px;\"><img class=\"aligncenter wp-image-2364 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/role-of-product-owner-scrum-guide.png\" alt=\"\" width=\"830\" height=\"474\" /></p>\r\n<p style=\"padding-left: 30px;\">The sprint goal is decided during the sprint planning event. The main objective of having a well-defined sprint goal is to ascertain that the development team remains focused upon how it should develop the user stories, and what criteria the stories should fulfill to be considered as “shippable”. The sprint goal includes the acceptance criteria – conditions specified in the product backlog items that have to be satisfied so the product feature developed by the team can deliver a certain business value to the client. As the PO is the person most conversant with regards what the final product should ideally deliver in terms of functionality, the success of the sprint depends a lot upon how the PO has defined the sprint goal. A lot depends upon how well the team understands the product vision and the sprint goal, and it is the PO’s responsibility to ensure that the team understands user stories up to the levels required to deliver a useful and important product increment to the customer.</p>\r\n<p style=\"padding-left: 30px;\">Ensuring the Development Team understands items in the Product Backlog to the level needed.</p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Be available to the team</strong></p>\r\n<p style=\"padding-left: 30px;\"><span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"https://www.quickscrum.com/Home/AgileDevelopment\" target=\"_blank\" rel=\"noopener\">Agile Scrum advocates self-organization</a></span> and self-management. Scrum teams are cross-functional and capable of working independently. In practice, the Scrum master oversees Scrum implementation and makes sure the team does not face any impediments. However, if and when the team faces a problem or a technical situation, the Scrum master may seek the guidance of the PO and ask for a solution if the team cannot resolve the issue on its own. Moreover, for issues pertaining to client or stakeholders feedback, the PO liaises between the team and the management to bring forth an acceptable solution.</p>\r\n<p style=\"padding-left: 30px;\"><img class=\"aligncenter wp-image-2369 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/sprint-goal.png\" alt=\"\" width=\"830\" height=\"380\" /></p>\r\n<p style=\"padding-left: 30px;\">The PO should remain accessible, if not physically, at least be accessible using electronic communication devices and online chats facilities to resolve issues. The team should be able to communicate freely and convey the issues to the PO when required. The PO should be available when the team needs his or her presence.</p>\r\n<p style=\"padding-left: 30px;\">If possible, participate in the daily scrums</p>\r\n<p style=\"padding-left: 30px;\">The daily stand up or the daily Scrum is more of a development team-Scrum master event in which the SM does what he/she is supposed to do in Scrum – oversee that basic Agile principle are properly followed by the team and the information-feedback cycle is maintained. The official Scrum guide does not suggest anything regarding whether a PO should attend the daily scrum or not. It is not mandatory for the PO to attend this event, however, if the PO does take the initiative and attend the daily Scrums, it would enhance the Scrum experience, because if such were the case, the team would be inclined to take the process more seriously. The best way to lead a team is to set an example by doing something yourself first and motivating the team to follow you.</p>\r\n<p style=\"padding-left: 30px;\">Moreover, there is an added advantage if the PO attends the daily Scrum. It is possible to avail of a much better idea regarding how the team is performing, and what kinds of issues the team is currently facing by attending the stand-ups. The PO stays better informed, and as a result, the inspect and adapt principles can be made more effective.</p>\r\n<p style=\"padding-left: 30px;\">Source:<span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.scrumguides.org/docs/scrumguide/v1/scrum-guide-us.pdf\" target=\"_blank\" rel=\"noopener\"> The Scrum Guide<sup>TM</sup></a></span></p>','The Role Of A Product Owner As Per The Scrum Guide','','inherit','closed','closed','','4583-revision-v1','','','2018-09-13 15:16:45','2018-09-13 09:46:45','',4583,'https://product.quickscrum.com/4583-revision-v1/',0,'revision','',0),(4588,13,'2018-09-13 15:20:40','2018-09-13 09:50:40','In this fast changing and high business competition era, it is very tough to start and grow the start-up to a profit making business entity, a Minimum Viable Product (MVP) approach enables start-ups to provide a safe and risk-free option to try out an idea.\r\n\r\nMinimum Viable Product (MVP) development technique is limited in terms of cost & time while it has all the mandatory features required to launch & test an idea with the end users. It means startup can test every assumption in the fastest way and can come to know if there is a real market for his idea/product. Creating MVP is all about failing fast or winning fast.\r\n\r\n<img class=\"aligncenter wp-image-2428 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/estimating-in-agile-and-scrum1-1.png\" alt=\"\" width=\"830\" height=\"308\" />\r\n<h3><strong>The importance of MVP</strong></h3>\r\n<h4 style=\"padding-left: 30px;\">1. Test Idea</h4>\r\n<p style=\"padding-left: 60px;\">There is no proven way to identify where that the product will be a success or a failure until you launch it. Minimum Viable Product simplifies this complex subject with bare minimum risk. You can launch Minimum Viable Product (MVP) and can assume whether the whole idea/product is worth or not.</p>\r\n\r\n<h4 style=\"padding-left: 30px;\">2. Knowing customer desire</h4>\r\n<p style=\"padding-left: 60px;\">A Minimum Viable Product (MVP) is a set of the most used features and functionalities. Once you launch your idea/product with the set of most required features, you can get the honest and real-time feedback. Feedback can eventually help you to know what exactly customer desires.</p>\r\n\r\n<h4 style=\"padding-left: 30px;\">3. Faster ROI</h4>\r\n<p style=\"padding-left: 60px;\">Minimum Viable Product (MVP) approach helps to focus and deliver a basic set of features which solves the end user\'s pain. Hence it helps to get Return on investment at the early stage.</p>\r\n\r\n<h4 style=\"padding-left: 30px;\">4. Cost-effective</h4>\r\n<p style=\"padding-left: 60px;\">Typically, In Minimum Viable Product (MVP) your focus is on limited features and functionalities. You don’t waste much time in Analysis, Development, and Design & Testing blindly. It reduces overall time spent on extra functionalities thus saves a lot of time & cost.</p>\r\n\r\n<h4 style=\"padding-left: 30px;\">5. Faster time to market</h4>\r\n<p style=\"padding-left: 60px;\">Minimum Viable Product (MVP) helps to reduce time to market as it proposes to develop and launch only basic limited features and functionalities that have real-time usability.</p>\r\n\r\n<h4 style=\"padding-left: 30px;\">6. Focus on value proposition</h4>\r\n<p style=\"padding-left: 60px;\">Minimum Viable Product (MVP) compels you to focus on the value proposition and forces you to remove the unwanted or less important features, so you end up developing only important features that really matter to end user.</p>\r\n\r\n<h4 style=\"padding-left: 30px;\">7. Reduce Risk</h4>\r\n<p style=\"padding-left: 60px;\">Minimum Viable Product (MVP) reduces the risk such as</p>\r\n<p style=\"padding-left: 60px;\">a. With less investment idea can be proven\r\nb. You don’t need to wait longer for revenue generation\r\nc. Customer acceptance is validated quickly\r\nd. Chances of failure are reduced as product roadmap is defined on the bases of market inputs</p>\r\n\r\n<h3><strong>How to define MVP?</strong></h3>\r\n<h4 style=\"padding-left: 30px;\">1. Selection of Features</h4>\r\n<p style=\"padding-left: 60px;\">This is the most important part of the MVP. It defines 90% of your success or failure. According to studies, only 7% of the features are always used by users. As an entrepreneur, you have to be very cautious while deciding these potential features.</p>\r\n<p style=\"padding-left: 60px;\">a. Analyse competitors websites (if exist)\r\nb. Sketch your product ideas over a paper or web tool and demonstrate to your potential customers to get valuable inputs\r\nc. Have a value-adding brainstorming session with potential customers\r\nd. Do market surveys using an appropriate questionnaire</p>\r\n<img class=\"aligncenter wp-image-2436 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/agile-ratio2.jpg\" alt=\"\" width=\"830\" height=\"500\" />\r\n<h4 style=\"padding-left: 30px;\">2. The scalable architecture & technology</h4>\r\n<p style=\"padding-left: 60px;\">The journey from MVP to a fully mature product requires many additional features to be developed. That’s why technology choice and architecture plays a very important role. At each stage, the product should be scalable & maintainable.</p>\r\n\r\n<h4 style=\"padding-left: 30px;\">3. The Development Process</h4>\r\n<p style=\"padding-left: 60px;\">MVP requires meeting various changes during its development cycle. You need to follow an agile process that gives an ability to adapt to the changes quickly. It also brings a greater level of involvement & transparency among development team & client.</p>\r\n<img class=\"aligncenter wp-image-2438 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/The-Development-Process.jpg\" alt=\"\" width=\"830\" height=\"199\" />\r\n<h4 style=\"padding-left: 30px;\">4. Importance of Automation Testing</h4>\r\n<p style=\"padding-left: 60px;\">The traditional way of working emphasis on manual testing which consumes a huge amount of time as well reduce quality. Due to the short development time, most of the team skip testing and which will lead to buggy software. It\'s highly recommended to incorporate automation testing since beginning to produce the high-quality product.</p>','Why start-up should focus on Minimum Viable Product','','publish','open','open','','why-start-up-should-focus-on-minimum-viable-product','','','2018-09-13 15:20:40','2018-09-13 09:50:40','',0,'https://product.quickscrum.com/?p=4588',0,'post','',0),(4590,12,'2018-09-13 15:19:17','2018-09-13 09:49:17','In Scrum, the product features are represented in the form of user stories or product backlog items, in the product backlog. The framework focuses upon delivering consistent product increments, and since user stories form the base of all developmental activities in Scrum, they should be properly stated and defined so the team can develop them as per the product vision was seen by the client. The DoD and acceptance criteria define what conditions must be fulfilled so the story can be considered as \"complete\" and deployable.\r\n\r\nThe Definition of Done \"DoD\" and the acceptance criteria play an important part in making a user story more effective. When these two criterions are carefully worked out, defined, and explained to the development team, successful product increments can be availed and shippable product features can be developed. The DoD binds the team to what the product owner actually desires in terms of a successful product increment. In many ways, it can be considered as a contract between the Scrum team and the client. The acceptance criterion helps to reinforce the DoD and ascertains that the team delivers product increments which meet predefined quality standards.\r\n\r\n<img class=\"aligncenter wp-image-2380 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/acceptance_criteria.png\" alt=\"\" width=\"830\" height=\"450\" />\r\n<h1>What are the acceptance criteria?</h1>\r\nAcceptance criteria are quality standards required to satisfy the client’s expectations in terms of what kind of quality the client desires in the product, and what conditions should be satisfied so the client can accept the final product developed by the team. Basically, the acceptance criteria are statements that can be written down and evaluated as being either true or false as regards their outcomes. They generally have a clear “pass” or “fail” results and can be used to describe functional as well as non-functional requirements.\r\n<h1>Acceptance criteria and goals</h1>\r\n<p class=\"custom-padding-left-30\"><strong>Acceptance criteria should have clearly defined goals:</strong></p>\r\n\r\n<ul class=\"custom-padding-left-60\">\r\n <li>To define what should be developed or built by the team. The definition activity should be done before the actual development process starts.</li>\r\n <li>To make sure every team member understands and shares a common vision regarding the development requirement.</li>\r\n <li>To help the team to decide that a story is complete and “Done”.</li>\r\n <li>To verify the feature development using automated processes and methods.</li>\r\n</ul>\r\n<h1>When should acceptance criteria be created?</h1>\r\nThe criteria specify the prerequisites to be followed by the team to the development carried out can be considered as shippable. The team should know what conditions have to be met so it can start planning the technical process. Therefore, acceptance criteria should be mentioned in the user story before it is accepted for development by the team during the sprint planning event. Ideally, the criteria should be worked out well in advance at the time when the <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"https://www.quickscrum.com/Home/ProductBacklog\" rel=\"noopener\">product owner creates the product backlog</a></span> during the project planning phase. However, live working conditions indicate if the criteria are defined a few days prior to the sprint planning event, the team remains familiar with it and remembers it clearly. Some teams prefer to define the criteria when user stories are discussed, and at the time of product backlog refinement.\r\n<h1>Should acceptance criteria be documented?</h1>\r\nScrum always encourages working process and principles over extensive documentation. While it is important to avoid the pitfall of spending too much time and efforts over comprehensive documentation, creating small, concise, and focused documentation can actually aid the team in understanding a user story. The point is documentation should not be avoided, but at the same time it should not be lengthy and require too much of efforts in terms of resources required to complete it.','Acceptance Criteria In Scrum','','publish','open','open','','4590-2','','','2018-09-13 15:19:35','2018-09-13 09:49:35','',0,'https://product.quickscrum.com/?p=4590',0,'post','',0),(4591,12,'2018-09-13 15:19:17','2018-09-13 09:49:17','In Scrum, the product features are represented in the form of user stories or product backlog items, in the product backlog. The framework focuses upon delivering consistent product increments, and since user stories form the base of all developmental activities in Scrum, they should be properly stated and defined so the team can develop them as per the product vision was seen by the client. The DoD and acceptance criteria define what conditions must be fulfilled so the story can be considered as \"complete\" and deployable.\r\n\r\nThe Definition of Done \"DoD\" and the acceptance criteria play an important part in making a user story more effective. When these two criterions are carefully worked out, defined, and explained to the development team, successful product increments can be availed and shippable product features can be developed. The DoD binds the team to what the product owner actually desires in terms of a successful product increment. In many ways, it can be considered as a contract between the Scrum team and the client. The acceptance criterion helps to reinforce the DoD and ascertains that the team delivers product increments which meet predefined quality standards.\r\n\r\n<img class=\"aligncenter wp-image-2380 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/acceptance_criteria.png\" alt=\"\" width=\"830\" height=\"450\" />\r\n<h1>What are the acceptance criteria?</h1>\r\nAcceptance criteria are quality standards required to satisfy the client’s expectations in terms of what kind of quality the client desires in the product, and what conditions should be satisfied so the client can accept the final product developed by the team. Basically, the acceptance criteria are statements that can be written down and evaluated as being either true or false as regards their outcomes. They generally have a clear “pass” or “fail” results and can be used to describe functional as well as non-functional requirements.\r\n<h1>Acceptance criteria and goals</h1>\r\n<p class=\"custom-padding-left-30\"><strong>Acceptance criteria should have clearly defined goals:</strong></p>\r\n\r\n<ul class=\"custom-padding-left-60\">\r\n <li>To define what should be developed or built by the team. The definition activity should be done before the actual development process starts.</li>\r\n <li>To make sure every team member understands and shares a common vision regarding the development requirement.</li>\r\n <li>To help the team to decide that a story is complete and “Done”.</li>\r\n <li>To verify the feature development using automated processes and methods.</li>\r\n</ul>\r\n<h1>When should acceptance criteria be created?</h1>\r\nThe criteria specify the prerequisites to be followed by the team to the development carried out can be considered as shippable. The team should know what conditions have to be met so it can start planning the technical process. Therefore, acceptance criteria should be mentioned in the user story before it is accepted for development by the team during the sprint planning event. Ideally, the criteria should be worked out well in advance at the time when the <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"https://www.quickscrum.com/Home/ProductBacklog\" rel=\"noopener\">product owner creates the product backlog</a></span> during the project planning phase. However, live working conditions indicate if the criteria are defined a few days prior to the sprint planning event, the team remains familiar with it and remembers it clearly. Some teams prefer to define the criteria when user stories are discussed, and at the time of product backlog refinement.\r\n<h1>Should acceptance criteria be documented?</h1>\r\nScrum always encourages working process and principles over extensive documentation. While it is important to avoid the pitfall of spending too much time and efforts over comprehensive documentation, creating small, concise, and focused documentation can actually aid the team in understanding a user story. The point is documentation should not be avoided, but at the same time it should not be lengthy and require too much of efforts in terms of resources required to complete it.','','','inherit','closed','closed','','4590-revision-v1','','','2018-09-13 15:19:17','2018-09-13 09:49:17','',4590,'https://product.quickscrum.com/4590-revision-v1/',0,'revision','',0),(4592,12,'2018-09-13 15:19:35','2018-09-13 09:49:35','In Scrum, the product features are represented in the form of user stories or product backlog items, in the product backlog. The framework focuses upon delivering consistent product increments, and since user stories form the base of all developmental activities in Scrum, they should be properly stated and defined so the team can develop them as per the product vision was seen by the client. The DoD and acceptance criteria define what conditions must be fulfilled so the story can be considered as \"complete\" and deployable.\r\n\r\nThe Definition of Done \"DoD\" and the acceptance criteria play an important part in making a user story more effective. When these two criterions are carefully worked out, defined, and explained to the development team, successful product increments can be availed and shippable product features can be developed. The DoD binds the team to what the product owner actually desires in terms of a successful product increment. In many ways, it can be considered as a contract between the Scrum team and the client. The acceptance criterion helps to reinforce the DoD and ascertains that the team delivers product increments which meet predefined quality standards.\r\n\r\n<img class=\"aligncenter wp-image-2380 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/acceptance_criteria.png\" alt=\"\" width=\"830\" height=\"450\" />\r\n<h1>What are the acceptance criteria?</h1>\r\nAcceptance criteria are quality standards required to satisfy the client’s expectations in terms of what kind of quality the client desires in the product, and what conditions should be satisfied so the client can accept the final product developed by the team. Basically, the acceptance criteria are statements that can be written down and evaluated as being either true or false as regards their outcomes. They generally have a clear “pass” or “fail” results and can be used to describe functional as well as non-functional requirements.\r\n<h1>Acceptance criteria and goals</h1>\r\n<p class=\"custom-padding-left-30\"><strong>Acceptance criteria should have clearly defined goals:</strong></p>\r\n\r\n<ul class=\"custom-padding-left-60\">\r\n <li>To define what should be developed or built by the team. The definition activity should be done before the actual development process starts.</li>\r\n <li>To make sure every team member understands and shares a common vision regarding the development requirement.</li>\r\n <li>To help the team to decide that a story is complete and “Done”.</li>\r\n <li>To verify the feature development using automated processes and methods.</li>\r\n</ul>\r\n<h1>When should acceptance criteria be created?</h1>\r\nThe criteria specify the prerequisites to be followed by the team to the development carried out can be considered as shippable. The team should know what conditions have to be met so it can start planning the technical process. Therefore, acceptance criteria should be mentioned in the user story before it is accepted for development by the team during the sprint planning event. Ideally, the criteria should be worked out well in advance at the time when the <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"https://www.quickscrum.com/Home/ProductBacklog\" rel=\"noopener\">product owner creates the product backlog</a></span> during the project planning phase. However, live working conditions indicate if the criteria are defined a few days prior to the sprint planning event, the team remains familiar with it and remembers it clearly. Some teams prefer to define the criteria when user stories are discussed, and at the time of product backlog refinement.\r\n<h1>Should acceptance criteria be documented?</h1>\r\nScrum always encourages working process and principles over extensive documentation. While it is important to avoid the pitfall of spending too much time and efforts over comprehensive documentation, creating small, concise, and focused documentation can actually aid the team in understanding a user story. The point is documentation should not be avoided, but at the same time it should not be lengthy and require too much of efforts in terms of resources required to complete it.','Acceptance Criteria In Scrum','','inherit','closed','closed','','4590-revision-v1','','','2018-09-13 15:19:35','2018-09-13 09:49:35','',4590,'https://product.quickscrum.com/4590-revision-v1/',0,'revision','',0),(4593,16,'2018-09-13 15:21:09','2018-09-13 09:51:09','<h1>User stories and the product owner</h1>\r\nDuring the sprint planning event, the product owner proposes new product features for development purposes while the development team negotiates with him/her to accept the user stories. It is an important scrum event since it forms the base of all development activities in Agile and Scrum, and gives birth to the product developmental cycles – the sprints – that commence almost immediately after the event. The product owner supports the product vision, and one of his duties is to ensure that stories having high business values are developed in the sprint just about to begin. POs tend to push development teams so stories do not remain incomplete at the end of sprints. There is nothing more “damaging” than an incomplete sprint in Scrum – it adds on to development backlog and reduces the team velocity.\r\n<h1>Why user stories remain incomplete</h1>\r\nIn practice, the development team performs under a certain degree of pressure since the tasks have taken up by the team members have to be completed within time. Developers generally prefer to take up easier tasks for development first. The idea is to complete as many numbers of development tasks as possible within the shortest possible time so the team velocity can be increased. However, in the process, developers also tend to follow a practice not recommended from the development point of view – taking up new tasks for development and leaving the current task unfinished because it is consuming more time, is difficult to complete, or there is some problem associated with its development. This is not a good development, but people still follow it at times to show they are “productive”. Productivity is generally thought about in terms of how much work has been completed by a particular team member and marking tasks as “Completed” is a great way to indicate that you are productive. However, it should not be done at the cost of leaving tasks unfinished. It can lead to even more stressful conditions at the far end of the sprint when team members suddenly realize there are incomplete tasks pending and very little time available to develop them.\r\n<h1>What should be done?</h1>\r\nSo how is it possible to avoid these type of practices in Scrum where work is not completed in a proper manner, or at a proper time? Should the Scrum process be changed to monitor and check these type of activities? Should the Scrum Master closely monitor the implementation and do something he or she is not supposed to do – micromanage the development process? Actually, the solution can be very simple. The team should be made to understand and follow when to “start” with something, and when to “stop” doing it. It is not difficult to do, and what is more important, it helps to deliver business value to the client – and that too in time. In fact, if the team understand when to “start” with something, it becomes easy to determine when to “stop” doing something that is currently underway since you cannot work on two or more tasks simultaneously.\r\n<p style=\"padding-left: 30px;\"><strong>Keep it simple and straightforward</strong></p>\r\n<p style=\"padding-left: 30px;\">The condition is simply – complete the current task and subsequently start with a new one. If the task is difficult to complete by the developer, the team should hold a brief meeting to discuss the issue and make a mental note to include the particular issue in the retrospective sessions held after the sprint has been completed. The point should also be reported in the daily stand upheld the next day. The inspect and adapt principles should be followed to support the self-correction process. Once a solution is found for the issue, it should be implemented immediately, and the team should learn from the experience.</p>\r\n<p style=\"padding-left: 30px;\"><img class=\"alignnone wp-image-2934 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/when-to-start-developing-a-user-story.png\" alt=\"\" width=\"830\" height=\"474\" /></p>\r\n<p style=\"padding-left: 30px;\">It is important to know about factors which can possibly lead to situations where a team member might be compelled to leave a task undone:</p>\r\n\r\n<h1>Calculating the team velocity</h1>\r\nIt is important to know how productive the team is, and what the team can accomplish with regards to development within a sprint. Many times, the Scrum team does not put in enough efforts, or take the velocity parameter seriously. The PO is tempted to include as many stories as possible in the sprint to reduce the total number of iterations. It is essential to meet the release date, and if more stories can be developed in a sprint, the project can be completed well within time. In the haste, the development team takes up more workload that it can possibly handle. This is a scenario typical of teams new to Scrum.\r\n\r\nIf the current team velocity is properly identified and known, a correct number of product backlog items can be included in the sprint backlog during the sprint planning event. The PO should honor the current team velocity and suggest a more realistic number of stories that the team is capable of developing in the sprint. The team should not be pushed into accepting more stories than it can possibly handle. While working under stressful conditions, the developers may not have enough time to carry out unit tests which could lead to regression later on.\r\n<h1>Learning from the retrospective</h1>\r\nWhat is so unique about Scrum is that it supports the inspect and adapt principles which are characteristic of all Agile frameworks.<a class=\"link-hover\" dir=\"ltr\" href=\"https://www.quickscrum.com/Home/AgileDevelopment\" rel=\"noopener\"><span style=\"color: #0000ff;\"> Agile allocates a special event known as the “sprint retrospective”</span></a> to look back and reflect upon the Scrum process – To identify potential pitfalls and find out why the team faced problematic situations, why they occurred, and how they could have been avoided. The retrospective offers a learning experience so the team can self-correct itself. Teams should take the retrospective sessions seriously and hold brainstorming sessions to set up proper call-to-actions and work out effective self-correcting processes. Any problem faced by the team during the sprint can be discussed openly during the sessions and workflow can be altered to ensure that the same situation does not occur again.\r\n<h1>Implementing call-to-actions effectively</h1>\r\nOnce possible pitfalls and root causes of problems have been identified, discussed, and solutions worked out, proper call-to-action should be defined and implemented so the team does not face the same issue again. Very often teams simply fail to design properly follow- up plans, or if they are worked out, the team fails to implement them properly. This renders the self-correction process ineffective. Moreover, the inspect and adapt principles remain unfulfilled. It is important to react to inputs during the retrospectives. The inputs should result in actionable outputs in the form of call-to-action. The team should implement what has been decided to do at the end of the meeting.\r\n<h1>Correctly estimating user stories</h1>\r\nThe product owner carries out the estimation activity when the product backlog items are defined in the backlog. Generally, the PO estimates the user stories and is often aided by the Scrum Master and the development team during the estimation process. While the PO owns the product backlog, the development team, in fact, owns the sprint backlog, and at the time of sprint planning meeting, the team negotiates with the PO how many stories it can complete in the scheduled sprint. Both the PO and the team work out the total number of stories to be developed based on how the stories have been estimated. A sprint may include a few stories and fewer tasks if the complexity of the stories is large, and more time is required to develop them.\r\n\r\nA common problem faced by teams in the early instances of Scrum implementation i.e. when teams are new to the Scrum process is they often fail to estimate stories correctly. Scrum advocates relative estimation rather than estimating absolute values in terms of how complex the development could be. This can prove to be confusing to the team in the early stages since people are more used to absolute estimations. The entire team should understand the estimation process and correctly estimate the stories before accepting them for development purposes.','When To \'Start\' Developing A User Story And Why Stories Often Remain Incomplete At The End Of Sprints','','publish','open','open','','when-to-start-developing-a-user-story-and-why-stories-often-remain-incomplete-at-the-end-of-sprints','','','2018-09-13 15:21:09','2018-09-13 09:51:09','',0,'https://product.quickscrum.com/?p=4593',0,'post','',0),(4595,13,'2018-09-13 15:20:25','2018-09-13 09:50:25','In this fast changing and high business competition era, it is very tough to start and grow the start-up to a profit making business entity, a Minimum Viable Product (MVP) approach enables start-ups to provide a safe and risk-free option to try out an idea.\r\n\r\nMinimum Viable Product (MVP) development technique is limited in terms of cost & time while it has all the mandatory features required to launch & test an idea with the end users. It means startup can test every assumption in the fastest way and can come to know if there is a real market for his idea/product. Creating MVP is all about failing fast or winning fast.\r\n\r\n<img class=\"aligncenter wp-image-2428 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/estimating-in-agile-and-scrum1-1.png\" alt=\"\" width=\"830\" height=\"308\" />\r\n<h3><strong>The importance of MVP</strong></h3>\r\n<h4 style=\"padding-left: 30px;\">1. Test Idea</h4>\r\n<p style=\"padding-left: 60px;\">There is no proven way to identify where that the product will be a success or a failure until you launch it. Minimum Viable Product simplifies this complex subject with bare minimum risk. You can launch Minimum Viable Product (MVP) and can assume whether the whole idea/product is worth or not.</p>\r\n\r\n<h4 style=\"padding-left: 30px;\">2. Knowing customer desire</h4>\r\n<p style=\"padding-left: 60px;\">A Minimum Viable Product (MVP) is a set of the most used features and functionalities. Once you launch your idea/product with the set of most required features, you can get the honest and real-time feedback. Feedback can eventually help you to know what exactly customer desires.</p>\r\n\r\n<h4 style=\"padding-left: 30px;\">3. Faster ROI</h4>\r\n<p style=\"padding-left: 60px;\">Minimum Viable Product (MVP) approach helps to focus and deliver a basic set of features which solves the end user\'s pain. Hence it helps to get Return on investment at the early stage.</p>\r\n\r\n<h4 style=\"padding-left: 30px;\">4. Cost-effective</h4>\r\n<p style=\"padding-left: 60px;\">Typically, In Minimum Viable Product (MVP) your focus is on limited features and functionalities. You don’t waste much time in Analysis, Development, and Design & Testing blindly. It reduces overall time spent on extra functionalities thus saves a lot of time & cost.</p>\r\n\r\n<h4 style=\"padding-left: 30px;\">5. Faster time to market</h4>\r\n<p style=\"padding-left: 60px;\">Minimum Viable Product (MVP) helps to reduce time to market as it proposes to develop and launch only basic limited features and functionalities that have real-time usability.</p>\r\n\r\n<h4 style=\"padding-left: 30px;\">6. Focus on value proposition</h4>\r\n<p style=\"padding-left: 60px;\">Minimum Viable Product (MVP) compels you to focus on the value proposition and forces you to remove the unwanted or less important features, so you end up developing only important features that really matter to end user.</p>\r\n\r\n<h4 style=\"padding-left: 30px;\">7. Reduce Risk</h4>\r\n<p style=\"padding-left: 60px;\">Minimum Viable Product (MVP) reduces the risk such as</p>\r\n<p style=\"padding-left: 60px;\">a. With less investment idea can be proven\r\nb. You don’t need to wait longer for revenue generation\r\nc. Customer acceptance is validated quickly\r\nd. Chances of failure are reduced as product roadmap is defined on the bases of market inputs</p>\r\n\r\n<h3><strong>How to define MVP?</strong></h3>\r\n<h4 style=\"padding-left: 30px;\">1. Selection of Features</h4>\r\n<p style=\"padding-left: 60px;\">This is the most important part of the MVP. It defines 90% of your success or failure. According to studies, only 7% of the features are always used by users. As an entrepreneur, you have to be very cautious while deciding these potential features.</p>\r\n<p style=\"padding-left: 60px;\">a. Analyse competitors websites (if exist)\r\nb. Sketch your product ideas over a paper or web tool and demonstrate to your potential customers to get valuable inputs\r\nc. Have a value-adding brainstorming session with potential customers\r\nd. Do market surveys using an appropriate questionnaire</p>\r\n<img class=\"aligncenter wp-image-2436 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/agile-ratio2.jpg\" alt=\"\" width=\"830\" height=\"500\" />\r\n<h4 style=\"padding-left: 30px;\">2. The scalable architecture & technology</h4>\r\n<p style=\"padding-left: 60px;\">The journey from MVP to a fully mature product requires many additional features to be developed. That’s why technology choice and architecture plays a very important role. At each stage, the product should be scalable & maintainable.</p>\r\n\r\n<h4 style=\"padding-left: 30px;\">3. The Development Process</h4>\r\n<p style=\"padding-left: 60px;\">MVP requires meeting various changes during its development cycle. You need to follow an agile process that gives an ability to adapt to the changes quickly. It also brings a greater level of involvement & transparency among development team & client.</p>\r\n<img class=\"aligncenter wp-image-2438 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/The-Development-Process.jpg\" alt=\"\" width=\"830\" height=\"199\" />\r\n<h4 style=\"padding-left: 30px;\">4. Importance of Automation Testing</h4>\r\n<p style=\"padding-left: 60px;\">The traditional way of working emphasis on manual testing which consumes a huge amount of time as well reduce quality. Due to the short development time, most of the team skip testing and which will lead to buggy software. It\'s highly recommended to incorporate automation testing since beginning to produce the high-quality product.</p>','Why start-up should focus on Minimum Viable Product','','inherit','closed','closed','','4588-revision-v1','','','2018-09-13 15:20:25','2018-09-13 09:50:25','',4588,'https://product.quickscrum.com/4588-revision-v1/',0,'revision','',0),(4596,12,'2018-09-13 15:21:51','2018-09-13 09:51:51','In Scrum, the product owner reviews the user stories during the sprint review event and checks whether their acceptance criteria are met before clearing them for a client demo. He or she will never clear a story if its acceptance criteria are not met. Scrum advocates that bug-free and shippable user stories be developed through the product incremental cycles. Each product feature carries a certain business value. At the time of development, the feature should be developed so that its usefulness is sustained in the market i.e. the feature should function as per the product vision was seen by the stakeholders. For this to happen, it is important for the development process to satisfy the technical terms and conditions as specified in the backlog items. The acceptance criteria specify conditions which need to be fulfilled by the team, so the feature can retain its business value in the market. Acceptance criteria are important for the scrum process. The product cannot be released unless the acceptance criteria of the backlog items are met during development.\r\n\r\n<img class=\"aligncenter wp-image-2395 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/how-should-acceptance-criteria-be-defined-in-scrum.png\" alt=\"\" width=\"830\" height=\"450\" />\r\n<h1>How should acceptance criteria be defined?</h1>\r\nThe acceptance criteria should be expressed clearly in the product backlog items. It should be stated using a simple language so it becomes easy for the team members to understand and follow it. Moreover, the story should be described in a manner such that it can be understood without facing any ambiguities regarding its possible outcomes – what is acceptable and what is not - the technical team should be able to understand what is to be developed and delivered, in what manner, and what conditions should be satisfied so it can be considered as shippable.\r\n<h1>What is the purpose of defining the acceptance criteria?</h1>\r\nThe acceptance criteria help the team to understand what a user story should ideally deliver in terms of a product increment, and what it should do to maintain the usefulness of the feature. End users have a final say regarding what is exactly required in terms of feature functionality. Based on their feedback, the product owner ensures that the acceptance criteria reflect end-user conditions, and conveys those requirements in the acceptance criteria.\r\n<p style=\"padding-left: 30px;\"><strong>The acceptance criteria:</strong></p>\r\n\r\n<ul class=\"custom-padding-left-30\">\r\n <li>Defines the limits or boundaries of a <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"https://www.quickscrum.com/Home/ProductBacklog\" target=\"_blank\" rel=\"noopener\">user story or feature in the product backlog</a></span></li>\r\n <li>Helps the product owner to answer what is needed in the feature so the team can deliver the expected business value.</li>\r\n <li>Helps the team to understand and share ideas regarding how the team should develop the feature.</li>\r\n <li>Aids the team in testing the feature development so it can be accepted as “Done” by the PO and stakeholders.</li>\r\n <li>Helps the team in understanding how much further development is required to finish the story.</li>\r\n</ul>\r\n<h1>What should the acceptance criteria actually include?</h1>\r\nThe acceptance criteria should be defined while maintaining its “scope”. To be effectual, the criteria should be written following certain guidelines.\r\n<ul class=\"custom-padding-left-30\">\r\n <li>It should try to explain the intent of developing the product feature. It should not try to provide a non-debatable solution. Team members can argue regarding its acceptance while negotiating user stories with the PO during the sprint planning meeting event.</li>\r\n <li>It should be independent of its implementation. The acceptance criteria should not suggest or limit how the story should be developed. The team decides how the story or product feature should be developed since it “owns” the sprint backlog.</li>\r\n <li>It should be explained at a macro level and provide an overall picture of what is actually needed.</li>\r\n</ul>\r\n<h1>When to write the acceptance criteria?</h1>\r\nThe <a class=\"link-hover\" dir=\"ltr\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #3366ff;\">product owner is responsible for creating the product backlog</span></a> at the time of project planning. All user stories depicting the product features as envisioned by the client are stated in the product backlog in the form of product backlog items. The product owner should write stories and acceptance criteria. However, as per the role of the product owner as suggested by the Scrum guide update, the PO is to be held accountable for creating and maintaining the product backlog. It does not necessarily mean that the PO should personally create backlog items and state the acceptance criteria in the stories. The development team can aid the PO in writing the stories and stating the acceptance criteria in it. The product owner, however, has the final say what the acceptance criteria should ideally include.','How Should Acceptance Criteria Be Defined In Scrum?','','publish','open','open','','how-should-acceptance-criteria-be-defined-in-scrum','','','2018-09-13 15:27:35','2018-09-13 09:57:35','',0,'https://product.quickscrum.com/?p=4596',0,'post','',0),(4597,16,'2018-09-13 15:21:09','2018-09-13 09:51:09','<h1>User stories and the product owner</h1>\r\nDuring the sprint planning event, the product owner proposes new product features for development purposes while the development team negotiates with him/her to accept the user stories. It is an important scrum event since it forms the base of all development activities in Agile and Scrum, and gives birth to the product developmental cycles – the sprints – that commence almost immediately after the event. The product owner supports the product vision, and one of his duties is to ensure that stories having high business values are developed in the sprint just about to begin. POs tend to push development teams so stories do not remain incomplete at the end of sprints. There is nothing more “damaging” than an incomplete sprint in Scrum – it adds on to development backlog and reduces the team velocity.\r\n<h1>Why user stories remain incomplete</h1>\r\nIn practice, the development team performs under a certain degree of pressure since the tasks have taken up by the team members have to be completed within time. Developers generally prefer to take up easier tasks for development first. The idea is to complete as many numbers of development tasks as possible within the shortest possible time so the team velocity can be increased. However, in the process, developers also tend to follow a practice not recommended from the development point of view – taking up new tasks for development and leaving the current task unfinished because it is consuming more time, is difficult to complete, or there is some problem associated with its development. This is not a good development, but people still follow it at times to show they are “productive”. Productivity is generally thought about in terms of how much work has been completed by a particular team member and marking tasks as “Completed” is a great way to indicate that you are productive. However, it should not be done at the cost of leaving tasks unfinished. It can lead to even more stressful conditions at the far end of the sprint when team members suddenly realize there are incomplete tasks pending and very little time available to develop them.\r\n<h1>What should be done?</h1>\r\nSo how is it possible to avoid these type of practices in Scrum where work is not completed in a proper manner, or at a proper time? Should the Scrum process be changed to monitor and check these type of activities? Should the Scrum Master closely monitor the implementation and do something he or she is not supposed to do – micromanage the development process? Actually, the solution can be very simple. The team should be made to understand and follow when to “start” with something, and when to “stop” doing it. It is not difficult to do, and what is more important, it helps to deliver business value to the client – and that too in time. In fact, if the team understand when to “start” with something, it becomes easy to determine when to “stop” doing something that is currently underway since you cannot work on two or more tasks simultaneously.\r\n<p style=\"padding-left: 30px;\"><strong>Keep it simple and straightforward</strong></p>\r\n<p style=\"padding-left: 30px;\">The condition is simply – complete the current task and subsequently start with a new one. If the task is difficult to complete by the developer, the team should hold a brief meeting to discuss the issue and make a mental note to include the particular issue in the retrospective sessions held after the sprint has been completed. The point should also be reported in the daily stand upheld the next day. The inspect and adapt principles should be followed to support the self-correction process. Once a solution is found for the issue, it should be implemented immediately, and the team should learn from the experience.</p>\r\n<p style=\"padding-left: 30px;\"><img class=\"alignnone wp-image-2934 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/when-to-start-developing-a-user-story.png\" alt=\"\" width=\"830\" height=\"474\" /></p>\r\n<p style=\"padding-left: 30px;\">It is important to know about factors which can possibly lead to situations where a team member might be compelled to leave a task undone:</p>\r\n\r\n<h1>Calculating the team velocity</h1>\r\nIt is important to know how productive the team is, and what the team can accomplish with regards to development within a sprint. Many times, the Scrum team does not put in enough efforts, or take the velocity parameter seriously. The PO is tempted to include as many stories as possible in the sprint to reduce the total number of iterations. It is essential to meet the release date, and if more stories can be developed in a sprint, the project can be completed well within time. In the haste, the development team takes up more workload that it can possibly handle. This is a scenario typical of teams new to Scrum.\r\n\r\nIf the current team velocity is properly identified and known, a correct number of product backlog items can be included in the sprint backlog during the sprint planning event. The PO should honor the current team velocity and suggest a more realistic number of stories that the team is capable of developing in the sprint. The team should not be pushed into accepting more stories than it can possibly handle. While working under stressful conditions, the developers may not have enough time to carry out unit tests which could lead to regression later on.\r\n<h1>Learning from the retrospective</h1>\r\nWhat is so unique about Scrum is that it supports the inspect and adapt principles which are characteristic of all Agile frameworks.<a class=\"link-hover\" dir=\"ltr\" href=\"https://www.quickscrum.com/Home/AgileDevelopment\" rel=\"noopener\"><span style=\"color: #0000ff;\"> Agile allocates a special event known as the “sprint retrospective”</span></a> to look back and reflect upon the Scrum process – To identify potential pitfalls and find out why the team faced problematic situations, why they occurred, and how they could have been avoided. The retrospective offers a learning experience so the team can self-correct itself. Teams should take the retrospective sessions seriously and hold brainstorming sessions to set up proper call-to-actions and work out effective self-correcting processes. Any problem faced by the team during the sprint can be discussed openly during the sessions and workflow can be altered to ensure that the same situation does not occur again.\r\n<h1>Implementing call-to-actions effectively</h1>\r\nOnce possible pitfalls and root causes of problems have been identified, discussed, and solutions worked out, proper call-to-action should be defined and implemented so the team does not face the same issue again. Very often teams simply fail to design properly follow- up plans, or if they are worked out, the team fails to implement them properly. This renders the self-correction process ineffective. Moreover, the inspect and adapt principles remain unfulfilled. It is important to react to inputs during the retrospectives. The inputs should result in actionable outputs in the form of call-to-action. The team should implement what has been decided to do at the end of the meeting.\r\n<h1>Correctly estimating user stories</h1>\r\nThe product owner carries out the estimation activity when the product backlog items are defined in the backlog. Generally, the PO estimates the user stories and is often aided by the Scrum Master and the development team during the estimation process. While the PO owns the product backlog, the development team, in fact, owns the sprint backlog, and at the time of sprint planning meeting, the team negotiates with the PO how many stories it can complete in the scheduled sprint. Both the PO and the team work out the total number of stories to be developed based on how the stories have been estimated. A sprint may include a few stories and fewer tasks if the complexity of the stories is large, and more time is required to develop them.\r\n\r\nA common problem faced by teams in the early instances of Scrum implementation i.e. when teams are new to the Scrum process is they often fail to estimate stories correctly. Scrum advocates relative estimation rather than estimating absolute values in terms of how complex the development could be. This can prove to be confusing to the team in the early stages since people are more used to absolute estimations. The entire team should understand the estimation process and correctly estimate the stories before accepting them for development purposes.','When To \'Start\' Developing A User Story And Why Stories Often Remain Incomplete At The End Of Sprints','','inherit','closed','closed','','4593-revision-v1','','','2018-09-13 15:21:09','2018-09-13 09:51:09','',4593,'https://product.quickscrum.com/4593-revision-v1/',0,'revision','',0),(4598,16,'2018-09-13 15:21:16','2018-09-13 09:51:16','<h1>User stories and the product owner</h1>\r\nDuring the sprint planning event, the product owner proposes new product features for development purposes while the development team negotiates with him/her to accept the user stories. It is an important scrum event since it forms the base of all development activities in Agile and Scrum, and gives birth to the product developmental cycles – the sprints – that commence almost immediately after the event. The product owner supports the product vision, and one of his duties is to ensure that stories having high business values are developed in the sprint just about to begin. POs tend to push development teams so stories do not remain incomplete at the end of sprints. There is nothing more “damaging” than an incomplete sprint in Scrum – it adds on to development backlog and reduces the team velocity.\r\n<h1>Why user stories remain incomplete</h1>\r\nIn practice, the development team performs under a certain degree of pressure since the tasks have taken up by the team members have to be completed within time. Developers generally prefer to take up easier tasks for development first. The idea is to complete as many numbers of development tasks as possible within the shortest possible time so the team velocity can be increased. However, in the process, developers also tend to follow a practice not recommended from the development point of view – taking up new tasks for development and leaving the current task unfinished because it is consuming more time, is difficult to complete, or there is some problem associated with its development. This is not a good development, but people still follow it at times to show they are “productive”. Productivity is generally thought about in terms of how much work has been completed by a particular team member and marking tasks as “Completed” is a great way to indicate that you are productive. However, it should not be done at the cost of leaving tasks unfinished. It can lead to even more stressful conditions at the far end of the sprint when team members suddenly realize there are incomplete tasks pending and very little time available to develop them.\r\n<h1>What should be done?</h1>\r\nSo how is it possible to avoid these type of practices in Scrum where work is not completed in a proper manner, or at a proper time? Should the Scrum process be changed to monitor and check these type of activities? Should the Scrum Master closely monitor the implementation and do something he or she is not supposed to do – micromanage the development process? Actually, the solution can be very simple. The team should be made to understand and follow when to “start” with something, and when to “stop” doing it. It is not difficult to do, and what is more important, it helps to deliver business value to the client – and that too in time. In fact, if the team understand when to “start” with something, it becomes easy to determine when to “stop” doing something that is currently underway since you cannot work on two or more tasks simultaneously.\r\n<p style=\"padding-left: 30px;\"><strong>Keep it simple and straightforward</strong></p>\r\n<p style=\"padding-left: 30px;\">The condition is simply – complete the current task and subsequently start with a new one. If the task is difficult to complete by the developer, the team should hold a brief meeting to discuss the issue and make a mental note to include the particular issue in the retrospective sessions held after the sprint has been completed. The point should also be reported in the daily stand upheld the next day. The inspect and adapt principles should be followed to support the self-correction process. Once a solution is found for the issue, it should be implemented immediately, and the team should learn from the experience.</p>\r\n<p style=\"padding-left: 30px;\"><img class=\"alignnone wp-image-2934 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/when-to-start-developing-a-user-story.png\" alt=\"\" width=\"830\" height=\"474\" /></p>\r\n<p style=\"padding-left: 30px;\">It is important to know about factors which can possibly lead to situations where a team member might be compelled to leave a task undone:</p>\r\n\r\n<h1>Calculating the team velocity</h1>\r\nIt is important to know how productive the team is, and what the team can accomplish with regards to development within a sprint. Many times, the Scrum team does not put in enough efforts, or take the velocity parameter seriously. The PO is tempted to include as many stories as possible in the sprint to reduce the total number of iterations. It is essential to meet the release date, and if more stories can be developed in a sprint, the project can be completed well within time. In the haste, the development team takes up more workload that it can possibly handle. This is a scenario typical of teams new to Scrum.\r\n\r\nIf the current team velocity is properly identified and known, a correct number of product backlog items can be included in the sprint backlog during the sprint planning event. The PO should honor the current team velocity and suggest a more realistic number of stories that the team is capable of developing in the sprint. The team should not be pushed into accepting more stories than it can possibly handle. While working under stressful conditions, the developers may not have enough time to carry out unit tests which could lead to regression later on.\r\n<h1>Learning from the retrospective</h1>\r\nWhat is so unique about Scrum is that it supports the inspect and adapt principles which are characteristic of all Agile frameworks.<a class=\"link-hover\" dir=\"ltr\" href=\"https://www.quickscrum.com/Home/AgileDevelopment\" rel=\"noopener\"><span style=\"color: #0000ff;\"> Agile allocates a special event known as the “sprint retrospective”</span></a> to look back and reflect upon the Scrum process – To identify potential pitfalls and find out why the team faced problematic situations, why they occurred, and how they could have been avoided. The retrospective offers a learning experience so the team can self-correct itself. Teams should take the retrospective sessions seriously and hold brainstorming sessions to set up proper call-to-actions and work out effective self-correcting processes. Any problem faced by the team during the sprint can be discussed openly during the sessions and workflow can be altered to ensure that the same situation does not occur again.\r\n<h1>Implementing call-to-actions effectively</h1>\r\nOnce possible pitfalls and root causes of problems have been identified, discussed, and solutions worked out, proper call-to-action should be defined and implemented so the team does not face the same issue again. Very often teams simply fail to design properly follow- up plans, or if they are worked out, the team fails to implement them properly. This renders the self-correction process ineffective. Moreover, the inspect and adapt principles remain unfulfilled. It is important to react to inputs during the retrospectives. The inputs should result in actionable outputs in the form of call-to-action. The team should implement what has been decided to do at the end of the meeting.\r\n<h1>Correctly estimating user stories</h1>\r\nThe product owner carries out the estimation activity when the product backlog items are defined in the backlog. Generally, the PO estimates the user stories and is often aided by the Scrum Master and the development team during the estimation process. While the PO owns the product backlog, the development team, in fact, owns the sprint backlog, and at the time of sprint planning meeting, the team negotiates with the PO how many stories it can complete in the scheduled sprint. Both the PO and the team work out the total number of stories to be developed based on how the stories have been estimated. A sprint may include a few stories and fewer tasks if the complexity of the stories is large, and more time is required to develop them.\r\n\r\nA common problem faced by teams in the early instances of Scrum implementation i.e. when teams are new to the Scrum process is they often fail to estimate stories correctly. Scrum advocates relative estimation rather than estimating absolute values in terms of how complex the development could be. This can prove to be confusing to the team in the early stages since people are more used to absolute estimations. The entire team should understand the estimation process and correctly estimate the stories before accepting them for development purposes.','When To \'Start\' Developing A User Story And Why Stories Often Remain Incomplete At The End Of Sprints','','inherit','closed','closed','','4593-autosave-v1','','','2018-09-13 15:21:16','2018-09-13 09:51:16','',4593,'https://product.quickscrum.com/4593-autosave-v1/',0,'revision','',0),(4599,12,'2018-09-13 15:21:51','2018-09-13 09:51:51','In Scrum, the product owner reviews the user stories during the sprint review event and checks whether their acceptance criteria are met before clearing them for a client demo. He or she will never clear a story if its acceptance criteria are not met. Scrum advocates that bug-free and shippable user stories be developed through the product incremental cycles. Each product feature carries a certain business value. At the time of development, the feature should be developed so that its usefulness is sustained in the market i.e. the feature should function as per the product vision was seen by the stakeholders. For this to happen, it is important for the development process to satisfy the technical terms and conditions as specified in the backlog items. The acceptance criteria specify conditions which need to be fulfilled by the team, so the feature can retain its business value in the market. Acceptance criteria are important for the scrum process. The product cannot be released unless the acceptance criteria of the backlog items are met during development.\r\n\r\n<img class=\"aligncenter wp-image-2395 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/how-should-acceptance-criteria-be-defined-in-scrum.png\" alt=\"\" width=\"830\" height=\"450\" />\r\n<h1>How should acceptance criteria be defined?</h1>\r\nThe acceptance criteria should be expressed clearly in the product backlog items. It should be stated using a simple language so it becomes easy for the team members to understand and follow it. Moreover, the story should be described in a manner such that it can be understood without facing any ambiguities regarding its possible outcomes – what is acceptable and what is not - the technical team should be able to understand what is to be developed and delivered, in what manner, and what conditions should be satisfied so it can be considered as shippable.\r\n<h1>What is the purpose of defining the acceptance criteria?</h1>\r\nThe acceptance criteria help the team to understand what a user story should ideally deliver in terms of a product increment, and what it should do to maintain the usefulness of the feature. End users have a final say regarding what is exactly required in terms of feature functionality. Based on their feedback, the product owner ensures that the acceptance criteria reflect end-user conditions, and conveys those requirements in the acceptance criteria.\r\n<p style=\"padding-left: 30px;\"><strong>The acceptance criteria:</strong></p>\r\n\r\n<ul class=\"custom-padding-left-30\">\r\n <li>Defines the limits or boundaries of a <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"https://www.quickscrum.com/Home/ProductBacklog\" target=\"_blank\" rel=\"noopener\">user story or feature in the product backlog</a></span></li>\r\n <li>Helps the product owner to answer what is needed in the feature so the team can deliver the expected business value.</li>\r\n <li>Helps the team to understand and share ideas regarding how the team should develop the feature.</li>\r\n <li>Aids the team in testing the feature development so it can be accepted as “Done” by the PO and stakeholders.</li>\r\n <li>Helps the team in understanding how much further development is required to finish the story.</li>\r\n</ul>\r\n<h1>What should the acceptance criteria actually include?</h1>\r\nThe acceptance criteria should be defined while maintaining its “scope”. To be effectual, the criteria should be written following certain guidelines.\r\n<ul class=\"custom-padding-left-30\">\r\n <li>It should try to explain the intent of developing the product feature. It should not try to provide a non-debatable solution. Team members can argue regarding its acceptance while negotiating user stories with the PO during the sprint planning meeting event.</li>\r\n <li>It should be independent of its implementation. The acceptance criteria should not suggest or limit how the story should be developed. The team decides how the story or product feature should be developed since it “owns” the sprint backlog.</li>\r\n <li>It should be explained at a macro level and provide an overall picture of what is actually needed.</li>\r\n</ul>\r\n<h1>When to write the acceptance criteria?</h1>\r\nThe <a class=\"link-hover\" dir=\"ltr\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #3366ff;\">product owner is responsible for creating the product backlog</span></a> at the time of project planning. All user stories depicting the product features as envisioned by the client are stated in the product backlog in the form of product backlog items. The product owner should write stories and acceptance criteria. However, as per the role of the product owner as suggested by the Scrum guide update, the PO is to be held accountable for creating and maintaining the product backlog. It does not necessarily mean that the PO should personally create backlog items and state the acceptance criteria in the stories. The development team can aid the PO in writing the stories and stating the acceptance criteria in it. The product owner, however, has the final say what the acceptance criteria should ideally include.','How Should Acceptance Criteria Be Defined In Scrum?','','inherit','closed','closed','','4596-revision-v1','','','2018-09-13 15:21:51','2018-09-13 09:51:51','',4596,'https://product.quickscrum.com/4596-revision-v1/',0,'revision','',0),(4600,13,'2018-09-13 15:23:48','2018-09-13 09:53:48','<h2>Part 1 - Project management methods and Agile</h2>\r\nWith dynamically changing market scenarios dominating the outsourcing markets, it has become imperative to remain conversant with emergent technologies and use them for developing projects. New platforms and technologies have a lot to offer in terms of reduced development time and targeting a wider range of client-centric requirements, however, while reaping the benefits they offer, they also impose a few constraints regarding their applicability. Offshoring businesses can increase the productivity levels and generate higher profits but often face problems in finding technical teams familiar with the usage and implementation of new technologies. For most organizations, it is more profitable to find technical talent in other countries and outsource their projects depending upon the nature and scope of the project on hand.\r\n\r\n<img class=\"aligncenter wp-image-2456 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/DistributedTeamsChallengesAndAgileAdvantages-5.png\" alt=\"\" width=\"830\" height=\"500\" />\r\n\r\nIt is very important to manage projects in an effective manner to make them profitable. Several project management frameworks and methods aim to make project management easier and more effective. Some of the popular methods used in the past, and even now are:\r\n<ul style=\"list-style-type: disc;\">\r\n <li>Critical Path Method (CPM)</li>\r\n <li>Critical Chain Project Management (CCPM)</li>\r\n <li>PMI/PMBOK Method</li>\r\n <li>Event Chain Methodology (ECM)</li>\r\n <li>Extreme Project Management (XPM)</li>\r\n <li>Adaptive Project Framework (APF)</li>\r\n <li>Lean Development (LD)</li>\r\n <li>Six Sigma/Lean Six Sigma</li>\r\n <li>PRINCE2</li>\r\n <li>Dynamic Systems Development Model (DSDM)</li>\r\n <li>Feature Driven Development (FDD)</li>\r\n <li>Rapid Application Development (RAD)</li>\r\n <li>Systems Development Life Cycle (SDLC)</li>\r\n <li>Waterfall (Traditional)</li>\r\n</ul>\r\nEach method proposes to make project management easy and more accurate. Often, it is difficult to choose which method one ought to adopt for developing a project since every management technique has its own pros and cons. While a particular organization may offer a positive feedback regarding a method it is following, consultants might consider it a bad choice and speak against it. There are no postulates or rules which define a “successful” project. Also, there are no rules which can help in deciding whether a particular methodology is more effective as compared to the other. It is based more upon personal experience, understanding how a methodology works and what it has to offer, and how well it can be implemented. Perhaps, the most important aspect to understand is whatever methodology you choose, what is more, important is how well you use it to your benefit to make your project successful.\r\n\r\nProjects may vary in terms of their scope, size, complexity, and nature. However, regardless of that, offshore or distributed teams have to be properly coordinated and managed. Agile project management framework offers several options for managing remotely developed projects.\r\n<ul>\r\n <li>\r\n<h4>Critical Path Method (CPM)</h4>\r\n</li>\r\n</ul>\r\nRecommended for developing small to medium sized projects using a team of 7 to 12 cross-functional and multi-skilled individuals. The Scrum framework is characterized by its clearly defined events, artifacts, roles, and process which have to be followed by the entire team. The error correction and retrospection activities take precedence over documentation and delegation of authority. The client is actively involved in verifying the development carried out by the team. The Scrum team delivers the business value in the project through successful product increments developed through periodic cycles known as sprints.\r\n<ul>\r\n <li>\r\n<h4>Extreme Programming (XP)</h4>\r\n</li>\r\n</ul>\r\nExtreme Programming (XP) offers a practical approach to program development and focuses primarily upon the delivery of business results. It follows an incremental, start-with-something approach towards product development, and makes use of continued testing and revision processes. XP is generally recommended for short-term projects, and development teams typically follow the code-test-analyze-design-integrate process. XP is known for “paired” programming i.e. two developers engaged with code development and testing simultaneously. One programmer creates the code while other tests it on the spot.\r\n<ul>\r\n <li>\r\n<h4>Kanban</h4>\r\n</li>\r\n</ul>\r\nBased upon the concept of Toyota production model, Kanban offers a pragmatic approach to development by matching the actual amount of work in progress to the development teams capacity in delivering it. The framework provides more flexibility in terms of planning options, quicker output, a clear focus pertaining to what needs to be developed, and maintaining total transparency throughout the product development cycle.\r\n<h4>Scaled Agile Frameworks (SAFe)</h4>\r\nScaled Agile Framework (SAFe) is a structured and prescriptive method to help large organizations and enterprises to get started with adopting Agile. It is a popular and efficient Agile framework successfully used by many companies covering various industry verticals. It is especially recommended for large sized software based projects where teams can function interdependently.\r\n<h4>Nexus</h4>\r\nNexus is an Agile framework focusing upon cross-team dependencies and team integration issues. It facilitates Agile implementation in complex and large-scale projects. It functions as an exoskeleton and helps multiple Scrum teams to integrate and pursue a common goal of delivering valuable product increments through sprints. Each team delivers a certain business value to the client through each product increment cycle, and the teams achieve this by following Agile principles and process. Nexus is recommended for development teams consisting of over 100 individuals.\r\n<h2>Part 2 – Agile for distributed teams</h2>\r\nWhile executing your very first remote project, the most logical thing to do is to document the project vision and figure out how the team will deliver the project goals. Proper and effective communication is of paramount importance while explaining the goals and objectives to team members. It is a simple and straightforward process most of the times, but while working with distributed teams, the cultural differences and varying language proficiency levels may often create constraints and lead to miscommunication as well as confusion. This can be a common scenario in the case of teams located in countries across different time zones and possess a limited ability to communicate using a particular language. Individuals may find it difficult to understand and capture the exact project requirements and deliver code or functionality that does not fulfill end-user requirements. Projects often fail because of these and other such technical and non-technical reasons.\r\n\r\nUsing Agile it may be possible to simplify these types of problems. Agile is not a silver bullet that can rectify all issues and problems faced during project execution. <a title=\"Agile Project Management Framework\" href=\"https://www.quickscrum.com/Home/AgileProjectManagementSoftware\" rel=\"noopener\"><span style=\"color: #3366ff;\">Agile is a framework</span></a>, therefore It depends upon how well the team understands its principles and how effectively it implements them in the project. However, the framework is designed such that issues can be dealt with in a more proactive and effectual manner.\r\n<h2>Part 3 – Dealing with issues using Agile</h2>\r\nBusinesses prefer making quick profits. If the organization is a public venture, or funds have been collected from stakeholders and investors, it may become even more important to generate quick profits and mention them in an annual report and general body meetings. Considering the intense competition levels in the market, it has become imperative for businesses to speed up development work and complete projects sooner by using emergent technologies rather than development projects using traditional development methods and techniques. New technologies offer many benefits which can speed up project execution, however, there is a catch involved - people have to collaborate and gather feedback from the development process before analyzing it and fine-tuning the process to make it more effective and productive.\r\n<h3 style=\"padding-left: 30px;\">1. Project vision and documentation</h3>\r\n<p style=\"padding-left: 30px;\">Agile does not emphasize upon extensive documentation. In real life scenarios elaborate or extensive documentation often remains locked away in filing cabinets or resides on shelves for future references - teams rarely bother to read them thoroughly since they can be large in size and a lot of time is spent in reading and understanding them. The attitude of most development teams (Don’t mean to disrespect them in any way) is to get started with work so deadlines can be met. Teams are generally pressed for time so they don’t bother, or can’t afford to spend hours reading the comprehensive documentation. Paperwork is greatly reduced in Agile, and if you choose to follow Agile, you need to create just enough documentation to get started with work. More importance is given to understanding client-centric requirements and delivering business value, rather than creating elaborate reports and documents. Moreover, one of the <span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" title=\"Scrum Project Management\" href=\"https://www.quickscrum.com/Home/ScrumProjectManagement\" rel=\"noopener\">responsibilities of the product owner in Agile</a></span> is to ensure that the team understands the deliverables and project vision properly before it starts to work. The PO also makes sure that the business value delivered from the sprints is useful and matches the project vision.</p>\r\n\r\n<h3 style=\"padding-left: 30px;\">2. Maintaining quality standards</h3>\r\n<p style=\"padding-left: 30px;\">Quality and deadlines are the two most important factors associated with, and affecting, the success levels of a project. Quality features fulfilling end-user requirements have to be developed within the decided time so it can be properly marketed and business returns availed from it. In the IT market segment it is not just important to build quality software, but to release it in the correct manner at the correct time and at the correct place (targeted market audience i.e. the geographical boundaries within which end users are likely to buy your product. With online marketing these boundaries remain virtual but nevertheless play an important part in deciding the “target audience” when the project is planned and incepted). When outsourcing work to remote teams, the quality aspects could get compromised upon if a QA or testing process in setting up as a part of the development process. Fewer development teams actually bother to test the code for regression after it is developed unless it is a pre-decided activity and integrated with the development process.</p>\r\n<p style=\"padding-left: 30px;\">The Agile manifesto states \"Our highest priority is to satisfy the customer through the early and continuous delivery of valuable software.\" Its emphasis upon “early and continuous delivery of valuable software” i.e. useful and valuable product features should be developed and delivered to the client on regular basis. Agile focuses upon the delivery of “shippable” features. Each feature should be properly tested for errors and made bug free before its development can be considered as complete and deployable. Developers and programmers often double as testers to carry out the QA part during sprint cycles. Agile fails if “workable” features are not developed. Remote teams trained in Agile have to fulfill the test conditions stated in the acceptance criteria defined for each development task created in the product backlog (ideally).</p>\r\n\r\n<h3 style=\"padding-left: 30px;\">3. The supervisor or project manager’s role</h3>\r\n<p style=\"padding-left: 30px;\">Every project needs a manager to oversee its execution and completion. It is important for the supervisor or the project manager to remain available to the team and resolve problems and issues as and when they occur. When teams are located on-premises it becomes easy to resolve technical problems since face-to-face interactions are possible and the manager is always available when you need him or her. That is not always the case with remote or distributed teams. Owing to time differences, the manager could be ending the day while the remote team would be just about to start with work. Teams may be required to wait for some time before problems are resolved, and this could delay work further. Deadlines and commitments may therefore not be met.</p>\r\n<p style=\"padding-left: 30px;\">The <span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" title=\"Scrum Master\" href=\"https://www.quickscrum.com/Kernel/CoachList\" rel=\"noopener\">Scrum Master’s role is very clearly defined in the Agile framework</a></span>. The SM often plays a servant-leader role, and mentors and facilitates the Agile process. The SM ensures that he or she is always available to the team and resolves glitches whenever the team gets stuck. In Agile, the Scrum Master is a specific role played by a person, rather than a designation or responsibilities given to a single individual. The role can be played by anyone on the team. In case of distributed teams, a responsible team member can be taught to play the Proxy Scrum Master’s role and provided with quick-access channels to communicate with the actual SM or PO in case of urgent issues. The person also functions as a team representative and creates daily feedback reports which can be studied by the client, PO, and the SM as per their convenience.</p>\r\n\r\n<h3 style=\"padding-left: 30px;\">4. Ownership and team empowerment</h3>\r\n<p style=\"padding-left: 30px;\">Traditional project management methods differentiate between senior and junior level individuals, and have a clear hierarchical structure defining authority levels and who reports to whom. Even today, most organizations still follow this traditional hierarchical model, and individuals belonging to different levels of authority remain concerned about their responsibilities and reporting status. Even though the model is organized, it takes a lot of time for issues to get resolved as the escalation process involves several individuals starting from the junior level to senior levels. Moreover, people have a tendency to “pass on” issues to senior levels personnel and let them decide what to do next. Technical staff and junior level employees may prefer not to get involved with decision making since they often become scapegoats to bureaucratic procedures. In case of distributed teams, the scenario can become even worse because you don’t have to deal with just bureaucratic attitudes but the language and distance factor may further make the team even less accountable for the success or failure of the project.</p>\r\n<p style=\"padding-left: 30px;\">Agile does not believe in shifting responsibilities or escalating issues. As per the model, teams are cross-functional and self-managing. Each team member often takes up additional tasks other than his or her particular skillset thereby reducing the total numbers of skilled members required in the team. There are no senior-subordinate levels – just three primary roles of a product owner, scrum master, and the development team. Rather than assigning tasks, each team member voluntarily takes up work based upon his or experience and skills. One of the most important aspects about Agile is that the team has to “own” the project on behalf of the client. It means each person is responsible not just for the work done by him or her, but the overall contribution of all members at the team level is even more important. The entire team is accountable for the success or failure of the project – not just the product owner but each and every member of the team.</p>\r\n<p style=\"padding-left: 30px;\">Moreover, the three roles of PO, SM, and the team are empowered in Agile to decide on their own what course of action to take to best fulfill their objectives. The development team is not required to follow orders or take permissions in deciding how a particular feature should be developed, and in what manner. It has to deliver work as decided in an event – the sprint planning meeting – held before each product incremental cycle known as a sprint starts.</p>','Distributed Teams Challenges And Agile Advantages','','publish','open','open','','distributed-teams-challenges-and-agile-advantages','','','2018-09-13 15:23:48','2018-09-13 09:53:48','',0,'https://product.quickscrum.com/?p=4600',0,'post','',0),(4602,13,'2018-09-13 15:23:30','2018-09-13 09:53:30','<h2>Part 1 - Project management methods and Agile</h2>\r\nWith dynamically changing market scenarios dominating the outsourcing markets, it has become imperative to remain conversant with emergent technologies and use them for developing projects. New platforms and technologies have a lot to offer in terms of reduced development time and targeting a wider range of client-centric requirements, however, while reaping the benefits they offer, they also impose a few constraints regarding their applicability. Offshoring businesses can increase the productivity levels and generate higher profits but often face problems in finding technical teams familiar with the usage and implementation of new technologies. For most organizations, it is more profitable to find technical talent in other countries and outsource their projects depending upon the nature and scope of the project on hand.\r\n\r\n<img class=\"aligncenter wp-image-2456 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/DistributedTeamsChallengesAndAgileAdvantages-5.png\" alt=\"\" width=\"830\" height=\"500\" />\r\n\r\nIt is very important to manage projects in an effective manner to make them profitable. Several project management frameworks and methods aim to make project management easier and more effective. Some of the popular methods used in the past, and even now are:\r\n<ul style=\"list-style-type: disc;\">\r\n <li>Critical Path Method (CPM)</li>\r\n <li>Critical Chain Project Management (CCPM)</li>\r\n <li>PMI/PMBOK Method</li>\r\n <li>Event Chain Methodology (ECM)</li>\r\n <li>Extreme Project Management (XPM)</li>\r\n <li>Adaptive Project Framework (APF)</li>\r\n <li>Lean Development (LD)</li>\r\n <li>Six Sigma/Lean Six Sigma</li>\r\n <li>PRINCE2</li>\r\n <li>Dynamic Systems Development Model (DSDM)</li>\r\n <li>Feature Driven Development (FDD)</li>\r\n <li>Rapid Application Development (RAD)</li>\r\n <li>Systems Development Life Cycle (SDLC)</li>\r\n <li>Waterfall (Traditional)</li>\r\n</ul>\r\nEach method proposes to make project management easy and more accurate. Often, it is difficult to choose which method one ought to adopt for developing a project since every management technique has its own pros and cons. While a particular organization may offer a positive feedback regarding a method it is following, consultants might consider it a bad choice and speak against it. There are no postulates or rules which define a “successful” project. Also, there are no rules which can help in deciding whether a particular methodology is more effective as compared to the other. It is based more upon personal experience, understanding how a methodology works and what it has to offer, and how well it can be implemented. Perhaps, the most important aspect to understand is whatever methodology you choose, what is more, important is how well you use it to your benefit to make your project successful.\r\n\r\nProjects may vary in terms of their scope, size, complexity, and nature. However, regardless of that, offshore or distributed teams have to be properly coordinated and managed. Agile project management framework offers several options for managing remotely developed projects.\r\n<ul>\r\n <li>\r\n<h4>Critical Path Method (CPM)</h4>\r\n</li>\r\n</ul>\r\nRecommended for developing small to medium sized projects using a team of 7 to 12 cross-functional and multi-skilled individuals. The Scrum framework is characterized by its clearly defined events, artifacts, roles, and process which have to be followed by the entire team. The error correction and retrospection activities take precedence over documentation and delegation of authority. The client is actively involved in verifying the development carried out by the team. The Scrum team delivers the business value in the project through successful product increments developed through periodic cycles known as sprints.\r\n<ul>\r\n <li>\r\n<h4>Extreme Programming (XP)</h4>\r\n</li>\r\n</ul>\r\nExtreme Programming (XP) offers a practical approach to program development and focuses primarily upon the delivery of business results. It follows an incremental, start-with-something approach towards product development, and makes use of continued testing and revision processes. XP is generally recommended for short-term projects, and development teams typically follow the code-test-analyze-design-integrate process. XP is known for “paired” programming i.e. two developers engaged with code development and testing simultaneously. One programmer creates the code while other tests it on the spot.\r\n<ul>\r\n <li>\r\n<h4>Kanban</h4>\r\n</li>\r\n</ul>\r\nBased upon the concept of Toyota production model, Kanban offers a pragmatic approach to development by matching the actual amount of work in progress to the development teams capacity in delivering it. The framework provides more flexibility in terms of planning options, quicker output, a clear focus pertaining to what needs to be developed, and maintaining total transparency throughout the product development cycle.\r\n<h4>Scaled Agile Frameworks (SAFe)</h4>\r\nScaled Agile Framework (SAFe) is a structured and prescriptive method to help large organizations and enterprises to get started with adopting Agile. It is a popular and efficient Agile framework successfully used by many companies covering various industry verticals. It is especially recommended for large sized software based projects where teams can function interdependently.\r\n<h4>Nexus</h4>\r\nNexus is an Agile framework focusing upon cross-team dependencies and team integration issues. It facilitates Agile implementation in complex and large-scale projects. It functions as an exoskeleton and helps multiple Scrum teams to integrate and pursue a common goal of delivering valuable product increments through sprints. Each team delivers a certain business value to the client through each product increment cycle, and the teams achieve this by following Agile principles and process. Nexus is recommended for development teams consisting of over 100 individuals.\r\n<h2>Part 2 – Agile for distributed teams</h2>\r\nWhile executing your very first remote project, the most logical thing to do is to document the project vision and figure out how the team will deliver the project goals. Proper and effective communication is of paramount importance while explaining the goals and objectives to team members. It is a simple and straightforward process most of the times, but while working with distributed teams, the cultural differences and varying language proficiency levels may often create constraints and lead to miscommunication as well as confusion. This can be a common scenario in the case of teams located in countries across different time zones and possess a limited ability to communicate using a particular language. Individuals may find it difficult to understand and capture the exact project requirements and deliver code or functionality that does not fulfill end-user requirements. Projects often fail because of these and other such technical and non-technical reasons.\r\n\r\nUsing Agile it may be possible to simplify these types of problems. Agile is not a silver bullet that can rectify all issues and problems faced during project execution. <a title=\"Agile Project Management Framework\" href=\"https://www.quickscrum.com/Home/AgileProjectManagementSoftware\" rel=\"noopener\"><span style=\"color: #3366ff;\">Agile is a framework</span></a>, therefore It depends upon how well the team understands its principles and how effectively it implements them in the project. However, the framework is designed such that issues can be dealt with in a more proactive and effectual manner.\r\n<h2>Part 3 – Dealing with issues using Agile</h2>\r\nBusinesses prefer making quick profits. If the organization is a public venture, or funds have been collected from stakeholders and investors, it may become even more important to generate quick profits and mention them in an annual report and general body meetings. Considering the intense competition levels in the market, it has become imperative for businesses to speed up development work and complete projects sooner by using emergent technologies rather than development projects using traditional development methods and techniques. New technologies offer many benefits which can speed up project execution, however, there is a catch involved - people have to collaborate and gather feedback from the development process before analyzing it and fine-tuning the process to make it more effective and productive.\r\n<h3 style=\"padding-left: 30px;\">1. Project vision and documentation</h3>\r\n<p style=\"padding-left: 30px;\">Agile does not emphasize upon extensive documentation. In real life scenarios elaborate or extensive documentation often remains locked away in filing cabinets or resides on shelves for future references - teams rarely bother to read them thoroughly since they can be large in size and a lot of time is spent in reading and understanding them. The attitude of most development teams (Don’t mean to disrespect them in any way) is to get started with work so deadlines can be met. Teams are generally pressed for time so they don’t bother, or can’t afford to spend hours reading the comprehensive documentation. Paperwork is greatly reduced in Agile, and if you choose to follow Agile, you need to create just enough documentation to get started with work. More importance is given to understanding client-centric requirements and delivering business value, rather than creating elaborate reports and documents. Moreover, one of the <span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" title=\"Scrum Project Management\" href=\"https://www.quickscrum.com/Home/ScrumProjectManagement\" rel=\"noopener\">responsibilities of the product owner in Agile</a></span> is to ensure that the team understands the deliverables and project vision properly before it starts to work. The PO also makes sure that the business value delivered from the sprints is useful and matches the project vision.</p>\r\n\r\n<h3 style=\"padding-left: 30px;\">2. Maintaining quality standards</h3>\r\n<p style=\"padding-left: 30px;\">Quality and deadlines are the two most important factors associated with, and affecting, the success levels of a project. Quality features fulfilling end-user requirements have to be developed within the decided time so it can be properly marketed and business returns availed from it. In the IT market segment it is not just important to build quality software, but to release it in the correct manner at the correct time and at the correct place (targeted market audience i.e. the geographical boundaries within which end users are likely to buy your product. With online marketing these boundaries remain virtual but nevertheless play an important part in deciding the “target audience” when the project is planned and incepted). When outsourcing work to remote teams, the quality aspects could get compromised upon if a QA or testing process in setting up as a part of the development process. Fewer development teams actually bother to test the code for regression after it is developed unless it is a pre-decided activity and integrated with the development process.</p>\r\n<p style=\"padding-left: 30px;\">The Agile manifesto states \"Our highest priority is to satisfy the customer through the early and continuous delivery of valuable software.\" Its emphasis upon “early and continuous delivery of valuable software” i.e. useful and valuable product features should be developed and delivered to the client on regular basis. Agile focuses upon the delivery of “shippable” features. Each feature should be properly tested for errors and made bug free before its development can be considered as complete and deployable. Developers and programmers often double as testers to carry out the QA part during sprint cycles. Agile fails if “workable” features are not developed. Remote teams trained in Agile have to fulfill the test conditions stated in the acceptance criteria defined for each development task created in the product backlog (ideally).</p>\r\n\r\n<h3 style=\"padding-left: 30px;\">3. The supervisor or project manager’s role</h3>\r\n<p style=\"padding-left: 30px;\">Every project needs a manager to oversee its execution and completion. It is important for the supervisor or the project manager to remain available to the team and resolve problems and issues as and when they occur. When teams are located on-premises it becomes easy to resolve technical problems since face-to-face interactions are possible and the manager is always available when you need him or her. That is not always the case with remote or distributed teams. Owing to time differences, the manager could be ending the day while the remote team would be just about to start with work. Teams may be required to wait for some time before problems are resolved, and this could delay work further. Deadlines and commitments may therefore not be met.</p>\r\n<p style=\"padding-left: 30px;\">The <span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" title=\"Scrum Master\" href=\"https://www.quickscrum.com/Kernel/CoachList\" rel=\"noopener\">Scrum Master’s role is very clearly defined in the Agile framework</a></span>. The SM often plays a servant-leader role, and mentors and facilitates the Agile process. The SM ensures that he or she is always available to the team and resolves glitches whenever the team gets stuck. In Agile, the Scrum Master is a specific role played by a person, rather than a designation or responsibilities given to a single individual. The role can be played by anyone on the team. In case of distributed teams, a responsible team member can be taught to play the Proxy Scrum Master’s role and provided with quick-access channels to communicate with the actual SM or PO in case of urgent issues. The person also functions as a team representative and creates daily feedback reports which can be studied by the client, PO, and the SM as per their convenience.</p>\r\n\r\n<h3 style=\"padding-left: 30px;\">4. Ownership and team empowerment</h3>\r\n<p style=\"padding-left: 30px;\">Traditional project management methods differentiate between senior and junior level individuals, and have a clear hierarchical structure defining authority levels and who reports to whom. Even today, most organizations still follow this traditional hierarchical model, and individuals belonging to different levels of authority remain concerned about their responsibilities and reporting status. Even though the model is organized, it takes a lot of time for issues to get resolved as the escalation process involves several individuals starting from the junior level to senior levels. Moreover, people have a tendency to “pass on” issues to senior levels personnel and let them decide what to do next. Technical staff and junior level employees may prefer not to get involved with decision making since they often become scapegoats to bureaucratic procedures. In case of distributed teams, the scenario can become even worse because you don’t have to deal with just bureaucratic attitudes but the language and distance factor may further make the team even less accountable for the success or failure of the project.</p>\r\n<p style=\"padding-left: 30px;\">Agile does not believe in shifting responsibilities or escalating issues. As per the model, teams are cross-functional and self-managing. Each team member often takes up additional tasks other than his or her particular skillset thereby reducing the total numbers of skilled members required in the team. There are no senior-subordinate levels – just three primary roles of a product owner, scrum master, and the development team. Rather than assigning tasks, each team member voluntarily takes up work based upon his or experience and skills. One of the most important aspects about Agile is that the team has to “own” the project on behalf of the client. It means each person is responsible not just for the work done by him or her, but the overall contribution of all members at the team level is even more important. The entire team is accountable for the success or failure of the project – not just the product owner but each and every member of the team.</p>\r\n<p style=\"padding-left: 30px;\">Moreover, the three roles of PO, SM, and the team are empowered in Agile to decide on their own what course of action to take to best fulfill their objectives. The development team is not required to follow orders or take permissions in deciding how a particular feature should be developed, and in what manner. It has to deliver work as decided in an event – the sprint planning meeting – held before each product incremental cycle known as a sprint starts.</p>','Distributed Teams Challenges And Agile Advantages','','inherit','closed','closed','','4600-revision-v1','','','2018-09-13 15:23:30','2018-09-13 09:53:30','',4600,'https://product.quickscrum.com/4600-revision-v1/',0,'revision','',0),(4604,12,'2018-09-13 15:24:42','2018-09-13 09:54:42','The product backlog reflects what the clients need in terms of a product release. For a complex or feature-rich product, the product backlog can include a large number of product backlog items, and it can be a huge list. Scrum recommends that important backlog items having high business values should be developed first, followed by less important ones. This is to ensure that the business worth of the project is maintained at all times – even while the team is developing the product.\r\n\r\n<img class=\"aligncenter wp-image-2516 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/busi-value-defi-of-ready-product-backlogs.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n<h1><a class=\"link-hover\" dir=\"ltr\" href=\"https://www.quickscrum.com/Home/ProductBacklog\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #3366ff;\">Prioritising the product backlog</span></a></h1>\r\nThe product backlog is “owned” by the product owner on behalf of the client. The PO is primarily responsible for creating and maintaining it. The PO can carry out the prioritizing activity. Alternatively, the entire team can collectively participate in the activity and aid the PO. Moreover, the PO has a final say regarding the business values to be allotted to the backlog items.\r\n\r\nGenerally, the PO starts creating and prioritizing the backlog when the product release is planned. However, many times, a common issue faced during the initial stages of a Scrum project is that enough information may not be available with the PO regarding what the proposed product features should ideally include. The client may not be clear about or may need some additional time or information to work out the business values for a set of backlog items. In such scenarios, the PO may merely mention the product features in the product backlog and omit to mention their acceptance criteria and/or their business value since the information is not available at that time. So, it becomes necessary to update the business value at a later stage when the client avails the required information. This is one of the main reasons why a product backlog item may not be properly defined or prioritized in the backlog.\r\n\r\nIt is important to prioritize the product backlog so that high-value stories are developed first during the daily sprints. So, what is the criterion for prioritizing the product backlog? On what basis should user stories or product backlog items be prioritized in a product backlog? The product owner, based upon the product vision seen by the stakeholders and clients tries to prioritize the backlog based on:\r\n<ul class=\"custom-padding-left-30\">\r\n <li>Business value</li>\r\n <li>Definition of ready</li>\r\n</ul>\r\nThe business value of the user story or product backlog item\r\n\r\n<strong>One of the main factors to consider while prioritizing a backlog item is to determine its business value and include that value in its definition. The business value is typically a number ranging from one to ten. The higher the business value, the greater is the number. The business value is determined after considering several factors, such as:</strong>\r\n<ul class=\"custom-padding-left-30\">\r\n <li>Client’s preference and priority in developing the feature</li>\r\n <li>End-user requirements</li>\r\n <li>Market demand for the feature</li>\r\n <li>Levels of competition faced from other businesses developing products with similar features, etc.</li>\r\n</ul>\r\nThe product owner assigns business values to the stories based upon the extent of value or financial worth, the story can bring to the business and stakeholders once the product is developed and released in the market.\r\n<h1>Definition of ready</h1>\r\nThe idea of making product backlog items “workable” or “ready” dates back to the times when the first Scrum guide was launched – in the year 2002. When backlog items are ready, they can be easily called to the sprint backlog for development purposes and converted to product increments. If stories aren’t ready, the development team simply cannot develop the product features. Therefore, it is important to ensure that enough “ready” items exist in the product backlog - at least before the sprint planning meeting event is held.\r\n<p style=\"padding-left: 30px;\"><strong>For a user story or a product backlog item to be ready, it should be:</strong></p>\r\n<p style=\"padding-left: 30px;\"><strong>1. Clear</strong></p>\r\n<p style=\"padding-left: 30px;\">The item should be properly described regarding what product feature it actually represents. The functioning of the feature should be thoroughly explained so the team can easily understand it. All technical details and specifications i.e. the inputs to the feature, functionality offered by the particular feature, what end users expect out of the feature, etc. should be clearly stated in the story.</p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Feasible</strong></p>\r\n<p style=\"padding-left: 30px;\">In the scrum, it is important to complete the development of all user stories accepted in the sprint backlog. For a sprint to be successful, each story should be developed. If a story is too complex, or an epic is not properly decomposed into smaller easily developable user stories, the team may not be able to complete it in the current sprint. The feature should be estimated and split up into multiple parts if required, so it can be developed during a sprint. It should be feasible to develop the story.</p>\r\n<p style=\"padding-left: 30px;\"><strong>3. Testable</strong></p>\r\n<p style=\"padding-left: 30px;\">Since <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\">Scrum advocates that bug-free shippable product increments be developed</a></span> at the end of sprints, it becomes essential to test the product features developed by the team before they can be released. Each story is assigned a benchmark, or specific conditions, that should be fulfilled in totality before it can be considered as “complete”. When the team develops a backlog item, it is tested against the acceptance criteria or benchmark conditions. Each criterion should be satisfied before the story can be considered as completely developed.</p>','The Significance Of Business Value And The Definition Of Ready In Product Backlogs','','publish','open','open','','the-significance-of-business-value-and-the-definition-of-ready-in-product-backlogs','','','2018-09-13 15:24:42','2018-09-13 09:54:42','',0,'https://product.quickscrum.com/?p=4604',0,'post','',0),(4605,16,'2018-09-13 15:26:10','2018-09-13 09:56:10','The popularity of <a class=\"link-hover\" dir=\"ltr\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #3366ff;\">Agile frameworks, especially XP and Scrum</span></a><span style=\"color: #0000ff;\">,</span> is increasing by the day, and more and more organizations are deciding in favor of using these frameworks to execute their projects. Agile proposes many advantages – frequent and reliable product increments, delivering product features having high business values, and above all – delivery of shippable product features even while the development process is underway. However, a major issue with Agile and all Agile based frameworks is that the framework has to be properly understood and later implemented in the project. Moreover, the implementation should be carried out keeping Agile principles in mind. More than often, businesses fail to benefit from Agile simply because the management has not understood the basic principles behind the framework, or has failed to implement those principles in a proper manner.\r\n\r\n<img class=\"aligncenter wp-image-3000 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/breaking-down-the-a-manifesto-and-understanding-it-1.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n<h3><span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.agilealliance.org/the-alliance/the-agile-manifesto/\" target=\"_blank\" rel=\"noopener\">The Agile manifesto</a></span></h3>\r\n<p style=\"padding-left: 30px;\">Since it was developed in 2001, thousands of individuals including project managers, software professionals, and C level executives have endorsed the Agile manifesto. Hundreds of books and references have been written to discuss what the guide has to say, and how it should be interpreted. The manifesto has drastically changed the way in which organizations and individuals develop software projects. The manifesto packs a lot of punch for its 68 words which have been written by 17 software professionals over two days meet at a ski resort.</p>\r\n<p style=\"padding-left: 30px;\">The principles of Agile are stated in the official guide written by Ken Schwaber and Jeff Sutherland. The guide functions as a bible for all Agile groups and Agile professionals. People refer to the guide when in doubt, or when they wish to clarify a particular point during Agile framework implementation. For individuals interested in Agile, it is very important to understand the guide and interpret what it has to say.</p>\r\n\r\n<h4 style=\"padding-left: 30px; text-align: center;\"><a class=\"link-hover\" href=\"http://www.agilealliance.org/the-alliance/the-agile-manifesto/\" target=\"_blank\" rel=\"noopener\"><u><span style=\"color: #3366ff;\">Manifesto for Agile Software Development</span></u></a></h4>\r\n<p style=\"text-align: center;\"><i>We are uncovering better ways of developing software by doing it and helping others do</i></p>\r\n<p style=\"text-align: center;\"><i>it.</i></p>\r\n<p style=\"text-align: center;\"><i>Through this work we have come to value:</i>\r\n<i>Individuals and interactions over processes and tools</i>\r\n<i>Working software over comprehensive documentation</i>\r\n<i>Customer collaboration over contract negotiation</i>\r\n<i>Responding to change over following a plan</i>\r\n<i>That is, while there is value in the items on the right, we value the items on the left more.</i></p>\r\n<p style=\"padding-left: 30px;\"><strong>We</strong></p>\r\n<p style=\"padding-left: 30px;\">To start with, the manifesto states “We” i.e. it emphasis that Agile is not a solo endeavor. It involves group activity and people have to collaborate while working, at every level, and at every instant. Development teams, project teams, and organization have to work jointly as a composite unit and rely upon each other for completing work.</p>\r\n<p style=\"padding-left: 30px;\"><strong>are uncovering</strong></p>\r\n<p style=\"padding-left: 30px;\">Here, the guide suggests that Agile does not offer the one-size-fits-all type of solutions. Agile cannot be standardized and implemented in a project. People involved with Agile processes have to put in efforts and strive to seek answers through discussions and collaborations. Answers have to be discovered through experimentation, and the “adapt” and “inspect” principles which are so dear to Agile. It is important to explore new ideas and eliminate those activities which are counterproductive or not effective.</p>\r\n<p style=\"padding-left: 30px;\"><strong>better ways of developing software</strong></p>\r\n<p style=\"padding-left: 30px;\">Nobody is perfect. Also, no framework or methodology can be perfect. Instead of concentrating upon perfection, the Agile team ought to concentrate more on improving the current work process and finding better ways of doing things. Small improvements, gradual but consistent, should be incorporated in the process to make it more efficient and result oriented.</p>\r\n<p style=\"padding-left: 30px;\"><strong>by doing it</strong></p>\r\n<p style=\"padding-left: 30px;\">The bottom line – build the software and deliver it. The best way of finding out whether something works or not is to build it and try it out. Failures should be seen as learning lessons, and the team should learn from them. Better methods of working originate from experimentation and the learning process. Rather than spending undue time thinking over whether something will work properly or not, it is better to do it and learn from the results availed through the implementation.</p>\r\n<p style=\"padding-left: 30px;\"><strong>and helping others do it.</strong></p>\r\n<p style=\"padding-left: 30px;\">Agile is all about sharing. People have to share their ideas and experiences with each other. It is not required to make a mistake and learn from it – one can learn from the mistakes made by others. Knowledge should be shared and opinions sought for. Senior team members should try to foster a healthy working environment, and act as mentors for those new to Agile.</p>\r\n<p style=\"padding-left: 30px;\"><strong>Through this work we have come to value:</strong></p>\r\n<p style=\"padding-left: 30px;\">The manifesto was envisioned and drafted by 17 seasoned professionals closely involved with various project development methodologies and processes. They represent the core market requirements. Through their experiences and knowledge, the manifesto was designed to target what clients really desire in a project, and how the team should function to satisfy those requirements in the best possible manner by delivering time bound projects having high business values. Agile principles should be taken seriously and valued by all concerned.</p>\r\n<p style=\"padding-left: 30px;\"><strong>Individuals and interactions over processes and tools</strong></p>\r\n<p style=\"padding-left: 30px;\">Bob Martin has correctly described Agile as “a set of values based on trust and respect for each other and promoting organizational models based on people, collaboration, and building the types of organizational communities in which we would want to work.” The Agile team should primarily focus upon working together while developing the project, and ensure that a productive and healthy working environment prevails at the place of work. If anything – tools, processes, or activity – disrupts the way in which individuals closely work together, serious thoughts and considerations should be given to the issue, and the impediment should be removed without wasting further time.</p>\r\n<p style=\"padding-left: 30px;\"><strong>Working software over comprehensive documentation</strong></p>\r\n<p style=\"padding-left: 30px;\">All Agile frameworks including Scrum focus upon the delivery of working software releases through product increment cycles. The main goal is to deliver product features on a frequent and consistent basis to the client. Resources and time should not be wasted over lengthy documentation. Instead, the team should focus on delivering the business value to the client. If you have to decide between spending time and efforts over completing the documentation formalities, and in delivering the software, you should opt for the latter. The reason why Agile discourages comprehensive documentation is that people would then require more and more time to read the stuff, analyze what they have understood, and spend even more time wondering what to do next. As a result, they would actually find less time to work on the project and complete it.</p>\r\n<p style=\"padding-left: 30px;\"><strong>Customer collaboration over contract negotiation</strong></p>\r\n<p style=\"padding-left: 30px;\">The client is the most important entity in Agile. The process invites stakeholders’ participation and encourages them to become involved with the development process. Agile proposes to deliver high quality working software that meets the actual, and exact, requirements as specified by the client. The team should concentrate more on collaborating with the customer and delivering the business value, rather than sticking to contract conditions and legal formalities. It means that the team should try to focus on delivering what the customer really needs rather than honoring and following what the contract says.</p>\r\n<p style=\"padding-left: 30px;\"><strong>Responding to change over following a plan</strong></p>\r\n<p style=\"padding-left: 30px;\">Agile is recommended and ideally suited for developing projects prone to changing market conditions. It thrives in situations where the product design is liable to change with time. Changes occurring in the features and functionality associated with the product can be easily incorporated in the process flow, and developed by the team. The unique aspect about Agile is that the changes can be incorporated even when the team is developing the product, and changes can be carried out even late in the product development cycle. The team should be positive towards changes and welcome it. Changes offer an opportunity to deliver something that is even better than what was originally planned.</p>\r\n<p style=\"padding-left: 30px;\"><strong>That is, while there is value in the items on the right, we value the items on the left more.</strong></p>\r\n<p style=\"padding-left: 30px;\">Agile is a framework. The principles have to be implemented in a workflow or development process, to mold it so it can be more effective. Agile does not suggest you do away with traditional tools and development processes. It merely offers a way of making your existing development process more effective and productive through its principles. The ultimate objective is to deliver a valuable product to the client and foster good relations with him or her.</p>','Breaking Down The Agile Manifesto And Understanding It','','publish','open','open','','breaking-down-the-agile-manifesto-and-understanding-it','','','2018-09-13 15:26:10','2018-09-13 09:56:10','',0,'https://product.quickscrum.com/?p=4605',0,'post','',0),(4607,12,'2018-09-13 15:24:42','2018-09-13 09:54:42','The product backlog reflects what the clients need in terms of a product release. For a complex or feature-rich product, the product backlog can include a large number of product backlog items, and it can be a huge list. Scrum recommends that important backlog items having high business values should be developed first, followed by less important ones. This is to ensure that the business worth of the project is maintained at all times – even while the team is developing the product.\r\n\r\n<img class=\"aligncenter wp-image-2516 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/busi-value-defi-of-ready-product-backlogs.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n<h1><a class=\"link-hover\" dir=\"ltr\" href=\"https://www.quickscrum.com/Home/ProductBacklog\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #3366ff;\">Prioritising the product backlog</span></a></h1>\r\nThe product backlog is “owned” by the product owner on behalf of the client. The PO is primarily responsible for creating and maintaining it. The PO can carry out the prioritizing activity. Alternatively, the entire team can collectively participate in the activity and aid the PO. Moreover, the PO has a final say regarding the business values to be allotted to the backlog items.\r\n\r\nGenerally, the PO starts creating and prioritizing the backlog when the product release is planned. However, many times, a common issue faced during the initial stages of a Scrum project is that enough information may not be available with the PO regarding what the proposed product features should ideally include. The client may not be clear about or may need some additional time or information to work out the business values for a set of backlog items. In such scenarios, the PO may merely mention the product features in the product backlog and omit to mention their acceptance criteria and/or their business value since the information is not available at that time. So, it becomes necessary to update the business value at a later stage when the client avails the required information. This is one of the main reasons why a product backlog item may not be properly defined or prioritized in the backlog.\r\n\r\nIt is important to prioritize the product backlog so that high-value stories are developed first during the daily sprints. So, what is the criterion for prioritizing the product backlog? On what basis should user stories or product backlog items be prioritized in a product backlog? The product owner, based upon the product vision seen by the stakeholders and clients tries to prioritize the backlog based on:\r\n<ul class=\"custom-padding-left-30\">\r\n <li>Business value</li>\r\n <li>Definition of ready</li>\r\n</ul>\r\nThe business value of the user story or product backlog item\r\n\r\n<strong>One of the main factors to consider while prioritizing a backlog item is to determine its business value and include that value in its definition. The business value is typically a number ranging from one to ten. The higher the business value, the greater is the number. The business value is determined after considering several factors, such as:</strong>\r\n<ul class=\"custom-padding-left-30\">\r\n <li>Client’s preference and priority in developing the feature</li>\r\n <li>End-user requirements</li>\r\n <li>Market demand for the feature</li>\r\n <li>Levels of competition faced from other businesses developing products with similar features, etc.</li>\r\n</ul>\r\nThe product owner assigns business values to the stories based upon the extent of value or financial worth, the story can bring to the business and stakeholders once the product is developed and released in the market.\r\n<h1>Definition of ready</h1>\r\nThe idea of making product backlog items “workable” or “ready” dates back to the times when the first Scrum guide was launched – in the year 2002. When backlog items are ready, they can be easily called to the sprint backlog for development purposes and converted to product increments. If stories aren’t ready, the development team simply cannot develop the product features. Therefore, it is important to ensure that enough “ready” items exist in the product backlog - at least before the sprint planning meeting event is held.\r\n<p style=\"padding-left: 30px;\"><strong>For a user story or a product backlog item to be ready, it should be:</strong></p>\r\n<p style=\"padding-left: 30px;\"><strong>1. Clear</strong></p>\r\n<p style=\"padding-left: 30px;\">The item should be properly described regarding what product feature it actually represents. The functioning of the feature should be thoroughly explained so the team can easily understand it. All technical details and specifications i.e. the inputs to the feature, functionality offered by the particular feature, what end users expect out of the feature, etc. should be clearly stated in the story.</p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Feasible</strong></p>\r\n<p style=\"padding-left: 30px;\">In the scrum, it is important to complete the development of all user stories accepted in the sprint backlog. For a sprint to be successful, each story should be developed. If a story is too complex, or an epic is not properly decomposed into smaller easily developable user stories, the team may not be able to complete it in the current sprint. The feature should be estimated and split up into multiple parts if required, so it can be developed during a sprint. It should be feasible to develop the story.</p>\r\n<p style=\"padding-left: 30px;\"><strong>3. Testable</strong></p>\r\n<p style=\"padding-left: 30px;\">Since <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\">Scrum advocates that bug-free shippable product increments be developed</a></span> at the end of sprints, it becomes essential to test the product features developed by the team before they can be released. Each story is assigned a benchmark, or specific conditions, that should be fulfilled in totality before it can be considered as “complete”. When the team develops a backlog item, it is tested against the acceptance criteria or benchmark conditions. Each criterion should be satisfied before the story can be considered as completely developed.</p>','The Significance Of Business Value And The Definition Of Ready In Product Backlogs','','inherit','closed','closed','','4604-revision-v1','','','2018-09-13 15:24:42','2018-09-13 09:54:42','',4604,'https://product.quickscrum.com/4604-revision-v1/',0,'revision','',0),(4609,16,'2018-09-13 15:26:10','2018-09-13 09:56:10','The popularity of <a class=\"link-hover\" dir=\"ltr\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #3366ff;\">Agile frameworks, especially XP and Scrum</span></a><span style=\"color: #0000ff;\">,</span> is increasing by the day, and more and more organizations are deciding in favor of using these frameworks to execute their projects. Agile proposes many advantages – frequent and reliable product increments, delivering product features having high business values, and above all – delivery of shippable product features even while the development process is underway. However, a major issue with Agile and all Agile based frameworks is that the framework has to be properly understood and later implemented in the project. Moreover, the implementation should be carried out keeping Agile principles in mind. More than often, businesses fail to benefit from Agile simply because the management has not understood the basic principles behind the framework, or has failed to implement those principles in a proper manner.\r\n\r\n<img class=\"aligncenter wp-image-3000 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/breaking-down-the-a-manifesto-and-understanding-it-1.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n<h3><span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.agilealliance.org/the-alliance/the-agile-manifesto/\" target=\"_blank\" rel=\"noopener\">The Agile manifesto</a></span></h3>\r\n<p style=\"padding-left: 30px;\">Since it was developed in 2001, thousands of individuals including project managers, software professionals, and C level executives have endorsed the Agile manifesto. Hundreds of books and references have been written to discuss what the guide has to say, and how it should be interpreted. The manifesto has drastically changed the way in which organizations and individuals develop software projects. The manifesto packs a lot of punch for its 68 words which have been written by 17 software professionals over two days meet at a ski resort.</p>\r\n<p style=\"padding-left: 30px;\">The principles of Agile are stated in the official guide written by Ken Schwaber and Jeff Sutherland. The guide functions as a bible for all Agile groups and Agile professionals. People refer to the guide when in doubt, or when they wish to clarify a particular point during Agile framework implementation. For individuals interested in Agile, it is very important to understand the guide and interpret what it has to say.</p>\r\n\r\n<h4 style=\"padding-left: 30px; text-align: center;\"><a class=\"link-hover\" href=\"http://www.agilealliance.org/the-alliance/the-agile-manifesto/\" target=\"_blank\" rel=\"noopener\"><u><span style=\"color: #3366ff;\">Manifesto for Agile Software Development</span></u></a></h4>\r\n<p style=\"text-align: center;\"><i>We are uncovering better ways of developing software by doing it and helping others do</i></p>\r\n<p style=\"text-align: center;\"><i>it.</i></p>\r\n<p style=\"text-align: center;\"><i>Through this work we have come to value:</i>\r\n<i>Individuals and interactions over processes and tools</i>\r\n<i>Working software over comprehensive documentation</i>\r\n<i>Customer collaboration over contract negotiation</i>\r\n<i>Responding to change over following a plan</i>\r\n<i>That is, while there is value in the items on the right, we value the items on the left more.</i></p>\r\n<p style=\"padding-left: 30px;\"><strong>We</strong></p>\r\n<p style=\"padding-left: 30px;\">To start with, the manifesto states “We” i.e. it emphasis that Agile is not a solo endeavor. It involves group activity and people have to collaborate while working, at every level, and at every instant. Development teams, project teams, and organization have to work jointly as a composite unit and rely upon each other for completing work.</p>\r\n<p style=\"padding-left: 30px;\"><strong>are uncovering</strong></p>\r\n<p style=\"padding-left: 30px;\">Here, the guide suggests that Agile does not offer the one-size-fits-all type of solutions. Agile cannot be standardized and implemented in a project. People involved with Agile processes have to put in efforts and strive to seek answers through discussions and collaborations. Answers have to be discovered through experimentation, and the “adapt” and “inspect” principles which are so dear to Agile. It is important to explore new ideas and eliminate those activities which are counterproductive or not effective.</p>\r\n<p style=\"padding-left: 30px;\"><strong>better ways of developing software</strong></p>\r\n<p style=\"padding-left: 30px;\">Nobody is perfect. Also, no framework or methodology can be perfect. Instead of concentrating upon perfection, the Agile team ought to concentrate more on improving the current work process and finding better ways of doing things. Small improvements, gradual but consistent, should be incorporated in the process to make it more efficient and result oriented.</p>\r\n<p style=\"padding-left: 30px;\"><strong>by doing it</strong></p>\r\n<p style=\"padding-left: 30px;\">The bottom line – build the software and deliver it. The best way of finding out whether something works or not is to build it and try it out. Failures should be seen as learning lessons, and the team should learn from them. Better methods of working originate from experimentation and the learning process. Rather than spending undue time thinking over whether something will work properly or not, it is better to do it and learn from the results availed through the implementation.</p>\r\n<p style=\"padding-left: 30px;\"><strong>and helping others do it.</strong></p>\r\n<p style=\"padding-left: 30px;\">Agile is all about sharing. People have to share their ideas and experiences with each other. It is not required to make a mistake and learn from it – one can learn from the mistakes made by others. Knowledge should be shared and opinions sought for. Senior team members should try to foster a healthy working environment, and act as mentors for those new to Agile.</p>\r\n<p style=\"padding-left: 30px;\"><strong>Through this work we have come to value:</strong></p>\r\n<p style=\"padding-left: 30px;\">The manifesto was envisioned and drafted by 17 seasoned professionals closely involved with various project development methodologies and processes. They represent the core market requirements. Through their experiences and knowledge, the manifesto was designed to target what clients really desire in a project, and how the team should function to satisfy those requirements in the best possible manner by delivering time bound projects having high business values. Agile principles should be taken seriously and valued by all concerned.</p>\r\n<p style=\"padding-left: 30px;\"><strong>Individuals and interactions over processes and tools</strong></p>\r\n<p style=\"padding-left: 30px;\">Bob Martin has correctly described Agile as “a set of values based on trust and respect for each other and promoting organizational models based on people, collaboration, and building the types of organizational communities in which we would want to work.” The Agile team should primarily focus upon working together while developing the project, and ensure that a productive and healthy working environment prevails at the place of work. If anything – tools, processes, or activity – disrupts the way in which individuals closely work together, serious thoughts and considerations should be given to the issue, and the impediment should be removed without wasting further time.</p>\r\n<p style=\"padding-left: 30px;\"><strong>Working software over comprehensive documentation</strong></p>\r\n<p style=\"padding-left: 30px;\">All Agile frameworks including Scrum focus upon the delivery of working software releases through product increment cycles. The main goal is to deliver product features on a frequent and consistent basis to the client. Resources and time should not be wasted over lengthy documentation. Instead, the team should focus on delivering the business value to the client. If you have to decide between spending time and efforts over completing the documentation formalities, and in delivering the software, you should opt for the latter. The reason why Agile discourages comprehensive documentation is that people would then require more and more time to read the stuff, analyze what they have understood, and spend even more time wondering what to do next. As a result, they would actually find less time to work on the project and complete it.</p>\r\n<p style=\"padding-left: 30px;\"><strong>Customer collaboration over contract negotiation</strong></p>\r\n<p style=\"padding-left: 30px;\">The client is the most important entity in Agile. The process invites stakeholders’ participation and encourages them to become involved with the development process. Agile proposes to deliver high quality working software that meets the actual, and exact, requirements as specified by the client. The team should concentrate more on collaborating with the customer and delivering the business value, rather than sticking to contract conditions and legal formalities. It means that the team should try to focus on delivering what the customer really needs rather than honoring and following what the contract says.</p>\r\n<p style=\"padding-left: 30px;\"><strong>Responding to change over following a plan</strong></p>\r\n<p style=\"padding-left: 30px;\">Agile is recommended and ideally suited for developing projects prone to changing market conditions. It thrives in situations where the product design is liable to change with time. Changes occurring in the features and functionality associated with the product can be easily incorporated in the process flow, and developed by the team. The unique aspect about Agile is that the changes can be incorporated even when the team is developing the product, and changes can be carried out even late in the product development cycle. The team should be positive towards changes and welcome it. Changes offer an opportunity to deliver something that is even better than what was originally planned.</p>\r\n<p style=\"padding-left: 30px;\"><strong>That is, while there is value in the items on the right, we value the items on the left more.</strong></p>\r\n<p style=\"padding-left: 30px;\">Agile is a framework. The principles have to be implemented in a workflow or development process, to mold it so it can be more effective. Agile does not suggest you do away with traditional tools and development processes. It merely offers a way of making your existing development process more effective and productive through its principles. The ultimate objective is to deliver a valuable product to the client and foster good relations with him or her.</p>','Breaking Down The Agile Manifesto And Understanding It','','inherit','closed','closed','','4605-revision-v1','','','2018-09-13 15:26:10','2018-09-13 09:56:10','',4605,'https://product.quickscrum.com/4605-revision-v1/',0,'revision','',0),(4611,12,'2018-09-13 15:27:42','2018-09-13 09:57:42','In Scrum, a project starts when an individual - the client - or a group of people - stakeholders - realize that end users have certain requirements which can be fulfilled by developing a project that can best satisfy their needs. The objective is to deliver a product which has been designed and developed exactly as per the vision was seen by the client - What an ideal product should actually contain, or consist of. The primary reason for developing a project is to earn out of it, therefore it is necessary to reduce operational overheads and keep other expenses in check. One of the best ways of developing a successful project is to develop it as per the client’s needs and to keep to delivering product features on a consistent basis. Moreover, the client is invited to remain closely attached to the development process and confirm the features developed by the team. As a result, the client remains satisfied with how the project is proceeding and offers valuable suggestions from the end user’s perspective. This can further add on to what the project proposes to deliver in terms of its business value. At the same time, care should be taken to develop those features which have a certain market value or business worth. When useful product features having high business values are developed, tested, corrected, and delivered to the client at regular intervals, the project automatically acquires a certain business worth. Scrum proposes to do this in the best possible manner.\r\n\r\nEvery project needs a vision to steer itself in a proper direction. A properly envisioned project provides a definitive path that can best fulfill the project’s objectives or goals. If a project lacks a clear vision, it will deliver a product that is not as per what the client has envisioned at the project’s onset. This can seriously hamper the product’s potential to earn when it is launched in the market.\r\n\r\nIn Scrum, a project can successfully deliver a profit-making product only when the project vision is clearly seen, and its goal is precisely defined and followed by the entire team. A vision and its goal are separate entities, and it is important to know how they differ.\r\n\r\n<img class=\"aligncenter wp-image-2546 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/product-vision-and-goals-in-scrum-1.png\" alt=\"\" width=\"830\" height=\"346\" />\r\n<h1>What is a “vision” in Scrum?</h1>\r\nVisions are basically a reflection of the thought process and are abstract in nature. Visions are different from dreams, in the fact that they are not based upon fantasies and whims of an individual’s inherent desires. A vision can be best understood as an aspirational description explaining what an individual or an organization plans to accomplish or achieve in the near or long-term future. A vision serves as a guide for choosing the current as well as the future course of actions.\r\n\r\nIn Scrum, the project starts when a client feels it is possible to develop a project that can fulfill certain end-user requirements. Most often, the client is a market-oriented person and has a clear understanding of what users need in the form of a working product. The client “visions” the project in his or her mind, and later<span style=\"color: #3366ff;\"> <a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\">conveys that vision to the product owner</a></span> – a person appointed to represent client’s interests, and support his or her vision by developing a product release that closely resembles the working product “seen” by the client. Therefore, the vision fundamentally defines the process used to design and develop the product.\r\n<h1>How should a vision exist in Scrum?</h1>\r\nProject development and its success are affected by several factors. It is, therefore, important to have a vision that can sustain throughout the tenure of the project. So what is it that can sustain the vision on a continuing basis?\r\n<ul>\r\n <li>Keep the vision “visible”. Ensure that the team “sees” and understand the project vision at all times.</li>\r\n <li>Review the vision at regular intervals. What was envisioned much earlier on – is it practical and viable now?</li>\r\n <li>Can the vision change itself, or adapt to changing market conditions and end-user requirements? Does the project vision have enough scope to change itself?</li>\r\n</ul>\r\n<h1>What are the goals in Scrum framework?</h1>\r\nIn simple terms, a goal can be understood as an observable and measurable outcome, or result, of one or more objectives required to be achieved within a certain timeframe. Goals are what the vision targets. The vision focuses on accomplishing something and the “something” aspect actually defines the goal.\r\n\r\nGoals are what Scrum proposes to achieve. The framework defines the project goal in the form of a master list containing all features required to <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"https://www.quickscrum.com/Home/ProductBacklog\" target=\"_blank\" rel=\"noopener\">develop the product in entirety - the product backlog</a></span>. The backlog fundamentally reflects the product vision, and functions as a backbone for the entire project development process. As per the Scrum process, product backlog items having high business values are selected for development from the product backlog, and fully functional, shippable product features are delivered to the client through product incremental cycles known as sprints. So, it is the project goal that eventually delivers the product.\r\n<h1>Principles characterizing goals in Scrum</h1>\r\nIt is important to have clear goals if product features are to be effectively developed. Ideally, what should goals be like in Scrum? What characteristics should they have to ensure that the final product developed by the team satisfies the business objectives of the project? It is worth knowing what can make goals more effective and meaningful - <strong>SMART:</strong>\r\n\r\n<img class=\"aligncenter wp-image-2548 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/product-vision-and-goals-in-scrum-2.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n<p style=\"padding-left: 30px;\"><strong>S = Sustainable</strong></p>\r\n<p style=\"padding-left: 30px;\">Is it possible to sustain the goal and follow it? If necessary, can the goal be broken down or changed so it can be easily developed?</p>\r\n<p style=\"padding-left: 30px;\"><strong>M = Measurable</strong></p>\r\n<p style=\"padding-left: 30px;\">Is it possible to measure the goal, or count how much of it is developed using a tracking processor check-in system?</p>\r\n<p style=\"padding-left: 30px;\"><strong>A = Attainable</strong></p>\r\n<p style=\"padding-left: 30px;\">Is it possible to attain the goal? Can the team develop the product features effectively without any bugs?</p>\r\n<p style=\"padding-left: 30px;\"><strong>R = Realistic</strong></p>\r\n<p style=\"padding-left: 30px;\">Can the goal be realistically achieved? Is it humanly possible?</p>\r\n<p style=\"padding-left: 30px;\"><strong>T = Time based</strong></p>\r\n<p style=\"padding-left: 30px;\">Can the goal be developed within the period allotted for developing it?</p>','Product Vision And Goals In Scrum','','publish','open','open','','product-vision-and-goals-in-scrum','','','2018-09-13 15:27:42','2018-09-13 09:57:42','',0,'https://product.quickscrum.com/?p=4611',0,'post','',0),(4612,16,'2018-09-13 15:26:40','2018-09-13 09:56:40','The popularity of <a class=\"link-hover\" dir=\"ltr\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #3366ff;\">Agile frameworks, especially XP and Scrum</span></a><span style=\"color: #0000ff;\">,</span> is increasing by the day, and more and more organizations are deciding in favor of using these frameworks to execute their projects. Agile proposes many advantages – frequent and reliable product increments, delivering product features having high business values, and above all – delivery of shippable product features even while the development process is underway. However, a major issue with Agile and all Agile based frameworks is that the framework has to be properly understood and later implemented in the project. Moreover, the implementation should be carried out keeping Agile principles in mind. More than often, businesses fail to benefit from Agile simply because the management has not understood the basic principles behind the framework, or has failed to implement those principles in a proper manner.\r\n\r\n<img class=\"aligncenter wp-image-3000 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/breaking-down-the-a-manifesto-and-understanding-it-1.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n<h3><span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.agilealliance.org/the-alliance/the-agile-manifesto/\" target=\"_blank\" rel=\"noopener\">The Agile manifesto</a></span></h3>\r\n<p style=\"padding-left: 30px;\">Since it was developed in 2001, thousands of individuals including project managers, software professionals, and C level executives have endorsed the Agile manifesto. Hundreds of books and references have been written to discuss what the guide has to say, and how it should be interpreted. The manifesto has drastically changed the way in which organizations and individuals develop software projects. The manifesto packs a lot of punch for its 68 words which have been written by 17 software professionals over two days meet at a ski resort.</p>\r\n<p style=\"padding-left: 30px;\">The principles of Agile are stated in the official guide written by Ken Schwaber and Jeff Sutherland. The guide functions as a bible for all Agile groups and Agile professionals. People refer to the guide when in doubt, or when they wish to clarify a particular point during Agile framework implementation. For individuals interested in Agile, it is very important to understand the guide and interpret what it has to say.</p>\r\n\r\n<h4 style=\"padding-left: 30px; text-align: center;\"><a class=\"link-hover\" href=\"http://www.agilealliance.org/the-alliance/the-agile-manifesto/\" target=\"_blank\" rel=\"noopener\"><u><span style=\"color: #3366ff;\">Manifesto for Agile Software Development</span></u></a></h4>\r\n<p style=\"text-align: center;\"><i>We are uncovering better ways of developing software by doing it and helping others do</i></p>\r\n<p style=\"text-align: center;\"><i>it.</i></p>\r\n<p style=\"text-align: center;\"><i>Through this work we have come to value:</i>\r\n<i>Individuals and interactions over processes and tools</i>\r\n<i>Working software over comprehensive documentation</i>\r\n<i>Customer collaboration over contract negotiation</i>\r\n<i>Responding to change over following a plan</i>\r\n<i>That is, while there is value in the items on the right, we value the items on the left more.</i></p>\r\n<p style=\"padding-left: 30px;\"><strong>We</strong></p>\r\n<p style=\"padding-left: 30px;\">To start with, the manifesto states “We” i.e. it emphasis that Agile is not a solo endeavor. It involves group activity and people have to collaborate while working, at every level, and at every instant. Development teams, project teams, and organization have to work jointly as a composite unit and rely upon each other for completing work.</p>\r\n<p style=\"padding-left: 30px;\"><strong>are uncovering</strong></p>\r\n<p style=\"padding-left: 30px;\">Here, the guide suggests that Agile does not offer the one-size-fits-all type of solutions. Agile cannot be standardized and implemented in a project. People involved with Agile processes have to put in efforts and strive to seek answers through discussions and collaborations. Answers have to be discovered through experimentation, and the “adapt” and “inspect” principles which are so dear to Agile. It is important to explore new ideas and eliminate those activities which are counterproductive or not effective.</p>\r\n<p style=\"padding-left: 30px;\"><strong>better ways of developing software</strong></p>\r\n<p style=\"padding-left: 30px;\">Nobody is perfect. Also, no framework or methodology can be perfect. Instead of concentrating upon perfection, the Agile team ought to concentrate more on improving the current work process and finding better ways of doing things. Small improvements, gradual but consistent, should be incorporated in the process to make it more efficient and result oriented.</p>\r\n<p style=\"padding-left: 30px;\"><strong>by doing it</strong></p>\r\n<p style=\"padding-left: 30px;\">The bottom line – build the software and deliver it. The best way of finding out whether something works or not is to build it and try it out. Failures should be seen as learning lessons, and the team should learn from them. Better methods of working originate from experimentation and the learning process. Rather than spending undue time thinking over whether something will work properly or not, it is better to do it and learn from the results availed through the implementation.</p>\r\n<p style=\"padding-left: 30px;\"><strong>and helping others do it.</strong></p>\r\n<p style=\"padding-left: 30px;\">Agile is all about sharing. People have to share their ideas and experiences with each other. It is not required to make a mistake and learn from it – one can learn from the mistakes made by others. Knowledge should be shared and opinions sought for. Senior team members should try to foster a healthy working environment, and act as mentors for those new to Agile.</p>\r\n<p style=\"padding-left: 30px;\"><strong>Through this work we have come to value:</strong></p>\r\n<p style=\"padding-left: 30px;\">The manifesto was envisioned and drafted by 17 seasoned professionals closely involved with various project development methodologies and processes. They represent the core market requirements. Through their experiences and knowledge, the manifesto was designed to target what clients really desire in a project, and how the team should function to satisfy those requirements in the best possible manner by delivering time bound projects having high business values. Agile principles should be taken seriously and valued by all concerned.</p>\r\n<p style=\"padding-left: 30px;\"><strong>Individuals and interactions over processes and tools</strong></p>\r\n<p style=\"padding-left: 30px;\">Bob Martin has correctly described Agile as “a set of values based on trust and respect for each other and promoting organizational models based on people, collaboration, and building the types of organizational communities in which we would want to work.” The Agile team should primarily focus upon working together while developing the project, and ensure that a productive and healthy working environment prevails at the place of work. If anything – tools, processes, or activity – disrupts the way in which individuals closely work together, serious thoughts and considerations should be given to the issue, and the impediment should be removed without wasting further time.</p>\r\n<p style=\"padding-left: 30px;\"><strong>Working software over comprehensive documentation</strong></p>\r\n<p style=\"padding-left: 30px;\">All Agile frameworks including Scrum focus upon the delivery of working software releases through product increment cycles. The main goal is to deliver product features on a frequent and consistent basis to the client. Resources and time should not be wasted over lengthy documentation. Instead, the team should focus on delivering the business value to the client. If you have to decide between spending time and efforts over completing the documentation formalities, and in delivering the software, you should opt for the latter. The reason why Agile discourages comprehensive documentation is that people would then require more and more time to read the stuff, analyze what they have understood, and spend even more time wondering what to do next. As a result, they would actually find less time to work on the project and complete it.</p>\r\n<p style=\"padding-left: 30px;\"><strong>Customer collaboration over contract negotiation</strong></p>\r\n<p style=\"padding-left: 30px;\">The client is the most important entity in Agile. The process invites stakeholders’ participation and encourages them to become involved with the development process. Agile proposes to deliver high quality working software that meets the actual, and exact, requirements as specified by the client. The team should concentrate more on collaborating with the customer and delivering the business value, rather than sticking to contract conditions and legal formalities. It means that the team should try to focus on delivering what the customer really needs rather than honoring and following what the contract says.</p>\r\n<p style=\"padding-left: 30px;\"><strong>Responding to change over following a plan</strong></p>\r\n<p style=\"padding-left: 30px;\">Agile is recommended and ideally suited for developing projects prone to changing market conditions. It thrives in situations where the product design is liable to change with time. Changes occurring in the features and functionality associated with the product can be easily incorporated in the process flow, and developed by the team. The unique aspect about Agile is that the changes can be incorporated even when the team is developing the product, and changes can be carried out even late in the product development cycle. The team should be positive towards changes and welcome it. Changes offer an opportunity to deliver something that is even better than what was originally planned.</p>\r\n<p style=\"padding-left: 30px;\"><strong>That is, while there is value in the items on the right, we value the items on the left more.</strong></p>\r\n<p style=\"padding-left: 30px;\">Agile is a framework. The principles have to be implemented in a workflow or development process, to mold it so it can be more effective. Agile does not suggest you do away with traditional tools and development processes. It merely offers a way of making your existing development process more effective and productive through its principles. The ultimate objective is to deliver a valuable product to the client and foster good relations with him or her.</p>','Breaking Down The Agile Manifesto And Understanding It','','inherit','closed','closed','','4605-autosave-v1','','','2018-09-13 15:26:40','2018-09-13 09:56:40','',4605,'https://product.quickscrum.com/4605-autosave-v1/',0,'revision','',0),(4613,13,'2018-09-13 15:28:17','2018-09-13 09:58:17','Organisations, CTOs, CEOs, CFOs, entrepreneurs, project managers and other entities associated with the field of project management have a lot of expectations for the coming 2016 – there’s a hope that things will be different, markets will perform better, and businesses will earn good profits. There’s a lot of hype regarding what 2016 has in store for us, and here are our views on the upcoming trends and expectations.\r\n<h3><strong>The IoT and Big Data</strong></h3>\r\nInternet of Things or IoT was a prominent buzzword in 2015 and it’s expected it will continue to buzz the market this year too. As IoT grows and more internet ready devices are envisioned, the role of the project manager will become even more pronounced and project management professionals will have to develop extra skills necessary to handle the challenges of integrating devices and systems. In addition, internet trends indicate more and more people are going to spend time online doing what they normally do, but in far excess in 2016. As per research and finding undertook by various companies, last year over 250 million posts were created each hour on Facebook while 34,150 videos were uploaded to YouTube every minute. Approximately 2.5 quintillion bytes of data were created each day on the internet. The figures are just an example to explain the magnitude of data that was created and transmitted over the net the previous year. Businesses in 2016 shall have to understand and make sense out of the gargantuan data expected to proliferate online media in the coming months. Big Data is expected to play an even more significant role than before.\r\n\r\n<img class=\"aligncenter wp-image-2496 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/iot.png\" alt=\"\" width=\"830\" height=\"500\" />\r\n<h3><strong>Offshoring and distributed development</strong></h3>\r\nThe process of outsourcing or offshoring projects is not new. Offshoring activities have kept on increasing consistently over the years and it is expected that the same trend will continue in 2016. New technologies which are being introduced in the market now help to achieve quick turnaround times, which in turn motivates organisations to use those technologies to increase their productivity levels and complete their projects more quickly to generate higher profits. Large-scale projects need larger development teams. Offshoring certain, or all development related activities to countries such as India, China, or Indonesia helps to further decrease the production costs of projects. Working with distributed teams is becoming a norm with many big development companies. Virtual teams are easily afforded since the distributed team members can work from the comfort of their homes or local offices – they don’t require to reallocate. Freelancers can even work while travelling or doing some other kind of work. Lowered working overheads and less time spent in commuting to offices (in the case of freelancers) makes it very convenient for software development businesses to hire such teams at highly competitive rates and CTCs. Moreover, organisations get access to a vast pool of technical resources ready to work at reduced rates, which further makes offshoring and working with distributed teams a lucrative choice to carry out software development activities. Many development businesses are likely to opt for offshoring and distributed development in 2016.\r\n\r\n<img class=\"aligncenter wp-image-2498 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/offshoring1.png\" alt=\"\" width=\"830\" height=\"500\" />\r\n<h3>Multi-skilled<strong> project managers</strong></h3>\r\nTighter budgets and even tighter deadlines are challenging project managers to deliver projects against all odds. Management is trying hard to find solutions to tackle this issue from the root level and one possible way out is to implement emergent technologies which propose to save time by offering pre-defined functionality and make development easy. This means project managers will have to familiarize themselves with trending technologies and find ways to resolve technical issues arising due to their implementation. In addition, project development may also include using more than one emerging technologies depending upon the size, scope, and complexity of the project. 2016 is likely to see traditional project managers updating their skill sets and learning new technologies if they are to survive.\r\n\r\n<img class=\"aligncenter wp-image-2499 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/Multiskilledprojectmanager.png\" alt=\"\" width=\"830\" height=\"500\" />\r\n<h3><strong>Agility and Agile frameworks</strong></h3>\r\nLean and Agile principles are becoming popular and setting new development trends. Agile proposes quicker delivery of workable and tested software. While clients can benefit from a consistent delivery of business value in the project, software development businesses can release pre-planned product versions and capture potential market segments. Since Agile is more flexible than most other software development frameworks and methodologies, management can control production costs by scaling up or down team resources to fulfill project scope and requirements. Moreover, it is very easy to respond to changing market conditions and update your product with new features, or even change some of the features already developed by the team while the actual development process is still going on. There are many factors which make Agile the preferred option for managing software projects and it is likely that frameworks like Scrum, Extreme Programming (XP), and Kanban will figure prominently in the project management field during 2016.\r\n\r\n<img class=\"aligncenter wp-image-2500 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/Agileframeworks.png\" alt=\"\" width=\"830\" height=\"500\" />\r\n<h3><strong>Collaboration and increased teamwork</strong></h3>\r\nProject management is becoming complex and more difficult over the years. Considering the highly competitive market scenario and a need to use <a title=\"Agile Project Management\" href=\"https://www.quickscrum.com/Home/AgileProjectManagement\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #3366ff;\">modern project management methods to boost up productivity</span></a> levels, development teams are likely to include cross-functional team members who can do more than one core activity. While a typical development team may include just web designers and web developers, complex project requirements may require teams to include QA testers, technical writers, DBA, etc. in addition to the designers and developers. It is important for the team members to share ideas and work closely keeping a common goal in mind and fulfill targeted objectives. This is an Agile virtue – thus giving credibility to the fact why more organizations prefer using Agile in lieu of traditional project management methods. This would require collaboration and teamwork efforts. 2016 is likely to see teams collaborating with each other and pursuing common objectives.\r\n\r\n<img class=\"aligncenter wp-image-2502 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/Collaborationandincreasedteamwork.png\" alt=\"\" width=\"830\" height=\"500\" />','Project Management Predictions For 2016','','publish','open','open','','project-management-predictions-for-2016','','','2018-09-13 15:28:17','2018-09-13 09:58:17','',0,'https://product.quickscrum.com/?p=4613',0,'post','',0),(4614,5,'2018-09-13 15:27:20','2018-09-13 09:57:20','In Scrum, the product owner reviews the user stories during the sprint review event and checks whether their acceptance criteria are met before clearing them for a client demo. He or she will never clear a story if its acceptance criteria are not met. Scrum advocates that bug-free and shippable user stories be developed through the product incremental cycles. Each product feature carries a certain business value. At the time of development, the feature should be developed so that its usefulness is sustained in the market i.e. the feature should function as per the product vision was seen by the stakeholders. For this to happen, it is important for the development process to satisfy the technical terms and conditions as specified in the backlog items. The acceptance criteria specify conditions which need to be fulfilled by the team, so the feature can retain its business value in the market. Acceptance criteria are important for the scrum process. The product cannot be released unless the acceptance criteria of the backlog items are met during development.\r\n\r\n<img class=\"aligncenter wp-image-2395 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/how-should-acceptance-criteria-be-defined-in-scrum.png\" alt=\"\" width=\"830\" height=\"450\" />\r\n<h1>How should acceptance criteria be defined?</h1>\r\nThe acceptance criteria should be expressed clearly in the product backlog items. It should be stated using a simple language so it becomes easy for the team members to understand and follow it. Moreover, the story should be described in a manner such that it can be understood without facing any ambiguities regarding its possible outcomes – what is acceptable and what is not - the technical team should be able to understand what is to be developed and delivered, in what manner, and what conditions should be satisfied so it can be considered as shippable.\r\n<h1>What is the purpose of defining the acceptance criteria?</h1>\r\nThe acceptance criteria help the team to understand what a user story should ideally deliver in terms of a product increment, and what it should do to maintain the usefulness of the feature. End users have a final say regarding what is exactly required in terms of feature functionality. Based on their feedback, the product owner ensures that the acceptance criteria reflect end-user conditions, and conveys those requirements in the acceptance criteria.\r\n<p style=\"padding-left: 30px;\"><strong>The acceptance criteria:</strong></p>\r\n\r\n<ul class=\"custom-padding-left-30\">\r\n <li>Defines the limits or boundaries of a <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"https://www.quickscrum.com/Home/ProductBacklog\" target=\"_blank\" rel=\"noopener\">user story or feature in the product backlog</a></span></li>\r\n <li>Helps the product owner to answer what is needed in the feature so the team can deliver the expected business value.</li>\r\n <li>Helps the team to understand and share ideas regarding how the team should develop the feature.</li>\r\n <li>Aids the team in testing the feature development so it can be accepted as “Done” by the PO and stakeholders.</li>\r\n <li>Helps the team in understanding how much further development is required to finish the story.</li>\r\n</ul>\r\n<h1>What should the acceptance criteria actually include?</h1>\r\nThe acceptance criteria should be defined while maintaining its “scope”. To be effectual, the criteria should be written following certain guidelines.\r\n<ul class=\"custom-padding-left-30\">\r\n <li>It should try to explain the intent of developing the product feature. It should not try to provide a non-debatable solution. Team members can argue regarding its acceptance while negotiating user stories with the PO during the sprint planning meeting event.</li>\r\n <li>It should be independent of its implementation. The acceptance criteria should not suggest or limit how the story should be developed. The team decides how the story or product feature should be developed since it “owns” the sprint backlog.</li>\r\n <li>It should be explained at a macro level and provide an overall picture of what is actually needed.</li>\r\n</ul>\r\n<h1>When to write the acceptance criteria?</h1>\r\nThe <a class=\"link-hover\" dir=\"ltr\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #3366ff;\">product owner is responsible for creating the product backlog</span></a> at the time of project planning. All user stories depicting the product features as envisioned by the client are stated in the product backlog in the form of product backlog items. The product owner should write stories and acceptance criteria. However, as per the role of the product owner as suggested by the Scrum guide update, the PO is to be held accountable for creating and maintaining the product backlog. It does not necessarily mean that the PO should personally create backlog items and state the acceptance criteria in the stories. The development team can aid the PO in writing the stories and stating the acceptance criteria in it. The product owner, however, has the final say what the acceptance criteria should ideally include.','How Should Acceptance Criteria Be Defined In Scrum?','','inherit','closed','closed','','4596-autosave-v1','','','2018-09-13 15:27:20','2018-09-13 09:57:20','',4596,'https://product.quickscrum.com/4596-autosave-v1/',0,'revision','',0),(4615,13,'2018-09-13 15:27:23','2018-09-13 09:57:23','Organisations, CTOs, CEOs, CFOs, entrepreneurs, project managers and other entities associated with the field of project management have a lot of expectations for the coming 2016 – there’s a hope that things will be different, markets will perform better, and businesses will earn good profits. There’s a lot of hype regarding what 2016 has in store for us, and here are our views on the upcoming trends and expectations.\r\n<h3><strong>The IoT and Big Data</strong></h3>\r\nInternet of Things or IoT was a prominent buzzword in 2015 and it’s expected it will continue to buzz the market this year too. As IoT grows and more internet ready devices are envisioned, the role of the project manager will become even more pronounced and project management professionals will have to develop extra skills necessary to handle the challenges of integrating devices and systems. In addition, internet trends indicate more and more people are going to spend time online doing what they normally do, but in far excess in 2016. As per research and finding undertook by various companies, last year over 250 million posts were created each hour on Facebook while 34,150 videos were uploaded to YouTube every minute. Approximately 2.5 quintillion bytes of data were created each day on the internet. The figures are just an example to explain the magnitude of data that was created and transmitted over the net the previous year. Businesses in 2016 shall have to understand and make sense out of the gargantuan data expected to proliferate online media in the coming months. Big Data is expected to play an even more significant role than before.\r\n\r\n<img class=\"aligncenter wp-image-2496 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/iot.png\" alt=\"\" width=\"830\" height=\"500\" />\r\n<h3><strong>Offshoring and distributed development</strong></h3>\r\nThe process of outsourcing or offshoring projects is not new. Offshoring activities have kept on increasing consistently over the years and it is expected that the same trend will continue in 2016. New technologies which are being introduced in the market now help to achieve quick turnaround times, which in turn motivates organisations to use those technologies to increase their productivity levels and complete their projects more quickly to generate higher profits. Large-scale projects need larger development teams. Offshoring certain, or all development related activities to countries such as India, China, or Indonesia helps to further decrease the production costs of projects. Working with distributed teams is becoming a norm with many big development companies. Virtual teams are easily afforded since the distributed team members can work from the comfort of their homes or local offices – they don’t require to reallocate. Freelancers can even work while travelling or doing some other kind of work. Lowered working overheads and less time spent in commuting to offices (in the case of freelancers) makes it very convenient for software development businesses to hire such teams at highly competitive rates and CTCs. Moreover, organisations get access to a vast pool of technical resources ready to work at reduced rates, which further makes offshoring and working with distributed teams a lucrative choice to carry out software development activities. Many development businesses are likely to opt for offshoring and distributed development in 2016.\r\n\r\n<img class=\"aligncenter wp-image-2498 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/offshoring1.png\" alt=\"\" width=\"830\" height=\"500\" />\r\n<h3>Multi-skilled<strong> project managers</strong></h3>\r\nTighter budgets and even tighter deadlines are challenging project managers to deliver projects against all odds. Management is trying hard to find solutions to tackle this issue from the root level and one possible way out is to implement emergent technologies which propose to save time by offering pre-defined functionality and make development easy. This means project managers will have to familiarize themselves with trending technologies and find ways to resolve technical issues arising due to their implementation. In addition, project development may also include using more than one emerging technologies depending upon the size, scope, and complexity of the project. 2016 is likely to see traditional project managers updating their skill sets and learning new technologies if they are to survive.\r\n\r\n<img class=\"aligncenter wp-image-2499 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/Multiskilledprojectmanager.png\" alt=\"\" width=\"830\" height=\"500\" />\r\n<h3><strong>Agility and Agile frameworks</strong></h3>\r\nLean and Agile principles are becoming popular and setting new development trends. Agile proposes quicker delivery of workable and tested software. While clients can benefit from a consistent delivery of business value in the project, software development businesses can release pre-planned product versions and capture potential market segments. Since Agile is more flexible than most other software development frameworks and methodologies, management can control production costs by scaling up or down team resources to fulfill project scope and requirements. Moreover, it is very easy to respond to changing market conditions and update your product with new features, or even change some of the features already developed by the team while the actual development process is still going on. There are many factors which make Agile the preferred option for managing software projects and it is likely that frameworks like Scrum, Extreme Programming (XP), and Kanban will figure prominently in the project management field during 2016.\r\n\r\n<img class=\"aligncenter wp-image-2500 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/Agileframeworks.png\" alt=\"\" width=\"830\" height=\"500\" />\r\n<h3><strong>Collaboration and increased teamwork</strong></h3>\r\nProject management is becoming complex and more difficult over the years. Considering the highly competitive market scenario and a need to use <a title=\"Agile Project Management\" href=\"https://www.quickscrum.com/Home/AgileProjectManagement\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #3366ff;\">modern project management methods to boost up productivity</span></a> levels, development teams are likely to include cross-functional team members who can do more than one core activity. While a typical development team may include just web designers and web developers, complex project requirements may require teams to include QA testers, technical writers, DBA, etc. in addition to the designers and developers. It is important for the team members to share ideas and work closely keeping a common goal in mind and fulfill targeted objectives. This is an Agile virtue – thus giving credibility to the fact why more organizations prefer using Agile in lieu of traditional project management methods. This would require collaboration and teamwork efforts. 2016 is likely to see teams collaborating with each other and pursuing common objectives.\r\n\r\n<img class=\"aligncenter wp-image-2502 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/Collaborationandincreasedteamwork.png\" alt=\"\" width=\"830\" height=\"500\" />','Project Management Predictions For 2016','','inherit','closed','closed','','4613-revision-v1','','','2018-09-13 15:27:23','2018-09-13 09:57:23','',4613,'https://product.quickscrum.com/4613-revision-v1/',0,'revision','',0),(4616,16,'2018-09-13 15:28:55','2018-09-13 09:58:55','In Agile, the software planning process primarily depends upon a single key metric – the development team velocity. Team velocity represents the work done by the development team during a single iteration cycle. It is a changing, and evolving, “average” metric value used often during the software planning process – usually during the sprint planning sessions. The velocity provides an estimate of the team’s current capability to develop product features. The product owner makes extensive use of the velocity metric during the software planning process.\r\n\r\n<img class=\"aligncenter wp-image-3030 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/software-planning-process.png\" alt=\"\" width=\"830\" height=\"350\" />\r\n\r\nThe software planning process occurs in two stages – when the product is initially envisioned by the stakeholders and the entire project is planned and during the sprint planning sessions.\r\n<h2>The project release and estimation</h2>\r\nProject planning is not an elaborate process in Agile. It commences when the stakeholders or the client envisions a product having a certain monitory significance. The stakeholders convey their idea to the product owner – a person who represents their interests in the project – and instructs him or her to “plan” the project. All the dynamics pertaining to the project are carefully thought about and worked out by the PO and the stakeholders. One of the most important criteria is to estimate in how much time the project is likely to get completed. The PO is required to plan a tentative “release date” i.e. when the project is expected to be completed. Estimation and velocity metrics help the PO to set up a probable release date.\r\n<p style=\"padding-left: 30px;\"><strong>1. Estimation</strong></p>\r\n<p style=\"padding-left: 30px;\"><span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\">The PO creates the product backlog</a></span>, which contains the list of user stories or product backlog items depicting the product features and functionality to be developed during the project. Each user story has a certain business value linked to it. In Agile, only features having high business values are developed so the project can maintain its market worth at all times. Each user story is estimated in the backlog. Depending upon its estimation, each story can be developed within a certain duration by the development team members. Since the team velocity is not available at the project’s onset, the PO assumes an arbitrary value for the velocity metric based upon his or her personal experience.</p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Velocity</strong></p>\r\n<p style=\"padding-left: 30px;\">Velocity is the rate at which user stories are developed during the daily sprints – the product incremental cycles. The <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"https://www.quickscrum.com/Home/ProductBacklog\" target=\"_blank\" rel=\"noopener\">development activity can commence once the product backlog is created</a></span>. So, the very first sprint may have the velocity as zero on the first day of the first sprint cycle. As development is carried out daily in the sprint, the velocity starts increasing. The final velocity value can be “calculated” once an entire sprint is completed. As sprints keep on progressing and the features keep on being developed, the velocity metric assumes a more realistic value.</p>\r\n<p style=\"padding-left: 30px;\">The estimation metric indicates how complicated and extensive the project is likely to be. The velocity metric conveys in how much time the team can develop the product. The PO balances these two metrics while providing the project release date.</p>\r\n\r\n<h3>Sprint planning sessions</h3>\r\nIn Agile, the product is developed in bits and pieces through the product incremental cycles know as sprints. A sprint has to be “planned” before it can commence. This is done through the sprint planning meeting. During the meeting, the PO selects some of the high priority product backlog items and transfers them to the sprint backlog. This is where the estimation and velocity metrics come in. The PO cannot select the total number of items on a random basis. As per Agile principles, all the product items taken up for development in a sprint have to be completed by the time the sprint gets over. User stories should not remain incomplete at the end of sprints. If the PO misjudges and takes up more stories for development purposes than the team can handle, they are most likely to remain incomplete at the end of sprints. This is not acceptable in Agile.\r\n\r\nOn the other hand, if the PO selects fewer stories, the team will remain “free” and unoccupied at the far end of the sprint. It means the team is not performing at its full capacity – again not acceptable to Agile.\r\n\r\nTherefore, it is important to balance the two factors – pick up enough stories so the team can handle it, and developing the stories in the correct manner so they can become “acceptable” once they are developed. The PO can achieve this balance by “adjusting” both metrics.','Software planning process','','publish','open','open','','software-planning-process','','','2018-09-13 15:28:55','2018-09-13 09:58:55','',0,'https://product.quickscrum.com/?p=4616',0,'post','',0),(4617,12,'2018-09-13 15:27:42','2018-09-13 09:57:42','In Scrum, a project starts when an individual - the client - or a group of people - stakeholders - realize that end users have certain requirements which can be fulfilled by developing a project that can best satisfy their needs. The objective is to deliver a product which has been designed and developed exactly as per the vision was seen by the client - What an ideal product should actually contain, or consist of. The primary reason for developing a project is to earn out of it, therefore it is necessary to reduce operational overheads and keep other expenses in check. One of the best ways of developing a successful project is to develop it as per the client’s needs and to keep to delivering product features on a consistent basis. Moreover, the client is invited to remain closely attached to the development process and confirm the features developed by the team. As a result, the client remains satisfied with how the project is proceeding and offers valuable suggestions from the end user’s perspective. This can further add on to what the project proposes to deliver in terms of its business value. At the same time, care should be taken to develop those features which have a certain market value or business worth. When useful product features having high business values are developed, tested, corrected, and delivered to the client at regular intervals, the project automatically acquires a certain business worth. Scrum proposes to do this in the best possible manner.\r\n\r\nEvery project needs a vision to steer itself in a proper direction. A properly envisioned project provides a definitive path that can best fulfill the project’s objectives or goals. If a project lacks a clear vision, it will deliver a product that is not as per what the client has envisioned at the project’s onset. This can seriously hamper the product’s potential to earn when it is launched in the market.\r\n\r\nIn Scrum, a project can successfully deliver a profit-making product only when the project vision is clearly seen, and its goal is precisely defined and followed by the entire team. A vision and its goal are separate entities, and it is important to know how they differ.\r\n\r\n<img class=\"aligncenter wp-image-2546 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/product-vision-and-goals-in-scrum-1.png\" alt=\"\" width=\"830\" height=\"346\" />\r\n<h1>What is a “vision” in Scrum?</h1>\r\nVisions are basically a reflection of the thought process and are abstract in nature. Visions are different from dreams, in the fact that they are not based upon fantasies and whims of an individual’s inherent desires. A vision can be best understood as an aspirational description explaining what an individual or an organization plans to accomplish or achieve in the near or long-term future. A vision serves as a guide for choosing the current as well as the future course of actions.\r\n\r\nIn Scrum, the project starts when a client feels it is possible to develop a project that can fulfill certain end-user requirements. Most often, the client is a market-oriented person and has a clear understanding of what users need in the form of a working product. The client “visions” the project in his or her mind, and later<span style=\"color: #3366ff;\"> <a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\">conveys that vision to the product owner</a></span> – a person appointed to represent client’s interests, and support his or her vision by developing a product release that closely resembles the working product “seen” by the client. Therefore, the vision fundamentally defines the process used to design and develop the product.\r\n<h1>How should a vision exist in Scrum?</h1>\r\nProject development and its success are affected by several factors. It is, therefore, important to have a vision that can sustain throughout the tenure of the project. So what is it that can sustain the vision on a continuing basis?\r\n<ul>\r\n <li>Keep the vision “visible”. Ensure that the team “sees” and understand the project vision at all times.</li>\r\n <li>Review the vision at regular intervals. What was envisioned much earlier on – is it practical and viable now?</li>\r\n <li>Can the vision change itself, or adapt to changing market conditions and end-user requirements? Does the project vision have enough scope to change itself?</li>\r\n</ul>\r\n<h1>What are the goals in Scrum framework?</h1>\r\nIn simple terms, a goal can be understood as an observable and measurable outcome, or result, of one or more objectives required to be achieved within a certain timeframe. Goals are what the vision targets. The vision focuses on accomplishing something and the “something” aspect actually defines the goal.\r\n\r\nGoals are what Scrum proposes to achieve. The framework defines the project goal in the form of a master list containing all features required to <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"https://www.quickscrum.com/Home/ProductBacklog\" target=\"_blank\" rel=\"noopener\">develop the product in entirety - the product backlog</a></span>. The backlog fundamentally reflects the product vision, and functions as a backbone for the entire project development process. As per the Scrum process, product backlog items having high business values are selected for development from the product backlog, and fully functional, shippable product features are delivered to the client through product incremental cycles known as sprints. So, it is the project goal that eventually delivers the product.\r\n<h1>Principles characterizing goals in Scrum</h1>\r\nIt is important to have clear goals if product features are to be effectively developed. Ideally, what should goals be like in Scrum? What characteristics should they have to ensure that the final product developed by the team satisfies the business objectives of the project? It is worth knowing what can make goals more effective and meaningful - <strong>SMART:</strong>\r\n\r\n<img class=\"aligncenter wp-image-2548 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/product-vision-and-goals-in-scrum-2.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n<p style=\"padding-left: 30px;\"><strong>S = Sustainable</strong></p>\r\n<p style=\"padding-left: 30px;\">Is it possible to sustain the goal and follow it? If necessary, can the goal be broken down or changed so it can be easily developed?</p>\r\n<p style=\"padding-left: 30px;\"><strong>M = Measurable</strong></p>\r\n<p style=\"padding-left: 30px;\">Is it possible to measure the goal, or count how much of it is developed using a tracking processor check-in system?</p>\r\n<p style=\"padding-left: 30px;\"><strong>A = Attainable</strong></p>\r\n<p style=\"padding-left: 30px;\">Is it possible to attain the goal? Can the team develop the product features effectively without any bugs?</p>\r\n<p style=\"padding-left: 30px;\"><strong>R = Realistic</strong></p>\r\n<p style=\"padding-left: 30px;\">Can the goal be realistically achieved? Is it humanly possible?</p>\r\n<p style=\"padding-left: 30px;\"><strong>T = Time based</strong></p>\r\n<p style=\"padding-left: 30px;\">Can the goal be developed within the period allotted for developing it?</p>','Product Vision And Goals In Scrum','','inherit','closed','closed','','4611-revision-v1','','','2018-09-13 15:27:42','2018-09-13 09:57:42','',4611,'https://product.quickscrum.com/4611-revision-v1/',0,'revision','',0),(4618,12,'2018-09-13 15:30:00','2018-09-13 10:00:00','<h1>Agile - The base of Scrum</h1>\r\nAgile, and the path to Agility is now becoming a much sought after norm for many businesses across the world. There is a huge demand for understanding, and implementing, Agile based frameworks. Perhaps one of the main reasons why Agile is becoming increasingly popular is because consumer demands are changing radically and people now desire more. And, people are not ready to wait. They want products which offer good value for money, and that too with enhanced features. This has created a need to develop products which are:\r\n<ul class=\"custom-padding-left-30\">\r\n <li class=\"rating list-unstyled\">Competitive</li>\r\n <li class=\"rating list-unstyled\">Feature rich</li>\r\n <li class=\"rating list-unstyled\">Quickly available</li>\r\n <li class=\"rating list-unstyled\">Fulfill specific end-user requirements</li>\r\n</ul>\r\nAgile proposes to satisfy these requirements without adding on to the product costs.\r\n\r\nThe basic issue with all Agile frameworks is that they are – frameworks. They offer guidelines on how the Agile process can and should be implemented in a project. For that, it becomes imperative to understand what a framework is, and how it differs from a methodology. Many individuals still feel Agile is a methodology and they could not be more wrong.\r\n\r\n<img class=\"aligncenter wp-image-2273 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/salient-features-of-scrum.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n<h1>Agile methodology misconception</h1>\r\nThere is still a misconception regarding Agile – some people still tend to refer to Agile as a methodology. This is not true. A methodology offers a set of rules, principles, tools, or practices that can be used to conduct processes and achieve certain goals. A framework, on the other hand, is a loose structure that leaves enough room for other tools and practices to be included and only provides the process required. In simple terms, a methodology is like a doctor’s prescription – you have to “take” it as per instructions provided, while a framework is like trying out home remedies – you know what can be done to achieve a particular objective, but it is up to you how to implement the remedy, and when to implement it. An Agile framework has to be implemented in a project to be successful, and there are no specific rules about how to do it. You have to follow certain guidelines and configure your project to function as per the rules specified in the framework. This is very much the case with Agile. Agile is a framework.\r\n<h1>Agile Scrum salient features</h1>\r\nOf all Agile frameworks, Scrum and Extreme Programming “XP” are the most popular. <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\">Even though the Scrum framework is more generally used for developing software projects</a></span>, it can also be used for developing non-IT projects. Scrum constitutes a collection of ideas and rules pertaining to effective project management. The framework supports collaboration and self-organization. The team members work jointly and develop the project. They collaborate and share their ideas and findings. Scrum teams self-manage their activities. The most important aspect of Scrum is that all activities are time boxed. The client receives working versions of the product features on a continuing basis through product incremental cycles – sprints – at regular intervals ranging from a week up to a maximum of one month. Cycles keep on repeating until all product features are developed and the product is ready.\r\n\r\nA unique aspect about Scrum is that the framework has a capability of adapting itself to changing market conditions, and incorporates those changes in the product development cycle even late during the development process. The Scrum process focuses on responding quickly and efficiently to changing environments and assimilating those changes in the product design. The client benefits through the development of a product that is in tune with the most recent market demands. Moreover, participation from the end users and incorporating their suggestions while developing the product features further ensures that the product developed is most likely to assume a high business value or worth.\r\n<ul class=\"custom-padding-left-30\">\r\n <li>Scrum - an agile process – focuses upon delivering high business values to the client in the shortest time possible.</li>\r\n <li>It supports rapid and repeated inspection of the actual working software.</li>\r\n <li>The product is developed in stages through the product incremental cycles known as sprints.</li>\r\n <li>The client benefits from shippable product release at the end of the incremental cycle.</li>\r\n <li>Frequent and consistent product increments should be delivered to the client.</li>\r\n <li>The client and the business set the priority.</li>\r\n <li>The working process responds quickly and efficiently to the changes occurring in the market conditions, and by incorporating those changes into the product features in the least time possible.</li>\r\n <li>Scrum teams self-organize and self-manage to determine the most efficient and quick way of delivering high priority features.</li>\r\n</ul>\r\n<h1>Scrum principles</h1>\r\nScrum functions as per certain rules or principles which are very important for its efficient working:\r\n<ul class=\"custom-padding-left-30\">\r\n <li><strong>Individuals and interactions</strong> over Process and tools</li>\r\n <li><strong>Working software</strong> over Comprehensive documentation</li>\r\n <li><strong>Customer collaboration</strong> over Contract negotiation</li>\r\n <li><strong>Responding to change</strong> over Following a plan</li>\r\n</ul>\r\nSource: <a class=\"link-hover\" dir=\"ltr\" href=\"http://www.agilemanifesto.org/\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #3366ff;\">www.agilemanifesto.org</span></a>','Salient Features Of Scrum','','publish','open','open','','salient-features-of-scrum','','','2018-09-13 15:30:00','2018-09-13 10:00:00','',0,'https://product.quickscrum.com/?p=4618',0,'post','',0),(4619,16,'2018-09-13 15:28:55','2018-09-13 09:58:55','In Agile, the software planning process primarily depends upon a single key metric – the development team velocity. Team velocity represents the work done by the development team during a single iteration cycle. It is a changing, and evolving, “average” metric value used often during the software planning process – usually during the sprint planning sessions. The velocity provides an estimate of the team’s current capability to develop product features. The product owner makes extensive use of the velocity metric during the software planning process.\r\n\r\n<img class=\"aligncenter wp-image-3030 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/software-planning-process.png\" alt=\"\" width=\"830\" height=\"350\" />\r\n\r\nThe software planning process occurs in two stages – when the product is initially envisioned by the stakeholders and the entire project is planned and during the sprint planning sessions.\r\n<h2>The project release and estimation</h2>\r\nProject planning is not an elaborate process in Agile. It commences when the stakeholders or the client envisions a product having a certain monitory significance. The stakeholders convey their idea to the product owner – a person who represents their interests in the project – and instructs him or her to “plan” the project. All the dynamics pertaining to the project are carefully thought about and worked out by the PO and the stakeholders. One of the most important criteria is to estimate in how much time the project is likely to get completed. The PO is required to plan a tentative “release date” i.e. when the project is expected to be completed. Estimation and velocity metrics help the PO to set up a probable release date.\r\n<p style=\"padding-left: 30px;\"><strong>1. Estimation</strong></p>\r\n<p style=\"padding-left: 30px;\"><span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\">The PO creates the product backlog</a></span>, which contains the list of user stories or product backlog items depicting the product features and functionality to be developed during the project. Each user story has a certain business value linked to it. In Agile, only features having high business values are developed so the project can maintain its market worth at all times. Each user story is estimated in the backlog. Depending upon its estimation, each story can be developed within a certain duration by the development team members. Since the team velocity is not available at the project’s onset, the PO assumes an arbitrary value for the velocity metric based upon his or her personal experience.</p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Velocity</strong></p>\r\n<p style=\"padding-left: 30px;\">Velocity is the rate at which user stories are developed during the daily sprints – the product incremental cycles. The <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"https://www.quickscrum.com/Home/ProductBacklog\" target=\"_blank\" rel=\"noopener\">development activity can commence once the product backlog is created</a></span>. So, the very first sprint may have the velocity as zero on the first day of the first sprint cycle. As development is carried out daily in the sprint, the velocity starts increasing. The final velocity value can be “calculated” once an entire sprint is completed. As sprints keep on progressing and the features keep on being developed, the velocity metric assumes a more realistic value.</p>\r\n<p style=\"padding-left: 30px;\">The estimation metric indicates how complicated and extensive the project is likely to be. The velocity metric conveys in how much time the team can develop the product. The PO balances these two metrics while providing the project release date.</p>\r\n\r\n<h3>Sprint planning sessions</h3>\r\nIn Agile, the product is developed in bits and pieces through the product incremental cycles know as sprints. A sprint has to be “planned” before it can commence. This is done through the sprint planning meeting. During the meeting, the PO selects some of the high priority product backlog items and transfers them to the sprint backlog. This is where the estimation and velocity metrics come in. The PO cannot select the total number of items on a random basis. As per Agile principles, all the product items taken up for development in a sprint have to be completed by the time the sprint gets over. User stories should not remain incomplete at the end of sprints. If the PO misjudges and takes up more stories for development purposes than the team can handle, they are most likely to remain incomplete at the end of sprints. This is not acceptable in Agile.\r\n\r\nOn the other hand, if the PO selects fewer stories, the team will remain “free” and unoccupied at the far end of the sprint. It means the team is not performing at its full capacity – again not acceptable to Agile.\r\n\r\nTherefore, it is important to balance the two factors – pick up enough stories so the team can handle it, and developing the stories in the correct manner so they can become “acceptable” once they are developed. The PO can achieve this balance by “adjusting” both metrics.','Software planning process','','inherit','closed','closed','','4616-revision-v1','','','2018-09-13 15:28:55','2018-09-13 09:58:55','',4616,'https://product.quickscrum.com/4616-revision-v1/',0,'revision','',0),(4620,16,'2018-09-13 15:29:06','2018-09-13 09:59:06','In Agile, the software planning process primarily depends upon a single key metric – the development team velocity. Team velocity represents the work done by the development team during a single iteration cycle. It is a changing, and evolving, “average” metric value used often during the software planning process – usually during the sprint planning sessions. The velocity provides an estimate of the team’s current capability to develop product features. The product owner makes extensive use of the velocity metric during the software planning process.\r\n\r\n<img class=\"aligncenter wp-image-3030 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/software-planning-process.png\" alt=\"\" width=\"830\" height=\"350\" />\r\n\r\nThe software planning process occurs in two stages – when the product is initially envisioned by the stakeholders and the entire project is planned and during the sprint planning sessions.\r\n<h2>The project release and estimation</h2>\r\nProject planning is not an elaborate process in Agile. It commences when the stakeholders or the client envisions a product having a certain monitory significance. The stakeholders convey their idea to the product owner – a person who represents their interests in the project – and instructs him or her to “plan” the project. All the dynamics pertaining to the project are carefully thought about and worked out by the PO and the stakeholders. One of the most important criteria is to estimate in how much time the project is likely to get completed. The PO is required to plan a tentative “release date” i.e. when the project is expected to be completed. Estimation and velocity metrics help the PO to set up a probable release date.\r\n<p style=\"padding-left: 30px;\"><strong>1. Estimation</strong></p>\r\n<p style=\"padding-left: 30px;\"><span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\">The PO creates the product backlog</a></span>, which contains the list of user stories or product backlog items depicting the product features and functionality to be developed during the project. Each user story has a certain business value linked to it. In Agile, only features having high business values are developed so the project can maintain its market worth at all times. Each user story is estimated in the backlog. Depending upon its estimation, each story can be developed within a certain duration by the development team members. Since the team velocity is not available at the project’s onset, the PO assumes an arbitrary value for the velocity metric based upon his or her personal experience.</p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Velocity</strong></p>\r\n<p style=\"padding-left: 30px;\">Velocity is the rate at which user stories are developed during the daily sprints – the product incremental cycles. The <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"https://www.quickscrum.com/Home/ProductBacklog\" target=\"_blank\" rel=\"noopener\">development activity can commence once the product backlog is created</a></span>. So, the very first sprint may have the velocity as zero on the first day of the first sprint cycle. As development is carried out daily in the sprint, the velocity starts increasing. The final velocity value can be “calculated” once an entire sprint is completed. As sprints keep on progressing and the features keep on being developed, the velocity metric assumes a more realistic value.</p>\r\n<p style=\"padding-left: 30px;\">The estimation metric indicates how complicated and extensive the project is likely to be. The velocity metric conveys in how much time the team can develop the product. The PO balances these two metrics while providing the project release date.</p>\r\n\r\n<h3>Sprint planning sessions</h3>\r\nIn Agile, the product is developed in bits and pieces through the product incremental cycles know as sprints. A sprint has to be “planned” before it can commence. This is done through the sprint planning meeting. During the meeting, the PO selects some of the high priority product backlog items and transfers them to the sprint backlog. This is where the estimation and velocity metrics come in. The PO cannot select the total number of items on a random basis. As per Agile principles, all the product items taken up for development in a sprint have to be completed by the time the sprint gets over. User stories should not remain incomplete at the end of sprints. If the PO misjudges and takes up more stories for development purposes than the team can handle, they are most likely to remain incomplete at the end of sprints. This is not acceptable in Agile.\r\n\r\nOn the other hand, if the PO selects fewer stories, the team will remain “free” and unoccupied at the far end of the sprint. It means the team is not performing at its full capacity – again not acceptable to Agile.\r\n\r\nTherefore, it is important to balance the two factors – pick up enough stories so the team can handle it, and developing the stories in the correct manner so they can become “acceptable” once they are developed. The PO can achieve this balance by “adjusting” both metrics.','Software planning process','','inherit','closed','closed','','4616-autosave-v1','','','2018-09-13 15:29:06','2018-09-13 09:59:06','',4616,'https://product.quickscrum.com/4616-autosave-v1/',0,'revision','',0),(4622,12,'2018-09-13 15:30:00','2018-09-13 10:00:00','<h1>Agile - The base of Scrum</h1>\r\nAgile, and the path to Agility is now becoming a much sought after norm for many businesses across the world. There is a huge demand for understanding, and implementing, Agile based frameworks. Perhaps one of the main reasons why Agile is becoming increasingly popular is because consumer demands are changing radically and people now desire more. And, people are not ready to wait. They want products which offer good value for money, and that too with enhanced features. This has created a need to develop products which are:\r\n<ul class=\"custom-padding-left-30\">\r\n <li class=\"rating list-unstyled\">Competitive</li>\r\n <li class=\"rating list-unstyled\">Feature rich</li>\r\n <li class=\"rating list-unstyled\">Quickly available</li>\r\n <li class=\"rating list-unstyled\">Fulfill specific end-user requirements</li>\r\n</ul>\r\nAgile proposes to satisfy these requirements without adding on to the product costs.\r\n\r\nThe basic issue with all Agile frameworks is that they are – frameworks. They offer guidelines on how the Agile process can and should be implemented in a project. For that, it becomes imperative to understand what a framework is, and how it differs from a methodology. Many individuals still feel Agile is a methodology and they could not be more wrong.\r\n\r\n<img class=\"aligncenter wp-image-2273 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/salient-features-of-scrum.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n<h1>Agile methodology misconception</h1>\r\nThere is still a misconception regarding Agile – some people still tend to refer to Agile as a methodology. This is not true. A methodology offers a set of rules, principles, tools, or practices that can be used to conduct processes and achieve certain goals. A framework, on the other hand, is a loose structure that leaves enough room for other tools and practices to be included and only provides the process required. In simple terms, a methodology is like a doctor’s prescription – you have to “take” it as per instructions provided, while a framework is like trying out home remedies – you know what can be done to achieve a particular objective, but it is up to you how to implement the remedy, and when to implement it. An Agile framework has to be implemented in a project to be successful, and there are no specific rules about how to do it. You have to follow certain guidelines and configure your project to function as per the rules specified in the framework. This is very much the case with Agile. Agile is a framework.\r\n<h1>Agile Scrum salient features</h1>\r\nOf all Agile frameworks, Scrum and Extreme Programming “XP” are the most popular. <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\">Even though the Scrum framework is more generally used for developing software projects</a></span>, it can also be used for developing non-IT projects. Scrum constitutes a collection of ideas and rules pertaining to effective project management. The framework supports collaboration and self-organization. The team members work jointly and develop the project. They collaborate and share their ideas and findings. Scrum teams self-manage their activities. The most important aspect of Scrum is that all activities are time boxed. The client receives working versions of the product features on a continuing basis through product incremental cycles – sprints – at regular intervals ranging from a week up to a maximum of one month. Cycles keep on repeating until all product features are developed and the product is ready.\r\n\r\nA unique aspect about Scrum is that the framework has a capability of adapting itself to changing market conditions, and incorporates those changes in the product development cycle even late during the development process. The Scrum process focuses on responding quickly and efficiently to changing environments and assimilating those changes in the product design. The client benefits through the development of a product that is in tune with the most recent market demands. Moreover, participation from the end users and incorporating their suggestions while developing the product features further ensures that the product developed is most likely to assume a high business value or worth.\r\n<ul class=\"custom-padding-left-30\">\r\n <li>Scrum - an agile process – focuses upon delivering high business values to the client in the shortest time possible.</li>\r\n <li>It supports rapid and repeated inspection of the actual working software.</li>\r\n <li>The product is developed in stages through the product incremental cycles known as sprints.</li>\r\n <li>The client benefits from shippable product release at the end of the incremental cycle.</li>\r\n <li>Frequent and consistent product increments should be delivered to the client.</li>\r\n <li>The client and the business set the priority.</li>\r\n <li>The working process responds quickly and efficiently to the changes occurring in the market conditions, and by incorporating those changes into the product features in the least time possible.</li>\r\n <li>Scrum teams self-organize and self-manage to determine the most efficient and quick way of delivering high priority features.</li>\r\n</ul>\r\n<h1>Scrum principles</h1>\r\nScrum functions as per certain rules or principles which are very important for its efficient working:\r\n<ul class=\"custom-padding-left-30\">\r\n <li><strong>Individuals and interactions</strong> over Process and tools</li>\r\n <li><strong>Working software</strong> over Comprehensive documentation</li>\r\n <li><strong>Customer collaboration</strong> over Contract negotiation</li>\r\n <li><strong>Responding to change</strong> over Following a plan</li>\r\n</ul>\r\nSource: <a class=\"link-hover\" dir=\"ltr\" href=\"http://www.agilemanifesto.org/\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #3366ff;\">www.agilemanifesto.org</span></a>','Salient Features Of Scrum','','inherit','closed','closed','','4618-revision-v1','','','2018-09-13 15:30:00','2018-09-13 10:00:00','',4618,'https://product.quickscrum.com/4618-revision-v1/',0,'revision','',0),(4623,13,'2018-09-13 15:35:04','2018-09-13 10:05:04','Agile was envisioned in February 2001, when seventeen software professionals met at a distant ski resort in Snowbird, Utah. Besides skiing, they also spent some time reflecting upon how the core principles of Agile should be defined, and how Agile should be used for software development purposes. Although these professionals were coming from varied backgrounds, and they had their subtle differences, they all had one thing in common. They shared a common objective of uncovering better ways to develop software and help others do the same. Even while their opinions differed as to what Agile principles ideally ought to be like and include, they agreed upon some common values which formed the <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://agilemanifesto.org/\" target=\"_blank\" rel=\"noopener\">base of the Agile manifesto</a></span>\r\n<h4>The manifesto for Agile software development includes four main values.</h4>\r\n<ul class=\"custom-padding-left-30\">\r\n <li>Individuals and interactions over processes and tools</li>\r\n <li>Working software over comprehensive documentation</li>\r\n <li>Customer collaboration over contract negotiation</li>\r\n <li>Responding to change over following a plan</li>\r\n</ul>\r\n<h2 class=\"article-title2\"><strong>Agile software development manifesto principles</strong></h2>\r\nThe <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://agilemanifesto.org/principles.html\" target=\"_blank\" rel=\"noopener\">Agile software development manifesto</a></span> includes twelve principles.\r\n<ul class=\"custom-padding-left-30\">\r\n <li class=\"article-text\">The highest priority is to satisfy the client, or the customer, by delivering valuable software to him or her on a sustained and consistent basis.</li>\r\n <li class=\"article-text\">Be open to changes in the product design or requirements – even late in the development process – and incorporate those changes into the project.</li>\r\n <li class=\"article-text\">Deliver working product feature releases on a frequent basis, ranging from a week to even months, through the product development cycles, with a special emphasis upon shorter product releases.</li>\r\n <li class=\"article-text\">The client and stakeholders should collaborate daily and work together with the development team during the project.</li>\r\n <li class=\"article-text\">The project should include motivated individuals. They should be given a conducive environment and all the support to develop the project. They should also be trusted to “get the work done”.</li>\r\n <li class=\"article-text\">The most effective and efficient way to convey or share information is through face-to-face interactions.</li>\r\n <li class=\"article-text\">The main objective is to deliver working software features. The success of the project should be “measured” on the basis of how frequently, and how many product features are delivered to the client.</li>\r\n <li class=\"article-text\">The development process should be consistent and regular. Every team member should maintain a constant “pace” at all times.</li>\r\n <li class=\"article-text\">Continuous attention should be paid to technical excellence and sound project design.</li>\r\n <li class=\"article-text\">The Agile process should be simple and straightforward so it can be easily followed.</li>\r\n <li class=\"article-text\">Best architectures, sound product designs, and requirements should emerge from self-motivated and self-organizing teams.</li>\r\n <li class=\"article-text\">The team should constantly reflect upon how to improve its working and find new ways and means to complete the project on time, and in a successful manner.</li>\r\n</ul>','The manifesto for Agile software development','','publish','open','open','','the-manifesto-for-agile-software-development','','','2018-09-13 15:35:04','2018-09-13 10:05:04','',0,'https://product.quickscrum.com/?p=4623',0,'post','',0),(4625,13,'2018-09-13 15:34:55','2018-09-13 10:04:55','Agile was envisioned in February 2001, when seventeen software professionals met at a distant ski resort in Snowbird, Utah. Besides skiing, they also spent some time reflecting upon how the core principles of Agile should be defined, and how Agile should be used for software development purposes. Although these professionals were coming from varied backgrounds, and they had their subtle differences, they all had one thing in common. They shared a common objective of uncovering better ways to develop software and help others do the same. Even while their opinions differed as to what Agile principles ideally ought to be like and include, they agreed upon some common values which formed the <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://agilemanifesto.org/\" target=\"_blank\" rel=\"noopener\">base of the Agile manifesto</a></span>\r\n<h4>The manifesto for Agile software development includes four main values.</h4>\r\n<ul class=\"custom-padding-left-30\">\r\n <li>Individuals and interactions over processes and tools</li>\r\n <li>Working software over comprehensive documentation</li>\r\n <li>Customer collaboration over contract negotiation</li>\r\n <li>Responding to change over following a plan</li>\r\n</ul>\r\n<h2 class=\"article-title2\"><strong>Agile software development manifesto principles</strong></h2>\r\nThe <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://agilemanifesto.org/principles.html\" target=\"_blank\" rel=\"noopener\">Agile software development manifesto</a></span> includes twelve principles.\r\n<ul class=\"custom-padding-left-30\">\r\n <li class=\"article-text\">The highest priority is to satisfy the client, or the customer, by delivering valuable software to him or her on a sustained and consistent basis.</li>\r\n <li class=\"article-text\">Be open to changes in the product design or requirements – even late in the development process – and incorporate those changes into the project.</li>\r\n <li class=\"article-text\">Deliver working product feature releases on a frequent basis, ranging from a week to even months, through the product development cycles, with a special emphasis upon shorter product releases.</li>\r\n <li class=\"article-text\">The client and stakeholders should collaborate daily and work together with the development team during the project.</li>\r\n <li class=\"article-text\">The project should include motivated individuals. They should be given a conducive environment and all the support to develop the project. They should also be trusted to “get the work done”.</li>\r\n <li class=\"article-text\">The most effective and efficient way to convey or share information is through face-to-face interactions.</li>\r\n <li class=\"article-text\">The main objective is to deliver working software features. The success of the project should be “measured” on the basis of how frequently, and how many product features are delivered to the client.</li>\r\n <li class=\"article-text\">The development process should be consistent and regular. Every team member should maintain a constant “pace” at all times.</li>\r\n <li class=\"article-text\">Continuous attention should be paid to technical excellence and sound project design.</li>\r\n <li class=\"article-text\">The Agile process should be simple and straightforward so it can be easily followed.</li>\r\n <li class=\"article-text\">Best architectures, sound product designs, and requirements should emerge from self-motivated and self-organizing teams.</li>\r\n <li class=\"article-text\">The team should constantly reflect upon how to improve its working and find new ways and means to complete the project on time, and in a successful manner.</li>\r\n</ul>','The manifesto for Agile software development','','inherit','closed','closed','','4623-revision-v1','','','2018-09-13 15:34:55','2018-09-13 10:04:55','',4623,'https://product.quickscrum.com/4623-revision-v1/',0,'revision','',0),(4626,12,'2018-09-13 15:40:37','2018-09-13 10:10:37','<div class=\"detail-box\">\r\n<div class=\"row\">\r\n<div class=\"col-lg-20 col-md-20 col-sm-20 col-xs-18 full-width\">\r\n<div></div>\r\n<div class=\"rating list-unstyled\">For IT development companies, and organisations developing computer and digital devices (smartphones, tablets, digital diaries, etc.) software projects, one of the most important, and also the most troublesome issue is encountering \"bugs\" or defects in the code functionality when a particular application, or a system, is deployed and used in a live environment. Software bugs can be very common. Ever since computers were designed in the early years, bugs have inadvertently, or otherwise, kept on troubling coders and project managers, and have tested their ingenuity to resolve them to the fullest extent possible. Ask any seasoned programmer - He or she will tend to initially confer, and eventually say that the word \"Bug\" is aptly named - It tends to \"bug\" you!</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div class=\"detail-box articledetail\">\r\n\r\n<img class=\"size-full wp-image-2381 aligncenter\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/how-can-agile-scrum-reduce-regression-during-software-development-1.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n<h1>The etymology of the word \"Bug\"</h1>\r\nIt is interesting to know how the terminology \"bug\" was first coined, and used to describe a state of functioning in which an error or a flaw in coding can lead to flawed results, or \"outputs\" in IT jargon. There are several stories as to how the terminology came into existence. A theory most subscribed to involves the pioneering programmer, Grace Hopper, who was a young Naval Reserve officer working on a Mark II computer at Harvard University. In 1944, she related an incident in which the computer had malfunctioned - an actual moth had, in fact, \"managed\" somehow to get itself embedded between two electrical relays, causing the computer to halt in its functioning. She explained that the cause of the malfunction was a \"bug\" which was later removed by a technician. The famous bug was exhibited by the Navy for many years and is now owned by the Smithsonian Institute.\r\n\r\n<img class=\"size-full wp-image-2384 aligncenter\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/how-can-agile-scrum-reduce-regression-during-software-development-2.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n<h1>Bugs and software regression</h1>\r\nIn a broad sense, a software bug can be understood as an error, failure, flaw, or even a fault in the code designed to develop an application or a computer-based system. Bugs typically create unexpected and incorrect results or outputs, which cause the functionality of the particular application to stop, or function in a manner other than so desired. Bugs generally arise owing to reasons such as:\r\n<ul>\r\n <li>Mistakes carried out while encoding a program</li>\r\n <li>Designing improper code structure or logic</li>\r\n <li>Utilising the functionality of the code in a manner other than that recommended</li>\r\n <li>Technical errors in the code compilers and/or interpreting resources and agents</li>\r\n</ul>\r\nOf course, the above are not the only causes which give rise to bugs, however, they constitute the major reasons why bugs tend to occur in the majority of the cases. When the numbers of bugs increase significantly, the overall functionality of the application may be compromised upon to a considerable level, rendering it useless and non-productive. This can cause severe financial loses, and even force businesses to face litigations from troubled end-users and consumers. Broadly, the word \"regression\" means to return to a former, or a lesser developed state. So, how can regression be understood in terms of \"software regression\" pertaining to software development? In practice, developers write down or generate code, to develop a particular functionality as requested by the end-user or the client. During the coding stage, the developer not only develops the code but also checks it and ensures that it is working properly. This is a standard practice followed by most experienced programmers and developers. However, at times, the testing process may not be carried out properly, or the code functionality might work properly in most cases, but fail to work under certain circumstances and situations. A second scenario is the code may be developed and properly tested at the time of creation, and the application deployed in a successful manner. However, a newer version of the deployed functionality may be subsequently re-developed to include even more features and functionality, to replace the prior one. The reason could be a need experienced by end-users to use the functionality for a more specific purpose. The newer version may cause some of the older functionality to stop working. This, in a rough sense, can be understood as software regression. For example, you could encode a program to display \"Hello World\" on the monitor. It might work perfectly, and display the message each and every time it is executed. Later on, the same code may be re-developed to accept the user’s name, and display it in lieu of “World.” The objective of the new code might be to display \"Hello John\" rather than \"Hello World\". However, once the newer code is developed and deployed, it actually ends up displaying the user\'s name only - \"John\" - instead of the actual greeting \"Hello John\". In this case, some of the older functionality associated with displaying \"Hello\" in the greeting is curtailed due to some coding reason and \"missed out\" by the newer code. This is software regression.\r\n<h1>Knowing a \"bit\" about what is Agile Scrum framework</h1>\r\nAgile is a framework. It offers guidelines as to how software-based projects can be effectively developed through the consistent and sustained delivery of software functionality through short bursts of development activities known as<span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/\" rel=\"noopener\"><span style=\"text-decoration: underline;\">\"sprints\"</span></a></span>. \" Agile is based upon certain principles which suggest how the framework ought to be ideally understood and interpreted by people, and how the framework should function in an ideal working environment. One of the Agile principles states \"Our highest priority is to satisfy the customer through the early and continuous delivery of valuable software.\" To support this principle, the Agile framework supports an iterative (repetitive) product incremental cycle (a process through which smaller components or parts of the actual product are individually developed, and later integrated to form the complete product). At the end of one product increment cycle (sprint), Agile events known as the \"Sprint Review\" and \"Sprint Retrospective\" are held to ascertain the reliability of the code functionality developed during the sprint, and whether it satisfies the acceptance criteria so it can be considered as \"bug free\" and fully functional. Agile promotes \"shippable\" product increments i.e. small pieces of code offering a certain functionality that is complete, perfectly functional, and free of any \"manufacturing\" defects. It is worth knowing about the actual Agile process, events, roles, and artifacts which can help to eliminate bugs and control the factors causing regression in software code. People new to Agile concepts and principles may find the framework difficult to understand. This article does not aim to educate the reader in Agile or Scrum framework. Rather, it aims to explain some of the important Agile characteristics which make the framework a very good choice for developing software projects. The objective is to describe how Agile can help to reduce regression levels during the development process. To understand how Agile can do this, it is important to know a \"bit\" about Agile first.\r\n\r\n</div>\r\n<h1>The product owner \"PO\" (Role)</h1>\r\nHe or she is the person who \"owns\" the project on behalf of the stakeholders or project owners. The person represents the interests of the stakeholders in the Agile project and ensures that the project delivers a certain business value (importance in terms of market value and financial implications) at all times while the product is being developed. The individual is primarily responsible for the success or failure of the project.\r\n<h1>The product backlog (Artefact)</h1>\r\nIt is a master list mentioning all features and functionalities to be developed in the software project and to manufacture the software product in totality.\r\n<h1>Product backlog item \"PBI\" or user story Artefact</h1>\r\nIn an Agile scrum, the actual product is \"broken down\" into much smaller, manageable, and developable parts known as product backlog items \"PBIs,\" or user stories. Each developable sub-unit or product item exists independently in the backlog. Moreover, each PBI is defined to include:\r\n<ul>\r\n <li>An index or a reference number to uniquely identify the PBI</li>\r\n <li>A description stating the functionality to be developed</li>\r\n <li>An explanation describing what the functionality is supposed to deliver, how it is to be delivered, and why it is needed</li>\r\n <li>A list of acceptance criteria which needs to be satisfied for the PBI to be considered as \"perfect\" and \"complete\"</li>\r\n <li>A short explanation describing what must be \"done\" for the PBI to be considered as \"shippable\" and ready for immediate use</li>\r\n</ul>\r\n<h1>Sprint planning meeting (Event)</h1>\r\nThe iterative product development cycle (sprint) is initiated by an Agile event known as \"sprint planning.\" This meeting is important from the development point of view. The meeting is held in two parts. In the first half, the PO selects important PBIs or user stories for development purposes from the product backlog, and a temporary list known as a \"sprint backlog\" is prepared to hold the user stories for development purpose. The PO then explains to the development team how the stories should be developed, and what activities team members should carry out to make the development \"acceptable.\" The acceptance criteria are properly explained to the team, so each developer becomes familiar as to how the actual development activity should be carried out, and what the management expects out of the proposed development. In the second half of the meeting, the development team discusses how user stories should be distributed amongst the developers on the team. Stories are generally distributed based on the expertise and skill sets possessed by the developers. Individuals are assigned development tasks based upon their familiarity with the development process and their experience levels.\r\n<h1>Sprint backlog (Artefact)</h1>\r\nIt is a temporary list created by the PO during the sprint planning meeting to hold the PBIs, or user stories, for development purpose. In Agile, development is always carried out in short bursts of activity known as sprints, and at any given time, a small subset of the product is actually developed. Unlike the traditional waterfall method, development is never carried out as \"whole.\" The entire sprint backlog is processed for development during the sprint.\r\n<h1>The sprint review (Event)</h1>\r\nIt is an Agile event held immediately after a particular sprint, or a product increment cycle is completed, and a certain code functionality in the form of a user story is developed by the team. The meeting is headed by the Product Owner who verifies the development and ensures that the user story satisfies the definition of “Done” as mentioned in the PBI. If the user story fails to satisfy the acceptance criteria so stated, it is sent back to the product backlog for re-development. If it is accepted by the PO, the user story is presented to the stakeholders in the succeeding sprint review event for their acceptance and opinions.\r\n<h1>Sprint retrospective (Event)</h1>\r\nHeld immediately after the sprint review event, the stakeholders preview the user stories developed by the team. The stakeholders offer their opinions regarding how much of business value the user stories actually offer after their development, and whether the stories can be, in fact, considered as \"shippable.\" The main purpose of the retrospective is to reflect upon what mistakes occurred in the Agile project in the past, and what needs to be learned from prior mistakes. The retrospective offers an opportunity for the Agile team to communicate with the end-users and project owners, and to get \"first hand\" information as well as knowledge as to what the stakeholders actually need in their project, and how they had actually envisioned their project at the time of its inception.\r\n<h1>How can Agile Scrum framework help to reduce or eliminate bugs and software regression?</h1>\r\nSoftware regression is identified if it exists in the code functionality, checked, rectified, and re-tested during the Agile development process. This is how it happens.\r\n<p style=\"display: inline !important; padding-left: 60px;\"><strong>1. Starting with the software development process using Agile</strong></p>\r\n<p style=\"padding-left: 60px;\">In Agile, the actual development starts with the creation of the product backlog. Based upon how the stakeholders and project owners have envisioned the software project, and what they desire in terms of product functionality, the PO initially \"breaks down\" the entire project into PBIs or user stories, which are small, individually developable functional units. Once the master list or the product backlog is created, the PO assigns a business value to each PBI, so that important user stories having a higher \"market value\" can be developed first. The PO than proceeds to conduct a sprint planning meeting which is attended by all. In the sprint planning meeting, the PO selects some of the important PBIs from the top of the product backlog and transfers those stories to the sprint backlog so the development team can start with its coding activity. It is important to know that developers and programmers only develop those user stories which have been transferred to the sprint backlog, and none of the other PBIs stated in the product backlog. The developers then break down the PBIs into individually developable even smaller tasks and distribute them amongst themselves. Each programmer or developer prepares a smaller list which includes all tasks to be developed by him or her during the sprint.</p>\r\n<p style=\"display: inline !important; padding-left: 60px;\"><strong>2. Carrying out the actual software development</strong></p>\r\n<p style=\"padding-left: 60px;\">The actual product development is carried out through sprints. During the sprint, each developer takes up tasks allotted to him or her and proceeds with their development. At a time, one task is taken up for development. Once the task is completed, it is marked as “Completed” and another task is subsequently taken up for development. The process is repeated until all the tasks are developed. Once a particular task is completed, it is tested for its reliability, consistency, and accuracy by team members specially appointed to carry out the testing process. Some Agile processes maintain a separate team for carrying out the Q.A. related activities. Each task is painstakingly checked for any errors arising through improper coding practices, wrong usage of coding language, flawed design, and other regression related parameters. Agile teams can also use specially developed regression testing software to identify any flaws in the coding, designing, or functional aspects. Once the regression checking is over, the user story is verified whether it fulfills the benchmark and acceptance criteria mentioned in the PBI. After the story is thoroughly checked, it is marked as \"Completed\" and its status updated in the Agile process flow. It is important to complete all the tasks allotted to the team members during the sprint.</p>\r\n<p style=\"display: inline !important; padding-left: 60px;\"><strong>3. After the development activity</strong></p>\r\n<p style=\"padding-left: 60px;\">After all user stories have been developed by the development team during the sprint, an Agile event known as the sprint review is held to present the development carried out to the PO. During the sprint review, the PO scrutinises each user story and re-verifies whether they fulfill the acceptance criteria and whether they, in fact, meet the definition of \"Done.\" If any user story fails to satisfy the PO, it is transferred back to the product backlog from where it may be taken up for re-development at a later stage. The only bug-free, well documented, and \"shippable\" user stories should be accepted as \"final\" during the sprint review. The objective of the event is to check for any regression related issues at a \"micro\" level. Once the sprint review event is over, another Agile event known as the sprint retrospective is held to further ascertain whether the user story functionality is acceptable from the market point of view. The stakeholders, project owners, end users, and other technically oriented staff members attend this event. The user story functionality is demonstrated to the participants, who minutely scrutinise the functional aspects and working to find any flaws or incorrect functioning of the user story. The participants also determine how much worth the functionality is from the saleability and market point of view. Once the stakeholders are satisfied with the results, the user story is accepted as \"Done\" The aim of this event is to check for regression related issues at a \"macro\" level.</p>\r\n\r\n<h1>Agile Scrum and software regression</h1>\r\nEach task, when completed by the team during the daily sprint, can be individually tested for bugs, design flaw, and regression. In Agile, the user story cannot be accepted until it fulfills the acceptance criteria and meets the benchmarks. At the time of development, the developer initially checks the user story for any bugs or errors of any kind. Once the development team Okays the functionality, it is checked and verified again by the PO. POs are usually experienced Agile professionals and have the knowledge, as well as the ability to find any bugs or flaws overlooked by the team. This is how bugs are eliminated at a micro level. Once the PO acknowledges the user story, it is exhibited to the stakeholders who are familiar with the market trends and conditions and know what kind of functionality a particular user story should offer to satisfy the end user’s requirements. They again check the functionality from the end user’s point of view, and if it does not proffer to fulfill what the end users need, they reject the user story. When any user story reaches the sprint retrospective stage, it will not possess any bugs or coding errors, which are detected in the preceding micro level stages. The development is checked at a macro level during the retrospective, and accepted by the end users.\r\n\r\nIn Agile, development of the project is carried out using PBIs or user stories. A user story comprises a smaller, dedicated, software code offering a specific functionality, which is subsequently woven, or integrated to form the actual product. It is much easier to check small pieces of code as to whether they function properly or not, and if they contain any type of errors. Moreover, it is also more convenient and feasible to verify small chunks of code rather than the whole repository containing the entire project code. When individually developed project functionality is checked for regression, the integrated final product will possess a lesser probability of exhibiting any types of regression. This is one of the major advantages of the Agile Scrum. Regression is identified and rectified at a micro level - while small \"pieces\" of functionality are actually being developed.\r\n\r\n</div>\r\n</div>\r\n</div>','How Can Agile Scrum Reduce Regression During Software Development?','','publish','open','open','','how-can-agile-scrum-reduce-regression-during-software-development','','','2018-09-13 15:40:37','2018-09-13 10:10:37','',0,'https://product.quickscrum.com/?p=4626',0,'post','',0),(4627,13,'2018-09-13 15:39:15','2018-09-13 10:09:15','Projects generally start with an idea or a concept, and as ideas take shape, the documentation related to the project starts getting populated with several types of details – the feasibility aspect, sourcing of funds, the product vision, deciding the team, etc. These dynamics play an important part in planning the project. However, there is one parameter which can significantly affect the success of a project – the risks associated with the particular project – and even though experienced project managers try their level best to provide plans for contingencies, in practice there always exists a possibility that you don’t have a plan “B” and a plan “C” to deal with unforeseen circumstances that can arise over time as the project commences. In real life it is almost next to impossible to plan a perfect project in which risks don’t exist – they’re going to be there and will surface when you least expect them to do so. A practical approach would be to have a mechanism in place that can deal with risks as and when they arise, rather than spend time and efforts in planning the “perfect” project in which they can be avoided in totality.\r\n\r\nJust like in any other project management framework or methodology, product owners or project managers have to deal with risk mitigation to ensure that the project is successful. It’s worth taking a look at how risks can be resolved using Waterfall or traditional project management techniques and Agile.\r\n\r\n<img class=\"aligncenter wp-image-3047 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/DealingWithProjectRisk.png\" alt=\"\" width=\"830\" height=\"450\" />\r\n<h3>1. Identification</h3>\r\nYou can remove a risk provided you can identify its occurrence in the first place; therefore the first step in risk management is to identify potential risks. Whenever a project is incepted, the management and all senior members of the team carefully study the documentation and try to identify the probable risk areas. Based upon their analysis, they make changes in the proposed work processes and try to eliminate the risks before they can occur. At times, if system architects are employed to work for the team, they study entire processes and present potential pitfalls before the team so risks can be collectively dealt with. This is a typical scenario in the case of organizations following traditional project management methods which do not have an “in-built” plan to deal with risk mitigation.\r\n\r\nAgile does not have any provisions for identifying risks. When a project is envisioned in Agile, the client conveys the product vision to a product owner, who can be compared to a project manager in traditional management systems. The product owner is responsible for the outcome of the project and usually, he/she tries to identify risks by analyzing the project. The PO may take the help of other team members if a team has been decided at that time. It is important to know that even though Agile does not directly support any activity for identifying risks, its working process is more than adequate in identifying risks at any stage of project development. The framework is geared to operate upon the “inspect” and “adapt” principles which highlight risks when they manifest themselves or are likely to occur. The ongoing retrospective sessions in Agile aid in identifying potential risks provided the team is practicing Agile in a proper manner.\r\n<h3>2. Analysis</h3>\r\nAnalyzing risks after they are detected can be difficult or easy depending upon their nature and complexity. Risks can be of any type – operational, conceptual, development associated, and even due to the technology used to develop the project. Typically project managers, decision makers, subject matter experts, and stakeholders may participate in technical discussions to get a clear insight into the root cause of the risk and how it should be ideally dealt with. Risk analysis is a specialized subject. Businesses may have to hire individuals specially trained in the subject to analyze project-related risks if the project is very large or very complex in nature.\r\n\r\nAgile risks are analyzed when the team becomes aware of them. The biggest plus point is that the entire team collaborates and tries to mitigate risks, rather than a single person, or a group of senior members. Agile teams are self-organizing and self-managing. Moreover, teams are cross-functional i.e. a single team member is competent in more than one activities. This further ad on to the proper detection and analysis of risks since the team is familiar with the ground reality and often has the maturity to anticipate where the risks lie and how they can possibly occur.\r\n<h3>3. Plan</h3>\r\nOnce risks are identified and analyzed, plans should be made to remove them. Depending upon the type of risk and when it’s likely to occur, plans have to be made to mitigate them at the project planning level or at the development and implementation level by finding alternative solutions to deal with them. This is the most important part of the project as the project manager has to account for the project if proper planning is not done to eradicate risks.\r\n\r\nIn Agile, when a risk is identified and analyzed, the entire team gets together and plans how to remove them. Inputs and opinion may also be taken from other technically sound personnel or even stakeholders if the product owner and the team feel that their participation can be helpful. The biggest advantage of Agile is that the framework can be implemented by the team in any manner it considers suitable, so provisions can be made to incorporate special processes to deal with risk mitigation – the flexibility of Agile frameworks allow that.\r\n<h3>4. Removal</h3>\r\nThe actual removal of risks is crucial to executing a successful project. This is an important part of project management as it has to be ensured that the root causes of risks are addressed in a proper manner and steps are taken to remove them. Often, risks are removed, and it is later discovered that bug reappears, thus proving that their removal was not properly addressed.','Dealing With Project Risks In Agile And Traditional Project Management Methods','','publish','open','open','','dealing-with-project-risks-in-agile-and-traditional-project-management-methods','','','2018-09-13 15:39:15','2018-09-13 10:09:15','',0,'https://product.quickscrum.com/?p=4627',0,'post','',0),(4629,13,'2018-09-13 15:39:08','2018-09-13 10:09:08','Projects generally start with an idea or a concept, and as ideas take shape, the documentation related to the project starts getting populated with several types of details – the feasibility aspect, sourcing of funds, the product vision, deciding the team, etc. These dynamics play an important part in planning the project. However, there is one parameter which can significantly affect the success of a project – the risks associated with the particular project – and even though experienced project managers try their level best to provide plans for contingencies, in practice there always exists a possibility that you don’t have a plan “B” and a plan “C” to deal with unforeseen circumstances that can arise over time as the project commences. In real life it is almost next to impossible to plan a perfect project in which risks don’t exist – they’re going to be there and will surface when you least expect them to do so. A practical approach would be to have a mechanism in place that can deal with risks as and when they arise, rather than spend time and efforts in planning the “perfect” project in which they can be avoided in totality.\r\n\r\nJust like in any other project management framework or methodology, product owners or project managers have to deal with risk mitigation to ensure that the project is successful. It’s worth taking a look at how risks can be resolved using Waterfall or traditional project management techniques and Agile.\r\n\r\n<img class=\"aligncenter wp-image-3047 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/DealingWithProjectRisk.png\" alt=\"\" width=\"830\" height=\"450\" />\r\n<h3>1. Identification</h3>\r\nYou can remove a risk provided you can identify its occurrence in the first place; therefore the first step in risk management is to identify potential risks. Whenever a project is incepted, the management and all senior members of the team carefully study the documentation and try to identify the probable risk areas. Based upon their analysis, they make changes in the proposed work processes and try to eliminate the risks before they can occur. At times, if system architects are employed to work for the team, they study entire processes and present potential pitfalls before the team so risks can be collectively dealt with. This is a typical scenario in the case of organizations following traditional project management methods which do not have an “in-built” plan to deal with risk mitigation.\r\n\r\nAgile does not have any provisions for identifying risks. When a project is envisioned in Agile, the client conveys the product vision to a product owner, who can be compared to a project manager in traditional management systems. The product owner is responsible for the outcome of the project and usually, he/she tries to identify risks by analyzing the project. The PO may take the help of other team members if a team has been decided at that time. It is important to know that even though Agile does not directly support any activity for identifying risks, its working process is more than adequate in identifying risks at any stage of project development. The framework is geared to operate upon the “inspect” and “adapt” principles which highlight risks when they manifest themselves or are likely to occur. The ongoing retrospective sessions in Agile aid in identifying potential risks provided the team is practicing Agile in a proper manner.\r\n<h3>2. Analysis</h3>\r\nAnalyzing risks after they are detected can be difficult or easy depending upon their nature and complexity. Risks can be of any type – operational, conceptual, development associated, and even due to the technology used to develop the project. Typically project managers, decision makers, subject matter experts, and stakeholders may participate in technical discussions to get a clear insight into the root cause of the risk and how it should be ideally dealt with. Risk analysis is a specialized subject. Businesses may have to hire individuals specially trained in the subject to analyze project-related risks if the project is very large or very complex in nature.\r\n\r\nAgile risks are analyzed when the team becomes aware of them. The biggest plus point is that the entire team collaborates and tries to mitigate risks, rather than a single person, or a group of senior members. Agile teams are self-organizing and self-managing. Moreover, teams are cross-functional i.e. a single team member is competent in more than one activities. This further ad on to the proper detection and analysis of risks since the team is familiar with the ground reality and often has the maturity to anticipate where the risks lie and how they can possibly occur.\r\n<h3>3. Plan</h3>\r\nOnce risks are identified and analyzed, plans should be made to remove them. Depending upon the type of risk and when it’s likely to occur, plans have to be made to mitigate them at the project planning level or at the development and implementation level by finding alternative solutions to deal with them. This is the most important part of the project as the project manager has to account for the project if proper planning is not done to eradicate risks.\r\n\r\nIn Agile, when a risk is identified and analyzed, the entire team gets together and plans how to remove them. Inputs and opinion may also be taken from other technically sound personnel or even stakeholders if the product owner and the team feel that their participation can be helpful. The biggest advantage of Agile is that the framework can be implemented by the team in any manner it considers suitable, so provisions can be made to incorporate special processes to deal with risk mitigation – the flexibility of Agile frameworks allow that.\r\n<h3>4. Removal</h3>\r\nThe actual removal of risks is crucial to executing a successful project. This is an important part of project management as it has to be ensured that the root causes of risks are addressed in a proper manner and steps are taken to remove them. Often, risks are removed, and it is later discovered that bug reappears, thus proving that their removal was not properly addressed.','Dealing With Project Risks In Agile And Traditional Project Management Methods','','inherit','closed','closed','','4627-revision-v1','','','2018-09-13 15:39:08','2018-09-13 10:09:08','',4627,'https://product.quickscrum.com/4627-revision-v1/',0,'revision','',0),(4630,16,'2018-09-13 15:41:24','2018-09-13 10:11:24','It is possible to implement Scrum in many ways. The framework has a lot to offer in terms of delivering frequent and sustained product releases, and offering decreased project turnaround times. However, it is only possible when the implementation process is carried out effectively. Scrum, like any other framework, has to be implemented properly in a project before its benefits can be availed. Therein lies the main problem. Organisations new to Scrum, and those which have been following traditional project development methodologies like Waterfall, often fail to implement the framework in the correct manner and don’t get positive results from the Scrum process.\r\n\r\nA major reason why organizations decide to implement Scrum in their ongoing projects is to increase productivity and enhance their profit margins. Many organizations invest in Scrum training workshops and coaching sessions to familiarise and train their development teams in Scrum. In several cases, it is observed that team members still follow old Waterfall techniques in some way or the other in addition to Scrum principles during the implementation process. Teams fail to give up their older processes and development methods that they are accustomed to. In addition, many teams resent changes and feel reluctant while adopting Scrum. This raises some serious implementation-related issues. It is important to resolve these issues if organizations are to benefit from Scrum.\r\n\r\nDevelopment teams can be made more effective by encouraging them to understand the Scrum process rather than by forcing them to adopt the framework. This could be done in two ways:\r\n\r\n<img class=\"aligncenter wp-image-2259 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/rstiutpa.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n<h1>Scrum adoption – The traditional approach</h1>\r\n<strong>Businesses and organizations that do not have much experience with the implementation process generally prefer to introduce Scrum gradually to their teams. One of the most logical ways of introducing the framework would be to:</strong>\r\n<ul>\r\n <li>Introduce and coach the Scrum process to the team, and</li>\r\n <li>Encourage the team to adopt and follow the Scrum framework after proper coaching</li>\r\n</ul>\r\n<strong>While this method may seem to be practical, in practice this approach might fail, simply because:</strong>\r\n<ul>\r\n <li>Team members tend to feel the transition to Scrum is a “company decision” and so they are “liable” to follow it whether they approve of it or not.</li>\r\n <li>The transition is not taken seriously because the training and coaching activity is company sponsored and the team members don’t have to pay for it.</li>\r\n</ul>\r\nIf Scrum is enforced, the team may be compelled to follow it, but it would still not make the teams collaborative and self-motivated - the two principles that are <a class=\"link-hover\" dir=\"ltr\" href=\"https://www.quickscrum.com/Home/ScrumProjectManagement\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #3366ff;\">very important to the Scrum process</span></a>. A possible way out would be to try out a more result-oriented approach.\r\n\r\n \r\n<h1>Adopting Scrum through the “result-oriented” approach</h1>\r\n<strong>It is important to coach the Scrum team so it can understand the events and discover how Scrum artifacts should be ideally used. If the traditional approach fails, a more “result-oriented” approach may be tried in its place:</strong>\r\n<ul>\r\n <li>Make it mandatory for the team members to train for Scrum. Moreover, each member has to pay for the coaching sessions.</li>\r\n <li>After the training sessions, the team starts implementing Scrum. The entire team follows and practices Scrum principles and techniques. Team members participate in the Scrum events and try to make the implementation process more effective.</li>\r\n <li>If the team delivers the desired results in a month’s time, the management refunds the entire training fee to each employee.</li>\r\n</ul>\r\nIt is important to note here that the team has to work jointly and deliver the results. The team has to collaborate and share ideas so facilitate the development process. And above all, the team has to manage itself. So, in many ways, the team is held directly responsible for its success or failure.','Resolving Scrum Transition Issues Using Two Practical Approaches','','publish','open','open','','resolving-scrum-transition-issues-using-two-practical-approaches','','','2018-09-13 15:41:24','2018-09-13 10:11:24','',0,'https://product.quickscrum.com/?p=4630',0,'post','',0),(4631,12,'2018-09-13 15:40:37','2018-09-13 10:10:37','<div class=\"detail-box\">\r\n<div class=\"row\">\r\n<div class=\"col-lg-20 col-md-20 col-sm-20 col-xs-18 full-width\">\r\n<div></div>\r\n<div class=\"rating list-unstyled\">For IT development companies, and organisations developing computer and digital devices (smartphones, tablets, digital diaries, etc.) software projects, one of the most important, and also the most troublesome issue is encountering \"bugs\" or defects in the code functionality when a particular application, or a system, is deployed and used in a live environment. Software bugs can be very common. Ever since computers were designed in the early years, bugs have inadvertently, or otherwise, kept on troubling coders and project managers, and have tested their ingenuity to resolve them to the fullest extent possible. Ask any seasoned programmer - He or she will tend to initially confer, and eventually say that the word \"Bug\" is aptly named - It tends to \"bug\" you!</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div class=\"detail-box articledetail\">\r\n\r\n<img class=\"size-full wp-image-2381 aligncenter\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/how-can-agile-scrum-reduce-regression-during-software-development-1.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n<h1>The etymology of the word \"Bug\"</h1>\r\nIt is interesting to know how the terminology \"bug\" was first coined, and used to describe a state of functioning in which an error or a flaw in coding can lead to flawed results, or \"outputs\" in IT jargon. There are several stories as to how the terminology came into existence. A theory most subscribed to involves the pioneering programmer, Grace Hopper, who was a young Naval Reserve officer working on a Mark II computer at Harvard University. In 1944, she related an incident in which the computer had malfunctioned - an actual moth had, in fact, \"managed\" somehow to get itself embedded between two electrical relays, causing the computer to halt in its functioning. She explained that the cause of the malfunction was a \"bug\" which was later removed by a technician. The famous bug was exhibited by the Navy for many years and is now owned by the Smithsonian Institute.\r\n\r\n<img class=\"size-full wp-image-2384 aligncenter\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/how-can-agile-scrum-reduce-regression-during-software-development-2.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n<h1>Bugs and software regression</h1>\r\nIn a broad sense, a software bug can be understood as an error, failure, flaw, or even a fault in the code designed to develop an application or a computer-based system. Bugs typically create unexpected and incorrect results or outputs, which cause the functionality of the particular application to stop, or function in a manner other than so desired. Bugs generally arise owing to reasons such as:\r\n<ul>\r\n <li>Mistakes carried out while encoding a program</li>\r\n <li>Designing improper code structure or logic</li>\r\n <li>Utilising the functionality of the code in a manner other than that recommended</li>\r\n <li>Technical errors in the code compilers and/or interpreting resources and agents</li>\r\n</ul>\r\nOf course, the above are not the only causes which give rise to bugs, however, they constitute the major reasons why bugs tend to occur in the majority of the cases. When the numbers of bugs increase significantly, the overall functionality of the application may be compromised upon to a considerable level, rendering it useless and non-productive. This can cause severe financial loses, and even force businesses to face litigations from troubled end-users and consumers. Broadly, the word \"regression\" means to return to a former, or a lesser developed state. So, how can regression be understood in terms of \"software regression\" pertaining to software development? In practice, developers write down or generate code, to develop a particular functionality as requested by the end-user or the client. During the coding stage, the developer not only develops the code but also checks it and ensures that it is working properly. This is a standard practice followed by most experienced programmers and developers. However, at times, the testing process may not be carried out properly, or the code functionality might work properly in most cases, but fail to work under certain circumstances and situations. A second scenario is the code may be developed and properly tested at the time of creation, and the application deployed in a successful manner. However, a newer version of the deployed functionality may be subsequently re-developed to include even more features and functionality, to replace the prior one. The reason could be a need experienced by end-users to use the functionality for a more specific purpose. The newer version may cause some of the older functionality to stop working. This, in a rough sense, can be understood as software regression. For example, you could encode a program to display \"Hello World\" on the monitor. It might work perfectly, and display the message each and every time it is executed. Later on, the same code may be re-developed to accept the user’s name, and display it in lieu of “World.” The objective of the new code might be to display \"Hello John\" rather than \"Hello World\". However, once the newer code is developed and deployed, it actually ends up displaying the user\'s name only - \"John\" - instead of the actual greeting \"Hello John\". In this case, some of the older functionality associated with displaying \"Hello\" in the greeting is curtailed due to some coding reason and \"missed out\" by the newer code. This is software regression.\r\n<h1>Knowing a \"bit\" about what is Agile Scrum framework</h1>\r\nAgile is a framework. It offers guidelines as to how software-based projects can be effectively developed through the consistent and sustained delivery of software functionality through short bursts of development activities known as<span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/\" rel=\"noopener\"><span style=\"text-decoration: underline;\">\"sprints\"</span></a></span>. \" Agile is based upon certain principles which suggest how the framework ought to be ideally understood and interpreted by people, and how the framework should function in an ideal working environment. One of the Agile principles states \"Our highest priority is to satisfy the customer through the early and continuous delivery of valuable software.\" To support this principle, the Agile framework supports an iterative (repetitive) product incremental cycle (a process through which smaller components or parts of the actual product are individually developed, and later integrated to form the complete product). At the end of one product increment cycle (sprint), Agile events known as the \"Sprint Review\" and \"Sprint Retrospective\" are held to ascertain the reliability of the code functionality developed during the sprint, and whether it satisfies the acceptance criteria so it can be considered as \"bug free\" and fully functional. Agile promotes \"shippable\" product increments i.e. small pieces of code offering a certain functionality that is complete, perfectly functional, and free of any \"manufacturing\" defects. It is worth knowing about the actual Agile process, events, roles, and artifacts which can help to eliminate bugs and control the factors causing regression in software code. People new to Agile concepts and principles may find the framework difficult to understand. This article does not aim to educate the reader in Agile or Scrum framework. Rather, it aims to explain some of the important Agile characteristics which make the framework a very good choice for developing software projects. The objective is to describe how Agile can help to reduce regression levels during the development process. To understand how Agile can do this, it is important to know a \"bit\" about Agile first.\r\n\r\n</div>\r\n<h1>The product owner \"PO\" (Role)</h1>\r\nHe or she is the person who \"owns\" the project on behalf of the stakeholders or project owners. The person represents the interests of the stakeholders in the Agile project and ensures that the project delivers a certain business value (importance in terms of market value and financial implications) at all times while the product is being developed. The individual is primarily responsible for the success or failure of the project.\r\n<h1>The product backlog (Artefact)</h1>\r\nIt is a master list mentioning all features and functionalities to be developed in the software project and to manufacture the software product in totality.\r\n<h1>Product backlog item \"PBI\" or user story Artefact</h1>\r\nIn an Agile scrum, the actual product is \"broken down\" into much smaller, manageable, and developable parts known as product backlog items \"PBIs,\" or user stories. Each developable sub-unit or product item exists independently in the backlog. Moreover, each PBI is defined to include:\r\n<ul>\r\n <li>An index or a reference number to uniquely identify the PBI</li>\r\n <li>A description stating the functionality to be developed</li>\r\n <li>An explanation describing what the functionality is supposed to deliver, how it is to be delivered, and why it is needed</li>\r\n <li>A list of acceptance criteria which needs to be satisfied for the PBI to be considered as \"perfect\" and \"complete\"</li>\r\n <li>A short explanation describing what must be \"done\" for the PBI to be considered as \"shippable\" and ready for immediate use</li>\r\n</ul>\r\n<h1>Sprint planning meeting (Event)</h1>\r\nThe iterative product development cycle (sprint) is initiated by an Agile event known as \"sprint planning.\" This meeting is important from the development point of view. The meeting is held in two parts. In the first half, the PO selects important PBIs or user stories for development purposes from the product backlog, and a temporary list known as a \"sprint backlog\" is prepared to hold the user stories for development purpose. The PO then explains to the development team how the stories should be developed, and what activities team members should carry out to make the development \"acceptable.\" The acceptance criteria are properly explained to the team, so each developer becomes familiar as to how the actual development activity should be carried out, and what the management expects out of the proposed development. In the second half of the meeting, the development team discusses how user stories should be distributed amongst the developers on the team. Stories are generally distributed based on the expertise and skill sets possessed by the developers. Individuals are assigned development tasks based upon their familiarity with the development process and their experience levels.\r\n<h1>Sprint backlog (Artefact)</h1>\r\nIt is a temporary list created by the PO during the sprint planning meeting to hold the PBIs, or user stories, for development purpose. In Agile, development is always carried out in short bursts of activity known as sprints, and at any given time, a small subset of the product is actually developed. Unlike the traditional waterfall method, development is never carried out as \"whole.\" The entire sprint backlog is processed for development during the sprint.\r\n<h1>The sprint review (Event)</h1>\r\nIt is an Agile event held immediately after a particular sprint, or a product increment cycle is completed, and a certain code functionality in the form of a user story is developed by the team. The meeting is headed by the Product Owner who verifies the development and ensures that the user story satisfies the definition of “Done” as mentioned in the PBI. If the user story fails to satisfy the acceptance criteria so stated, it is sent back to the product backlog for re-development. If it is accepted by the PO, the user story is presented to the stakeholders in the succeeding sprint review event for their acceptance and opinions.\r\n<h1>Sprint retrospective (Event)</h1>\r\nHeld immediately after the sprint review event, the stakeholders preview the user stories developed by the team. The stakeholders offer their opinions regarding how much of business value the user stories actually offer after their development, and whether the stories can be, in fact, considered as \"shippable.\" The main purpose of the retrospective is to reflect upon what mistakes occurred in the Agile project in the past, and what needs to be learned from prior mistakes. The retrospective offers an opportunity for the Agile team to communicate with the end-users and project owners, and to get \"first hand\" information as well as knowledge as to what the stakeholders actually need in their project, and how they had actually envisioned their project at the time of its inception.\r\n<h1>How can Agile Scrum framework help to reduce or eliminate bugs and software regression?</h1>\r\nSoftware regression is identified if it exists in the code functionality, checked, rectified, and re-tested during the Agile development process. This is how it happens.\r\n<p style=\"display: inline !important; padding-left: 60px;\"><strong>1. Starting with the software development process using Agile</strong></p>\r\n<p style=\"padding-left: 60px;\">In Agile, the actual development starts with the creation of the product backlog. Based upon how the stakeholders and project owners have envisioned the software project, and what they desire in terms of product functionality, the PO initially \"breaks down\" the entire project into PBIs or user stories, which are small, individually developable functional units. Once the master list or the product backlog is created, the PO assigns a business value to each PBI, so that important user stories having a higher \"market value\" can be developed first. The PO than proceeds to conduct a sprint planning meeting which is attended by all. In the sprint planning meeting, the PO selects some of the important PBIs from the top of the product backlog and transfers those stories to the sprint backlog so the development team can start with its coding activity. It is important to know that developers and programmers only develop those user stories which have been transferred to the sprint backlog, and none of the other PBIs stated in the product backlog. The developers then break down the PBIs into individually developable even smaller tasks and distribute them amongst themselves. Each programmer or developer prepares a smaller list which includes all tasks to be developed by him or her during the sprint.</p>\r\n<p style=\"display: inline !important; padding-left: 60px;\"><strong>2. Carrying out the actual software development</strong></p>\r\n<p style=\"padding-left: 60px;\">The actual product development is carried out through sprints. During the sprint, each developer takes up tasks allotted to him or her and proceeds with their development. At a time, one task is taken up for development. Once the task is completed, it is marked as “Completed” and another task is subsequently taken up for development. The process is repeated until all the tasks are developed. Once a particular task is completed, it is tested for its reliability, consistency, and accuracy by team members specially appointed to carry out the testing process. Some Agile processes maintain a separate team for carrying out the Q.A. related activities. Each task is painstakingly checked for any errors arising through improper coding practices, wrong usage of coding language, flawed design, and other regression related parameters. Agile teams can also use specially developed regression testing software to identify any flaws in the coding, designing, or functional aspects. Once the regression checking is over, the user story is verified whether it fulfills the benchmark and acceptance criteria mentioned in the PBI. After the story is thoroughly checked, it is marked as \"Completed\" and its status updated in the Agile process flow. It is important to complete all the tasks allotted to the team members during the sprint.</p>\r\n<p style=\"display: inline !important; padding-left: 60px;\"><strong>3. After the development activity</strong></p>\r\n<p style=\"padding-left: 60px;\">After all user stories have been developed by the development team during the sprint, an Agile event known as the sprint review is held to present the development carried out to the PO. During the sprint review, the PO scrutinises each user story and re-verifies whether they fulfill the acceptance criteria and whether they, in fact, meet the definition of \"Done.\" If any user story fails to satisfy the PO, it is transferred back to the product backlog from where it may be taken up for re-development at a later stage. The only bug-free, well documented, and \"shippable\" user stories should be accepted as \"final\" during the sprint review. The objective of the event is to check for any regression related issues at a \"micro\" level. Once the sprint review event is over, another Agile event known as the sprint retrospective is held to further ascertain whether the user story functionality is acceptable from the market point of view. The stakeholders, project owners, end users, and other technically oriented staff members attend this event. The user story functionality is demonstrated to the participants, who minutely scrutinise the functional aspects and working to find any flaws or incorrect functioning of the user story. The participants also determine how much worth the functionality is from the saleability and market point of view. Once the stakeholders are satisfied with the results, the user story is accepted as \"Done\" The aim of this event is to check for regression related issues at a \"macro\" level.</p>\r\n\r\n<h1>Agile Scrum and software regression</h1>\r\nEach task, when completed by the team during the daily sprint, can be individually tested for bugs, design flaw, and regression. In Agile, the user story cannot be accepted until it fulfills the acceptance criteria and meets the benchmarks. At the time of development, the developer initially checks the user story for any bugs or errors of any kind. Once the development team Okays the functionality, it is checked and verified again by the PO. POs are usually experienced Agile professionals and have the knowledge, as well as the ability to find any bugs or flaws overlooked by the team. This is how bugs are eliminated at a micro level. Once the PO acknowledges the user story, it is exhibited to the stakeholders who are familiar with the market trends and conditions and know what kind of functionality a particular user story should offer to satisfy the end user’s requirements. They again check the functionality from the end user’s point of view, and if it does not proffer to fulfill what the end users need, they reject the user story. When any user story reaches the sprint retrospective stage, it will not possess any bugs or coding errors, which are detected in the preceding micro level stages. The development is checked at a macro level during the retrospective, and accepted by the end users.\r\n\r\nIn Agile, development of the project is carried out using PBIs or user stories. A user story comprises a smaller, dedicated, software code offering a specific functionality, which is subsequently woven, or integrated to form the actual product. It is much easier to check small pieces of code as to whether they function properly or not, and if they contain any type of errors. Moreover, it is also more convenient and feasible to verify small chunks of code rather than the whole repository containing the entire project code. When individually developed project functionality is checked for regression, the integrated final product will possess a lesser probability of exhibiting any types of regression. This is one of the major advantages of the Agile Scrum. Regression is identified and rectified at a micro level - while small \"pieces\" of functionality are actually being developed.\r\n\r\n</div>\r\n</div>\r\n</div>','How Can Agile Scrum Reduce Regression During Software Development?','','inherit','closed','closed','','4626-revision-v1','','','2018-09-13 15:40:37','2018-09-13 10:10:37','',4626,'https://product.quickscrum.com/4626-revision-v1/',0,'revision','',0),(4632,16,'2018-09-13 15:41:24','2018-09-13 10:11:24','It is possible to implement Scrum in many ways. The framework has a lot to offer in terms of delivering frequent and sustained product releases, and offering decreased project turnaround times. However, it is only possible when the implementation process is carried out effectively. Scrum, like any other framework, has to be implemented properly in a project before its benefits can be availed. Therein lies the main problem. Organisations new to Scrum, and those which have been following traditional project development methodologies like Waterfall, often fail to implement the framework in the correct manner and don’t get positive results from the Scrum process.\r\n\r\nA major reason why organizations decide to implement Scrum in their ongoing projects is to increase productivity and enhance their profit margins. Many organizations invest in Scrum training workshops and coaching sessions to familiarise and train their development teams in Scrum. In several cases, it is observed that team members still follow old Waterfall techniques in some way or the other in addition to Scrum principles during the implementation process. Teams fail to give up their older processes and development methods that they are accustomed to. In addition, many teams resent changes and feel reluctant while adopting Scrum. This raises some serious implementation-related issues. It is important to resolve these issues if organizations are to benefit from Scrum.\r\n\r\nDevelopment teams can be made more effective by encouraging them to understand the Scrum process rather than by forcing them to adopt the framework. This could be done in two ways:\r\n\r\n<img class=\"aligncenter wp-image-2259 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/rstiutpa.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n<h1>Scrum adoption – The traditional approach</h1>\r\n<strong>Businesses and organizations that do not have much experience with the implementation process generally prefer to introduce Scrum gradually to their teams. One of the most logical ways of introducing the framework would be to:</strong>\r\n<ul>\r\n <li>Introduce and coach the Scrum process to the team, and</li>\r\n <li>Encourage the team to adopt and follow the Scrum framework after proper coaching</li>\r\n</ul>\r\n<strong>While this method may seem to be practical, in practice this approach might fail, simply because:</strong>\r\n<ul>\r\n <li>Team members tend to feel the transition to Scrum is a “company decision” and so they are “liable” to follow it whether they approve of it or not.</li>\r\n <li>The transition is not taken seriously because the training and coaching activity is company sponsored and the team members don’t have to pay for it.</li>\r\n</ul>\r\nIf Scrum is enforced, the team may be compelled to follow it, but it would still not make the teams collaborative and self-motivated - the two principles that are <a class=\"link-hover\" dir=\"ltr\" href=\"https://www.quickscrum.com/Home/ScrumProjectManagement\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #3366ff;\">very important to the Scrum process</span></a>. A possible way out would be to try out a more result-oriented approach.\r\n\r\n \r\n<h1>Adopting Scrum through the “result-oriented” approach</h1>\r\n<strong>It is important to coach the Scrum team so it can understand the events and discover how Scrum artifacts should be ideally used. If the traditional approach fails, a more “result-oriented” approach may be tried in its place:</strong>\r\n<ul>\r\n <li>Make it mandatory for the team members to train for Scrum. Moreover, each member has to pay for the coaching sessions.</li>\r\n <li>After the training sessions, the team starts implementing Scrum. The entire team follows and practices Scrum principles and techniques. Team members participate in the Scrum events and try to make the implementation process more effective.</li>\r\n <li>If the team delivers the desired results in a month’s time, the management refunds the entire training fee to each employee.</li>\r\n</ul>\r\nIt is important to note here that the team has to work jointly and deliver the results. The team has to collaborate and share ideas so facilitate the development process. And above all, the team has to manage itself. So, in many ways, the team is held directly responsible for its success or failure.','Resolving Scrum Transition Issues Using Two Practical Approaches','','inherit','closed','closed','','4630-revision-v1','','','2018-09-13 15:41:24','2018-09-13 10:11:24','',4630,'https://product.quickscrum.com/4630-revision-v1/',0,'revision','',0),(4633,16,'2018-09-13 15:41:28','2018-09-13 10:11:28','It is possible to implement Scrum in many ways. The framework has a lot to offer in terms of delivering frequent and sustained product releases, and offering decreased project turnaround times. However, it is only possible when the implementation process is carried out effectively. Scrum, like any other framework, has to be implemented properly in a project before its benefits can be availed. Therein lies the main problem. Organisations new to Scrum, and those which have been following traditional project development methodologies like Waterfall, often fail to implement the framework in the correct manner and don’t get positive results from the Scrum process.\r\n\r\nA major reason why organizations decide to implement Scrum in their ongoing projects is to increase productivity and enhance their profit margins. Many organizations invest in Scrum training workshops and coaching sessions to familiarise and train their development teams in Scrum. In several cases, it is observed that team members still follow old Waterfall techniques in some way or the other in addition to Scrum principles during the implementation process. Teams fail to give up their older processes and development methods that they are accustomed to. In addition, many teams resent changes and feel reluctant while adopting Scrum. This raises some serious implementation-related issues. It is important to resolve these issues if organizations are to benefit from Scrum.\r\n\r\nDevelopment teams can be made more effective by encouraging them to understand the Scrum process rather than by forcing them to adopt the framework. This could be done in two ways:\r\n\r\n<img class=\"aligncenter wp-image-2259 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/rstiutpa.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n<h1>Scrum adoption – The traditional approach</h1>\r\n<strong>Businesses and organizations that do not have much experience with the implementation process generally prefer to introduce Scrum gradually to their teams. One of the most logical ways of introducing the framework would be to:</strong>\r\n<ul>\r\n <li>Introduce and coach the Scrum process to the team, and</li>\r\n <li>Encourage the team to adopt and follow the Scrum framework after proper coaching</li>\r\n</ul>\r\n<strong>While this method may seem to be practical, in practice this approach might fail, simply because:</strong>\r\n<ul>\r\n <li>Team members tend to feel the transition to Scrum is a “company decision” and so they are “liable” to follow it whether they approve of it or not.</li>\r\n <li>The transition is not taken seriously because the training and coaching activity is company sponsored and the team members don’t have to pay for it.</li>\r\n</ul>\r\nIf Scrum is enforced, the team may be compelled to follow it, but it would still not make the teams collaborative and self-motivated - the two principles that are <a class=\"link-hover\" dir=\"ltr\" href=\"https://www.quickscrum.com/Home/ScrumProjectManagement\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #3366ff;\">very important to the Scrum process</span></a>. A possible way out would be to try out a more result-oriented approach.\r\n\r\n \r\n<h1>Adopting Scrum through the “result-oriented” approach</h1>\r\n<strong>It is important to coach the Scrum team so it can understand the events and discover how Scrum artifacts should be ideally used. If the traditional approach fails, a more “result-oriented” approach may be tried in its place:</strong>\r\n<ul>\r\n <li>Make it mandatory for the team members to train for Scrum. Moreover, each member has to pay for the coaching sessions.</li>\r\n <li>After the training sessions, the team starts implementing Scrum. The entire team follows and practices Scrum principles and techniques. Team members participate in the Scrum events and try to make the implementation process more effective.</li>\r\n <li>If the team delivers the desired results in a month’s time, the management refunds the entire training fee to each employee.</li>\r\n</ul>\r\nIt is important to note here that the team has to work jointly and deliver the results. The team has to collaborate and share ideas so facilitate the development process. And above all, the team has to manage itself. So, in many ways, the team is held directly responsible for its success or failure.','Resolving Scrum Transition Issues Using Two Practical Approaches','','inherit','closed','closed','','4630-autosave-v1','','','2018-09-13 15:41:28','2018-09-13 10:11:28','',4630,'https://product.quickscrum.com/4630-autosave-v1/',0,'revision','',0),(4634,13,'2018-09-13 15:43:28','2018-09-13 10:13:28','<h1 style=\"text-align: center;\"><span style=\"color: #3366ff;\"><strong><em>The Overworked Product Owner<img class=\"aligncenter wp-image-3062 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/ProductOwnerTeamStakeholders-300x168-1.png\" alt=\"\" width=\"300\" height=\"168\" /></em></strong></span></h1>\r\nThe role of the Product Owner is so critical to give that person more duties than being only a full-time Product Owner. Unfortunately, many companies prefer to assign this role to a manager who has to attend several projects, corporate meetings, visit clients, and other staff that not allow him to focus on delivering a successful product to the market.\r\n\r\nMy last two clients chose Product Owners that were with other projects (some of them following waterfall) so they have never been with team members every day so they produce delays to get some answers from them and frustration to team members that have to wait many times to obtain their feedback.\r\n<h4>Worse scenario</h4>\r\nIn addition, there is another worse scenario. Which is it? The worse scenario is when the Product Owner has to attend other remote projects that take a lot of time and effort from him. Finally, he has to split his day between calls, remote conference and several meetings.\r\n<h4>Bad experience</h4>\r\nOne of my worst experiences dealing with Product Owners was in a multinational company who has an IT director that interrupted every Product Owner assigning them more duties and projects. As soon as I talked with the director recommended to him to replace each Product Owner because all of them were so busy to attend Sprint Planning (don’t mention daily meeting), Sprint Review or demo, etc. His answer shocked me because he admitted that it was his fault to give more duties and projects to each Product Owner. Fortunately, he got my point and hired others Product Owners who only were focused on their projects.\r\n\r\nMany times Product Owners are not empowered to say: “No” sorry I can’t take any more project because this position is too demanding for me and I want to do my job well and full time.\r\n\r\nLast but not least, Scrum Master has to help to Product Owners when they are so busy to write user stories, prioritize the backlog and so on but the role of Product Owner is very important to do many things at the same time.\r\n\r\n<span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/Kernel/CoachProfile/1/5692\">View My profile</a></span>\r\n\r\n ','Product Owner','','publish','open','open','','product-owner','','','2018-09-13 15:43:28','2018-09-13 10:13:28','',0,'https://product.quickscrum.com/?p=4634',0,'post','',0),(4636,12,'2018-09-13 15:42:40','2018-09-13 10:12:40','<h1 style=\"text-align: left;\"><strong>Agile in a Non-Agile Environment</strong></h1>\r\n<h2><span class=\"example2\">Introduction</span></h2>\r\nHow do you feel when you realize you are working in a non-agile environment? myself feeling like an Alien walking through a human environment, looking at me as a weirdo.\r\n<h2><span class=\"example2\">Subject matter</span></h2>\r\nNobody ever told us how would it be to work on a non-agile environment before, but coming from an Agile company our first thought was that everyone there will be excited about it, and magically each person will start collaborating with each other for the company\'s sake. The reality taught us that it was the other way around, the toughest journey we ever had.\r\n<h2>Summary</h2>\r\n<div>The company we worked for, used to work in a traditional way of doing software (Waterfall?), a business department, a solution design team, Development team and finally a Functional Test team.</div>\r\n<div></div>\r\n<div>\r\n<div>Challenges</div>\r\n<ul>\r\n <li>Managing the transition to agile</li>\r\n <li>Differences in organizational cultures</li>\r\n <li>No effective communication across teams</li>\r\n <li>Reporting progress and demonstrating control</li>\r\n <li>Solution design too far from the real implementation</li>\r\n <li>Requirements based on a classic approach</li>\r\n <li>Release date agreed without development estimations</li>\r\n</ul>\r\n<div>The first approach we took was that we were not dealing with all challenges at the same time; So, first of all, we just focused on managing the transition to agile in our development teams and see how this would change the environment.</div>\r\n<div>This was rather easy due to the fact that development teams were looking forward to adopting Scrum to finally provide quality software on a sustainable pace.</div>\r\n<div>The real challenge started when teams started to interact with other departments.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Pincer movement<br clear=\"none\" /></strong></div>\r\n<div></div>\r\n<div>\"There is nothing worse than a pincer movement to demoralize your opponent. Feel that you are trapped in a none-escape situation it\'s the faster way to give up or suffer a painful journey.\"</div>\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div>\r\n<div>Some of the challenges described before have a strong connection with the business. Without effective communication, there aren\'t realistic estimations, no feedback from the stakeholders as well as non-fulfill delivery dates, so it\'s easy to end up feeling pressure from both sides, Business to provide a release as soon as possible and Functional test, who has also pressure from business to get the sign-off as quickly as possible.</div>\r\n<div>So, eventually, the teams start to feel surrounded by pressure from every side, trap on a pincer movement.</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>Flaked by Business</div>\r\n<ul>\r\n <li>No contact with the team</li>\r\n <li>No Product Owner, therefore no prioritization</li>\r\n <li>ROI not clear</li>\r\n <li>Estimations not taken into account for the release date</li>\r\n <li>No willing to negotiate deliveries</li>\r\n</ul>\r\n<div>Flanked by Functional Test</div>\r\n<ul>\r\n <li>Over-testing, FT test don\'t trust integration testing performed by the team</li>\r\n <li>E2E still required</li>\r\n <li>Go-live takes so long</li>\r\n</ul>\r\n<div>Team demoralized</div>\r\n<ul>\r\n <li>No ownership</li>\r\n <li>Team morale decreases</li>\r\n <li>ROI not achieved</li>\r\n <li>Defects in production</li>\r\n</ul>\r\n</div>\r\n<div></div>\r\n<div><strong>Breakthrough<br clear=\"none\" /></strong></div>\r\n<div><strong> </strong></div>\r\n<div>At this point, a breakthrough was needed, the only way was to concentrate our effort on fixing some of the challenges, particularly the organizational culture but the communication issues as well.</div>\r\n<div></div>\r\n<div>Normally this transitions can only be done from the inside, so the real challenge here is to find the right people to do so, and most of the time we can find them among managers staff or even stakeholders, they care about the company\'s sake and will do the best to make it work, those people can act as if they were an Alien Infiltration.</div>\r\n<div></div>\r\n<div>\r\n<div><strong>Alien Infiltration</strong></div>\r\n<div><strong> </strong></div>\r\n<div>\r\n<div>\"In the infiltration scenario, the invaders will typically take human form and can move freely throughout human society, even to the point of taking control of command positions.\" Wikipedia</div>\r\n<div></div>\r\n<div>Looking for sponsorship among stakeholders/managers can support the agile transition from inside and across all teams.</div>\r\n<div>They can remove walls faster and painless than anyone else, so with time, we were able to reach agreements across all teams.</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>With Business</div>\r\n</div>\r\n<ul>\r\n <li>Coach closest Business Analyst to be your Product Owner\r\n<ul>\r\n <li>Prioritize your team backlog</li>\r\n <li>Unblock functional impediments</li>\r\n</ul>\r\n</li>\r\n <li>Delegate on someone on your team to be a Proxy-Product Owner\r\n<ul>\r\n <li>Fills stories with content</li>\r\n <li>Unblock functional dependencies between teams</li>\r\n <li>Keep in touch with Business Analyst as well as Functional Testing POC to coordinate releases.</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<div></div>\r\n<div>With Functional Test</div>\r\n<ul>\r\n <li>Require a Senior Functional Tester to be part of your team.\r\n<ul>\r\n <li>Along with QA on your team will set up a whole test plan</li>\r\n <li>Easier to get a sign-off to go-live</li>\r\n <li>Increase trust</li>\r\n</ul>\r\n</li>\r\n <li>Involve QA members on the release process to Production\r\n<ul>\r\n <li>Support clients</li>\r\n <li>Provide release notes and content information</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<div>With Team(s)</div>\r\n<ul>\r\n <li>Catch the pulse on your teams, it\'s going to be thug journey, keep your team motivated.</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div></div>','Agile in a Non-Agile Environment','','publish','open','open','','agile-in-a-non-agile-environment','','','2018-09-13 15:42:40','2018-09-13 10:12:40','',0,'https://product.quickscrum.com/?p=4636',0,'post','',0),(4637,12,'2018-09-13 15:42:40','2018-09-13 10:12:40','<h1 style=\"text-align: left;\"><strong>Agile in a Non-Agile Environment</strong></h1>\r\n<h2><span class=\"example2\">Introduction</span></h2>\r\nHow do you feel when you realize you are working in a non-agile environment? myself feeling like an Alien walking through a human environment, looking at me as a weirdo.\r\n<h2><span class=\"example2\">Subject matter</span></h2>\r\nNobody ever told us how would it be to work on a non-agile environment before, but coming from an Agile company our first thought was that everyone there will be excited about it, and magically each person will start collaborating with each other for the company\'s sake. The reality taught us that it was the other way around, the toughest journey we ever had.\r\n<h2>Summary</h2>\r\n<div>The company we worked for, used to work in a traditional way of doing software (Waterfall?), a business department, a solution design team, Development team and finally a Functional Test team.</div>\r\n<div></div>\r\n<div>\r\n<div>Challenges</div>\r\n<ul>\r\n <li>Managing the transition to agile</li>\r\n <li>Differences in organizational cultures</li>\r\n <li>No effective communication across teams</li>\r\n <li>Reporting progress and demonstrating control</li>\r\n <li>Solution design too far from the real implementation</li>\r\n <li>Requirements based on a classic approach</li>\r\n <li>Release date agreed without development estimations</li>\r\n</ul>\r\n<div>The first approach we took was that we were not dealing with all challenges at the same time; So, first of all, we just focused on managing the transition to agile in our development teams and see how this would change the environment.</div>\r\n<div>This was rather easy due to the fact that development teams were looking forward to adopting Scrum to finally provide quality software on a sustainable pace.</div>\r\n<div>The real challenge started when teams started to interact with other departments.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Pincer movement<br clear=\"none\" /></strong></div>\r\n<div></div>\r\n<div>\"There is nothing worse than a pincer movement to demoralize your opponent. Feel that you are trapped in a none-escape situation it\'s the faster way to give up or suffer a painful journey.\"</div>\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div>\r\n<div>Some of the challenges described before have a strong connection with the business. Without effective communication, there aren\'t realistic estimations, no feedback from the stakeholders as well as non-fulfill delivery dates, so it\'s easy to end up feeling pressure from both sides, Business to provide a release as soon as possible and Functional test, who has also pressure from business to get the sign-off as quickly as possible.</div>\r\n<div>So, eventually, the teams start to feel surrounded by pressure from every side, trap on a pincer movement.</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>Flaked by Business</div>\r\n<ul>\r\n <li>No contact with the team</li>\r\n <li>No Product Owner, therefore no prioritization</li>\r\n <li>ROI not clear</li>\r\n <li>Estimations not taken into account for the release date</li>\r\n <li>No willing to negotiate deliveries</li>\r\n</ul>\r\n<div>Flanked by Functional Test</div>\r\n<ul>\r\n <li>Over-testing, FT test don\'t trust integration testing performed by the team</li>\r\n <li>E2E still required</li>\r\n <li>Go-live takes so long</li>\r\n</ul>\r\n<div>Team demoralized</div>\r\n<ul>\r\n <li>No ownership</li>\r\n <li>Team morale decreases</li>\r\n <li>ROI not achieved</li>\r\n <li>Defects in production</li>\r\n</ul>\r\n</div>\r\n<div></div>\r\n<div><strong>Breakthrough<br clear=\"none\" /></strong></div>\r\n<div><strong> </strong></div>\r\n<div>At this point, a breakthrough was needed, the only way was to concentrate our effort on fixing some of the challenges, particularly the organizational culture but the communication issues as well.</div>\r\n<div></div>\r\n<div>Normally this transitions can only be done from the inside, so the real challenge here is to find the right people to do so, and most of the time we can find them among managers staff or even stakeholders, they care about the company\'s sake and will do the best to make it work, those people can act as if they were an Alien Infiltration.</div>\r\n<div></div>\r\n<div>\r\n<div><strong>Alien Infiltration</strong></div>\r\n<div><strong> </strong></div>\r\n<div>\r\n<div>\"In the infiltration scenario, the invaders will typically take human form and can move freely throughout human society, even to the point of taking control of command positions.\" Wikipedia</div>\r\n<div></div>\r\n<div>Looking for sponsorship among stakeholders/managers can support the agile transition from inside and across all teams.</div>\r\n<div>They can remove walls faster and painless than anyone else, so with time, we were able to reach agreements across all teams.</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>With Business</div>\r\n</div>\r\n<ul>\r\n <li>Coach closest Business Analyst to be your Product Owner\r\n<ul>\r\n <li>Prioritize your team backlog</li>\r\n <li>Unblock functional impediments</li>\r\n</ul>\r\n</li>\r\n <li>Delegate on someone on your team to be a Proxy-Product Owner\r\n<ul>\r\n <li>Fills stories with content</li>\r\n <li>Unblock functional dependencies between teams</li>\r\n <li>Keep in touch with Business Analyst as well as Functional Testing POC to coordinate releases.</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<div></div>\r\n<div>With Functional Test</div>\r\n<ul>\r\n <li>Require a Senior Functional Tester to be part of your team.\r\n<ul>\r\n <li>Along with QA on your team will set up a whole test plan</li>\r\n <li>Easier to get a sign-off to go-live</li>\r\n <li>Increase trust</li>\r\n</ul>\r\n</li>\r\n <li>Involve QA members on the release process to Production\r\n<ul>\r\n <li>Support clients</li>\r\n <li>Provide release notes and content information</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<div>With Team(s)</div>\r\n<ul>\r\n <li>Catch the pulse on your teams, it\'s going to be thug journey, keep your team motivated.</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div></div>','Agile in a Non-Agile Environment','','inherit','closed','closed','','4636-revision-v1','','','2018-09-13 15:42:40','2018-09-13 10:12:40','',4636,'https://product.quickscrum.com/4636-revision-v1/',0,'revision','',0),(4638,13,'2018-09-13 15:43:17','2018-09-13 10:13:17','<h1 style=\"text-align: center;\"><span style=\"color: #3366ff;\"><strong><em>The Overworked Product Owner<img class=\"aligncenter wp-image-3062 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/ProductOwnerTeamStakeholders-300x168-1.png\" alt=\"\" width=\"300\" height=\"168\" /></em></strong></span></h1>\r\nThe role of the Product Owner is so critical to give that person more duties than being only a full-time Product Owner. Unfortunately, many companies prefer to assign this role to a manager who has to attend several projects, corporate meetings, visit clients, and other staff that not allow him to focus on delivering a successful product to the market.\r\n\r\nMy last two clients chose Product Owners that were with other projects (some of them following waterfall) so they have never been with team members every day so they produce delays to get some answers from them and frustration to team members that have to wait many times to obtain their feedback.\r\n<h4>Worse scenario</h4>\r\nIn addition, there is another worse scenario. Which is it? The worse scenario is when the Product Owner has to attend other remote projects that take a lot of time and effort from him. Finally, he has to split his day between calls, remote conference and several meetings.\r\n<h4>Bad experience</h4>\r\nOne of my worst experiences dealing with Product Owners was in a multinational company who has an IT director that interrupted every Product Owner assigning them more duties and projects. As soon as I talked with the director recommended to him to replace each Product Owner because all of them were so busy to attend Sprint Planning (don’t mention daily meeting), Sprint Review or demo, etc. His answer shocked me because he admitted that it was his fault to give more duties and projects to each Product Owner. Fortunately, he got my point and hired others Product Owners who only were focused on their projects.\r\n\r\nMany times Product Owners are not empowered to say: “No” sorry I can’t take any more project because this position is too demanding for me and I want to do my job well and full time.\r\n\r\nLast but not least, Scrum Master has to help to Product Owners when they are so busy to write user stories, prioritize the backlog and so on but the role of Product Owner is very important to do many things at the same time.\r\n\r\n<span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/Kernel/CoachProfile/1/5692\">View My profile</a></span>\r\n\r\n ','Product Owner','','inherit','closed','closed','','4634-revision-v1','','','2018-09-13 15:43:17','2018-09-13 10:13:17','',4634,'https://product.quickscrum.com/4634-revision-v1/',0,'revision','',0),(4639,12,'2018-09-13 15:47:02','2018-09-13 10:17:02','<h1><span class=\"example2\">Introduction</span></h1>\r\nSAFe LSE is the first-ever framework that provides the values, principles, practices, and organizational constructs necessary to build and deploy complex, cyber-physical systems faster with higher quality.\r\n<h1>SAFe LSE Framework</h1>\r\nDesigned to meet the growing needs of those building the world’s most complex systems that contain aerospace, mechanical, electrical, fluidics, optics and other elements that are increasingly software intensive, the SAFe LSE framework is based on four primary knowledge pools:\r\n<ul>\r\n <li>Classical systems engineering,</li>\r\n <li>Lean thinking,</li>\r\n <li>Agile and scaled Agile (SAFe) development</li>\r\n <li>Lean Product Development.</li>\r\n</ul>\r\n<h1>Summary</h1>\r\nSAFe LSE is a comprehensive set of values, principles and practical guidance that systems builders can use to build large-scale intensive systems (often called cyber-physical systems) in lean agile manner.\r\n\r\nSAFe LSE also features about Program Portfolio, Governance for software solutions with visibility and alignment.\r\n\r\nTraining on SAFe LSE - Please contact me @ http://quickscrum.com/Kernel/CoachProfile/1/5733','SAFe LSE-Lean Systems Engineering','','publish','open','open','','safe-lse-lean-systems-engineering','','','2018-09-13 15:47:02','2018-09-13 10:17:02','',0,'https://product.quickscrum.com/?p=4639',0,'post','',0),(4640,13,'2018-09-13 15:46:54','2018-09-13 10:16:54','<h1 style=\"text-align: left;\"><span style=\"color: #3366ff;\">Tracking time with Trello</span></h1>\r\nThe story always goes like this.\r\n\r\nOnce upon a time, everyone was excited. A team made with best performers from the company and a few more top guns from outside. Management fully aligned. The budget approved, with promises for more. This was the project to take us to the next level.\r\n\r\nThat was then. With a few months of unlimited budget and little management oversight, we come to now...\r\n\r\nIn a bid to get the best software out, the project had gone into a vicious circle of re-iterating the same features. There is no demo to show. Budgets are frozen. Management realigns priorities. Once the envy of everyone, this is now the team to avoid.\r\n\r\nThere are many lessons to be learned from this familiar occurrence of events. I would like to focus on one: to achieve big milestones, it is the baby steps that we need to worry about.\r\n\r\nAgile has given teams flexibility. Using <span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" href=\"https://trello.com/\">trello</a></span> makes it super simple to organize projects with a list of todos.\r\n\r\nHowever, to ensure alignment with business objectives, teams must make sure that dollars spent can be accounted for. Without proper tracking, it is easy to spend valuable effort on features with little business value and what’s worse, not even realize it.\r\n\r\nIn this article, which is the first of a series, I am going to show how my team at <a href=\"http://www.riksof.com/\">RIKSOF</a> tracks time on trello cards. In subsequent posts, I will share important metrics we generate from this data.\r\n<h1>Checklists as work logs</h1>\r\nTrello does not have a built-in feature for time tracking. So, this is how we do it:\r\n<ul>\r\n <li>Make a checklist named Work Log for each card.</li>\r\n <li>Every contributor puts in the time they plan to spend on the task today. They also mark as complete entries that were made yesterday and executed as planned.</li>\r\n <li>We use a standard format so that our script can easily parse entries.</li>\r\n</ul>\r\n<h1>Daily Scrum for Trello</h1>\r\nRIKSOF has built a <a href=\"http://www.riksof.com/trello/scrum-tool.html\"><span style=\"color: #3366ff;\">scrum application</span></a> that uses Trello API to get the work logs information. The application is useful in conducting daily meetings. (Note: It is built in JavaScript and no information is sent to our servers).\r\n\r\nUsing the planned and completed entries, planned and spent hours are calculated for each card. Every card is also automatically categorized with these states:\r\n<ul>\r\n <li><em>Completed</em>: commitments from the last <a href=\"https://en.wikipedia.org/wiki/Scrum_%28software_development%29\"><span style=\"color: #3366ff;\">scrum</span></a> were fulfilled.</li>\r\n <li><em>Incomplete:</em> developer missed targets from the last scrum.</li>\r\n <li><em>Slipping</em>: when a card has consumed above average hours.</li>\r\n <li><em>Planned: </em>what will be done today.</li>\r\n</ul>\r\n<h1>Conclusion</h1>\r\nReporting effort required from the team has been kept to a minimum. We ensure that all subsequent reporting demands are met through the work log.\r\n\r\nYou can already start to see interesting project information. For instance, on a week to week basis, we can see if a team accomplishes its planned activities. Using total hours on a card we are now also able to measure if our trello cards are rightly sized.\r\n\r\nIn my next post, I will introduce you to another trello application that gives interesting project-wide metrics with no additional effort.\r\n<h1>About the Author</h1>\r\nKhurram Ali is a Co-Founder and CEO of RIKSOF<span style=\"color: #3366ff;\">,</span> a <span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" href=\"http://www.riksof.com/\">mobile and web application development company</a>.</span> Khurram has been in the industry for 15 years with a track record of building highly successful global software teams. You can find him on twitter @mkhurramali','Tracking Time With Trello Using Scrum Application','','publish','open','open','','tracking-time-with-trello-using-scrum-application','','','2018-09-13 15:46:54','2018-09-13 10:16:54','',0,'https://product.quickscrum.com/?p=4640',0,'post','',0),(4641,13,'2018-09-13 15:46:38','2018-09-13 10:16:38','<h1 style=\"text-align: left;\"><span style=\"color: #3366ff;\">Tracking time with Trello</span></h1>\r\nThe story always goes like this.\r\n\r\nOnce upon a time, everyone was excited. A team made with best performers from the company and a few more top guns from outside. Management fully aligned. The budget approved, with promises for more. This was the project to take us to the next level.\r\n\r\nThat was then. With a few months of unlimited budget and little management oversight, we come to now...\r\n\r\nIn a bid to get the best software out, the project had gone into a vicious circle of re-iterating the same features. There is no demo to show. Budgets are frozen. Management realigns priorities. Once the envy of everyone, this is now the team to avoid.\r\n\r\nThere are many lessons to be learned from this familiar occurrence of events. I would like to focus on one: to achieve big milestones, it is the baby steps that we need to worry about.\r\n\r\nAgile has given teams flexibility. Using <span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" href=\"https://trello.com/\">trello</a></span> makes it super simple to organize projects with a list of todos.\r\n\r\nHowever, to ensure alignment with business objectives, teams must make sure that dollars spent can be accounted for. Without proper tracking, it is easy to spend valuable effort on features with little business value and what’s worse, not even realize it.\r\n\r\nIn this article, which is the first of a series, I am going to show how my team at <a href=\"http://www.riksof.com/\">RIKSOF</a> tracks time on trello cards. In subsequent posts, I will share important metrics we generate from this data.\r\n<h1>Checklists as work logs</h1>\r\nTrello does not have a built-in feature for time tracking. So, this is how we do it:\r\n<ul>\r\n <li>Make a checklist named Work Log for each card.</li>\r\n <li>Every contributor puts in the time they plan to spend on the task today. They also mark as complete entries that were made yesterday and executed as planned.</li>\r\n <li>We use a standard format so that our script can easily parse entries.</li>\r\n</ul>\r\n<h1>Daily Scrum for Trello</h1>\r\nRIKSOF has built a <a href=\"http://www.riksof.com/trello/scrum-tool.html\"><span style=\"color: #3366ff;\">scrum application</span></a> that uses Trello API to get the work logs information. The application is useful in conducting daily meetings. (Note: It is built in JavaScript and no information is sent to our servers).\r\n\r\nUsing the planned and completed entries, planned and spent hours are calculated for each card. Every card is also automatically categorized with these states:\r\n<ul>\r\n <li><em>Completed</em>: commitments from the last <a href=\"https://en.wikipedia.org/wiki/Scrum_%28software_development%29\"><span style=\"color: #3366ff;\">scrum</span></a> were fulfilled.</li>\r\n <li><em>Incomplete:</em> developer missed targets from the last scrum.</li>\r\n <li><em>Slipping</em>: when a card has consumed above average hours.</li>\r\n <li><em>Planned: </em>what will be done today.</li>\r\n</ul>\r\n<h1>Conclusion</h1>\r\nReporting effort required from the team has been kept to a minimum. We ensure that all subsequent reporting demands are met through the work log.\r\n\r\nYou can already start to see interesting project information. For instance, on a week to week basis, we can see if a team accomplishes its planned activities. Using total hours on a card we are now also able to measure if our trello cards are rightly sized.\r\n\r\nIn my next post, I will introduce you to another trello application that gives interesting project-wide metrics with no additional effort.\r\n<h1>About the Author</h1>\r\nKhurram Ali is a Co-Founder and CEO of RIKSOF<span style=\"color: #3366ff;\">,</span> a <span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" href=\"http://www.riksof.com/\">mobile and web application development company</a>.</span> Khurram has been in the industry for 15 years with a track record of building highly successful global software teams. You can find him on twitter @mkhurramali','Tracking Time With Trello Using Scrum Application','','inherit','closed','closed','','4640-revision-v1','','','2018-09-13 15:46:38','2018-09-13 10:16:38','',4640,'https://product.quickscrum.com/4640-revision-v1/',0,'revision','',0),(4642,12,'2018-09-13 15:47:02','2018-09-13 10:17:02','<h1><span class=\"example2\">Introduction</span></h1>\r\nSAFe LSE is the first-ever framework that provides the values, principles, practices, and organizational constructs necessary to build and deploy complex, cyber-physical systems faster with higher quality.\r\n<h1>SAFe LSE Framework</h1>\r\nDesigned to meet the growing needs of those building the world’s most complex systems that contain aerospace, mechanical, electrical, fluidics, optics and other elements that are increasingly software intensive, the SAFe LSE framework is based on four primary knowledge pools:\r\n<ul>\r\n <li>Classical systems engineering,</li>\r\n <li>Lean thinking,</li>\r\n <li>Agile and scaled Agile (SAFe) development</li>\r\n <li>Lean Product Development.</li>\r\n</ul>\r\n<h1>Summary</h1>\r\nSAFe LSE is a comprehensive set of values, principles and practical guidance that systems builders can use to build large-scale intensive systems (often called cyber-physical systems) in lean agile manner.\r\n\r\nSAFe LSE also features about Program Portfolio, Governance for software solutions with visibility and alignment.\r\n\r\nTraining on SAFe LSE - Please contact me @ http://quickscrum.com/Kernel/CoachProfile/1/5733','SAFe LSE-Lean Systems Engineering','','inherit','closed','closed','','4639-revision-v1','','','2018-09-13 15:47:02','2018-09-13 10:17:02','',4639,'https://product.quickscrum.com/4639-revision-v1/',0,'revision','',0),(4643,4,'2018-09-13 15:48:51','2018-09-13 10:18:51','','step-1','','inherit','open','closed','','step-1','','','2018-09-13 15:48:51','2018-09-13 10:18:51','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/step-1.png',0,'attachment','image/png',0),(4646,16,'2018-09-13 15:50:03','2018-09-13 10:20:03','An experienced Scrum team may have completed many successful projects. It may also be implementing Scrum effectively. The team might be perfect from every point of view. However, Scrum principles suggest there is always a scope of improving upon the work process to make it even better and even more efficient. The “inspect” and “adapt” principles help to generate inputs that are very important in the improvement process. Scrum dedicates a special event to support these principles. The event is called the sprint retrospective meeting. Some experts also refer to the meeting as a Scrum retrospective.\r\n\r\nA sprint retrospective can be thought about as a “lessons learned” type of meeting. During the meeting, the team thinks about how everything worked out in the sprint just completed. It tries to retrospect and evaluates the outcomes of the sprint. The event is team driven and the entire team participates in it. The team decides how the retrospective should be held and how it should proceed. A healthy atmosphere fostering trust and sharing of ideas should ideally prevail in the meeting. The members should feel comfortable while contributing their ideas and sharing them with other team members. Senior team members should lead by example and help new joiners understand the scrum process and how the objectives of holding a retrospective can be best fulfilled.<img class=\"aligncenter wp-image-2284 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/sprint-retrospective.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n\r\n \r\n<h1>Scrum retrospective – When, Who, and How long?</h1>\r\nThe retrospective is the last event to be held in a sprint cycle. It is conducted just after a sprint review event finishes. The entire Scrum team, including the product owner and the scrum master, should ideally attend the meeting. The sprint retrospective should generally last for three hours but it can be extended if required. At times, discussions may last for a longer time and so it may become necessary to extend the meeting. It is important to know that every event in Scrum is time-boxed so the retrospective should not extend beyond its period.\r\n<h1>The focus of a sprint retrospective meeting</h1>\r\nThe sprint retrospective is a very important Scrum mechanism that helps the entire team to evolve on a continuous basis. The Scrum team can improve itself with regards its core functioning, and by delivering consistent product increments through the sprint cycles. Three important questions form the basis of the entire meeting:\r\n<ul>\r\n <li>1. What happened properly or worked well?</li>\r\n <li>2. What did not happen and what failed to work?</li>\r\n <li>3. What can further actions be taken to improve the Scrum process?</li>\r\n</ul>\r\n<strong>The meeting further tries to decide what the team should:</strong>\r\n<ul>\r\n <li>1. Start doing</li>\r\n <li>2. Stop doing</li>\r\n <li>3. Continue doing</li>\r\n</ul>\r\n<h1>Key elements of a retrospective</h1>\r\n<ul>\r\n <li>The Scrum process is enhanced at the end of each sprint to ensure that the project team always improves in the manner it works.</li>\r\n <li>It is a collaborative process involving the entire <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/\" rel=\"noopener\">Scrum team including the product owner, the scrum master</a></span></li>\r\n <li>The team members try to identify what worked well and what can be improved upon to make the Scrum process more effectual.</li>\r\n <li>The process followed by the team is discussed and the suggestions are invited how to improve it.</li>\r\n <li>Different ways and methods to increase productivity are thought about and discussed.</li>\r\n <li>The meeting aims to support team formation and bonding.</li>\r\n <li>Areas of conflict should be identified and resolved properly.</li>\r\n <li>The team’s sense of ownership should be further strengthened and self-management activities should be promoted.</li>\r\n</ul>','Sprint Retrospective','','publish','open','open','','sprint-retrospective','','','2018-09-13 15:50:03','2018-09-13 10:20:03','',0,'https://product.quickscrum.com/?p=4646',0,'post','',0),(4648,4,'2018-09-13 15:49:47','2018-09-13 10:19:47','<h1><span class=\"example2\">Introduction</span></h1>\r\nSAFe LSE is the first-ever framework that provides the values, principles, practices, and organizational constructs necessary to build and deploy complex, cyber-physical systems faster with higher quality.\r\n<h1>SAFe LSE Framework</h1>\r\nDesigned to meet the growing needs of those building the world’s most complex systems that contain aerospace, mechanical, electrical, fluidics, optics and other elements that are increasingly software intensive, the SAFe LSE framework is based on four primary knowledge pools:\r\n<ul>\r\n <li>Classical systems engineering,</li>\r\n <li>Lean thinking,</li>\r\n <li>Agile and scaled Agile (SAFe) development</li>\r\n <li>Lean Product Development.</li>\r\n</ul>\r\n<h1>Summary</h1>\r\nSAFe LSE is a comprehensive set of values, principles and practical guidance that systems builders can use to build large-scale intensive systems (often called cyber-physical systems) in lean agile manner.\r\n\r\nSAFe LSE also features about Program Portfolio, Governance for software solutions with visibility and alignment.\r\n\r\nTraining on SAFe LSE - Please contact me @ http://quickscrum.com/Kernel/CoachProfile/1/5733','SAFe LSE-Lean Systems Engineering','','inherit','closed','closed','','4639-autosave-v1','','','2018-09-13 15:49:47','2018-09-13 10:19:47','',4639,'https://product.quickscrum.com/4639-autosave-v1/',0,'revision','',0),(4649,16,'2018-09-13 15:50:03','2018-09-13 10:20:03','An experienced Scrum team may have completed many successful projects. It may also be implementing Scrum effectively. The team might be perfect from every point of view. However, Scrum principles suggest there is always a scope of improving upon the work process to make it even better and even more efficient. The “inspect” and “adapt” principles help to generate inputs that are very important in the improvement process. Scrum dedicates a special event to support these principles. The event is called the sprint retrospective meeting. Some experts also refer to the meeting as a Scrum retrospective.\r\n\r\nA sprint retrospective can be thought about as a “lessons learned” type of meeting. During the meeting, the team thinks about how everything worked out in the sprint just completed. It tries to retrospect and evaluates the outcomes of the sprint. The event is team driven and the entire team participates in it. The team decides how the retrospective should be held and how it should proceed. A healthy atmosphere fostering trust and sharing of ideas should ideally prevail in the meeting. The members should feel comfortable while contributing their ideas and sharing them with other team members. Senior team members should lead by example and help new joiners understand the scrum process and how the objectives of holding a retrospective can be best fulfilled.<img class=\"aligncenter wp-image-2284 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/sprint-retrospective.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n\r\n \r\n<h1>Scrum retrospective – When, Who, and How long?</h1>\r\nThe retrospective is the last event to be held in a sprint cycle. It is conducted just after a sprint review event finishes. The entire Scrum team, including the product owner and the scrum master, should ideally attend the meeting. The sprint retrospective should generally last for three hours but it can be extended if required. At times, discussions may last for a longer time and so it may become necessary to extend the meeting. It is important to know that every event in Scrum is time-boxed so the retrospective should not extend beyond its period.\r\n<h1>The focus of a sprint retrospective meeting</h1>\r\nThe sprint retrospective is a very important Scrum mechanism that helps the entire team to evolve on a continuous basis. The Scrum team can improve itself with regards its core functioning, and by delivering consistent product increments through the sprint cycles. Three important questions form the basis of the entire meeting:\r\n<ul>\r\n <li>1. What happened properly or worked well?</li>\r\n <li>2. What did not happen and what failed to work?</li>\r\n <li>3. What can further actions be taken to improve the Scrum process?</li>\r\n</ul>\r\n<strong>The meeting further tries to decide what the team should:</strong>\r\n<ul>\r\n <li>1. Start doing</li>\r\n <li>2. Stop doing</li>\r\n <li>3. Continue doing</li>\r\n</ul>\r\n<h1>Key elements of a retrospective</h1>\r\n<ul>\r\n <li>The Scrum process is enhanced at the end of each sprint to ensure that the project team always improves in the manner it works.</li>\r\n <li>It is a collaborative process involving the entire <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/\" rel=\"noopener\">Scrum team including the product owner, the scrum master</a></span></li>\r\n <li>The team members try to identify what worked well and what can be improved upon to make the Scrum process more effectual.</li>\r\n <li>The process followed by the team is discussed and the suggestions are invited how to improve it.</li>\r\n <li>Different ways and methods to increase productivity are thought about and discussed.</li>\r\n <li>The meeting aims to support team formation and bonding.</li>\r\n <li>Areas of conflict should be identified and resolved properly.</li>\r\n <li>The team’s sense of ownership should be further strengthened and self-management activities should be promoted.</li>\r\n</ul>','Sprint Retrospective','','inherit','closed','closed','','4646-revision-v1','','','2018-09-13 15:50:03','2018-09-13 10:20:03','',4646,'https://product.quickscrum.com/4646-revision-v1/',0,'revision','',0),(4650,16,'2018-09-13 15:50:07','2018-09-13 10:20:07','An experienced Scrum team may have completed many successful projects. It may also be implementing Scrum effectively. The team might be perfect from every point of view. However, Scrum principles suggest there is always a scope of improving upon the work process to make it even better and even more efficient. The “inspect” and “adapt” principles help to generate inputs that are very important in the improvement process. Scrum dedicates a special event to support these principles. The event is called the sprint retrospective meeting. Some experts also refer to the meeting as a Scrum retrospective.\r\n\r\nA sprint retrospective can be thought about as a “lessons learned” type of meeting. During the meeting, the team thinks about how everything worked out in the sprint just completed. It tries to retrospect and evaluates the outcomes of the sprint. The event is team driven and the entire team participates in it. The team decides how the retrospective should be held and how it should proceed. A healthy atmosphere fostering trust and sharing of ideas should ideally prevail in the meeting. The members should feel comfortable while contributing their ideas and sharing them with other team members. Senior team members should lead by example and help new joiners understand the scrum process and how the objectives of holding a retrospective can be best fulfilled.<img class=\"aligncenter wp-image-2284 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/sprint-retrospective.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n\r\n \r\n<h1>Scrum retrospective – When, Who, and How long?</h1>\r\nThe retrospective is the last event to be held in a sprint cycle. It is conducted just after a sprint review event finishes. The entire Scrum team, including the product owner and the scrum master, should ideally attend the meeting. The sprint retrospective should generally last for three hours but it can be extended if required. At times, discussions may last for a longer time and so it may become necessary to extend the meeting. It is important to know that every event in Scrum is time-boxed so the retrospective should not extend beyond its period.\r\n<h1>The focus of a sprint retrospective meeting</h1>\r\nThe sprint retrospective is a very important Scrum mechanism that helps the entire team to evolve on a continuous basis. The Scrum team can improve itself with regards its core functioning, and by delivering consistent product increments through the sprint cycles. Three important questions form the basis of the entire meeting:\r\n<ul>\r\n <li>1. What happened properly or worked well?</li>\r\n <li>2. What did not happen and what failed to work?</li>\r\n <li>3. What can further actions be taken to improve the Scrum process?</li>\r\n</ul>\r\n<strong>The meeting further tries to decide what the team should:</strong>\r\n<ul>\r\n <li>1. Start doing</li>\r\n <li>2. Stop doing</li>\r\n <li>3. Continue doing</li>\r\n</ul>\r\n<h1>Key elements of a retrospective</h1>\r\n<ul>\r\n <li>The Scrum process is enhanced at the end of each sprint to ensure that the project team always improves in the manner it works.</li>\r\n <li>It is a collaborative process involving the entire <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/\" rel=\"noopener\">Scrum team including the product owner, the scrum master</a></span></li>\r\n <li>The team members try to identify what worked well and what can be improved upon to make the Scrum process more effectual.</li>\r\n <li>The process followed by the team is discussed and the suggestions are invited how to improve it.</li>\r\n <li>Different ways and methods to increase productivity are thought about and discussed.</li>\r\n <li>The meeting aims to support team formation and bonding.</li>\r\n <li>Areas of conflict should be identified and resolved properly.</li>\r\n <li>The team’s sense of ownership should be further strengthened and self-management activities should be promoted.</li>\r\n</ul>','Sprint Retrospective','','inherit','closed','closed','','4646-autosave-v1','','','2018-09-13 15:50:07','2018-09-13 10:20:07','',4646,'https://product.quickscrum.com/4646-autosave-v1/',0,'revision','',0),(4651,4,'2018-09-13 15:50:45','2018-09-13 10:20:45','','By Assigned','','inherit','open','closed','','by-assigned','','','2018-09-13 15:50:45','2018-09-13 10:20:45','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/By-Assigned.png',0,'attachment','image/png',0),(4652,12,'2018-09-13 15:50:47','2018-09-13 10:20:47','<h1><span class=\"example2\">Introduction</span></h1>\r\nSAFe LSE is the first-ever framework that provides the values, principles, practices, and organizational constructs necessary to build and deploy complex, cyber-physical systems faster with higher quality.\r\n<h1>SAFe LSE Framework</h1>\r\nDesigned to meet the growing needs of those building the world’s most complex systems that contain aerospace, mechanical, electrical, fluidics, optics and other elements that are increasingly software intensive, the SAFe LSE framework is based on four primary knowledge pools:\r\n<ul>\r\n <li>Classical systems engineering,</li>\r\n <li>Lean thinking,</li>\r\n <li>Agile and scaled Agile (SAFe) development</li>\r\n <li>Lean Product Development.</li>\r\n</ul>\r\n<h1>Summary</h1>\r\nSAFe LSE is a comprehensive set of values, principles and practical guidance that systems builders can use to build large-scale intensive systems (often called cyber-physical systems) in lean agile manner.\r\n\r\nSAFe LSE also features about Program Portfolio, Governance for software solutions with visibility and alignment.\r\n\r\nTraining on SAFe LSE - Please contact me @ http://quickscrum.com/Kernel/CoachProfile/1/5733','SAFe LSE-Lean Systems Engineering','','inherit','closed','closed','','4639-autosave-v1','','','2018-09-13 15:50:47','2018-09-13 10:20:47','',4639,'https://product.quickscrum.com/4639-autosave-v1/',0,'revision','',0),(4653,12,'2018-09-13 15:52:53','2018-09-13 10:22:53','<h1><span class=\"example2\">Introduction</span></h1>\r\nHow will you know if TDD is working for your teams, program, or organization?\r\n\r\nI\'ve noticed that small, independent teams typically don\'t ask this. They are so close to the end-points of their value-stream that they can <em>sense</em> whether a new discipline is helping or hindering.\r\n\r\nBut on larger programs with multiple teams or a big \"roll-out\" or \"push\" for quality practices, leaders want to know whether or not they\'re getting a return on investment. Sometimes they ask me, point-blank: \"How long before I recoup the cost of your TDD training and coaching?\" There are a lot of variables, of course; and knowing when you\'ve reached break-even is going to depend on what you\'ve already been measuring. Frankly, you\'re not going to be able to measure the change in a metric you\'re not already measuring. Nevertheless, you may be able to tell simply by the morale of the teams. In my experience, there\'s always a direct correlation between happy employees and happy customers. Also, a direct correlation between happy customers and happy stakeholders. That\'s the triple-win: What\'s truly good for customers and employees is good for stakeholders.\r\n\r\nSo I\'ve assembled a few notes about quality metrics.\r\n<h1><span class=\"example2\">Metrics I like</span></h1>\r\n(Disclaimer: I may have my \"lead\" and \"cycle\" terminology muddled a little. If so I apologize. Please focus on the simplicity of these metrics. I\'ll fix this post as time allows.)\r\n\r\nHere are some metrics I\'ve recommended in the past. I\'m not suggesting you must track all of these.\r\n<ul>\r\n <li>Average lead time for defect repair: Measure the time between <em>defect-found</em> and <em>defect-fixed, </em>by collecting the dates of these events. Graph the average over time.</li>\r\n <li><span class=\"s1\">Average cycle time for defect repair: Measure the time between <em>decide-to-fix-defect</em> and <em>defect-fixed</em></span><em>, </em>by collecting the dates of these events. Graph the average over time.</li>\r\n <li>A simple count of unfixed, truly high-priority defects. Show-stoppers and critical, that sort of thing. Graph the count over time.</li>\r\n</ul>\r\nEventually, other quality metrics could be used. Once a team is doing well, Mean Time Between Failures (MTBF), which assumes a very short (near-zero) defect lead time, can be used.\r\n\r\nOn one high-performing team I worked on way back in 2001, we eventually focused on one metric: \"Age of Oldest Defect.\" It really got us to dig into one old, ornery, hard-to-reproduce defect with a ridiculously simple workaround (i.e., \"Please take a deep breath and resubmit your request\" usually did the trick, which explains why we weren\'t compelled to fix it for quite some time). This bug was a great representation of the general rule of bug-fixing: Most bugs are easy to fix once found but very difficult to locate! (Shout out to Al Shalloway of Net Objectives for teaching me that one.)\r\n\r\n<span class=\"s1\">I also suggest that all teams keep an eye on this one: </span>Average cycle &/or lead times for User Stories, or Minimal Marketable Features. On the surface, this sounds like a performance metric. I suppose if the work-items are surely arriving in a most-important-thing-first order, then it\'s a reasonable proxy for \"performance.\" But its real purpose is to help diagnose and resolve systemic (i.e., \"process\") issues.\r\n\r\nWhat’s truly important about measuring these:\r\n<ul>\r\n <li>Start measuring as soon as possible, preferably gaining some idea of what things look like before making broad changes, e.g., before I deliver my <em>Essential Test-Driven Development </em>course, and follow-on TDD coaching, to your teams.</li>\r\n <li>The data should be collected as easily as possible: Automatically, or by an unobtrusive, non-managerial, third party. Burdening the team with a lot of measurement overhead is often counterproductive: The measurement data suffers, productivity suffers, morale suffers.</li>\r\n <li>The metrics must be used as \"informational\" and not \"motivational\": They should be available to the team, first and foremost, so that team can watch for trends. Metrics must never be used to reward or punish the team or to pit teams within the same program or organization against each other.</li>\r\n</ul>\r\nIf you want (or already have) highly-competitive teams, then consider estimating Cost of Delay and CoD/Duration (aka CD3, estimated by all involved \"levels\" and \"functions\"), customer conversions, customer satisfaction, and other Lean Startup metrics; and have your whole organization compete against itself to improve the throughput of real value, and compete against <em>your actual competitors</em>.\r\n<h1>Metrics I didn\'t mention</h1>\r\n<p style=\"padding-left: 30px;\"><strong>Velocity:</strong></p>\r\n<p style=\"padding-left: 30px;\">Estimation of story points and the use of <em>velocity</em> may be necessary on a team where the User Stories vary considerably in size. Velocity is an important planning tool that gives the team an idea of whether the scope they have outlined in the release plan will be completed by the release date.</p>\r\n<p style=\"padding-left: 30px;\">Story points and velocity (SPs/sprint) give information similar to <em>cycle time</em>, just inverted.</p>\r\n<p style=\"padding-left: 30px;\">To illustrate this: Often Scrum teams who stop using sprints and release plans in favor of continuous flow will switch from s<em>tory points per sprint</em> to <em>average cycle time per story point</em>. Then, if the variation in User Story effort diminishes, they can drop points entirely and measure <em>average cycle time per story</em>.</p>\r\n<p style=\"padding-left: 30px;\">The problem with using velocity as a metric to track improvements (e.g., the use of TDD) is this: As things improve, story-point estimates (an estimate of effort, not time) may actually drop for similar stories. We expect velocity to stabilize, not increase, over time. Velocity is for planning; it\'s a poor proxy for productivity.</p>\r\n<p style=\"padding-left: 30px;\"><strong>Code coverage:</strong></p>\r\n<p style=\"padding-left: 30px;\">You could measure code-coverage, how much of the code is exercised via tests, particularly unit-tests, and watch the trends, similar to the graph above (they measured <em>number-of-tests</em>). This is fine, again, if used as an <strong><em>informational</em></strong> metric and not a <strong><em>motivational</em></strong> metric. Keep in mind that it\'s easy for an informational metric to be perceived as motivational, which makes it motivational. The trouble with code-coverage is that it is too much in the hands of those who feel motivated to improve it, and they may subconsciously \"game\" the metric.</p>\r\n<p style=\"padding-left: 30px;\">About 10 years ago, I was working with a team who had been given the task of increasing their coverage by 10% each iteration. When I got there, they were at 80%, and very pleased with themselves. But as I looked at the tests, I saw a pattern: No <em>assertions (aka expectations)</em>! In other words, the tests literally exercised the code but didn\'t test anything. When I asked the developers, they looked me in the eyes, straight-faces, and said, \"Well, if the code doesn\'t throw an exception, it\'s working.\"</p>\r\n<p style=\"padding-left: 30px;\">Of course, these junior developers soon understood otherwise, and many went on to do great things in their careers. But they really did think, at the time, they were correctly doing what was required!</p>\r\n<p style=\"padding-left: 30px;\">The metrics that I do recommend are more difficult to \"game\" by an individual working alone. Cycle-times are a team metric. (Yes, it\'s possible a team could conspire to game those metrics, but they would have to do so consciously, and nefariously. If you don\'t, or can\'t, trust your team to behave as professionals, no metric or engineering practice is going to help anyway. You will simply fail to produce anything of value.)</p>\r\n<p style=\"padding-left: 30px;\">Please always remember: You get what you measure!</p>','How to Know if TDD is Working','','publish','open','open','','how-to-know-if-tdd-is-working','','','2018-09-13 15:52:53','2018-09-13 10:22:53','',0,'https://product.quickscrum.com/?p=4653',0,'post','',0),(4654,16,'2018-09-13 15:53:36','2018-09-13 10:23:36','Product Backlog refinement is a routine backlog maintenance activity and an integral part of the Scrum process. It is important since it helps to keep the product backlog organised, and in proper order. The product backlog items, which actually constitute the product backlog, represent the product features to be developed in the project. Each PBI carries a certain business value. These business values actually define the importance of a particular product feature in the form of product backlog items. When changes occur in the product’s market-related conditions, the business value associated with a particular product feature, and its PBI, may change. These changes need to be updated in the product backlog. During a product backlog refinement session, PBIs are updated with respect to their business values, so the backlog can reflect a true picture of how much worth the product is from the market point of view.\r\n\r\nScrum fundamentally concentrates on delivering business value to the client through the product increment cycles. When PBIs are updated from time to time, some of the backlog items having high business values can be taken up for development in the daily sprints and delivered to the client in the form of shippable product features. This becomes possible when the product backlog refinement process is carried out on a regular basis.<img class=\"aligncenter wp-image-2302 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/ProductBacklogRefinement.png\" alt=\"\" width=\"830\" height=\"622\" />\r\n<h1>What does the backlog refining activity consist of?</h1>\r\nThe product backlog is a dynamic Scrum artifact and keeps on changing on a continual basis during the development process. As changes occur in the product features, the details associated with the PBIs have to be updated in the backlog to keep it healthy at all times. The backlog refinement process is directly related to the upkeep of PBIs, therefore it is worth knowing what can be actually “refined” in the backlog:\r\n<p style=\"padding-left: 60px;\"><strong>1. Description</strong></p>\r\n<p style=\"padding-left: 60px;\">The description of a product backlog item generally does not change once it is defined. However, at times it may be required to elucidate the PBI by describing it in a more detailed manner. This may be necessary when PBIs having seemingly similar descriptions are to be added in the backlog. Even though the descriptions of two or more PBIs may not be the same, they might seem to be the same at a first glance, and this could create confusion while identifying similar types of PBIs in the backlog. Each backlog items should be defined in a manner such that its uniqueness is understood by reading its description. Refinement process can include updating the PBI description.</p>\r\n<p style=\"padding-left: 60px;\"><strong>2. Acceptance criteria</strong></p>\r\n<p style=\"padding-left: 60px;\">The acceptance criteria linked with the PBIs plays a significantly important part in defining the Definition of Done “DoD” during sprint planning sessions. Each item has its unique DoD which has to be fulfilled if the PBI is to be considered “releasable”. Many times, while creating the product backlog at the time of project start-up, <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"https://www.quickscrum.com/Home/ProductBacklog\" target=\"_blank\" rel=\"noopener\">the Product Owner may lack the certain information</a></span> necessary to define a PBI in depth. At such times, the PO may simply reference the PBI and define it in the product backlog while keeping other relevant information blanks in the PBI to create the project estimate. This is done by estimating the backlog items. The idea is to plan a probable release date for the project. The acceptance criteria is a technical part of the PBI that has to be defined so the development team can focus upon how the backlog item should be developed during the sprint. The acceptance criteria may be updated from time to time as per information availed from the stakeholders and the development team.</p>\r\n<p style=\"padding-left: 60px;\"><strong>3. Business value</strong></p>\r\n<p style=\"padding-left: 60px;\">The business value is estimated using story points in Scrum. Each PBI has a certain business value linked with it. Business values are important since the framework focuses on delivering consistent product increments that add on to the project’s worth in the market. One of the major reasons why managements prefer using Scrum for development purpose is because the one you can avail important product feature releases from time to time. Moreover, the business value of the product is maintained while the features are being developed. Business values may change if the demand for a particular product feature may decrease or increase depending upon end user requirements. When such a change occurs in the market, the business value of the PBI representing the particular product feature should also be updated to reflect the most recent change. During the refinement process, the business values of PBIs may be updated.</p>\r\n\r\n<h1>Who is responsible for refining the PBIs?</h1>\r\nThe PO “owns” the product backlog on behalf of the stakeholders, and is primarily responsible for creating it. It is not necessary for a PO to create the backlog personally – he or she may instruct the development team and/or the Scrum Master to help him/her in defining the backlog items and in estimating them. The PO is held responsible for the creation and upkeep of the product backlog. Therefore, the PO also oversees the backlog refinement process.\r\n<h1>Who should carry out the refinement activity?</h1>\r\nThe refinement process may be carried out singularly by the PO, or alternately the entire Scrum team may participate in the event. Generally, the development team updates the PBIs (with the exception of business values that should be updated by the PO). There are no specific rules about who should carry out the refinement process. What is important, though, is that the Product Owner is responsible for the upkeep of the product backlog. The team can freely decide who should refine the PBIs.\r\n<h1>How frequently should the backlog be refined?</h1>\r\nThe refinement sessions can be carried out in different ways as per the team’s convenience. The team may spend an equivalent of approximately 10% of the entire sprint time in refining the backlog. Alternately, the team may spend a couple of hours each week, or even half an hour on a daily basis (generally not recommended) and keep on updating the PBIs. There are no fixed rules on how frequently the backlog should be refined. However, considering the nature and size of the backlog, the team should unanimously decide how frequent the sessions ought to be. The bottom line is that the product backlog should remain healthy and high priority PBIs should be made available for sprint planning sessions.','Product Backlog Refinement','','publish','open','open','','product-backlog-refinement','','','2018-09-13 15:53:36','2018-09-13 10:23:36','',0,'https://product.quickscrum.com/?p=4654',0,'post','',0),(4655,12,'2018-09-13 15:52:53','2018-09-13 10:22:53','<h1><span class=\"example2\">Introduction</span></h1>\r\nHow will you know if TDD is working for your teams, program, or organization?\r\n\r\nI\'ve noticed that small, independent teams typically don\'t ask this. They are so close to the end-points of their value-stream that they can <em>sense</em> whether a new discipline is helping or hindering.\r\n\r\nBut on larger programs with multiple teams or a big \"roll-out\" or \"push\" for quality practices, leaders want to know whether or not they\'re getting a return on investment. Sometimes they ask me, point-blank: \"How long before I recoup the cost of your TDD training and coaching?\" There are a lot of variables, of course; and knowing when you\'ve reached break-even is going to depend on what you\'ve already been measuring. Frankly, you\'re not going to be able to measure the change in a metric you\'re not already measuring. Nevertheless, you may be able to tell simply by the morale of the teams. In my experience, there\'s always a direct correlation between happy employees and happy customers. Also, a direct correlation between happy customers and happy stakeholders. That\'s the triple-win: What\'s truly good for customers and employees is good for stakeholders.\r\n\r\nSo I\'ve assembled a few notes about quality metrics.\r\n<h1><span class=\"example2\">Metrics I like</span></h1>\r\n(Disclaimer: I may have my \"lead\" and \"cycle\" terminology muddled a little. If so I apologize. Please focus on the simplicity of these metrics. I\'ll fix this post as time allows.)\r\n\r\nHere are some metrics I\'ve recommended in the past. I\'m not suggesting you must track all of these.\r\n<ul>\r\n <li>Average lead time for defect repair: Measure the time between <em>defect-found</em> and <em>defect-fixed, </em>by collecting the dates of these events. Graph the average over time.</li>\r\n <li><span class=\"s1\">Average cycle time for defect repair: Measure the time between <em>decide-to-fix-defect</em> and <em>defect-fixed</em></span><em>, </em>by collecting the dates of these events. Graph the average over time.</li>\r\n <li>A simple count of unfixed, truly high-priority defects. Show-stoppers and critical, that sort of thing. Graph the count over time.</li>\r\n</ul>\r\nEventually, other quality metrics could be used. Once a team is doing well, Mean Time Between Failures (MTBF), which assumes a very short (near-zero) defect lead time, can be used.\r\n\r\nOn one high-performing team I worked on way back in 2001, we eventually focused on one metric: \"Age of Oldest Defect.\" It really got us to dig into one old, ornery, hard-to-reproduce defect with a ridiculously simple workaround (i.e., \"Please take a deep breath and resubmit your request\" usually did the trick, which explains why we weren\'t compelled to fix it for quite some time). This bug was a great representation of the general rule of bug-fixing: Most bugs are easy to fix once found but very difficult to locate! (Shout out to Al Shalloway of Net Objectives for teaching me that one.)\r\n\r\n<span class=\"s1\">I also suggest that all teams keep an eye on this one: </span>Average cycle &/or lead times for User Stories, or Minimal Marketable Features. On the surface, this sounds like a performance metric. I suppose if the work-items are surely arriving in a most-important-thing-first order, then it\'s a reasonable proxy for \"performance.\" But its real purpose is to help diagnose and resolve systemic (i.e., \"process\") issues.\r\n\r\nWhat’s truly important about measuring these:\r\n<ul>\r\n <li>Start measuring as soon as possible, preferably gaining some idea of what things look like before making broad changes, e.g., before I deliver my <em>Essential Test-Driven Development </em>course, and follow-on TDD coaching, to your teams.</li>\r\n <li>The data should be collected as easily as possible: Automatically, or by an unobtrusive, non-managerial, third party. Burdening the team with a lot of measurement overhead is often counterproductive: The measurement data suffers, productivity suffers, morale suffers.</li>\r\n <li>The metrics must be used as \"informational\" and not \"motivational\": They should be available to the team, first and foremost, so that team can watch for trends. Metrics must never be used to reward or punish the team or to pit teams within the same program or organization against each other.</li>\r\n</ul>\r\nIf you want (or already have) highly-competitive teams, then consider estimating Cost of Delay and CoD/Duration (aka CD3, estimated by all involved \"levels\" and \"functions\"), customer conversions, customer satisfaction, and other Lean Startup metrics; and have your whole organization compete against itself to improve the throughput of real value, and compete against <em>your actual competitors</em>.\r\n<h1>Metrics I didn\'t mention</h1>\r\n<p style=\"padding-left: 30px;\"><strong>Velocity:</strong></p>\r\n<p style=\"padding-left: 30px;\">Estimation of story points and the use of <em>velocity</em> may be necessary on a team where the User Stories vary considerably in size. Velocity is an important planning tool that gives the team an idea of whether the scope they have outlined in the release plan will be completed by the release date.</p>\r\n<p style=\"padding-left: 30px;\">Story points and velocity (SPs/sprint) give information similar to <em>cycle time</em>, just inverted.</p>\r\n<p style=\"padding-left: 30px;\">To illustrate this: Often Scrum teams who stop using sprints and release plans in favor of continuous flow will switch from s<em>tory points per sprint</em> to <em>average cycle time per story point</em>. Then, if the variation in User Story effort diminishes, they can drop points entirely and measure <em>average cycle time per story</em>.</p>\r\n<p style=\"padding-left: 30px;\">The problem with using velocity as a metric to track improvements (e.g., the use of TDD) is this: As things improve, story-point estimates (an estimate of effort, not time) may actually drop for similar stories. We expect velocity to stabilize, not increase, over time. Velocity is for planning; it\'s a poor proxy for productivity.</p>\r\n<p style=\"padding-left: 30px;\"><strong>Code coverage:</strong></p>\r\n<p style=\"padding-left: 30px;\">You could measure code-coverage, how much of the code is exercised via tests, particularly unit-tests, and watch the trends, similar to the graph above (they measured <em>number-of-tests</em>). This is fine, again, if used as an <strong><em>informational</em></strong> metric and not a <strong><em>motivational</em></strong> metric. Keep in mind that it\'s easy for an informational metric to be perceived as motivational, which makes it motivational. The trouble with code-coverage is that it is too much in the hands of those who feel motivated to improve it, and they may subconsciously \"game\" the metric.</p>\r\n<p style=\"padding-left: 30px;\">About 10 years ago, I was working with a team who had been given the task of increasing their coverage by 10% each iteration. When I got there, they were at 80%, and very pleased with themselves. But as I looked at the tests, I saw a pattern: No <em>assertions (aka expectations)</em>! In other words, the tests literally exercised the code but didn\'t test anything. When I asked the developers, they looked me in the eyes, straight-faces, and said, \"Well, if the code doesn\'t throw an exception, it\'s working.\"</p>\r\n<p style=\"padding-left: 30px;\">Of course, these junior developers soon understood otherwise, and many went on to do great things in their careers. But they really did think, at the time, they were correctly doing what was required!</p>\r\n<p style=\"padding-left: 30px;\">The metrics that I do recommend are more difficult to \"game\" by an individual working alone. Cycle-times are a team metric. (Yes, it\'s possible a team could conspire to game those metrics, but they would have to do so consciously, and nefariously. If you don\'t, or can\'t, trust your team to behave as professionals, no metric or engineering practice is going to help anyway. You will simply fail to produce anything of value.)</p>\r\n<p style=\"padding-left: 30px;\">Please always remember: You get what you measure!</p>','How to Know if TDD is Working','','inherit','closed','closed','','4653-revision-v1','','','2018-09-13 15:52:53','2018-09-13 10:22:53','',4653,'https://product.quickscrum.com/4653-revision-v1/',0,'revision','',0),(4656,16,'2018-09-13 15:53:36','2018-09-13 10:23:36','Product Backlog refinement is a routine backlog maintenance activity and an integral part of the Scrum process. It is important since it helps to keep the product backlog organised, and in proper order. The product backlog items, which actually constitute the product backlog, represent the product features to be developed in the project. Each PBI carries a certain business value. These business values actually define the importance of a particular product feature in the form of product backlog items. When changes occur in the product’s market-related conditions, the business value associated with a particular product feature, and its PBI, may change. These changes need to be updated in the product backlog. During a product backlog refinement session, PBIs are updated with respect to their business values, so the backlog can reflect a true picture of how much worth the product is from the market point of view.\r\n\r\nScrum fundamentally concentrates on delivering business value to the client through the product increment cycles. When PBIs are updated from time to time, some of the backlog items having high business values can be taken up for development in the daily sprints and delivered to the client in the form of shippable product features. This becomes possible when the product backlog refinement process is carried out on a regular basis.<img class=\"aligncenter wp-image-2302 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/ProductBacklogRefinement.png\" alt=\"\" width=\"830\" height=\"622\" />\r\n<h1>What does the backlog refining activity consist of?</h1>\r\nThe product backlog is a dynamic Scrum artifact and keeps on changing on a continual basis during the development process. As changes occur in the product features, the details associated with the PBIs have to be updated in the backlog to keep it healthy at all times. The backlog refinement process is directly related to the upkeep of PBIs, therefore it is worth knowing what can be actually “refined” in the backlog:\r\n<p style=\"padding-left: 60px;\"><strong>1. Description</strong></p>\r\n<p style=\"padding-left: 60px;\">The description of a product backlog item generally does not change once it is defined. However, at times it may be required to elucidate the PBI by describing it in a more detailed manner. This may be necessary when PBIs having seemingly similar descriptions are to be added in the backlog. Even though the descriptions of two or more PBIs may not be the same, they might seem to be the same at a first glance, and this could create confusion while identifying similar types of PBIs in the backlog. Each backlog items should be defined in a manner such that its uniqueness is understood by reading its description. Refinement process can include updating the PBI description.</p>\r\n<p style=\"padding-left: 60px;\"><strong>2. Acceptance criteria</strong></p>\r\n<p style=\"padding-left: 60px;\">The acceptance criteria linked with the PBIs plays a significantly important part in defining the Definition of Done “DoD” during sprint planning sessions. Each item has its unique DoD which has to be fulfilled if the PBI is to be considered “releasable”. Many times, while creating the product backlog at the time of project start-up, <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"https://www.quickscrum.com/Home/ProductBacklog\" target=\"_blank\" rel=\"noopener\">the Product Owner may lack the certain information</a></span> necessary to define a PBI in depth. At such times, the PO may simply reference the PBI and define it in the product backlog while keeping other relevant information blanks in the PBI to create the project estimate. This is done by estimating the backlog items. The idea is to plan a probable release date for the project. The acceptance criteria is a technical part of the PBI that has to be defined so the development team can focus upon how the backlog item should be developed during the sprint. The acceptance criteria may be updated from time to time as per information availed from the stakeholders and the development team.</p>\r\n<p style=\"padding-left: 60px;\"><strong>3. Business value</strong></p>\r\n<p style=\"padding-left: 60px;\">The business value is estimated using story points in Scrum. Each PBI has a certain business value linked with it. Business values are important since the framework focuses on delivering consistent product increments that add on to the project’s worth in the market. One of the major reasons why managements prefer using Scrum for development purpose is because the one you can avail important product feature releases from time to time. Moreover, the business value of the product is maintained while the features are being developed. Business values may change if the demand for a particular product feature may decrease or increase depending upon end user requirements. When such a change occurs in the market, the business value of the PBI representing the particular product feature should also be updated to reflect the most recent change. During the refinement process, the business values of PBIs may be updated.</p>\r\n\r\n<h1>Who is responsible for refining the PBIs?</h1>\r\nThe PO “owns” the product backlog on behalf of the stakeholders, and is primarily responsible for creating it. It is not necessary for a PO to create the backlog personally – he or she may instruct the development team and/or the Scrum Master to help him/her in defining the backlog items and in estimating them. The PO is held responsible for the creation and upkeep of the product backlog. Therefore, the PO also oversees the backlog refinement process.\r\n<h1>Who should carry out the refinement activity?</h1>\r\nThe refinement process may be carried out singularly by the PO, or alternately the entire Scrum team may participate in the event. Generally, the development team updates the PBIs (with the exception of business values that should be updated by the PO). There are no specific rules about who should carry out the refinement process. What is important, though, is that the Product Owner is responsible for the upkeep of the product backlog. The team can freely decide who should refine the PBIs.\r\n<h1>How frequently should the backlog be refined?</h1>\r\nThe refinement sessions can be carried out in different ways as per the team’s convenience. The team may spend an equivalent of approximately 10% of the entire sprint time in refining the backlog. Alternately, the team may spend a couple of hours each week, or even half an hour on a daily basis (generally not recommended) and keep on updating the PBIs. There are no fixed rules on how frequently the backlog should be refined. However, considering the nature and size of the backlog, the team should unanimously decide how frequent the sessions ought to be. The bottom line is that the product backlog should remain healthy and high priority PBIs should be made available for sprint planning sessions.','Product Backlog Refinement','','inherit','closed','closed','','4654-revision-v1','','','2018-09-13 15:53:36','2018-09-13 10:23:36','',4654,'https://product.quickscrum.com/4654-revision-v1/',0,'revision','',0),(4659,13,'2018-09-13 15:56:48','2018-09-13 10:26:48','We have seen many tech startup shutdowns due to the traditional and manual way of working. It’s hard to accept failure, especially when entrepreneurs have passed through many emotional phases and sacrifice.\r\n<ul>\r\n <li><strong>Money crisis</strong></li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\">Entrepreneurs are always under pressure to sustain the start-up until they get external funding or paying customers. Meanwhile, they have to manage overall operational cost from their hard earned money thus feeling for money crisis is almost there all the time.</p>\r\n\r\n<ul>\r\n <li><strong>Frustration</strong></li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\">For Entrepreneurs, frustration is the shadow. They plan something amazing every day and fail quite most of the time. They really can’t avoid it.</p>\r\n\r\n<ul>\r\n <li><strong>Insecurity</strong></li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\">Entrepreneurs face many road blockers in the day to day life. However, their biggest challenges, like insecurity and self-doubt comes from within. Entrepreneurs often feel insecure in their actions and this can be critical to their work performance decision making and success.</p>\r\n\r\n<ul>\r\n <li><strong>Self-worth issues</strong></li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\">During the journey of entrepreneurship, there are many failures and those make you feel that you aren’t worth anything.</p>\r\n\r\n<ul>\r\n <li><strong>Anxiety</strong></li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\">Entrepreneurs are managing multiple portfolios such as Customers acquisition, Monthly expenditure, Product development, Team management, Building right team & much more. Doing all these with limited time and resources require them to work immensely under stress that leads to the anxiety.</p>\r\n\r\n<ul>\r\n <li><strong>Addiction </strong>to<strong> work</strong></li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\">Entrepreneurs are passionate by nature. Because of the many roles and responsibilities, they become addictive and obsessive. The habitual entrepreneurs display symptoms of behavioral addictions such as obsessive thoughts, withdrawal-engagement cycles, and negative emotional outcomes.</p>\r\n\r\n<ul>\r\n <li><strong>Sleep disorders</strong></li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\">Sleep disorders have become common among entrepreneurs. Due to higher ambition, they keep working to meet the optimistic deadlines and they mess up the sleep schedule. Lack of sleep affects the productivity.</p>\r\n\r\n<ul>\r\n <li><strong>Family relationships suffer & No social life</strong></li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\">Limited time, money and resources enforce you to put your energy behind your idea execution only. Thus no or limited time to your family. Even when you sit with them, you discuss your business, customer, hurdles, and opportunities while they expect your quality time to discuss personal issues, commitments etc.</p>\r\n<em>I am not trying to scare you, so many entrepreneurs have experienced the same during start-up journey. Don’t let hard scarifies collapsed because of lack of processes and automation.</em>\r\n<h1 style=\"text-align: center;\"><strong>Implement Agile & DevOps now!</strong></h1>\r\nMany of the start-up companies waste lots of time behind manual work and internal processes issues. Here is just an introduction of DevOps & what it brings you.\r\n\r\n<strong>What is DevOps?</strong>\r\n\r\nIn traditional organizations, there are different groups for development and operations. The development team is responsible for writing code and delivering software. The Ops team is responsible for deploying releases, managing systems, security, and environmental stability. DevOps is a Philosophy or Method to bring them (Dev and Ops) together to improve the overall development, deployment, and management process.\r\n\r\nDevOps remove the interruptions of communication between operation and development. The primary focus of DevOps is on efficiency and reducing risk while building and deploying software. Avoid situation with atomize testing like, “Sorry the deployment failed. We didn’t test on that platform.” It promotes collaboration to solve problems experienced by both teams.\r\n\r\n<img class=\"aligncenter wp-image-3094 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/Devops_Banner_1.jpg\" alt=\"\" width=\"830\" height=\"300\" />\r\n\r\nAccording to puppet lab survey, Companies that incorporate DevOps practices get more done, plain and simple. They deploy code up to 30 times more frequently than their competition. And less than 50% of their deployments fail.\r\n\r\n<img class=\"aligncenter wp-image-3096 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/Devops_Banner_2.jpg\" alt=\"\" width=\"830\" height=\"500\" />\r\n\r\n<strong>Releasing Software</strong>\r\nContinuous software delivery can increase companies\' speed to market with high-quality digital products and services.\r\n\r\n<img class=\"size-full wp-image-3100 aligncenter\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/Devops_Banner-_4.jpg\" alt=\"\" width=\"830\" height=\"187\" />\r\n\r\n<strong>The difference between traditional and DevOps delivery</strong>\r\n<table border=\"1\" width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"160\"><strong> </strong></td>\r\n<td width=\"208\"><strong>Traditional Delivery</strong></td>\r\n<td width=\"200\"><strong>Continuous Delivery</strong></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong>Time to delivery</strong></td>\r\n<td width=\"208\">Internal software release once every 3-6 months</td>\r\n<td width=\"200\">Internal software release multiple times a week (or daily)</td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong>Quality and testing</strong></td>\r\n<td width=\"208\">Manual testing of up to 50% of software releases performed by large teams</td>\r\n<td width=\"200\">Automated testing with more than 80% coverage requires limited human intervention to validate</td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong>Software deployment</strong></td>\r\n<td width=\"208\">Manual deployment of software can take 30-50 individual steps</td>\r\n<td width=\"200\">Fully automated deployment of software requires only one-click to launch more than 50 steps at a time</td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong>Monitoring and support</strong></td>\r\n<td width=\"208\">Reactive software-monitoring issues, downtime reported to users in hours, days</td>\r\n<td width=\"200\">Proactive software health-monitoring issues, downtime reported to users in seconds; preventive actions were taken at thresholds</td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong>Infrastructure setup</strong></td>\r\n<td width=\"208\">Infrastructure setup can take 3-4 weeks or longer, manual and highly error-prone process</td>\r\n<td width=\"200\">Automated provisioning of new infrastructure setup and configuration in less than 10 minutes end to end</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nManual testing uses up resources, which can be seen as a waste by developers, especially when they have other important projects to work on. This is exactly why automating tests is important\r\n\r\n<img class=\"aligncenter wp-image-3101 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/Devops_Banner_5.jpg\" alt=\"\" width=\"830\" height=\"500\" />\r\n\r\n<strong>Benefits of DevOps</strong>\r\n<ul>\r\n <li>Increase efficiency – less waste</li>\r\n <li>Decrease time to commit software changes</li>\r\n <li>Automate tests</li>\r\n <li>Identify defects/issues quickly</li>\r\n <li>Automate the build process</li>\r\n <li>Simplify the deployment process</li>\r\n <li>Make deployments reproducible</li>\r\n <li>Quicker mitigation of software defects</li>\r\n <li>Better resource management</li>\r\n <li>Reduced human errors</li>\r\n <li>Enhanced version control</li>\r\n <li>Stable operating environment</li>\r\n</ul>\r\nQuickscrum is one of the fastest growing companies focusing on agile tools - Scrum, Kanban, and DevOps Implementation. <span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" href=\"https://quickscrum.com/Home/TalkToExpert\"><u><span style=\"color: #3366ff;\">Talk to our experts</span></u></a></span> to implement Agile and DevOps for better collaboration and productivity.','Entrepreneurs and Automation','','publish','open','open','','entrepreneurs-and-automation','','','2018-09-13 15:56:48','2018-09-13 10:26:48','',0,'https://product.quickscrum.com/?p=4659',0,'post','',0),(4660,12,'2018-09-13 15:55:40','2018-09-13 10:25:40','<img class=\"aligncenter wp-image-2616 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/ProductOwnerTeamStakeholders.png\" alt=\"\" width=\"633\" height=\"355\" />\r\n\r\nEvery time I talk with Agile Coaches the song is the same, there is not good Product Owners. What does a good Product Owner mean? Well, it means that Product Owner works full time as Product Owner because most of the times they are Product Owners and Team Leaders for different projects that are following different approaches (Scrum, Kanban, and Waterfall for instance) at the same time. In fact, the overworked Product Owner is a usual fact that as Agile Coach you have to deal with. Most of the time the cause of this issue is because when companies move from the conventional approach to Agile they keep working the bad habits like everybody has to be busy all day long to justify their salary.\r\n<h1>Product Owner with more than ten projects</h1>\r\nAs soon as you read this you should Mario is overreacting or maybe he runs into the worse companies that assign (and consider as well) a lot of projects under only One PO. No, unfortunately, I chatted about this issue with Agile Coach from Canada, US, Sweden, and Netherlands. All of them are dealing with the same situation.\r\n<h1>How can you recognize this bad smell?</h1>\r\nOne symptom is when you ask where are the Product Owner and most of the time you got the same answer, He or She is in a meeting. A couple of months ago I was hired by a client that had the problem of poor management of the portfolio of projects. In a few days, I realized that she was in meetings all day long. I wonder when this overworked lady had time enough to attend Scrum teams that worked with her.\r\n\r\nThis kind lady told me that she was struggling with sixteen (believe me!!) projects. I strongly recommended to her to talk with her manager (or the man in charge of the portfolio) to prioritize a few projects (at least to reduce her workload) to improve her job. After a while, she told me that she was so happy to deal only with four projects!!!\r\n\r\nIt was to sad to do a Project Planning where there were many dependencies between features in several projects that nobody took into account until the moment that the guy in charge of the portfolio very angry was to admit that many of the projects had to be on hold until someone remove some of the dependencies in order to start with at least one project.\r\n\r\nTo conclude, if you are working as Product Owner and you have to deal with more than a project you have to consider all the time you need to meet with stakeholders, and team members (Sprint Planning and Review) plus to map all the dependencies that every new project could have!!!\r\n\r\n<span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/Kernel/CoachProfile/1/5692\">View My profile </a></span>','One Product Owner means One Project','','publish','open','open','','4660-2','','','2018-09-13 15:56:15','2018-09-13 10:26:15','',0,'https://product.quickscrum.com/?p=4660',0,'post','',0),(4661,13,'2018-09-13 15:54:51','2018-09-13 10:24:51','We have seen many tech startup shutdowns due to the traditional and manual way of working. It’s hard to accept failure, especially when entrepreneurs have passed through many emotional phases and sacrifice.\r\n<ul>\r\n <li><strong>Money crisis</strong></li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\">Entrepreneurs are always under pressure to sustain the start-up until they get external funding or paying customers. Meanwhile, they have to manage overall operational cost from their hard earned money thus feeling for money crisis is almost there all the time.</p>\r\n\r\n<ul>\r\n <li><strong>Frustration</strong></li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\">For Entrepreneurs, frustration is the shadow. They plan something amazing every day and fail quite most of the time. They really can’t avoid it.</p>\r\n\r\n<ul>\r\n <li><strong>Insecurity</strong></li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\">Entrepreneurs face many road blockers in the day to day life. However, their biggest challenges, like insecurity and self-doubt comes from within. Entrepreneurs often feel insecure in their actions and this can be critical to their work performance decision making and success.</p>\r\n\r\n<ul>\r\n <li><strong>Self-worth issues</strong></li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\">During the journey of entrepreneurship, there are many failures and those make you feel that you aren’t worth anything.</p>\r\n\r\n<ul>\r\n <li><strong>Anxiety</strong></li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\">Entrepreneurs are managing multiple portfolios such as Customers acquisition, Monthly expenditure, Product development, Team management, Building right team & much more. Doing all these with limited time and resources require them to work immensely under stress that leads to the anxiety.</p>\r\n\r\n<ul>\r\n <li><strong>Addiction </strong>to<strong> work</strong></li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\">Entrepreneurs are passionate by nature. Because of the many roles and responsibilities, they become addictive and obsessive. The habitual entrepreneurs display symptoms of behavioral addictions such as obsessive thoughts, withdrawal-engagement cycles, and negative emotional outcomes.</p>\r\n\r\n<ul>\r\n <li><strong>Sleep disorders</strong></li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\">Sleep disorders have become common among entrepreneurs. Due to higher ambition, they keep working to meet the optimistic deadlines and they mess up the sleep schedule. Lack of sleep affects the productivity.</p>\r\n\r\n<ul>\r\n <li><strong>Family relationships suffer & No social life</strong></li>\r\n</ul>\r\n<p style=\"padding-left: 30px;\">Limited time, money and resources enforce you to put your energy behind your idea execution only. Thus no or limited time to your family. Even when you sit with them, you discuss your business, customer, hurdles, and opportunities while they expect your quality time to discuss personal issues, commitments etc.</p>\r\n<em>I am not trying to scare you, so many entrepreneurs have experienced the same during start-up journey. Don’t let hard scarifies collapsed because of lack of processes and automation.</em>\r\n<h1 style=\"text-align: center;\"><strong>Implement Agile & DevOps now!</strong></h1>\r\nMany of the start-up companies waste lots of time behind manual work and internal processes issues. Here is just an introduction of DevOps & what it brings you.\r\n\r\n<strong>What is DevOps?</strong>\r\n\r\nIn traditional organizations, there are different groups for development and operations. The development team is responsible for writing code and delivering software. The Ops team is responsible for deploying releases, managing systems, security, and environmental stability. DevOps is a Philosophy or Method to bring them (Dev and Ops) together to improve the overall development, deployment, and management process.\r\n\r\nDevOps remove the interruptions of communication between operation and development. The primary focus of DevOps is on efficiency and reducing risk while building and deploying software. Avoid situation with atomize testing like, “Sorry the deployment failed. We didn’t test on that platform.” It promotes collaboration to solve problems experienced by both teams.\r\n\r\n<img class=\"aligncenter wp-image-3094 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/Devops_Banner_1.jpg\" alt=\"\" width=\"830\" height=\"300\" />\r\n\r\nAccording to puppet lab survey, Companies that incorporate DevOps practices get more done, plain and simple. They deploy code up to 30 times more frequently than their competition. And less than 50% of their deployments fail.\r\n\r\n<img class=\"aligncenter wp-image-3096 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/Devops_Banner_2.jpg\" alt=\"\" width=\"830\" height=\"500\" />\r\n\r\n<strong>Releasing Software</strong>\r\nContinuous software delivery can increase companies\' speed to market with high-quality digital products and services.\r\n\r\n<img class=\"size-full wp-image-3100 aligncenter\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/Devops_Banner-_4.jpg\" alt=\"\" width=\"830\" height=\"187\" />\r\n\r\n<strong>The difference between traditional and DevOps delivery</strong>\r\n<table border=\"1\" width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"160\"><strong> </strong></td>\r\n<td width=\"208\"><strong>Traditional Delivery</strong></td>\r\n<td width=\"200\"><strong>Continuous Delivery</strong></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong>Time to delivery</strong></td>\r\n<td width=\"208\">Internal software release once every 3-6 months</td>\r\n<td width=\"200\">Internal software release multiple times a week (or daily)</td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong>Quality and testing</strong></td>\r\n<td width=\"208\">Manual testing of up to 50% of software releases performed by large teams</td>\r\n<td width=\"200\">Automated testing with more than 80% coverage requires limited human intervention to validate</td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong>Software deployment</strong></td>\r\n<td width=\"208\">Manual deployment of software can take 30-50 individual steps</td>\r\n<td width=\"200\">Fully automated deployment of software requires only one-click to launch more than 50 steps at a time</td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong>Monitoring and support</strong></td>\r\n<td width=\"208\">Reactive software-monitoring issues, downtime reported to users in hours, days</td>\r\n<td width=\"200\">Proactive software health-monitoring issues, downtime reported to users in seconds; preventive actions were taken at thresholds</td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong>Infrastructure setup</strong></td>\r\n<td width=\"208\">Infrastructure setup can take 3-4 weeks or longer, manual and highly error-prone process</td>\r\n<td width=\"200\">Automated provisioning of new infrastructure setup and configuration in less than 10 minutes end to end</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nManual testing uses up resources, which can be seen as a waste by developers, especially when they have other important projects to work on. This is exactly why automating tests is important\r\n\r\n<img class=\"aligncenter wp-image-3101 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/Devops_Banner_5.jpg\" alt=\"\" width=\"830\" height=\"500\" />\r\n\r\n<strong>Benefits of DevOps</strong>\r\n<ul>\r\n <li>Increase efficiency – less waste</li>\r\n <li>Decrease time to commit software changes</li>\r\n <li>Automate tests</li>\r\n <li>Identify defects/issues quickly</li>\r\n <li>Automate the build process</li>\r\n <li>Simplify the deployment process</li>\r\n <li>Make deployments reproducible</li>\r\n <li>Quicker mitigation of software defects</li>\r\n <li>Better resource management</li>\r\n <li>Reduced human errors</li>\r\n <li>Enhanced version control</li>\r\n <li>Stable operating environment</li>\r\n</ul>\r\nQuickscrum is one of the fastest growing companies focusing on agile tools - Scrum, Kanban, and DevOps Implementation. <span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" href=\"https://quickscrum.com/Home/TalkToExpert\"><u><span style=\"color: #3366ff;\">Talk to our experts</span></u></a></span> to implement Agile and DevOps for better collaboration and productivity.','Entrepreneurs and Automation','','inherit','closed','closed','','4659-revision-v1','','','2018-09-13 15:54:51','2018-09-13 10:24:51','',4659,'https://product.quickscrum.com/4659-revision-v1/',0,'revision','',0),(4662,12,'2018-09-13 15:55:40','2018-09-13 10:25:40','<img class=\"aligncenter wp-image-2616 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/ProductOwnerTeamStakeholders.png\" alt=\"\" width=\"633\" height=\"355\" />\r\n\r\nEvery time I talk with Agile Coaches the song is the same, there is not good Product Owners. What does a good Product Owner mean? Well, it means that Product Owner works full time as Product Owner because most of the times they are Product Owners and Team Leaders for different projects that are following different approaches (Scrum, Kanban, and Waterfall for instance) at the same time. In fact, the overworked Product Owner is a usual fact that as Agile Coach you have to deal with. Most of the time the cause of this issue is because when companies move from the conventional approach to Agile they keep working the bad habits like everybody has to be busy all day long to justify their salary.\r\n<h1>Product Owner with more than ten projects</h1>\r\nAs soon as you read this you should Mario is overreacting or maybe he runs into the worse companies that assign (and consider as well) a lot of projects under only One PO. No, unfortunately, I chatted about this issue with Agile Coach from Canada, US, Sweden, and Netherlands. All of them are dealing with the same situation.\r\n<h1>How can you recognize this bad smell?</h1>\r\nOne symptom is when you ask where are the Product Owner and most of the time you got the same answer, He or She is in a meeting. A couple of months ago I was hired by a client that had the problem of poor management of the portfolio of projects. In a few days, I realized that she was in meetings all day long. I wonder when this overworked lady had time enough to attend Scrum teams that worked with her.\r\n\r\nThis kind lady told me that she was struggling with sixteen (believe me!!) projects. I strongly recommended to her to talk with her manager (or the man in charge of the portfolio) to prioritize a few projects (at least to reduce her workload) to improve her job. After a while, she told me that she was so happy to deal only with four projects!!!\r\n\r\nIt was to sad to do a Project Planning where there were many dependencies between features in several projects that nobody took into account until the moment that the guy in charge of the portfolio very angry was to admit that many of the projects had to be on hold until someone remove some of the dependencies in order to start with at least one project.\r\n\r\nTo conclude, if you are working as Product Owner and you have to deal with more than a project you have to consider all the time you need to meet with stakeholders, and team members (Sprint Planning and Review) plus to map all the dependencies that every new project could have!!!\r\n\r\n<span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/Kernel/CoachProfile/1/5692\">View My profile </a></span>','','','inherit','closed','closed','','4660-revision-v1','','','2018-09-13 15:55:40','2018-09-13 10:25:40','',4660,'https://product.quickscrum.com/4660-revision-v1/',0,'revision','',0),(4663,4,'2018-09-13 15:56:02','2018-09-13 10:26:02','','step-3','','inherit','open','closed','','step-3','','','2018-09-13 15:56:02','2018-09-13 10:26:02','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/step-3.png',0,'attachment','image/png',0),(4664,12,'2018-09-13 15:56:15','2018-09-13 10:26:15','<img class=\"aligncenter wp-image-2616 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/ProductOwnerTeamStakeholders.png\" alt=\"\" width=\"633\" height=\"355\" />\r\n\r\nEvery time I talk with Agile Coaches the song is the same, there is not good Product Owners. What does a good Product Owner mean? Well, it means that Product Owner works full time as Product Owner because most of the times they are Product Owners and Team Leaders for different projects that are following different approaches (Scrum, Kanban, and Waterfall for instance) at the same time. In fact, the overworked Product Owner is a usual fact that as Agile Coach you have to deal with. Most of the time the cause of this issue is because when companies move from the conventional approach to Agile they keep working the bad habits like everybody has to be busy all day long to justify their salary.\r\n<h1>Product Owner with more than ten projects</h1>\r\nAs soon as you read this you should Mario is overreacting or maybe he runs into the worse companies that assign (and consider as well) a lot of projects under only One PO. No, unfortunately, I chatted about this issue with Agile Coach from Canada, US, Sweden, and Netherlands. All of them are dealing with the same situation.\r\n<h1>How can you recognize this bad smell?</h1>\r\nOne symptom is when you ask where are the Product Owner and most of the time you got the same answer, He or She is in a meeting. A couple of months ago I was hired by a client that had the problem of poor management of the portfolio of projects. In a few days, I realized that she was in meetings all day long. I wonder when this overworked lady had time enough to attend Scrum teams that worked with her.\r\n\r\nThis kind lady told me that she was struggling with sixteen (believe me!!) projects. I strongly recommended to her to talk with her manager (or the man in charge of the portfolio) to prioritize a few projects (at least to reduce her workload) to improve her job. After a while, she told me that she was so happy to deal only with four projects!!!\r\n\r\nIt was to sad to do a Project Planning where there were many dependencies between features in several projects that nobody took into account until the moment that the guy in charge of the portfolio very angry was to admit that many of the projects had to be on hold until someone remove some of the dependencies in order to start with at least one project.\r\n\r\nTo conclude, if you are working as Product Owner and you have to deal with more than a project you have to consider all the time you need to meet with stakeholders, and team members (Sprint Planning and Review) plus to map all the dependencies that every new project could have!!!\r\n\r\n<span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/Kernel/CoachProfile/1/5692\">View My profile </a></span>','One Product Owner means One Project','','inherit','closed','closed','','4660-revision-v1','','','2018-09-13 15:56:15','2018-09-13 10:26:15','',4660,'https://product.quickscrum.com/4660-revision-v1/',0,'revision','',0),(4666,16,'2018-09-13 15:57:39','2018-09-13 10:27:39','People prefer using lists when they plan activities or things to do. While planning projects, people still prefer using lists to remind them about what activity they are supposed to do, at what time, and in what manner. It is important to record what has been accomplished, and what more needs to be done in a project. Things are not much different in Scrum. A Scrum project commences when a list is created which contains what all needs to be done to develop a product. The list is known as the product backlog.\r\n\r\n<img class=\"aligncenter wp-image-2316 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/Productbacklog-planning-process.png\" alt=\"\" width=\"830\" height=\"369\" />\r\n\r\nWhat does a product backlog in Scrum actually consist of? To understand the product backlog, it is imperative to know how Scrum actually works. In Scrum, the entire product is broken down into its basic features and functionalities which are developed through product incremental cycles known as “sprints”. Each product feature and functionality is “described” individually in list items known as “product backlog items” or “user stories”. The list items - all of them - are combined together to form the “master” list or the product backlog in Scrum. In short, a product backlog is an ordered list of “everything” needed to develop the product in totality. The backlog functions as a “single” source of all requirements, and everyone uses this list to develop the product by selecting a few list items, or product backlog items, having high business value and developing them in daily incremental cycles or daily sprints.\r\n\r\n<span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"https://www.quickscrum.com/Home/ProductBacklog\" target=\"_blank\" rel=\"noopener\">The product backlog is managed by the product owner</a></span> – a person who represents the project owners or stakeholders, and functions on their behalf in the project. The product owner is often helped by the development team and the Scrum master to maintain the product backlog. The main function of the product backlog is to:\r\n<ul>\r\n <li>“Capture” and store all requests for developing the product. It can include new features, functionalities, related documentation, testing or “acceptance” criteria, etc. Moreover, each list item – the product backlog item – can be updated as and when necessary, primarily by the product owner based upon the feedback received from the stakeholders and the development team.</li>\r\n <li>Provide developable “items” in the form of “useful” user stories to the development team so it can “program” and create the features through the daily sprint cycles.</li>\r\n</ul>\r\n<h1>Product backlog items</h1>\r\nProduct backlog items form the “heart” of the product backlog. Agile Scrum does not attempt to define or state what exactly a product backlog item should be like, but rather suggests what it should ideally contain. When backlog items are “goal-oriented” and focus upon the “what” aspect rather than the “how” aspect, they prove to be more useful and effective when they are developed. Moreover, backlog items should be listed or “designed” from the end user’s perspective. That way, each item can maintain its usefulness and worth from the market point of view. Furthermore, <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\">large backlog items commonly referred to as “epics” in Scrum</a></span> should be “broken down” and made simple so they can be easily managed and developed by the team during the sprints.\r\n\r\nProduct backlog items can be of different types depending upon why they have been created and what they represent.\r\n<p style=\"padding-left: 60px;\"><strong>1. User stories</strong></p>\r\n<p style=\"padding-left: 60px;\">Depicting new features or functionalities.</p>\r\n<p style=\"padding-left: 60px;\"><strong>2. Bugs</strong></p>\r\n<p style=\"padding-left: 60px;\">A defect in an existing feature or functionality which needs to be corrected.</p>\r\n<p style=\"padding-left: 60px;\"><strong>3. Chores</strong></p>\r\n<p style=\"padding-left: 60px;\">Work or activity required to be carried out to initiate or complete a process. The activity has no direct business value but it is essential to carry it out.</p>\r\n<p style=\"padding-left: 60px;\"><strong>4. Epics</strong></p>\r\n<p style=\"padding-left: 60px;\">Large user stories that are too “generalized” and cannot be developed as a “whole”. Epics are generally created at the time of project inception and later “refined”, and made more “granular”. Epics need to be broken down into simpler forms which are easily manageable and developable during the daily sprints.</p>','Product Backlog In Scrum','','publish','open','open','','product-backlog-in-scrum','','','2018-09-13 15:57:39','2018-09-13 10:27:39','',0,'https://product.quickscrum.com/?p=4666',0,'post','',0),(4668,12,'2018-09-13 15:57:47','2018-09-13 10:27:47','<h1>Let\'s start doing scrum it would solve all our problems.... not at all!</h1>\r\nFirst of all, scrum is not the framework to solve problems related to software development. It\'s intended to help identification of pain points and allowing teams to adapt. How they would use that power is only their choice.\r\n\r\n\"Scrum is like your mother-in-law, it points out ALL your faults\" - Ken Schwaber\r\n<h1><span class=\"example2\">Most important meeting in the scrum... Sprint Retrospective</span></h1>\r\nSprint Retrospective meeting is a crucial event in the whole scrum framework because it is a time when Scrum Team stops for a moment and looks over all the issues they have experienced in the last iteration. This is exactly the time where the team should focus on two out of three parts of the empirical process: Inspect and Adapt. It\'s not the time for complaining only about something. It\'s the time when the team should think about how to solve the problem or prevent it in the future.\r\n\r\n“It is a capital mistake to theorize before one has data” - Sherlock Holmes\r\n<h1>Scrum is all about responsibility and engagement!</h1>\r\nThe roles in scrum are clearly defined and it\'s crucial to understand them. Product Owner says \'what\' to do (goals, features) but developers are the ones who tell \'how\' because at the end of a day they will implement the solution. The responsibility of PO is understanding and explaining the needs of the customers\r\n\r\n\"If you tell people where to go, but not how to get there, you\'ll be amazed by the results\" - General George S. Patton\r\n\r\nThe responsibility of the development team is to build the solution with high quality to fulfil those needs. Self-organizing is the key to smarter work because it allows changing the way of working to optimizing efficiency in value creation (do less to achieve more).\r\n\r\n“There is nothing so useless as doing efficiently that which should not be done at all” - Peter Drucker\r\n\r\nThere is no perfect solution for improving. It\'s the Scrum Team responsibility to find their own solutions for challenges and use it as a competitive advantage. Improvements take time and require motivation from each member because all of them have to go out of their comfort zone very often to adapt. The price is high but it\'s worth of it.\r\n\r\n\"To improve is to change; to be perfect is to change often\" - Winston Churchill','Let\'s start doing scrum it would solve all our problems','','publish','open','open','','lets-start-doing-scrum-it-would-solve-all-our-problems','','','2018-09-13 15:57:47','2018-09-13 10:27:47','',0,'https://product.quickscrum.com/?p=4668',0,'post','',0),(4669,16,'2018-09-13 15:57:39','2018-09-13 10:27:39','People prefer using lists when they plan activities or things to do. While planning projects, people still prefer using lists to remind them about what activity they are supposed to do, at what time, and in what manner. It is important to record what has been accomplished, and what more needs to be done in a project. Things are not much different in Scrum. A Scrum project commences when a list is created which contains what all needs to be done to develop a product. The list is known as the product backlog.\r\n\r\n<img class=\"aligncenter wp-image-2316 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/Productbacklog-planning-process.png\" alt=\"\" width=\"830\" height=\"369\" />\r\n\r\nWhat does a product backlog in Scrum actually consist of? To understand the product backlog, it is imperative to know how Scrum actually works. In Scrum, the entire product is broken down into its basic features and functionalities which are developed through product incremental cycles known as “sprints”. Each product feature and functionality is “described” individually in list items known as “product backlog items” or “user stories”. The list items - all of them - are combined together to form the “master” list or the product backlog in Scrum. In short, a product backlog is an ordered list of “everything” needed to develop the product in totality. The backlog functions as a “single” source of all requirements, and everyone uses this list to develop the product by selecting a few list items, or product backlog items, having high business value and developing them in daily incremental cycles or daily sprints.\r\n\r\n<span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"https://www.quickscrum.com/Home/ProductBacklog\" target=\"_blank\" rel=\"noopener\">The product backlog is managed by the product owner</a></span> – a person who represents the project owners or stakeholders, and functions on their behalf in the project. The product owner is often helped by the development team and the Scrum master to maintain the product backlog. The main function of the product backlog is to:\r\n<ul>\r\n <li>“Capture” and store all requests for developing the product. It can include new features, functionalities, related documentation, testing or “acceptance” criteria, etc. Moreover, each list item – the product backlog item – can be updated as and when necessary, primarily by the product owner based upon the feedback received from the stakeholders and the development team.</li>\r\n <li>Provide developable “items” in the form of “useful” user stories to the development team so it can “program” and create the features through the daily sprint cycles.</li>\r\n</ul>\r\n<h1>Product backlog items</h1>\r\nProduct backlog items form the “heart” of the product backlog. Agile Scrum does not attempt to define or state what exactly a product backlog item should be like, but rather suggests what it should ideally contain. When backlog items are “goal-oriented” and focus upon the “what” aspect rather than the “how” aspect, they prove to be more useful and effective when they are developed. Moreover, backlog items should be listed or “designed” from the end user’s perspective. That way, each item can maintain its usefulness and worth from the market point of view. Furthermore, <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\">large backlog items commonly referred to as “epics” in Scrum</a></span> should be “broken down” and made simple so they can be easily managed and developed by the team during the sprints.\r\n\r\nProduct backlog items can be of different types depending upon why they have been created and what they represent.\r\n<p style=\"padding-left: 60px;\"><strong>1. User stories</strong></p>\r\n<p style=\"padding-left: 60px;\">Depicting new features or functionalities.</p>\r\n<p style=\"padding-left: 60px;\"><strong>2. Bugs</strong></p>\r\n<p style=\"padding-left: 60px;\">A defect in an existing feature or functionality which needs to be corrected.</p>\r\n<p style=\"padding-left: 60px;\"><strong>3. Chores</strong></p>\r\n<p style=\"padding-left: 60px;\">Work or activity required to be carried out to initiate or complete a process. The activity has no direct business value but it is essential to carry it out.</p>\r\n<p style=\"padding-left: 60px;\"><strong>4. Epics</strong></p>\r\n<p style=\"padding-left: 60px;\">Large user stories that are too “generalized” and cannot be developed as a “whole”. Epics are generally created at the time of project inception and later “refined”, and made more “granular”. Epics need to be broken down into simpler forms which are easily manageable and developable during the daily sprints.</p>','Product Backlog In Scrum','','inherit','closed','closed','','4666-revision-v1','','','2018-09-13 15:57:39','2018-09-13 10:27:39','',4666,'https://product.quickscrum.com/4666-revision-v1/',0,'revision','',0),(4670,16,'2018-09-13 15:57:43','2018-09-13 10:27:43','People prefer using lists when they plan activities or things to do. While planning projects, people still prefer using lists to remind them about what activity they are supposed to do, at what time, and in what manner. It is important to record what has been accomplished, and what more needs to be done in a project. Things are not much different in Scrum. A Scrum project commences when a list is created which contains what all needs to be done to develop a product. The list is known as the product backlog.\r\n\r\n<img class=\"aligncenter wp-image-2316 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/Productbacklog-planning-process.png\" alt=\"\" width=\"830\" height=\"369\" />\r\n\r\nWhat does a product backlog in Scrum actually consist of? To understand the product backlog, it is imperative to know how Scrum actually works. In Scrum, the entire product is broken down into its basic features and functionalities which are developed through product incremental cycles known as “sprints”. Each product feature and functionality is “described” individually in list items known as “product backlog items” or “user stories”. The list items - all of them - are combined together to form the “master” list or the product backlog in Scrum. In short, a product backlog is an ordered list of “everything” needed to develop the product in totality. The backlog functions as a “single” source of all requirements, and everyone uses this list to develop the product by selecting a few list items, or product backlog items, having high business value and developing them in daily incremental cycles or daily sprints.\r\n\r\n<span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"https://www.quickscrum.com/Home/ProductBacklog\" target=\"_blank\" rel=\"noopener\">The product backlog is managed by the product owner</a></span> – a person who represents the project owners or stakeholders, and functions on their behalf in the project. The product owner is often helped by the development team and the Scrum master to maintain the product backlog. The main function of the product backlog is to:\r\n<ul>\r\n <li>“Capture” and store all requests for developing the product. It can include new features, functionalities, related documentation, testing or “acceptance” criteria, etc. Moreover, each list item – the product backlog item – can be updated as and when necessary, primarily by the product owner based upon the feedback received from the stakeholders and the development team.</li>\r\n <li>Provide developable “items” in the form of “useful” user stories to the development team so it can “program” and create the features through the daily sprint cycles.</li>\r\n</ul>\r\n<h1>Product backlog items</h1>\r\nProduct backlog items form the “heart” of the product backlog. Agile Scrum does not attempt to define or state what exactly a product backlog item should be like, but rather suggests what it should ideally contain. When backlog items are “goal-oriented” and focus upon the “what” aspect rather than the “how” aspect, they prove to be more useful and effective when they are developed. Moreover, backlog items should be listed or “designed” from the end user’s perspective. That way, each item can maintain its usefulness and worth from the market point of view. Furthermore, <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\">large backlog items commonly referred to as “epics” in Scrum</a></span> should be “broken down” and made simple so they can be easily managed and developed by the team during the sprints.\r\n\r\nProduct backlog items can be of different types depending upon why they have been created and what they represent.\r\n<p style=\"padding-left: 60px;\"><strong>1. User stories</strong></p>\r\n<p style=\"padding-left: 60px;\">Depicting new features or functionalities.</p>\r\n<p style=\"padding-left: 60px;\"><strong>2. Bugs</strong></p>\r\n<p style=\"padding-left: 60px;\">A defect in an existing feature or functionality which needs to be corrected.</p>\r\n<p style=\"padding-left: 60px;\"><strong>3. Chores</strong></p>\r\n<p style=\"padding-left: 60px;\">Work or activity required to be carried out to initiate or complete a process. The activity has no direct business value but it is essential to carry it out.</p>\r\n<p style=\"padding-left: 60px;\"><strong>4. Epics</strong></p>\r\n<p style=\"padding-left: 60px;\">Large user stories that are too “generalized” and cannot be developed as a “whole”. Epics are generally created at the time of project inception and later “refined”, and made more “granular”. Epics need to be broken down into simpler forms which are easily manageable and developable during the daily sprints.</p>','Product Backlog In Scrum','','inherit','closed','closed','','4666-autosave-v1','','','2018-09-13 15:57:43','2018-09-13 10:27:43','',4666,'https://product.quickscrum.com/4666-autosave-v1/',0,'revision','',0),(4671,12,'2018-09-13 15:57:47','2018-09-13 10:27:47','<h1>Let\'s start doing scrum it would solve all our problems.... not at all!</h1>\r\nFirst of all, scrum is not the framework to solve problems related to software development. It\'s intended to help identification of pain points and allowing teams to adapt. How they would use that power is only their choice.\r\n\r\n\"Scrum is like your mother-in-law, it points out ALL your faults\" - Ken Schwaber\r\n<h1><span class=\"example2\">Most important meeting in the scrum... Sprint Retrospective</span></h1>\r\nSprint Retrospective meeting is a crucial event in the whole scrum framework because it is a time when Scrum Team stops for a moment and looks over all the issues they have experienced in the last iteration. This is exactly the time where the team should focus on two out of three parts of the empirical process: Inspect and Adapt. It\'s not the time for complaining only about something. It\'s the time when the team should think about how to solve the problem or prevent it in the future.\r\n\r\n“It is a capital mistake to theorize before one has data” - Sherlock Holmes\r\n<h1>Scrum is all about responsibility and engagement!</h1>\r\nThe roles in scrum are clearly defined and it\'s crucial to understand them. Product Owner says \'what\' to do (goals, features) but developers are the ones who tell \'how\' because at the end of a day they will implement the solution. The responsibility of PO is understanding and explaining the needs of the customers\r\n\r\n\"If you tell people where to go, but not how to get there, you\'ll be amazed by the results\" - General George S. Patton\r\n\r\nThe responsibility of the development team is to build the solution with high quality to fulfil those needs. Self-organizing is the key to smarter work because it allows changing the way of working to optimizing efficiency in value creation (do less to achieve more).\r\n\r\n“There is nothing so useless as doing efficiently that which should not be done at all” - Peter Drucker\r\n\r\nThere is no perfect solution for improving. It\'s the Scrum Team responsibility to find their own solutions for challenges and use it as a competitive advantage. Improvements take time and require motivation from each member because all of them have to go out of their comfort zone very often to adapt. The price is high but it\'s worth of it.\r\n\r\n\"To improve is to change; to be perfect is to change often\" - Winston Churchill','Let\'s start doing scrum it would solve all our problems','','inherit','closed','closed','','4668-revision-v1','','','2018-09-13 15:57:47','2018-09-13 10:27:47','',4668,'https://product.quickscrum.com/4668-revision-v1/',0,'revision','',0),(4674,13,'2018-09-13 15:59:52','2018-09-13 10:29:52','In general, Start-ups have been created with a great vision and emotions to convert a tiny organization to larger one catering customers worldwide. However, only a few start-up success stories are inspiring while countless start-ups fail in no time. So why the start-up fails? Here are a few common reasons for tech start-up failure.\r\n\r\n<img class=\"size-full wp-image-3121 aligncenter\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/TimeToMarket.jpg\" alt=\"\" width=\"830\" height=\"500\" />\r\n<h1>Lack of domain knowledge</h1>\r\nTech Start-up focuses on the development of web or mobile solution cater to the specific customer segment. Many times core team do not have enough knowledge about end-user needs or target market. This leads towards creating a wrong product roadmap just on the basis of assumption and hence the final solution is disastrous. In the initial phase, it is very difficult or even rare sometimes to hire an expert with detailed knowledge of the domain.\r\n<h4 style=\"padding-left: 30px;\">Recommendation</h4>\r\n<ul class=\"custom-padding-left-30\">\r\n <li>Start development with whatever known using an existing team/resources</li>\r\n <li>Emphasis on iterative development (1-4 weeks)</li>\r\n <li>Demonstrate enhancement to end users at the end of every iteration</li>\r\n <li>Get feedback from at least 3-5 different users and take their opinions about features, usability experience, performance, and design</li>\r\n <li>Plan next iterations basis on end-user feedback</li>\r\n</ul>\r\n<h1>Slower and in-frequent product delivery</h1>\r\nStart-up mindset is having lots of ideas and excitement to deliver them quickly without proper research of end users’ need. Excitement creates improper planning, wrong pressure among the team and that leads to poor quality product. In the competitive era, Product-delivery with <em>constant</em> speed is a new strategic weapon and a key differentiator in business success.\r\n<h4 style=\"padding-left: 30px;\">Recommendation</h4>\r\n<ul class=\"custom-padding-left-30\">\r\n <li>Achieve the high level of Automation through DevOps</li>\r\n <li>Bring agility among team members</li>\r\n <li>Iterative planning</li>\r\n <li>Focus on high business value features. Remember that only 20% of features are being used frequently</li>\r\n</ul>\r\n<h1><strong>Technical debt</strong></h1>\r\nTechnical debt is a term which reflects that extra work arises because of improper implementation of code by the team instead of choosing the best solution. Few reasons behind technical debts are Lack of skills, Extreme delivery pressure, Understanding gap and Lack of collaboration\r\n<h4 style=\"padding-left: 30px;\">Recommendation</h4>\r\n<ul class=\"custom-padding-left-30\">\r\n <li>Automatic code monitoring for Coding standard, Cyclomatic complexity, Code duplication</li>\r\n <li>Implement test automation</li>\r\n <li>Stick to Iterative planning & no change within it (1-4 weeks)</li>\r\n <li>Emphasis on refactoring of code on regular basis & make it as a part of Definition of Done</li>\r\n</ul>\r\n<h1><strong>Time to Market</strong></h1>\r\nTime to market is a critical factor for start-up success. Focusing on value creation from the Day 1 is crucial for any start-up.\r\n<h4 style=\"padding-left: 30px;\">Recommendation</h4>\r\n<ul class=\"custom-padding-left-30\">\r\n <li>Focus on high business value features. Remember that only 20% of features are being used frequently. Put your money and energy toward making them perfect</li>\r\n <li>Implement DevOps to accelerate idea to production at least 30x faster</li>\r\n</ul>\r\n<h1><strong>Ignoring the actual Customer need</strong></h1>\r\nA good product idea and a strong technical team are not a guarantee of a sustainable business. To meet end-user need should be the key objective of any start-up. Many times start-up founders think that they know what the customer wants or expects, so they only focus on their passion to build the product and the end user only gets it in their way not like what they want.\r\n<h4 style=\"padding-left: 30px;\">Recommendation<strong>\r\n</strong></h4>\r\n<ul class=\"custom-padding-left-30\">\r\n <li>Regular interaction with end users at the end of every iteration</li>\r\n <li>Get feedback from at least 3-5 different users and take their opinions about features, usability experience, performance, and design</li>\r\n <li>Plan next iterations based on end-user feedback</li>\r\n</ul>\r\n<h1><strong>Too much emphasis on raising money</strong></h1>\r\nRaising money is a very time-consuming job. It is a full-time job top of building your business. Start-up founders should ask this question to themselves, Is it really worth to spend your time and attention on raising money from the beginning of startup? Focusing too much on raising money can take away your focus from what really matters to your business.\r\n<h4 style=\"padding-left: 30px;\">Recommendation</h4>\r\n<ul class=\"custom-padding-left-30\">\r\n <li>Focus on value creation</li>\r\n</ul>\r\nQuickscrum is one of the fastest growing companies focusing on agile tools - Scrum, Kanban, and DevOps Implementation. <span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" href=\"https://quickscrum.com/Home/TalkToExpert\"><u><span style=\"color: #3366ff;\">Talk to our experts</span></u></a> </span>to implement Agile and DevOps for better collaboration and productivity.\r\n<h4 style=\"padding-left: 30px;\"><strong> </strong></h4>','Why tech start-ups fail?','','publish','open','open','','why-tech-start-ups-fail','','','2018-09-13 15:59:52','2018-09-13 10:29:52','',0,'https://product.quickscrum.com/?p=4674',0,'post','',0),(4675,12,'2018-09-13 15:59:51','2018-09-13 10:29:51','<h1 style=\"text-align: left;\"><span style=\"color: #01a28c;\">Practical Scrum Workshop Total Immersion©</span></h1>\r\n<h1><span class=\"example2\">What Scrum Team Member Type ARE YOU?</span></h1>\r\nWe can relate these characters and strengths to other well-known teams to understand them better. Part of learning about Scrum is learning how to master the dynamics of teams in order to complete the Minimal Viable Product within the Sprint deadline.\r\n\r\nThe interactions that evolve when people are thrown together in our workshops can help you better understand how Scrum teams work and compare your ideas about your own skill set against others. Here are a few ‘Teams’ you may know to get you thinking. Which character do you think you would most be like?\r\n<h1>Red Dwarf</h1>\r\nA British Sci-Fi comedy based on a small Team trapped together in deep space with the last human alive. Each brings their own special skills to solve unique situations. Possible areas they excel in are:\r\n\r\n© Grant Naylor Baby Cow Productions\r\n<table style=\"height: 168px;\" border=\"1px\" width=\"635\">\r\n<tbody>\r\n<tr style=\"height: 48px;\">\r\n<td style=\"width: 88px; height: 48px;\"><strong>Name</strong></td>\r\n<td style=\"width: 115px; height: 48px;\"><strong>Timekeeper</strong></td>\r\n<td style=\"width: 113px; height: 48px;\"><strong>Return On Investment</strong></td>\r\n<td style=\"width: 90px; height: 48px;\"><strong>Design</strong></td>\r\n<td style=\"width: 102px; height: 48px;\"><strong>Analytics</strong></td>\r\n<td style=\"width: 87px; height: 48px;\"><strong>Morale booster</strong></td>\r\n</tr>\r\n<tr style=\"height: 24px;\">\r\n<td style=\"width: 88px; height: 24px;\">Lister</td>\r\n<td style=\"width: 115px; height: 24px;\"></td>\r\n<td style=\"width: 113px; height: 24px;\"></td>\r\n<td style=\"width: 90px; height: 24px;\"></td>\r\n<td style=\"width: 102px; height: 24px;\"></td>\r\n<td style=\"width: 87px; height: 24px;\">YES</td>\r\n</tr>\r\n<tr style=\"height: 24px;\">\r\n<td style=\"width: 88px; height: 24px;\">Kryton</td>\r\n<td style=\"width: 115px; height: 24px;\">YES</td>\r\n<td style=\"width: 113px; height: 24px;\">YES</td>\r\n<td style=\"width: 90px; height: 24px;\"></td>\r\n<td style=\"width: 102px; height: 24px;\">YES</td>\r\n<td style=\"width: 87px; height: 24px;\"></td>\r\n</tr>\r\n<tr style=\"height: 24px;\">\r\n<td style=\"width: 88px; height: 24px;\">Cat</td>\r\n<td style=\"width: 115px; height: 24px;\"></td>\r\n<td style=\"width: 113px; height: 24px;\"></td>\r\n<td style=\"width: 90px; height: 24px;\">YES</td>\r\n<td style=\"width: 102px; height: 24px;\"></td>\r\n<td style=\"width: 87px; height: 24px;\"></td>\r\n</tr>\r\n<tr style=\"height: 24px;\">\r\n<td style=\"width: 88px; height: 24px;\">Holly</td>\r\n<td style=\"width: 115px; height: 24px;\">YES</td>\r\n<td style=\"width: 113px; height: 24px;\">YES</td>\r\n<td style=\"width: 90px; height: 24px;\"></td>\r\n<td style=\"width: 102px; height: 24px;\">YES</td>\r\n<td style=\"width: 87px; height: 24px;\"></td>\r\n</tr>\r\n<tr style=\"height: 24px;\">\r\n<td style=\"width: 88px; height: 24px;\">Rimmer</td>\r\n<td style=\"width: 115px; height: 24px;\">YES</td>\r\n<td style=\"width: 113px; height: 24px;\"></td>\r\n<td style=\"width: 90px; height: 24px;\"></td>\r\n<td style=\"width: 102px; height: 24px;\"></td>\r\n<td style=\"width: 87px; height: 24px;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>Star Wars</h1>\r\nSet in a galaxy far far away, this team fight against the Dark side of the Force towards ‘A New Hope’…\r\n\r\n©Lucasfilm Ltd\r\n<table border=\"1px\">\r\n<tbody>\r\n<tr>\r\n<td width=\"100\"><strong>Name</strong></td>\r\n<td width=\"111\"><strong>Timekeeper</strong></td>\r\n<td width=\"110\"><strong>Return On Investment</strong></td>\r\n<td width=\"101\"><strong>Design</strong></td>\r\n<td width=\"106\"><strong>Analytics</strong></td>\r\n<td width=\"89\"><strong>Morale booster</strong></td>\r\n</tr>\r\n<tr>\r\n<td width=\"100\">Master Yoda</td>\r\n<td width=\"111\">YES</td>\r\n<td width=\"110\">YES</td>\r\n<td width=\"101\"></td>\r\n<td width=\"106\"></td>\r\n<td width=\"89\">YES</td>\r\n</tr>\r\n<tr>\r\n<td width=\"100\">Luke Skywalker</td>\r\n<td width=\"111\"></td>\r\n<td width=\"110\">YES</td>\r\n<td width=\"101\"></td>\r\n<td width=\"106\"></td>\r\n<td width=\"89\">YES</td>\r\n</tr>\r\n<tr>\r\n<td width=\"100\">Han Solo</td>\r\n<td width=\"111\"></td>\r\n<td width=\"110\">YES</td>\r\n<td width=\"101\"></td>\r\n<td width=\"106\">YES</td>\r\n<td width=\"89\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"100\">Princess Leia</td>\r\n<td width=\"111\"></td>\r\n<td width=\"110\">YES</td>\r\n<td width=\"101\">YES</td>\r\n<td width=\"106\"></td>\r\n<td width=\"89\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"100\">Chewbacca</td>\r\n<td width=\"111\"></td>\r\n<td width=\"110\"></td>\r\n<td width=\"101\"></td>\r\n<td width=\"106\">YES</td>\r\n<td width=\"89\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>Batman</h1>\r\nThe DC comic superhero ‘Dark Knight’ with a team of devoted crime fighting members facing challenges in a City where trials and tribulations never sleep.\r\n\r\n© Warner Bros\r\n<table border=\"1px\">\r\n<tbody>\r\n<tr>\r\n<td width=\"100\"><strong>Name</strong></td>\r\n<td width=\"111\"><strong>Timekeeper</strong></td>\r\n<td width=\"110\"><strong>Return On Investment</strong></td>\r\n<td width=\"101\"><strong>Design</strong></td>\r\n<td width=\"106\"><strong>Analytics</strong></td>\r\n<td width=\"89\"><strong>Morale booster</strong></td>\r\n</tr>\r\n<tr>\r\n<td width=\"100\">Commissioner Gordon</td>\r\n<td width=\"111\">YES</td>\r\n<td width=\"110\">YES</td>\r\n<td width=\"101\"></td>\r\n<td width=\"106\">YES</td>\r\n<td width=\"89\">YES</td>\r\n</tr>\r\n<tr>\r\n<td width=\"100\">Batman</td>\r\n<td width=\"111\">YES</td>\r\n<td width=\"110\">YES</td>\r\n<td width=\"101\">YES</td>\r\n<td width=\"106\">YES</td>\r\n<td width=\"89\">YES</td>\r\n</tr>\r\n<tr>\r\n<td width=\"100\">Robin</td>\r\n<td width=\"111\"></td>\r\n<td width=\"110\"></td>\r\n<td width=\"101\">YES</td>\r\n<td width=\"106\"></td>\r\n<td width=\"89\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"100\">Alfred Pennyworth</td>\r\n<td width=\"111\">YES</td>\r\n<td width=\"110\"></td>\r\n<td width=\"101\"></td>\r\n<td width=\"106\">YES</td>\r\n<td width=\"89\">YES</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>Summary</h1>\r\nTeam dynamics are hardly ever mentioned in Scrum, yet they are a force of nature that evolves out of every team combination that has ever existed.\r\n\r\nIf the aim of Scrum teams is to work together to move forwards then these dynamic and powerful aspects need to be investigated thus cannot be ignored.\r\n\r\nThe Practical Scrum Workshops Total Immersion(C) allows newbie teams to test out their own emergent forces and gives them the opportunity to evolve and redirect them once identified.\r\n\r\nWho do you most identify with?\r\n\r\nCome and test for yourself with Practical Scrum Workshop Total immersion (C) today only from SEO Rescues website. Hurry, Places limited!','What Scrum Team Member Type are YOU?','','publish','open','open','','what-scrum-team-member-type-are-you','','','2018-09-13 15:59:51','2018-09-13 10:29:51','',0,'https://product.quickscrum.com/?p=4675',0,'post','',0),(4676,16,'2018-09-13 16:00:24','2018-09-13 10:30:24','Product backlog items are also known as user stories, backlog items, or “PBI”s. They represent the product features to be developed in the project. In Scrum, the entire product is broken down into its constituent features and functionalities. Each feature exists as a user story or a product backlog item in the product backlog and developed in product incremental cycles known as sprints. A sprint planning session is held just before a sprint cycle commences. During sprint planning, a few user stories having high business values are selected from the product backlog by the product owner and the team for development purposes. Selected stories are transferred to a temporary development list known as a sprint backlog and developed by the team in daily sprints.\r\n\r\n<img class=\"aligncenter wp-image-2327 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/product-backlog-items.png\" alt=\"\" width=\"830\" height=\"346\" />\r\n<h1>Product owner and backlog items</h1>\r\nThe product owner or the “PO” owns the project on behalf of the stakeholders. He or she is responsible for the success or failure of the project. The PO is primarily responsible for “designing” the backlog items and creating the product backlog. In addition, the PO has to ensure that the project’s business value or its “market worth” is maintained at all times. It is, therefore, required to associate each backlog item with a certain business value. The PO carries out this activity by assigning story points to each backlog item. He or she may seek help from the Scrum master and the team members if required. During the sprint planning meeting, traditionally the PO selected user stories and created the sprint backlog. However, as per recent market trends and Agile practices, the role of the PO has changed to a certain extent and the development team now aids the PO in selecting user stories, and in creating the sprint backlog. As per Scrum practice, the PO decides the “What” aspect concerning the development of product backlog items i.e. what stories should be developed first. The development team has the right to decide the “How” aspect – how stories selected in the sprint backlog should be developed. The PO has to make sure that the team understands how the stories should be ideally developed and explain them to the team members. If the team has queries, the PO answers them.\r\n<h1>Refining the product backlog</h1>\r\n<a class=\"link-hover\" dir=\"ltr\" href=\"https://www.quickscrum.com/Home/ProductBacklog\" target=\"_blank\" rel=\"noopener\"><span style=\"text-decoration: underline; color: #3366ff;\">The product backlog should reflect a true picture</span></a> as to how much a particular product feature or functionality is worth in the market. Market conditions are liable to change over time, and some of the features having high business value may lose their importance because end users may no longer need them. On the other hand, stakeholders may request the development of new features to “add-on” to the market value of the product. Since product features are represented through product backlog items, it may be necessary to add new items or remove old items from the backlog. The business value of some items existing in the backlog may be updated depending upon the feedback received from end users. The process of updating the product backlog is known as product backlog grooming or refinement. Grooming sessions should be carried out on a regular basis and the team should aid the PO in this “routine” activity.\r\n<h1>Getting the “most” out of an Agile product backlog</h1>\r\nThe Agile product backlog forms the “heart” of all development activities in Scrum. The product can be developed in time through the sprint cycles if a few aspects are carefully “looked into” while defining the backlog items and taking them up for development during the sprint sessions.\r\n<ul>\r\n <li>The business value of each backlog item is properly “worked out” and stated in the backlog.</li>\r\n <li>The acceptance criteria and the definition of “Done” should be clearly stated.</li>\r\n <li>The team members properly “understand” the backlog items so they can make informed decisions during the sprint planning sessions (accepting user stories based upon individual experience levels) and daily sprints.</li>\r\n <li>The correct number of backlog items should be taken up in the sprint backlog for development purposes.</li>\r\n <li>The team should know how to present the backlog items, after development, to the stakeholders during the sprint review and retrospective sessions.</li>\r\n</ul>','Product Backlog Items','','publish','open','open','','product-backlog-items','','','2018-09-13 16:01:20','2018-09-13 10:31:20','',0,'https://product.quickscrum.com/?p=4676',0,'post','',0),(4677,13,'2018-09-13 15:59:43','2018-09-13 10:29:43','In general, Start-ups have been created with a great vision and emotions to convert a tiny organization to larger one catering customers worldwide. However, only a few start-up success stories are inspiring while countless start-ups fail in no time. So why the start-up fails? Here are a few common reasons for tech start-up failure.\r\n\r\n<img class=\"size-full wp-image-3121 aligncenter\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/TimeToMarket.jpg\" alt=\"\" width=\"830\" height=\"500\" />\r\n<h1>Lack of domain knowledge</h1>\r\nTech Start-up focuses on the development of web or mobile solution cater to the specific customer segment. Many times core team do not have enough knowledge about end-user needs or target market. This leads towards creating a wrong product roadmap just on the basis of assumption and hence the final solution is disastrous. In the initial phase, it is very difficult or even rare sometimes to hire an expert with detailed knowledge of the domain.\r\n<h4 style=\"padding-left: 30px;\">Recommendation</h4>\r\n<ul class=\"custom-padding-left-30\">\r\n <li>Start development with whatever known using an existing team/resources</li>\r\n <li>Emphasis on iterative development (1-4 weeks)</li>\r\n <li>Demonstrate enhancement to end users at the end of every iteration</li>\r\n <li>Get feedback from at least 3-5 different users and take their opinions about features, usability experience, performance, and design</li>\r\n <li>Plan next iterations basis on end-user feedback</li>\r\n</ul>\r\n<h1>Slower and in-frequent product delivery</h1>\r\nStart-up mindset is having lots of ideas and excitement to deliver them quickly without proper research of end users’ need. Excitement creates improper planning, wrong pressure among the team and that leads to poor quality product. In the competitive era, Product-delivery with <em>constant</em> speed is a new strategic weapon and a key differentiator in business success.\r\n<h4 style=\"padding-left: 30px;\">Recommendation</h4>\r\n<ul class=\"custom-padding-left-30\">\r\n <li>Achieve the high level of Automation through DevOps</li>\r\n <li>Bring agility among team members</li>\r\n <li>Iterative planning</li>\r\n <li>Focus on high business value features. Remember that only 20% of features are being used frequently</li>\r\n</ul>\r\n<h1><strong>Technical debt</strong></h1>\r\nTechnical debt is a term which reflects that extra work arises because of improper implementation of code by the team instead of choosing the best solution. Few reasons behind technical debts are Lack of skills, Extreme delivery pressure, Understanding gap and Lack of collaboration\r\n<h4 style=\"padding-left: 30px;\">Recommendation</h4>\r\n<ul class=\"custom-padding-left-30\">\r\n <li>Automatic code monitoring for Coding standard, Cyclomatic complexity, Code duplication</li>\r\n <li>Implement test automation</li>\r\n <li>Stick to Iterative planning & no change within it (1-4 weeks)</li>\r\n <li>Emphasis on refactoring of code on regular basis & make it as a part of Definition of Done</li>\r\n</ul>\r\n<h1><strong>Time to Market</strong></h1>\r\nTime to market is a critical factor for start-up success. Focusing on value creation from the Day 1 is crucial for any start-up.\r\n<h4 style=\"padding-left: 30px;\">Recommendation</h4>\r\n<ul class=\"custom-padding-left-30\">\r\n <li>Focus on high business value features. Remember that only 20% of features are being used frequently. Put your money and energy toward making them perfect</li>\r\n <li>Implement DevOps to accelerate idea to production at least 30x faster</li>\r\n</ul>\r\n<h1><strong>Ignoring the actual Customer need</strong></h1>\r\nA good product idea and a strong technical team are not a guarantee of a sustainable business. To meet end-user need should be the key objective of any start-up. Many times start-up founders think that they know what the customer wants or expects, so they only focus on their passion to build the product and the end user only gets it in their way not like what they want.\r\n<h4 style=\"padding-left: 30px;\">Recommendation<strong>\r\n</strong></h4>\r\n<ul class=\"custom-padding-left-30\">\r\n <li>Regular interaction with end users at the end of every iteration</li>\r\n <li>Get feedback from at least 3-5 different users and take their opinions about features, usability experience, performance, and design</li>\r\n <li>Plan next iterations based on end-user feedback</li>\r\n</ul>\r\n<h1><strong>Too much emphasis on raising money</strong></h1>\r\nRaising money is a very time-consuming job. It is a full-time job top of building your business. Start-up founders should ask this question to themselves, Is it really worth to spend your time and attention on raising money from the beginning of startup? Focusing too much on raising money can take away your focus from what really matters to your business.\r\n<h4 style=\"padding-left: 30px;\">Recommendation</h4>\r\n<ul class=\"custom-padding-left-30\">\r\n <li>Focus on value creation</li>\r\n</ul>\r\nQuickscrum is one of the fastest growing companies focusing on agile tools - Scrum, Kanban, and DevOps Implementation. <span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" href=\"https://quickscrum.com/Home/TalkToExpert\"><u><span style=\"color: #3366ff;\">Talk to our experts</span></u></a> </span>to implement Agile and DevOps for better collaboration and productivity.\r\n<h4 style=\"padding-left: 30px;\"><strong> </strong></h4>','Why tech start-ups fail?','','inherit','closed','closed','','4674-revision-v1','','','2018-09-13 15:59:43','2018-09-13 10:29:43','',4674,'https://product.quickscrum.com/4674-revision-v1/',0,'revision','',0),(4678,12,'2018-09-13 15:59:51','2018-09-13 10:29:51','<h1 style=\"text-align: left;\"><span style=\"color: #01a28c;\">Practical Scrum Workshop Total Immersion©</span></h1>\r\n<h1><span class=\"example2\">What Scrum Team Member Type ARE YOU?</span></h1>\r\nWe can relate these characters and strengths to other well-known teams to understand them better. Part of learning about Scrum is learning how to master the dynamics of teams in order to complete the Minimal Viable Product within the Sprint deadline.\r\n\r\nThe interactions that evolve when people are thrown together in our workshops can help you better understand how Scrum teams work and compare your ideas about your own skill set against others. Here are a few ‘Teams’ you may know to get you thinking. Which character do you think you would most be like?\r\n<h1>Red Dwarf</h1>\r\nA British Sci-Fi comedy based on a small Team trapped together in deep space with the last human alive. Each brings their own special skills to solve unique situations. Possible areas they excel in are:\r\n\r\n© Grant Naylor Baby Cow Productions\r\n<table style=\"height: 168px;\" border=\"1px\" width=\"635\">\r\n<tbody>\r\n<tr style=\"height: 48px;\">\r\n<td style=\"width: 88px; height: 48px;\"><strong>Name</strong></td>\r\n<td style=\"width: 115px; height: 48px;\"><strong>Timekeeper</strong></td>\r\n<td style=\"width: 113px; height: 48px;\"><strong>Return On Investment</strong></td>\r\n<td style=\"width: 90px; height: 48px;\"><strong>Design</strong></td>\r\n<td style=\"width: 102px; height: 48px;\"><strong>Analytics</strong></td>\r\n<td style=\"width: 87px; height: 48px;\"><strong>Morale booster</strong></td>\r\n</tr>\r\n<tr style=\"height: 24px;\">\r\n<td style=\"width: 88px; height: 24px;\">Lister</td>\r\n<td style=\"width: 115px; height: 24px;\"></td>\r\n<td style=\"width: 113px; height: 24px;\"></td>\r\n<td style=\"width: 90px; height: 24px;\"></td>\r\n<td style=\"width: 102px; height: 24px;\"></td>\r\n<td style=\"width: 87px; height: 24px;\">YES</td>\r\n</tr>\r\n<tr style=\"height: 24px;\">\r\n<td style=\"width: 88px; height: 24px;\">Kryton</td>\r\n<td style=\"width: 115px; height: 24px;\">YES</td>\r\n<td style=\"width: 113px; height: 24px;\">YES</td>\r\n<td style=\"width: 90px; height: 24px;\"></td>\r\n<td style=\"width: 102px; height: 24px;\">YES</td>\r\n<td style=\"width: 87px; height: 24px;\"></td>\r\n</tr>\r\n<tr style=\"height: 24px;\">\r\n<td style=\"width: 88px; height: 24px;\">Cat</td>\r\n<td style=\"width: 115px; height: 24px;\"></td>\r\n<td style=\"width: 113px; height: 24px;\"></td>\r\n<td style=\"width: 90px; height: 24px;\">YES</td>\r\n<td style=\"width: 102px; height: 24px;\"></td>\r\n<td style=\"width: 87px; height: 24px;\"></td>\r\n</tr>\r\n<tr style=\"height: 24px;\">\r\n<td style=\"width: 88px; height: 24px;\">Holly</td>\r\n<td style=\"width: 115px; height: 24px;\">YES</td>\r\n<td style=\"width: 113px; height: 24px;\">YES</td>\r\n<td style=\"width: 90px; height: 24px;\"></td>\r\n<td style=\"width: 102px; height: 24px;\">YES</td>\r\n<td style=\"width: 87px; height: 24px;\"></td>\r\n</tr>\r\n<tr style=\"height: 24px;\">\r\n<td style=\"width: 88px; height: 24px;\">Rimmer</td>\r\n<td style=\"width: 115px; height: 24px;\">YES</td>\r\n<td style=\"width: 113px; height: 24px;\"></td>\r\n<td style=\"width: 90px; height: 24px;\"></td>\r\n<td style=\"width: 102px; height: 24px;\"></td>\r\n<td style=\"width: 87px; height: 24px;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>Star Wars</h1>\r\nSet in a galaxy far far away, this team fight against the Dark side of the Force towards ‘A New Hope’…\r\n\r\n©Lucasfilm Ltd\r\n<table border=\"1px\">\r\n<tbody>\r\n<tr>\r\n<td width=\"100\"><strong>Name</strong></td>\r\n<td width=\"111\"><strong>Timekeeper</strong></td>\r\n<td width=\"110\"><strong>Return On Investment</strong></td>\r\n<td width=\"101\"><strong>Design</strong></td>\r\n<td width=\"106\"><strong>Analytics</strong></td>\r\n<td width=\"89\"><strong>Morale booster</strong></td>\r\n</tr>\r\n<tr>\r\n<td width=\"100\">Master Yoda</td>\r\n<td width=\"111\">YES</td>\r\n<td width=\"110\">YES</td>\r\n<td width=\"101\"></td>\r\n<td width=\"106\"></td>\r\n<td width=\"89\">YES</td>\r\n</tr>\r\n<tr>\r\n<td width=\"100\">Luke Skywalker</td>\r\n<td width=\"111\"></td>\r\n<td width=\"110\">YES</td>\r\n<td width=\"101\"></td>\r\n<td width=\"106\"></td>\r\n<td width=\"89\">YES</td>\r\n</tr>\r\n<tr>\r\n<td width=\"100\">Han Solo</td>\r\n<td width=\"111\"></td>\r\n<td width=\"110\">YES</td>\r\n<td width=\"101\"></td>\r\n<td width=\"106\">YES</td>\r\n<td width=\"89\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"100\">Princess Leia</td>\r\n<td width=\"111\"></td>\r\n<td width=\"110\">YES</td>\r\n<td width=\"101\">YES</td>\r\n<td width=\"106\"></td>\r\n<td width=\"89\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"100\">Chewbacca</td>\r\n<td width=\"111\"></td>\r\n<td width=\"110\"></td>\r\n<td width=\"101\"></td>\r\n<td width=\"106\">YES</td>\r\n<td width=\"89\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>Batman</h1>\r\nThe DC comic superhero ‘Dark Knight’ with a team of devoted crime fighting members facing challenges in a City where trials and tribulations never sleep.\r\n\r\n© Warner Bros\r\n<table border=\"1px\">\r\n<tbody>\r\n<tr>\r\n<td width=\"100\"><strong>Name</strong></td>\r\n<td width=\"111\"><strong>Timekeeper</strong></td>\r\n<td width=\"110\"><strong>Return On Investment</strong></td>\r\n<td width=\"101\"><strong>Design</strong></td>\r\n<td width=\"106\"><strong>Analytics</strong></td>\r\n<td width=\"89\"><strong>Morale booster</strong></td>\r\n</tr>\r\n<tr>\r\n<td width=\"100\">Commissioner Gordon</td>\r\n<td width=\"111\">YES</td>\r\n<td width=\"110\">YES</td>\r\n<td width=\"101\"></td>\r\n<td width=\"106\">YES</td>\r\n<td width=\"89\">YES</td>\r\n</tr>\r\n<tr>\r\n<td width=\"100\">Batman</td>\r\n<td width=\"111\">YES</td>\r\n<td width=\"110\">YES</td>\r\n<td width=\"101\">YES</td>\r\n<td width=\"106\">YES</td>\r\n<td width=\"89\">YES</td>\r\n</tr>\r\n<tr>\r\n<td width=\"100\">Robin</td>\r\n<td width=\"111\"></td>\r\n<td width=\"110\"></td>\r\n<td width=\"101\">YES</td>\r\n<td width=\"106\"></td>\r\n<td width=\"89\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"100\">Alfred Pennyworth</td>\r\n<td width=\"111\">YES</td>\r\n<td width=\"110\"></td>\r\n<td width=\"101\"></td>\r\n<td width=\"106\">YES</td>\r\n<td width=\"89\">YES</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>Summary</h1>\r\nTeam dynamics are hardly ever mentioned in Scrum, yet they are a force of nature that evolves out of every team combination that has ever existed.\r\n\r\nIf the aim of Scrum teams is to work together to move forwards then these dynamic and powerful aspects need to be investigated thus cannot be ignored.\r\n\r\nThe Practical Scrum Workshops Total Immersion(C) allows newbie teams to test out their own emergent forces and gives them the opportunity to evolve and redirect them once identified.\r\n\r\nWho do you most identify with?\r\n\r\nCome and test for yourself with Practical Scrum Workshop Total immersion (C) today only from SEO Rescues website. Hurry, Places limited!','What Scrum Team Member Type are YOU?','','inherit','closed','closed','','4675-revision-v1','','','2018-09-13 15:59:51','2018-09-13 10:29:51','',4675,'https://product.quickscrum.com/4675-revision-v1/',0,'revision','',0),(4679,12,'2018-09-13 16:00:12','2018-09-13 10:30:12','<h1 style=\"text-align: left;\"><span style=\"color: #01a28c;\">Practical Scrum Workshop Total Immersion©</span></h1>\r\n<h1><span class=\"example2\">What Scrum Team Member Type ARE YOU?</span></h1>\r\nWe can relate these characters and strengths to other well-known teams to understand them better. Part of learning about Scrum is learning how to master the dynamics of teams in order to complete the Minimal Viable Product within the Sprint deadline.\r\n\r\nThe interactions that evolve when people are thrown together in our workshops can help you better understand how Scrum teams work and compare your ideas about your own skill set against others. Here are a few ‘Teams’ you may know to get you thinking. Which character do you think you would most be like?\r\n<h1>Red Dwarf</h1>\r\nA British Sci-Fi comedy based on a small Team trapped together in deep space with the last human alive. Each brings their own special skills to solve unique situations. Possible areas they excel in are:\r\n\r\n© Grant Naylor Baby Cow Productions\r\n<table style=\"height: 168px;\" border=\"1px\" width=\"635\">\r\n<tbody>\r\n<tr style=\"height: 48px;\">\r\n<td style=\"width: 88px; height: 48px;\"><strong>Name</strong></td>\r\n<td style=\"width: 115px; height: 48px;\"><strong>Timekeeper</strong></td>\r\n<td style=\"width: 113px; height: 48px;\"><strong>Return On Investment</strong></td>\r\n<td style=\"width: 90px; height: 48px;\"><strong>Design</strong></td>\r\n<td style=\"width: 102px; height: 48px;\"><strong>Analytics</strong></td>\r\n<td style=\"width: 87px; height: 48px;\"><strong>Morale booster</strong></td>\r\n</tr>\r\n<tr style=\"height: 24px;\">\r\n<td style=\"width: 88px; height: 24px;\">Lister</td>\r\n<td style=\"width: 115px; height: 24px;\"></td>\r\n<td style=\"width: 113px; height: 24px;\"></td>\r\n<td style=\"width: 90px; height: 24px;\"></td>\r\n<td style=\"width: 102px; height: 24px;\"></td>\r\n<td style=\"width: 87px; height: 24px;\">YES</td>\r\n</tr>\r\n<tr style=\"height: 24px;\">\r\n<td style=\"width: 88px; height: 24px;\">Kryton</td>\r\n<td style=\"width: 115px; height: 24px;\">YES</td>\r\n<td style=\"width: 113px; height: 24px;\">YES</td>\r\n<td style=\"width: 90px; height: 24px;\"></td>\r\n<td style=\"width: 102px; height: 24px;\">YES</td>\r\n<td style=\"width: 87px; height: 24px;\"></td>\r\n</tr>\r\n<tr style=\"height: 24px;\">\r\n<td style=\"width: 88px; height: 24px;\">Cat</td>\r\n<td style=\"width: 115px; height: 24px;\"></td>\r\n<td style=\"width: 113px; height: 24px;\"></td>\r\n<td style=\"width: 90px; height: 24px;\">YES</td>\r\n<td style=\"width: 102px; height: 24px;\"></td>\r\n<td style=\"width: 87px; height: 24px;\"></td>\r\n</tr>\r\n<tr style=\"height: 24px;\">\r\n<td style=\"width: 88px; height: 24px;\">Holly</td>\r\n<td style=\"width: 115px; height: 24px;\">YES</td>\r\n<td style=\"width: 113px; height: 24px;\">YES</td>\r\n<td style=\"width: 90px; height: 24px;\"></td>\r\n<td style=\"width: 102px; height: 24px;\">YES</td>\r\n<td style=\"width: 87px; height: 24px;\"></td>\r\n</tr>\r\n<tr style=\"height: 24px;\">\r\n<td style=\"width: 88px; height: 24px;\">Rimmer</td>\r\n<td style=\"width: 115px; height: 24px;\">YES</td>\r\n<td style=\"width: 113px; height: 24px;\"></td>\r\n<td style=\"width: 90px; height: 24px;\"></td>\r\n<td style=\"width: 102px; height: 24px;\"></td>\r\n<td style=\"width: 87px; height: 24px;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>Star Wars</h1>\r\nSet in a galaxy far far away, this team fight against the Dark side of the Force towards ‘A New Hope’…\r\n\r\n©Lucasfilm Ltd\r\n<table border=\"1px\">\r\n<tbody>\r\n<tr>\r\n<td width=\"100\"><strong>Name</strong></td>\r\n<td width=\"111\"><strong>Timekeeper</strong></td>\r\n<td width=\"110\"><strong>Return On Investment</strong></td>\r\n<td width=\"101\"><strong>Design</strong></td>\r\n<td width=\"106\"><strong>Analytics</strong></td>\r\n<td width=\"89\"><strong>Morale booster</strong></td>\r\n</tr>\r\n<tr>\r\n<td width=\"100\">Master Yoda</td>\r\n<td width=\"111\">YES</td>\r\n<td width=\"110\">YES</td>\r\n<td width=\"101\"></td>\r\n<td width=\"106\"></td>\r\n<td width=\"89\">YES</td>\r\n</tr>\r\n<tr>\r\n<td width=\"100\">Luke Skywalker</td>\r\n<td width=\"111\"></td>\r\n<td width=\"110\">YES</td>\r\n<td width=\"101\"></td>\r\n<td width=\"106\"></td>\r\n<td width=\"89\">YES</td>\r\n</tr>\r\n<tr>\r\n<td width=\"100\">Han Solo</td>\r\n<td width=\"111\"></td>\r\n<td width=\"110\">YES</td>\r\n<td width=\"101\"></td>\r\n<td width=\"106\">YES</td>\r\n<td width=\"89\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"100\">Princess Leia</td>\r\n<td width=\"111\"></td>\r\n<td width=\"110\">YES</td>\r\n<td width=\"101\">YES</td>\r\n<td width=\"106\"></td>\r\n<td width=\"89\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"100\">Chewbacca</td>\r\n<td width=\"111\"></td>\r\n<td width=\"110\"></td>\r\n<td width=\"101\"></td>\r\n<td width=\"106\">YES</td>\r\n<td width=\"89\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>Batman</h1>\r\nThe DC comic superhero ‘Dark Knight’ with a team of devoted crime fighting members facing challenges in a City where trials and tribulations never sleep.\r\n\r\n© Warner Bros\r\n<table border=\"1px\">\r\n<tbody>\r\n<tr>\r\n<td width=\"100\"><strong>Name</strong></td>\r\n<td width=\"111\"><strong>Timekeeper</strong></td>\r\n<td width=\"110\"><strong>Return On Investment</strong></td>\r\n<td width=\"101\"><strong>Design</strong></td>\r\n<td width=\"106\"><strong>Analytics</strong></td>\r\n<td width=\"89\"><strong>Morale booster</strong></td>\r\n</tr>\r\n<tr>\r\n<td width=\"100\">Commissioner Gordon</td>\r\n<td width=\"111\">YES</td>\r\n<td width=\"110\">YES</td>\r\n<td width=\"101\"></td>\r\n<td width=\"106\">YES</td>\r\n<td width=\"89\">YES</td>\r\n</tr>\r\n<tr>\r\n<td width=\"100\">Batman</td>\r\n<td width=\"111\">YES</td>\r\n<td width=\"110\">YES</td>\r\n<td width=\"101\">YES</td>\r\n<td width=\"106\">YES</td>\r\n<td width=\"89\">YES</td>\r\n</tr>\r\n<tr>\r\n<td width=\"100\">Robin</td>\r\n<td width=\"111\"></td>\r\n<td width=\"110\"></td>\r\n<td width=\"101\">YES</td>\r\n<td width=\"106\"></td>\r\n<td width=\"89\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"100\">Alfred Pennyworth</td>\r\n<td width=\"111\">YES</td>\r\n<td width=\"110\"></td>\r\n<td width=\"101\"></td>\r\n<td width=\"106\">YES</td>\r\n<td width=\"89\">YES</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>Summary</h1>\r\nTeam dynamics are hardly ever mentioned in Scrum, yet they are a force of nature that evolves out of every team combination that has ever existed.\r\n\r\nIf the aim of Scrum teams is to work together to move forwards then these dynamic and powerful aspects need to be investigated thus cannot be ignored.\r\n\r\nThe Practical Scrum Workshops Total Immersion(C) allows newbie teams to test out their own emergent forces and gives them the opportunity to evolve and redirect them once identified.\r\n\r\nWho do you most identify with?\r\n\r\nCome and test for yourself with Practical Scrum Workshop Total immersion (C) today only from SEO Rescues website. Hurry, Places limited!','What Scrum Team Member Type are YOU?','','inherit','closed','closed','','4675-autosave-v1','','','2018-09-13 16:00:12','2018-09-13 10:30:12','',4675,'https://product.quickscrum.com/4675-autosave-v1/',0,'revision','',0),(4680,16,'2018-09-13 16:00:24','2018-09-13 10:30:24','Product backlog items are also known as user stories, backlog items, or “PBI”s. They represent the product features to be developed in the project. In Scrum, the entire product is broken down into its constituent features and functionalities. Each feature exists as a user story or a product backlog item in the product backlog and developed in product incremental cycles known as sprints. A sprint planning session is held just before a sprint cycle commences. During sprint planning, a few user stories having high business values are selected from the product backlog by the product owner and the team for development purposes. Selected stories are transferred to a temporary development list known as a sprint backlog and developed by the team in daily sprints.\r\n\r\n<img class=\"aligncenter wp-image-2327 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/product-backlog-items.png\" alt=\"\" width=\"830\" height=\"346\" />\r\n<h1>Product owner and backlog items</h1>\r\nThe product owner or the “PO” owns the project on behalf of the stakeholders. He or she is responsible for the success or failure of the project. The PO is primarily responsible for “designing” the backlog items and creating the product backlog. In addition, the PO has to ensure that the project’s business value or its “market worth” is maintained at all times. It is, therefore, required to associate each backlog item with a certain business value. The PO carries out this activity by assigning story points to each backlog item. He or she may seek help from the Scrum master and the team members if required. During the sprint planning meeting, traditionally the PO selected user stories and created the sprint backlog. However, as per recent market trends and Agile practices, the role of the PO has changed to a certain extent and the development team now aids the PO in selecting user stories, and in creating the sprint backlog. As per Scrum practice, the PO decides the “What” aspect concerning the development of product backlog items i.e. what stories should be developed first. The development team has the right to decide the “How” aspect – how stories selected in the sprint backlog should be developed. The PO has to make sure that the team understands how the stories should be ideally developed and explain them to the team members. If the team has queries, the PO answers them.\r\n<h1>Refining the product backlog</h1>\r\n<a class=\"link-hover\" dir=\"ltr\" href=\"https://www.quickscrum.com/Home/ProductBacklog\" target=\"_blank\" rel=\"noopener\"><span style=\"text-decoration: underline; color: #3366ff;\">The product backlog should reflect a true picture</span></a> as to how much a particular product feature or functionality is worth in the market. Market conditions are liable to change over time, and some of the features having high business value may lose their importance because end users may no longer need them. On the other hand, stakeholders may request the development of new features to “add-on” to the market value of the product. Since product features are represented through product backlog items, it may be necessary to add new items or remove old items from the backlog. The business value of some items existing in the backlog may be updated depending upon the feedback received from end users. The process of updating the product backlog is known as product backlog grooming or refinement. Grooming sessions should be carried out on a regular basis and the team should aid the PO in this “routine” activity.\r\n<h1>Getting the “most” out of an Agile product backlog</h1>\r\nThe Agile product backlog forms the “heart” of all development activities in Scrum. The product can be developed in time through the sprint cycles if a few aspects are carefully “looked into” while defining the backlog items and taking them up for development during the sprint sessions.\r\n<ul>\r\n <li>The business value of each backlog item is properly “worked out” and stated in the backlog.</li>\r\n <li>The acceptance criteria and the definition of “Done” should be clearly stated.</li>\r\n <li>The team members properly “understand” the backlog items so they can make informed decisions during the sprint planning sessions (accepting user stories based upon individual experience levels) and daily sprints.</li>\r\n <li>The correct number of backlog items should be taken up in the sprint backlog for development purposes.</li>\r\n <li>The team should know how to present the backlog items, after development, to the stakeholders during the sprint review and retrospective sessions.</li>\r\n</ul>','Product Backlog Items','','inherit','closed','closed','','4676-revision-v1','','','2018-09-13 16:00:24','2018-09-13 10:30:24','',4676,'https://product.quickscrum.com/4676-revision-v1/',0,'revision','',0),(4681,16,'2018-09-13 16:01:23','2018-09-13 10:31:23','Product backlog items are also known as user stories, backlog items, or “PBI”s. They represent the product features to be developed in the project. In Scrum, the entire product is broken down into its constituent features and functionalities. Each feature exists as a user story or a product backlog item in the product backlog and developed in product incremental cycles known as sprints. A sprint planning session is held just before a sprint cycle commences. During sprint planning, a few user stories having high business values are selected from the product backlog by the product owner and the team for development purposes. Selected stories are transferred to a temporary development list known as a sprint backlog and developed by the team in daily sprints.\r\n\r\n<img class=\"aligncenter wp-image-2327 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/product-backlog-items.png\" alt=\"\" width=\"830\" height=\"346\" />\r\n<h1>Product owner and backlog items</h1>\r\nThe product owner or the “PO” owns the project on behalf of the stakeholders. He or she is responsible for the success or failure of the project. The PO is primarily responsible for “designing” the backlog items and creating the product backlog. In addition, the PO has to ensure that the project’s business value or its “market worth” is maintained at all times. It is, therefore, required to associate each backlog item with a certain business value. The PO carries out this activity by assigning story points to each backlog item. He or she may seek help from the Scrum master and the team members if required. During the sprint planning meeting, traditionally the PO selected user stories and created the sprint backlog. However, as per recent market trends and Agile practices, the role of the PO has changed to a certain extent and the development team now aids the PO in selecting user stories, and in creating the sprint backlog. As per Scrum practice, the PO decides the “What” aspect concerning the development of product backlog items i.e. what stories should be developed first. The development team has the right to decide the “How” aspect – how stories selected in the sprint backlog should be developed. The PO has to make sure that the team understands how the stories should be ideally developed and explain them to the team members. If the team has queries, the PO answers them.\r\n<h1>Refining the product backlog</h1>\r\n<a class=\"link-hover\" dir=\"ltr\" href=\"https://www.quickscrum.com/Home/ProductBacklog\" target=\"_blank\" rel=\"noopener\"><span style=\"text-decoration: underline; color: #3366ff;\">The product backlog should reflect a true picture</span></a> as to how much a particular product feature or functionality is worth in the market. Market conditions are liable to change over time, and some of the features having high business value may lose their importance because end users may no longer need them. On the other hand, stakeholders may request the development of new features to “add-on” to the market value of the product. Since product features are represented through product backlog items, it may be necessary to add new items or remove old items from the backlog. The business value of some items existing in the backlog may be updated depending upon the feedback received from end users. The process of updating the product backlog is known as product backlog grooming or refinement. Grooming sessions should be carried out on a regular basis and the team should aid the PO in this “routine” activity.\r\n<h1>Getting the “most” out of an Agile product backlog</h1>\r\nThe Agile product backlog forms the “heart” of all development activities in Scrum. The product can be developed in time through the sprint cycles if a few aspects are carefully “looked into” while defining the backlog items and taking them up for development during the sprint sessions.\r\n<ul>\r\n <li>The business value of each backlog item is properly “worked out” and stated in the backlog.</li>\r\n <li>The acceptance criteria and the definition of “Done” should be clearly stated.</li>\r\n <li>The team members properly “understand” the backlog items so they can make informed decisions during the sprint planning sessions (accepting user stories based upon individual experience levels) and daily sprints.</li>\r\n <li>The correct number of backlog items should be taken up in the sprint backlog for development purposes.</li>\r\n <li>The team should know how to present the backlog items, after development, to the stakeholders during the sprint review and retrospective sessions.</li>\r\n</ul>','Product Backlog Items','','inherit','closed','closed','','4676-autosave-v1','','','2018-09-13 16:01:23','2018-09-13 10:31:23','',4676,'https://product.quickscrum.com/4676-autosave-v1/',0,'revision','',0),(4685,12,'2018-09-13 16:02:42','2018-09-13 10:32:42','Sprint planning is an important process in Scrum. The sprint planning meeting agenda should be carefully worked out to ensure the success of subsequent daily sprints, and product releases having high business values are consistently obtained through the incremental cycles.\r\n<h1>What is a sprint planning meeting?</h1>\r\nIn a sprint planning meeting, the development team commits to a set of high priority product backlog items for development purposes. A sprint backlog containing backlog items with high business values is created from the product backlog. Subsequently, the selected items are decomposed into developable tasks and accepted by individual team members. The meeting is time-boxed.\r\n\r\nIn Scrum, the product is developed through product incremental cycles known as sprints. During sprint planning, a few important user stories or product backlog items are selected and transferred to a temporary list for development purpose - the sprint backlog. The total number of backlog items to be selected depends upon the team velocity or the rate at which team members develop the product features during the daily sprint cycles. While selecting stories, high priority user stories having a significant “business worth” in the market are picked up from the top of the product backlog. It is important to select user stories having high business values because Scrum principles indicate that the project’s business value should be maintained at all times – even while the product is being developed. By selecting high priority stories, the product features developed through the daily sprints add on to the project’s business value.\r\n\r\nIn Scrum, the entire project is developed through daily sprints, and the sprint planning meeting ensures that daily sprints remain productive.\r\n<h1 class=\"article-title2\">Who participates in sprint planning?</h1>\r\nSprint planning is a collaborative event in Scrum. It is attended by:\r\n<p style=\"padding-left: 30px;\"><strong>Product Owner</strong></p>\r\n<p style=\"padding-left: 30px;\">The person representing the stakeholders interests in the project and “owns” it on their behalf.</p>\r\n<p style=\"padding-left: 30px;\"><strong>Scrum Master</strong></p>\r\n<p style=\"padding-left: 30px;\">The Scrum Master oversees the Scrum process. The person also ensures that Scrum is properly implemented and followed by the team at all times.</p>\r\n<p style=\"padding-left: 30px;\"><strong>Development Team</strong></p>\r\n<p style=\"padding-left: 30px;\">Composed of multi-skilled IT professionals, the development team generally consists of five to seven members. The product features are developed by the team through the product incremental cycles.</p>\r\n\r\n<h1 class=\"article-title2\">Before starting with the sprint meeting</h1>\r\nAll the product backlog items should be prioritized in accordance with their business values in the product backlog. Each item should be properly estimated in terms of story point values. Moreover, each backlog items should be “complete” i.e. it should be properly defined in the backlog along with all relevant details such as its description, explanation, acceptance criteria, etc. The product owner should have a clear idea regarding the sprint goal – the objectives of conducting the sprint should be thought of and clearly defined. In addition, the product owner should be clear about how the product features should be developed by the team during the daily sprints.\r\n<h1 class=\"article-title2\"><span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"https://www.quickscrum.com/Home/SprintPlanning\" rel=\"noopener\">Sizing the backlog items before sprint planning</a></span></h1>\r\nThe most important aspect before starting with sprint planning is that the backlog items should be small so the team can easily develop them. Epics and un-grained large user stories have to be decomposed into smaller and easily manageable user stories before they can be properly understood and effectively developed. If this activity is done prior to sprint planning, a lot of time is saved during the sprint planning sessions.\r\n<h1 class=\"article-title2\">Selecting a correct number of product backlog items during sprint planning</h1>\r\nScrum advocates that a correct number of backlog items should be selected for the sprint during sprint planning sessions. If more number of items are selected for development purposes, the team may fail to develop some of them. It is very important to complete the development of all items contained in the sprint backlog. The development team should not keep any item pending at the end of the sprint. When excessive items are selected, this Scrum principle is defeated.\r\n\r\nOn the other hand, if less number of backlog items are selected in the sprint backlog, the team members may remain without work in the later part of the sprint. Scrum principles state each member should offer optimum productivity and develop a maximum number of backlog items during the sprint. Resources should offer their best contribution in terms of efforts and productivity. It is important to deliver product increments having high business values to maintain the team velocity and project value at all times – even when the product is being developed.\r\n\r\nSo what is the way out for the product owner? How can the correct number of backlog items be selected in the sprint backlog? The team velocity provides an estimate regarding the capacity of the team members to develop product features during the sprint. <span style=\"color: #3366ff;\"> <a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"https://www.quickscrum.com/Home/ProductBacklog\" rel=\"noopener\">Each item in the product backlog</a></span> is estimated with its level of difficulty using story points. The greater the point value, the more time consuming the item is from the development point of view. The product owner should avail a proper estimate by summing up the estimation value of backlog items selected for development and compare it with the team’s current velocity. It is possible to select the correct number of backlog items through the estimation features of the Scrum framework.\r\n<h1 class=\"article-title2\">Sprint planning process</h1>\r\n<ul>\r\n <li class=\"article-text\">The product owner ascertains that a correct number of product backlog items is selected for development and the sprint backlog is created.</li>\r\n <li class=\"article-text\">The development team should study the backlog items and ask relevant questions if it has any doubts regarding the technical aspects of the product features to be developed in the sprint.</li>\r\n <li class=\"article-text\">Later, the team decomposes the backlog items into developable tasks.</li>\r\n <li class=\"article-text\">Tasks are taken up by the team members based on their experience levels and expertise.</li>\r\n <li class=\"article-text\">The team is ready to start with the daily sprints.</li>\r\n</ul>','How To Plan Effective Sprint Planning Meeting Agenda','','publish','open','open','','how-to-plan-effective-sprint-planning-meeting-agenda','','','2018-09-13 16:02:42','2018-09-13 10:32:42','',0,'https://product.quickscrum.com/?p=4685',0,'post','',0),(4686,13,'2018-09-13 16:04:24','2018-09-13 10:34:24','One of the main issues with Agile implementation is that organizations more than often fail to benefit from the benefits proposed by the framework. Organisations have high hopes, and lots of expectations when they decide to use Agile, and it is not uncommon for businesses to think in terms of increased business opportunities and enhanced earnings using the framework. Agile is eventually implemented after many discussions, and as the implementation process commences, the management realizes that things are not as easy and simple as originally envisioned. Iterative development cycles fail to deliver successful stories, the correct business value is not offered to the client, and the team may seem to be struggling with Agile processes and principles. Perhaps the main reason why this happens is that:\r\n<ul>\r\n <li>The team and the management have not fully grasped Agile, and</li>\r\n <li>The management has not correctly identified the need for Agile based development.</li>\r\n</ul>\r\n<h3>Failure to understand and follow Agile processes</h3>\r\nAgile principles are very easy to understand and follow but difficult to practice. The team needs to mold its working as per the principles, and this requires a certain degree of mental discipline. Often, team members are not ready for this. They are not committed enough. All Agile based frameworks such as Scrum support collaboration and teamwork. The “inspect” and “adapt” principles help to improve the feedback system which is very important to Agile. This is possible only when the team is ready to share ideas and accept Agile wholeheartedly. When the management decides to implement Agile, the team is often reluctant to accept new changes, and views the implementation process as a “company decision” - A typical scenario where the team is forced to accept what the management decides.\r\n\r\n<img class=\"aligncenter wp-image-3149 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/1.jpg\" alt=\"\" width=\"830\" height=\"500\" />\r\n<h4>Possible solution:</h4>\r\nA lot depends upon how the management decides to introduce Agile to its teams. While some organizations favor a gradual transition from existing development methodologies to Agile, a few businesses may still support “sudden-death” format in which organizations abruptly change over to a new working process overnight. Whatever the process, the management should give some time to the team so it can prepare itself mentally to accept the changes. People need time to understand newer processes. If a team is made to follow new processes all of a sudden, it could lead to reluctance and resentment. Incentives and perks are great morale boosters. If the company cannot afford to reward the team financially to accept the Agile process, it should do everything in its power to make the transition more appealing and acceptable. Training sessions can be conducted so the team can understand the framework, and what it proposes to do. Above all, team members should be made to realize that Agile processes can help them to increase their productivity, which, in turn, could lead to higher incentives since the company benefits through the new process as well as individual efforts of the team members.\r\n<h3>Comparing Agile to Waterfall methods</h3>\r\nA second common problem faced during Agile implementation is introducing the framework to teams following Waterfall and traditional development methods. People following a particular methodology get used to it over time and have a tendency to reject new methods and ideas – at least mentally. With Waterfall, most development teams seem to make it a habit all over the world to compare Agile with Waterfall and start picking faults with Agile. It would seem that Waterfall has a dedicated fan club with highly loyal subscribers, who simply refuse to give up Waterfall. This mentality creates a serious hurdle for Agile coaches promoting the process to potential clients. When efforts are made to introduce Agile to Waterfall teams, teams fail to make serious efforts in embracing Agile – simply because Waterfall still exists and can be followed.\r\n\r\n<img class=\"aligncenter wp-image-3150 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/2.jpg\" alt=\"\" width=\"830\" height=\"500\" />\r\n<h4>Possible solution:</h4>\r\n<div class=\"detail-box articledetail\">\r\n\r\nIt can be difficult to remove old habits since most development teams tend to remain skeptical about adopting newer methods. The possible way out for the management would be to coach the benefits of the proposed system and encourage the team to accept new ideas and methods. A reward and penalty based system could possibly solve the issue. The management could make the adoption process mandatory and evaluate the team based upon the performance it delivers. The role of senior team members is important too – they can lead by example. If seniors start adopting the process, the rest of the team would be inclined to follow. It would be up to the management to decide which process is suitable and effective, however, whichever process it chooses to adopt, Agile should be understood and followed keeping the basic principles in mind to avail positive results through its implementation.\r\n\r\n</div>\r\n<div></div>\r\n','Two Main Problems Faced During Agile Implementation','','publish','open','open','','two-main-problems-faced-during-agile-implementation','','','2018-09-13 16:04:24','2018-09-13 10:34:24','',0,'https://product.quickscrum.com/?p=4686',0,'post','',0),(4688,12,'2018-09-13 16:02:42','2018-09-13 10:32:42','Sprint planning is an important process in Scrum. The sprint planning meeting agenda should be carefully worked out to ensure the success of subsequent daily sprints, and product releases having high business values are consistently obtained through the incremental cycles.\r\n<h1>What is a sprint planning meeting?</h1>\r\nIn a sprint planning meeting, the development team commits to a set of high priority product backlog items for development purposes. A sprint backlog containing backlog items with high business values is created from the product backlog. Subsequently, the selected items are decomposed into developable tasks and accepted by individual team members. The meeting is time-boxed.\r\n\r\nIn Scrum, the product is developed through product incremental cycles known as sprints. During sprint planning, a few important user stories or product backlog items are selected and transferred to a temporary list for development purpose - the sprint backlog. The total number of backlog items to be selected depends upon the team velocity or the rate at which team members develop the product features during the daily sprint cycles. While selecting stories, high priority user stories having a significant “business worth” in the market are picked up from the top of the product backlog. It is important to select user stories having high business values because Scrum principles indicate that the project’s business value should be maintained at all times – even while the product is being developed. By selecting high priority stories, the product features developed through the daily sprints add on to the project’s business value.\r\n\r\nIn Scrum, the entire project is developed through daily sprints, and the sprint planning meeting ensures that daily sprints remain productive.\r\n<h1 class=\"article-title2\">Who participates in sprint planning?</h1>\r\nSprint planning is a collaborative event in Scrum. It is attended by:\r\n<p style=\"padding-left: 30px;\"><strong>Product Owner</strong></p>\r\n<p style=\"padding-left: 30px;\">The person representing the stakeholders interests in the project and “owns” it on their behalf.</p>\r\n<p style=\"padding-left: 30px;\"><strong>Scrum Master</strong></p>\r\n<p style=\"padding-left: 30px;\">The Scrum Master oversees the Scrum process. The person also ensures that Scrum is properly implemented and followed by the team at all times.</p>\r\n<p style=\"padding-left: 30px;\"><strong>Development Team</strong></p>\r\n<p style=\"padding-left: 30px;\">Composed of multi-skilled IT professionals, the development team generally consists of five to seven members. The product features are developed by the team through the product incremental cycles.</p>\r\n\r\n<h1 class=\"article-title2\">Before starting with the sprint meeting</h1>\r\nAll the product backlog items should be prioritized in accordance with their business values in the product backlog. Each item should be properly estimated in terms of story point values. Moreover, each backlog items should be “complete” i.e. it should be properly defined in the backlog along with all relevant details such as its description, explanation, acceptance criteria, etc. The product owner should have a clear idea regarding the sprint goal – the objectives of conducting the sprint should be thought of and clearly defined. In addition, the product owner should be clear about how the product features should be developed by the team during the daily sprints.\r\n<h1 class=\"article-title2\"><span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"https://www.quickscrum.com/Home/SprintPlanning\" rel=\"noopener\">Sizing the backlog items before sprint planning</a></span></h1>\r\nThe most important aspect before starting with sprint planning is that the backlog items should be small so the team can easily develop them. Epics and un-grained large user stories have to be decomposed into smaller and easily manageable user stories before they can be properly understood and effectively developed. If this activity is done prior to sprint planning, a lot of time is saved during the sprint planning sessions.\r\n<h1 class=\"article-title2\">Selecting a correct number of product backlog items during sprint planning</h1>\r\nScrum advocates that a correct number of backlog items should be selected for the sprint during sprint planning sessions. If more number of items are selected for development purposes, the team may fail to develop some of them. It is very important to complete the development of all items contained in the sprint backlog. The development team should not keep any item pending at the end of the sprint. When excessive items are selected, this Scrum principle is defeated.\r\n\r\nOn the other hand, if less number of backlog items are selected in the sprint backlog, the team members may remain without work in the later part of the sprint. Scrum principles state each member should offer optimum productivity and develop a maximum number of backlog items during the sprint. Resources should offer their best contribution in terms of efforts and productivity. It is important to deliver product increments having high business values to maintain the team velocity and project value at all times – even when the product is being developed.\r\n\r\nSo what is the way out for the product owner? How can the correct number of backlog items be selected in the sprint backlog? The team velocity provides an estimate regarding the capacity of the team members to develop product features during the sprint. <span style=\"color: #3366ff;\"> <a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"https://www.quickscrum.com/Home/ProductBacklog\" rel=\"noopener\">Each item in the product backlog</a></span> is estimated with its level of difficulty using story points. The greater the point value, the more time consuming the item is from the development point of view. The product owner should avail a proper estimate by summing up the estimation value of backlog items selected for development and compare it with the team’s current velocity. It is possible to select the correct number of backlog items through the estimation features of the Scrum framework.\r\n<h1 class=\"article-title2\">Sprint planning process</h1>\r\n<ul>\r\n <li class=\"article-text\">The product owner ascertains that a correct number of product backlog items is selected for development and the sprint backlog is created.</li>\r\n <li class=\"article-text\">The development team should study the backlog items and ask relevant questions if it has any doubts regarding the technical aspects of the product features to be developed in the sprint.</li>\r\n <li class=\"article-text\">Later, the team decomposes the backlog items into developable tasks.</li>\r\n <li class=\"article-text\">Tasks are taken up by the team members based on their experience levels and expertise.</li>\r\n <li class=\"article-text\">The team is ready to start with the daily sprints.</li>\r\n</ul>','How To Plan Effective Sprint Planning Meeting Agenda','','inherit','closed','closed','','4685-revision-v1','','','2018-09-13 16:02:42','2018-09-13 10:32:42','',4685,'https://product.quickscrum.com/4685-revision-v1/',0,'revision','',0),(4689,13,'2018-09-13 16:03:59','2018-09-13 10:33:59','One of the main issues with Agile implementation is that organizations more than often fail to benefit from the benefits proposed by the framework. Organisations have high hopes, and lots of expectations when they decide to use Agile, and it is not uncommon for businesses to think in terms of increased business opportunities and enhanced earnings using the framework. Agile is eventually implemented after many discussions, and as the implementation process commences, the management realizes that things are not as easy and simple as originally envisioned. Iterative development cycles fail to deliver successful stories, the correct business value is not offered to the client, and the team may seem to be struggling with Agile processes and principles. Perhaps the main reason why this happens is that:\r\n<ul>\r\n <li>The team and the management have not fully grasped Agile, and</li>\r\n <li>The management has not correctly identified the need for Agile based development.</li>\r\n</ul>\r\n<h3>Failure to understand and follow Agile processes</h3>\r\nAgile principles are very easy to understand and follow but difficult to practice. The team needs to mold its working as per the principles, and this requires a certain degree of mental discipline. Often, team members are not ready for this. They are not committed enough. All Agile based frameworks such as Scrum support collaboration and teamwork. The “inspect” and “adapt” principles help to improve the feedback system which is very important to Agile. This is possible only when the team is ready to share ideas and accept Agile wholeheartedly. When the management decides to implement Agile, the team is often reluctant to accept new changes, and views the implementation process as a “company decision” - A typical scenario where the team is forced to accept what the management decides.\r\n\r\n<img class=\"aligncenter wp-image-3149 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/1.jpg\" alt=\"\" width=\"830\" height=\"500\" />\r\n<h4>Possible solution:</h4>\r\nA lot depends upon how the management decides to introduce Agile to its teams. While some organizations favor a gradual transition from existing development methodologies to Agile, a few businesses may still support “sudden-death” format in which organizations abruptly change over to a new working process overnight. Whatever the process, the management should give some time to the team so it can prepare itself mentally to accept the changes. People need time to understand newer processes. If a team is made to follow new processes all of a sudden, it could lead to reluctance and resentment. Incentives and perks are great morale boosters. If the company cannot afford to reward the team financially to accept the Agile process, it should do everything in its power to make the transition more appealing and acceptable. Training sessions can be conducted so the team can understand the framework, and what it proposes to do. Above all, team members should be made to realize that Agile processes can help them to increase their productivity, which, in turn, could lead to higher incentives since the company benefits through the new process as well as individual efforts of the team members.\r\n<h3>Comparing Agile to Waterfall methods</h3>\r\nA second common problem faced during Agile implementation is introducing the framework to teams following Waterfall and traditional development methods. People following a particular methodology get used to it over time and have a tendency to reject new methods and ideas – at least mentally. With Waterfall, most development teams seem to make it a habit all over the world to compare Agile with Waterfall and start picking faults with Agile. It would seem that Waterfall has a dedicated fan club with highly loyal subscribers, who simply refuse to give up Waterfall. This mentality creates a serious hurdle for Agile coaches promoting the process to potential clients. When efforts are made to introduce Agile to Waterfall teams, teams fail to make serious efforts in embracing Agile – simply because Waterfall still exists and can be followed.\r\n\r\n<img class=\"aligncenter wp-image-3150 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/2.jpg\" alt=\"\" width=\"830\" height=\"500\" />\r\n<h4>Possible solution:</h4>\r\n<div class=\"detail-box articledetail\">\r\n\r\nIt can be difficult to remove old habits since most development teams tend to remain skeptical about adopting newer methods. The possible way out for the management would be to coach the benefits of the proposed system and encourage the team to accept new ideas and methods. A reward and penalty based system could possibly solve the issue. The management could make the adoption process mandatory and evaluate the team based upon the performance it delivers. The role of senior team members is important too – they can lead by example. If seniors start adopting the process, the rest of the team would be inclined to follow. It would be up to the management to decide which process is suitable and effective, however, whichever process it chooses to adopt, Agile should be understood and followed keeping the basic principles in mind to avail positive results through its implementation.\r\n\r\n</div>\r\n<div></div>\r\n','Two Main Problems Faced During Agile Implementation','','inherit','closed','closed','','4686-revision-v1','','','2018-09-13 16:03:59','2018-09-13 10:33:59','',4686,'https://product.quickscrum.com/4686-revision-v1/',0,'revision','',0),(4691,13,'2018-09-13 16:09:05','2018-09-13 10:39:05','<h2>The servant-leader role</h2>\r\nMany Scrum reference books mention that a scrum master should ideally play a servant-leader role. Several explanations exist as to what a servant-leader role should be like, however, in a nutshell, the role can be understood as:\r\n<ul>\r\n <li>To maintain a positive attitude towards the team members</li>\r\n <li>Be sensitive to the team\'s needs</li>\r\n <li>If possible maintain personal contact with the team members</li>\r\n <li>Understand the team\'s difficulties and problems</li>\r\n <li>Put in efforts and try to resolve problems faced by team members</li>\r\n <li>Act as a facilitator and try to streamline the Scrum process</li>\r\n <li>Contribute in a proactive manner towards the fulfillment of project goals and objectives</li>\r\n</ul>\r\nIt is important to collaborate in the scrum and help team members when they face certain problems and issues. The scrum master plays a central role in facilitating the scrum process and streamlining the development activity. A few pointers can help to understand how the servant-leader role can be effectively played by a scrum master:\r\n<h3>1. Be a good listener</h3>\r\n<img class=\"aligncenter wp-image-3167 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/be-a-good-listener.png\" alt=\"\" width=\"830\" height=\"541\" />\r\n\r\nA person who is a good listener can easily retain information and make informed decisions. It is easier to resolve issues when you have relevant facts. A scrum master should be a good listener and think with an open mind. A good place to start would be the daily scrum. Team members state their progress, explain what they plan to do on that particular day, and report any problems faced by them. Extrovert team members do not find it difficult to express what they feel. However, certain individuals may find it awkward to open up or voice their concerns. Scrum masters should encourage such team members to open up and make it easier for them to express what they feel.\r\n\r\nA scrum master facilitates the scrum process without taking an active part. S/he is also responsible for resolving issues, and promoting self-growth. Teams can grow if effective solutions are found, and to find positive solutions, it is important to listen first.\r\n<h3>2. Be aware of issues and problems</h3>\r\n<img class=\"aligncenter wp-image-3173 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/be-aware-about-issues-and-problems.png\" alt=\"\" width=\"830\" height=\"369\" />\r\n\r\nScrum actively supports self-correction activities through various events like sprint reviews and sprint retrospectives. Issues and problems can only be solved if they are identified first. For that, a scrum master should develop a holistic view and initially understand a problem at a macro level. It is important to get an overall idea about the issue first and subsequently analyze it further at a micro level. A top-down approach is often recommended to understand problems so they can be easily resolved.\r\n\r\nA scrum master should help the team to understand the problem, and later aid the team in solving it. S/he should not actively resolve any issues but guide the team members in understanding it so they can find a proper solution. Problems should be properly identified if they exist.\r\n<h3>3. Be persuasive rather than autocratic</h3>\r\n<img class=\"aligncenter wp-image-3176 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/be-persuasive-rather-than-autocratic.png\" alt=\"\" width=\"830\" height=\"217\" />\r\n\r\nQuite often, traditional managers can be very autocratic when they delegate their authority. Scrum supports empowerment. Self-analysing and self-organizing teams decide the best course of action. At times, it becomes necessary to advise the team to follow the Scrum process or carry out a particular activity. Generally, the teams respond positively by listening to the scrum master and engaging with the task. However, if the team fails to respond in time, or fails to respond positively, it may be required to engage with the team so it can comply. This is where the attitude comes in - the scrum master can either instruct the team or discuss out the issue and persuade the team to respond positively.\r\n\r\nAn autocratic attitude is frowned upon by the team, and at an individual level, it may become difficult to avail the team member\'s cooperation. The servant-leader role suggests that a scrum master should refrain from delegating his or her authority. Instead, the person should persuade the team member to cooperate.\r\n\r\n','How Can A Scrum Master Carry Out The Servant Leader Role In Scrum','','publish','open','open','','how-can-a-scrum-master-carry-out-the-servant-leader-role-in-scrum','','','2018-09-13 16:09:05','2018-09-13 10:39:05','',0,'https://product.quickscrum.com/?p=4691',0,'post','',0),(4692,13,'2018-09-13 16:08:25','2018-09-13 10:38:25','<h2>The servant-leader role</h2>\r\nMany Scrum reference books mention that a scrum master should ideally play a servant-leader role. Several explanations exist as to what a servant-leader role should be like, however, in a nutshell, the role can be understood as:\r\n<ul>\r\n <li>To maintain a positive attitude towards the team members</li>\r\n <li>Be sensitive to the team\'s needs</li>\r\n <li>If possible maintain personal contact with the team members</li>\r\n <li>Understand the team\'s difficulties and problems</li>\r\n <li>Put in efforts and try to resolve problems faced by team members</li>\r\n <li>Act as a facilitator and try to streamline the Scrum process</li>\r\n <li>Contribute in a proactive manner towards the fulfillment of project goals and objectives</li>\r\n</ul>\r\nIt is important to collaborate in the scrum and help team members when they face certain problems and issues. The scrum master plays a central role in facilitating the scrum process and streamlining the development activity. A few pointers can help to understand how the servant-leader role can be effectively played by a scrum master:\r\n<h3>1. Be a good listener</h3>\r\n<img class=\"aligncenter wp-image-3167 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/be-a-good-listener.png\" alt=\"\" width=\"830\" height=\"541\" />\r\n\r\nA person who is a good listener can easily retain information and make informed decisions. It is easier to resolve issues when you have relevant facts. A scrum master should be a good listener and think with an open mind. A good place to start would be the daily scrum. Team members state their progress, explain what they plan to do on that particular day, and report any problems faced by them. Extrovert team members do not find it difficult to express what they feel. However, certain individuals may find it awkward to open up or voice their concerns. Scrum masters should encourage such team members to open up and make it easier for them to express what they feel.\r\n\r\nA scrum master facilitates the scrum process without taking an active part. S/he is also responsible for resolving issues, and promoting self-growth. Teams can grow if effective solutions are found, and to find positive solutions, it is important to listen first.\r\n<h3>2. Be aware of issues and problems</h3>\r\n<img class=\"aligncenter wp-image-3173 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/be-aware-about-issues-and-problems.png\" alt=\"\" width=\"830\" height=\"369\" />\r\n\r\nScrum actively supports self-correction activities through various events like sprint reviews and sprint retrospectives. Issues and problems can only be solved if they are identified first. For that, a scrum master should develop a holistic view and initially understand a problem at a macro level. It is important to get an overall idea about the issue first and subsequently analyze it further at a micro level. A top-down approach is often recommended to understand problems so they can be easily resolved.\r\n\r\nA scrum master should help the team to understand the problem, and later aid the team in solving it. S/he should not actively resolve any issues but guide the team members in understanding it so they can find a proper solution. Problems should be properly identified if they exist.\r\n<h3>3. Be persuasive rather than autocratic</h3>\r\n<img class=\"aligncenter wp-image-3176 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/be-persuasive-rather-than-autocratic.png\" alt=\"\" width=\"830\" height=\"217\" />\r\n\r\nQuite often, traditional managers can be very autocratic when they delegate their authority. Scrum supports empowerment. Self-analysing and self-organizing teams decide the best course of action. At times, it becomes necessary to advise the team to follow the Scrum process or carry out a particular activity. Generally, the teams respond positively by listening to the scrum master and engaging with the task. However, if the team fails to respond in time, or fails to respond positively, it may be required to engage with the team so it can comply. This is where the attitude comes in - the scrum master can either instruct the team or discuss out the issue and persuade the team to respond positively.\r\n\r\nAn autocratic attitude is frowned upon by the team, and at an individual level, it may become difficult to avail the team member\'s cooperation. The servant-leader role suggests that a scrum master should refrain from delegating his or her authority. Instead, the person should persuade the team member to cooperate.\r\n\r\n','How Can A Scrum Master Carry Out The Servant Leader Role In Scrum','','inherit','closed','closed','','4691-revision-v1','','','2018-09-13 16:08:25','2018-09-13 10:38:25','',4691,'https://product.quickscrum.com/4691-revision-v1/',0,'revision','',0),(4693,12,'2018-09-13 16:12:07','2018-09-13 10:42:07','In the past, during the late 1990’s, many development methodologies started attracting public attention since they proposed a better way of developing projects. Each methodology or framework was inherently based upon traditional and old ideas as to what ideal project development ought to include. However, they all had one thing in common. There was a fundamental need to collaborate, and the development team should interact closely with the project owners to build a product that could compete and sustain itself in a competitive market. Moreover, product development should be quick, with time least spent upon working protocols and responding to authority. As a result, the concept of a tight, self-organizing team capable of delivering timed productivity and early product releases emerged. The Agile model is based upon these market-oriented needs and is specially designed to produce quick product increments through repetitive and sustained product development cycles known as sprints.\r\n\r\n<img class=\"aligncenter wp-image-3034 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/manual-vs-computerised-s-p-m-1.png\" alt=\"\" width=\"830\" height=\"369\" />\r\n\r\nWhat is an Agile model? It is not that difficult to understand Agile. Agile believes that each project should be handled uniquely, and existing development methods should be “molded” to suit the project development process in the best manner possible. In Agile, each activity is time-boxed and has to be completed within the time specially allotted for it. Agile processes should not extend the time limit under any circumstances. The project is not developed “as a whole”. Rather, it is broken down into its constituent parts – the product features and functionalities – and each part is developed independently. Development is carried out in product incremental cycles known as daily sprints. Each sprint should result in a successful “feature” release that is tested, bug-free, and deployable. The productivity “churned” out at the end of the<span style=\"color: #3366ff;\"> sprint is verified by the product owner</span> and stakeholders. The daily sprints are repeated until all the constituent product features are developed. Once developed, all features are integrated to form a complete working product.\r\n<h2><strong>Incremental and iterative nature of an Agile model</strong></h2>\r\nThe Agile model is highly flexible. It provides an opportunity to “change” the direction even after the development process begins. It is possible to incorporate the changes at any time while the development activity is underway – even late in the product development cycle. This is possible through rapid development and delivery of “shippable” product features through the incremental sprint cycles.\r\nThe Agile model is incremental and iterative.\r\n<p style=\"padding-left: 30px;\"><strong>1. Why incremental?</strong></p>\r\n<p style=\"padding-left: 30px;\">The entire product is not manufactured at once. It is produced in bits and pieces through the sprint cycles. Small “portions” of the product, in the form of features and functionality, keep on being developed by the team on a consistent basis. They “add” on to the product. Once all the features are developed, they can be “summed” up by integrating them to form a workable product. The product is built in small increments.</p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Why iterative?</strong></p>\r\n<p style=\"padding-left: 30px;\">The sprint development should be consistent and sustained. Sprint cycles have to keep on repeating until sufficient sprints are carried out and sufficient product features are developed. Since the sprint cycles have to be repetitive, the Agile development process is iterative.</p>\r\n\r\n<h2><strong>Agile process models</strong></h2>\r\nThe Agile ‘umbrella” includes several frameworks and methodologies. The most popular Agile process models are Scrum, XP, Kanban, etc. Agile Scrum and XP are most commonly used for developing software projects.\r\n<p style=\"padding-left: 30px;\"><strong>1. Extreme Programming “XP”</strong></p>\r\n<p style=\"padding-left: 30px;\">Typically featuring very short and frequent product releases, the XP development cycle is perhaps the “shortest” of all Agile process and models. However, in Agile, catering to exceptions is a part and parcel of the framework, and so the XP sprint cycle may extend beyond its normal tenure of seven to ten days. XP also features paired programming i.e. two or more developers collaborate and work together to develop the user stories (product features). The team develops and writes the product features. Emphasis is given to time estimation i.e. each feature development has to be estimated and completed within its stipulated time. The acceptance criterions or conditions required to mark the development as “complete” are carefully stated and followed during the development activity. Even though XP supports changes to the product design since it falls within the Agile umbrella, it is generally preferred for shorter software development projects where the product design is not likely to undergo major “structural” changes.</p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Scrum</strong></p>\r\n<p style=\"padding-left: 30px;\">Scrum offers a way for small and large development teams to collaborate and work together and develop the product. It is especially recommended when the product design is likely to change over time. The framework is specially designed to support all types of changes – big and small alike – even late in the product development cycle. Development is achieved through product incremental cycles – sprints – on a consistent and sustained basis. The product is manufactured through product increments, in bits and pieces. Each piece is designed and developed independently. It is thoroughly tested and documented before it is “released”. The development process is fundamentally based upon the feedback received from other team members and the stakeholders. The product is designed and built exactly as per the client’s vision. The client is closely involved with the development team during the product development process and confirms the productivity offered by the team.</p>','What is Agile model?','','publish','open','open','','what-is-agile-model','','','2018-09-13 16:12:54','2018-09-13 10:42:54','',0,'https://product.quickscrum.com/?p=4693',0,'post','',0),(4694,13,'2018-09-13 16:12:21','2018-09-13 10:42:21','Agile programming offers a unique approach towards software development and software project management. Agile helps teams to react positively to the unstable IT market-related conditions, where mostly software-based projects are subjected to during the course of their development. Solutions are offered through product incremental cycles known as “sprints” and the “inspect” and “adapt” <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"https://www.quickscrum.com/Home/AgileDevelopment\" target=\"_blank\" rel=\"noopener\">principles defining all Agile frameworks</a></span>\r\n\r\nWhat Is Agile Programming? In short, Agile programming process provides development teams opportunities to assess how the project is “doing” and which “direction” it is heading to. Agile teams can correct the current process through its events and self-learning activities. Agile events offer an opportunity to evaluate and identify potential pitfalls and rectify erroneous processes and practices. The main development activity is carried out through incremental cycles known as sprints. Each sprint lasts for a predetermined time and cannot extend. The software product is “broken down” into its constituent features and functionalities. During the daily sprints, a few important products feature having high business values are taken up for development by the team. Each day, the team collaborates and works jointly to develop the features. At the end of the sprint, “shippable” and bug-free product features are <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\">submitted for approval to the product owner</a></span> and stakeholders who okay the “development”. Sprints are repeated until all product features and functionalities are developed. In the end, each deployable feature and functionality is integrated to form a “working” release of the product envisioned by stakeholders.\r\n\r\nIn Agile, development is carried out from the end users perspective. Agile believes that customers and clients should remain closely involved with the development activity and confirm the development carried out by the development team. It is very important that product features should be developed in “short bursts” of development activity – the daily sprints – on a consistent basis, and presented to the stakeholders. This is because Agile principles focus upon customer satisfaction and consistent delivery of business value in the project.\r\n<h2>Agile programming</h2>\r\nAgile programming can be very adaptive and dynamic in nature. The main values, which define Agile programming, are:\r\n\r\n<img class=\"aligncenter wp-image-2933 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/what-is-agile-programming.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n<h3 style=\"padding-left: 30px;\"><strong>1. Customer satisfaction</strong></h3>\r\n<p style=\"padding-left: 30px;\">The highest priority should be to satisfy the client, or the customer, through the continuous and early delivery of valuable product features. Features are developed and added to the product through the product incremental cycles - sprints - and submitted to the customer for approval. Agile emphasizes customer satisfaction at all times.</p>\r\n\r\n<h3 style=\"padding-left: 30px;\"><strong>2. Adapting to changing requirements</strong></h3>\r\n<p style=\"padding-left: 30px;\">Agile welcomes change in the product design or functioning – even late in the development cycle – based upon the client’s and end users requirements. Changes are generally carried out on the basis of feedback received from the client, and in accordance to the inputs received from end users who represent market-based “requirements” and business values.</p>\r\n\r\n<h3 style=\"padding-left: 30px;\"><strong>3. Frequent delivery</strong></h3>\r\n<p style=\"padding-left: 30px;\">Product features should be delivered on a frequent basis through sprints lasting from seven to ten days – ideally. Frequent delivery of feature increments encourages quick client feedback. Agile responds positively to feedback. Quicker feedback helps in increasing the business value of product features.</p>\r\n\r\n<h3 style=\"padding-left: 30px;\"><strong>4. Working together</strong></h3>\r\n<p style=\"padding-left: 30px;\">Agile teams collaborate and work as a single “unit” while pursuing project objectives. Shared ideas and resources help to increase productivity and project value.</p>\r\n\r\n<h3 style=\"padding-left: 30px;\"><strong>5. Motivated individuals</strong></h3>\r\n<p style=\"padding-left: 30px;\">One of the biggest factors affecting the productivity levels of a project is the motivation levels of the team members. Agile team members should be self-motivated and open to new ideas and thoughts.</p>\r\n\r\n<h3 style=\"padding-left: 30px;\"><strong>6. Face-to-face interaction</strong></h3>\r\n<p style=\"padding-left: 30px;\">Personal or face-to-face interactions are the best form of communication. Personal interactions lead to increased and more effectual communications. Improved communication levels in return result in better solutions and understanding of project related problems and requirements.</p>\r\n\r\n<h3 style=\"padding-left: 30px;\"><strong>7. Measure progress through work</strong></h3>\r\n<p style=\"padding-left: 30px;\">In Agile, the best way to check or measure progress is by delivering frequent and consistent product features development through the sprint cycles. The best way to “measure” project’s progress is to deliver shippable development to the client on a regular basis – and frequently.</p>\r\n\r\n<h3 style=\"padding-left: 30px;\"><strong>8. Maintaining pace</strong></h3>\r\n<p style=\"padding-left: 30px;\">The software project should proceed at a constant pace to meet the release date. All events and activities in Agile are time boxed and cannot be extended the time allotted to them.</p>\r\n\r\n<h3 style=\"padding-left: 30px;\"><strong>9. Simplicity</strong></h3>\r\n<p style=\"padding-left: 30px;\">The simpler a process, easier it is to follow it. Agile focuses on keeping its processes simple and straightforward so they can be more effective and implementable.</p>\r\n\r\n<h3 style=\"padding-left: 30px;\"><strong>10. Self-organization</strong></h3>\r\n<p style=\"padding-left: 30px;\">The Agile framework does not encourage autocratic behavior or delegation of authority from senior members. Rather it suggests self-organization. Team members should realize their responsibilities and organize themselves without anyone having to instruct them. Self-organization also leads to self-management.</p>\r\n\r\n<h3 style=\"padding-left: 30px;\"><strong>11. Inspect and adapt</strong></h3>\r\n<p style=\"padding-left: 30px;\">Perhaps the most important principles in Agile, “inspect” and “adapt” are incorporated into the framework to support the self-correction and self-organization Agile virtues. It is important to identify factors affecting the product value and adapt to the changes to the product design and development activity can be improved to make the product more competitive and successful in the market.</p>','What Is Agile Programming?','','publish','open','open','','what-is-agile-programming','','','2018-09-13 16:12:21','2018-09-13 10:42:21','',0,'https://product.quickscrum.com/?p=4694',0,'post','',0),(4696,13,'2018-09-13 16:12:07','2018-09-13 10:42:07','Agile programming offers a unique approach towards software development and software project management. Agile helps teams to react positively to the unstable IT market-related conditions, where mostly software-based projects are subjected to during the course of their development. Solutions are offered through product incremental cycles known as “sprints” and the “inspect” and “adapt” <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"https://www.quickscrum.com/Home/AgileDevelopment\" target=\"_blank\" rel=\"noopener\">principles defining all Agile frameworks</a></span>\r\n\r\nWhat Is Agile Programming? In short, Agile programming process provides development teams opportunities to assess how the project is “doing” and which “direction” it is heading to. Agile teams can correct the current process through its events and self-learning activities. Agile events offer an opportunity to evaluate and identify potential pitfalls and rectify erroneous processes and practices. The main development activity is carried out through incremental cycles known as sprints. Each sprint lasts for a predetermined time and cannot extend. The software product is “broken down” into its constituent features and functionalities. During the daily sprints, a few important products feature having high business values are taken up for development by the team. Each day, the team collaborates and works jointly to develop the features. At the end of the sprint, “shippable” and bug-free product features are <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\">submitted for approval to the product owner</a></span> and stakeholders who okay the “development”. Sprints are repeated until all product features and functionalities are developed. In the end, each deployable feature and functionality is integrated to form a “working” release of the product envisioned by stakeholders.\r\n\r\nIn Agile, development is carried out from the end users perspective. Agile believes that customers and clients should remain closely involved with the development activity and confirm the development carried out by the development team. It is very important that product features should be developed in “short bursts” of development activity – the daily sprints – on a consistent basis, and presented to the stakeholders. This is because Agile principles focus upon customer satisfaction and consistent delivery of business value in the project.\r\n<h2>Agile programming</h2>\r\nAgile programming can be very adaptive and dynamic in nature. The main values, which define Agile programming, are:\r\n\r\n<img class=\"aligncenter wp-image-2933 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/what-is-agile-programming.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n<h3 style=\"padding-left: 30px;\"><strong>1. Customer satisfaction</strong></h3>\r\n<p style=\"padding-left: 30px;\">The highest priority should be to satisfy the client, or the customer, through the continuous and early delivery of valuable product features. Features are developed and added to the product through the product incremental cycles - sprints - and submitted to the customer for approval. Agile emphasizes customer satisfaction at all times.</p>\r\n\r\n<h3 style=\"padding-left: 30px;\"><strong>2. Adapting to changing requirements</strong></h3>\r\n<p style=\"padding-left: 30px;\">Agile welcomes change in the product design or functioning – even late in the development cycle – based upon the client’s and end users requirements. Changes are generally carried out on the basis of feedback received from the client, and in accordance to the inputs received from end users who represent market-based “requirements” and business values.</p>\r\n\r\n<h3 style=\"padding-left: 30px;\"><strong>3. Frequent delivery</strong></h3>\r\n<p style=\"padding-left: 30px;\">Product features should be delivered on a frequent basis through sprints lasting from seven to ten days – ideally. Frequent delivery of feature increments encourages quick client feedback. Agile responds positively to feedback. Quicker feedback helps in increasing the business value of product features.</p>\r\n\r\n<h3 style=\"padding-left: 30px;\"><strong>4. Working together</strong></h3>\r\n<p style=\"padding-left: 30px;\">Agile teams collaborate and work as a single “unit” while pursuing project objectives. Shared ideas and resources help to increase productivity and project value.</p>\r\n\r\n<h3 style=\"padding-left: 30px;\"><strong>5. Motivated individuals</strong></h3>\r\n<p style=\"padding-left: 30px;\">One of the biggest factors affecting the productivity levels of a project is the motivation levels of the team members. Agile team members should be self-motivated and open to new ideas and thoughts.</p>\r\n\r\n<h3 style=\"padding-left: 30px;\"><strong>6. Face-to-face interaction</strong></h3>\r\n<p style=\"padding-left: 30px;\">Personal or face-to-face interactions are the best form of communication. Personal interactions lead to increased and more effectual communications. Improved communication levels in return result in better solutions and understanding of project related problems and requirements.</p>\r\n\r\n<h3 style=\"padding-left: 30px;\"><strong>7. Measure progress through work</strong></h3>\r\n<p style=\"padding-left: 30px;\">In Agile, the best way to check or measure progress is by delivering frequent and consistent product features development through the sprint cycles. The best way to “measure” project’s progress is to deliver shippable development to the client on a regular basis – and frequently.</p>\r\n\r\n<h3 style=\"padding-left: 30px;\"><strong>8. Maintaining pace</strong></h3>\r\n<p style=\"padding-left: 30px;\">The software project should proceed at a constant pace to meet the release date. All events and activities in Agile are time boxed and cannot be extended the time allotted to them.</p>\r\n\r\n<h3 style=\"padding-left: 30px;\"><strong>9. Simplicity</strong></h3>\r\n<p style=\"padding-left: 30px;\">The simpler a process, easier it is to follow it. Agile focuses on keeping its processes simple and straightforward so they can be more effective and implementable.</p>\r\n\r\n<h3 style=\"padding-left: 30px;\"><strong>10. Self-organization</strong></h3>\r\n<p style=\"padding-left: 30px;\">The Agile framework does not encourage autocratic behavior or delegation of authority from senior members. Rather it suggests self-organization. Team members should realize their responsibilities and organize themselves without anyone having to instruct them. Self-organization also leads to self-management.</p>\r\n\r\n<h3 style=\"padding-left: 30px;\"><strong>11. Inspect and adapt</strong></h3>\r\n<p style=\"padding-left: 30px;\">Perhaps the most important principles in Agile, “inspect” and “adapt” are incorporated into the framework to support the self-correction and self-organization Agile virtues. It is important to identify factors affecting the product value and adapt to the changes to the product design and development activity can be improved to make the product more competitive and successful in the market.</p>','What Is Agile Programming?','','inherit','closed','closed','','4694-revision-v1','','','2018-09-13 16:12:07','2018-09-13 10:42:07','',4694,'https://product.quickscrum.com/4694-revision-v1/',0,'revision','',0),(4697,12,'2018-09-13 16:12:07','2018-09-13 10:42:07','In the past, during the late 1990’s, many development methodologies started attracting public attention since they proposed a better way of developing projects. Each methodology or framework was inherently based upon traditional and old ideas as to what ideal project development ought to include. However, they all had one thing in common. There was a fundamental need to collaborate, and the development team should interact closely with the project owners to build a product that could compete and sustain itself in a competitive market. Moreover, product development should be quick, with time least spent upon working protocols and responding to authority. As a result, the concept of a tight, self-organizing team capable of delivering timed productivity and early product releases emerged. The Agile model is based upon these market-oriented needs and is specially designed to produce quick product increments through repetitive and sustained product development cycles known as sprints.\r\n\r\n<img class=\"aligncenter wp-image-3034 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/manual-vs-computerised-s-p-m-1.png\" alt=\"\" width=\"830\" height=\"369\" />\r\n\r\nWhat is an Agile model? It is not that difficult to understand Agile. Agile believes that each project should be handled uniquely, and existing development methods should be “molded” to suit the project development process in the best manner possible. In Agile, each activity is time-boxed and has to be completed within the time specially allotted for it. Agile processes should not extend the time limit under any circumstances. The project is not developed “as a whole”. Rather, it is broken down into its constituent parts – the product features and functionalities – and each part is developed independently. Development is carried out in product incremental cycles known as daily sprints. Each sprint should result in a successful “feature” release that is tested, bug-free, and deployable. The productivity “churned” out at the end of the<span style=\"color: #3366ff;\"> sprint is verified by the product owner</span> and stakeholders. The daily sprints are repeated until all the constituent product features are developed. Once developed, all features are integrated to form a complete working product.\r\n<h2><strong>Incremental and iterative nature of an Agile model</strong></h2>\r\nThe Agile model is highly flexible. It provides an opportunity to “change” the direction even after the development process begins. It is possible to incorporate the changes at any time while the development activity is underway – even late in the product development cycle. This is possible through rapid development and delivery of “shippable” product features through the incremental sprint cycles.\r\nThe Agile model is incremental and iterative.\r\n<p style=\"padding-left: 30px;\"><strong>1. Why incremental?</strong></p>\r\n<p style=\"padding-left: 30px;\">The entire product is not manufactured at once. It is produced in bits and pieces through the sprint cycles. Small “portions” of the product, in the form of features and functionality, keep on being developed by the team on a consistent basis. They “add” on to the product. Once all the features are developed, they can be “summed” up by integrating them to form a workable product. The product is built in small increments.</p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Why iterative?</strong></p>\r\n<p style=\"padding-left: 30px;\">The sprint development should be consistent and sustained. Sprint cycles have to keep on repeating until sufficient sprints are carried out and sufficient product features are developed. Since the sprint cycles have to be repetitive, the Agile development process is iterative.</p>\r\n\r\n<h2><strong>Agile process models</strong></h2>\r\nThe Agile ‘umbrella” includes several frameworks and methodologies. The most popular Agile process models are Scrum, XP, Kanban, etc. Agile Scrum and XP are most commonly used for developing software projects.\r\n<p style=\"padding-left: 30px;\"><strong>1. Extreme Programming “XP”</strong></p>\r\n<p style=\"padding-left: 30px;\">Typically featuring very short and frequent product releases, the XP development cycle is perhaps the “shortest” of all Agile process and models. However, in Agile, catering to exceptions is a part and parcel of the framework, and so the XP sprint cycle may extend beyond its normal tenure of seven to ten days. XP also features paired programming i.e. two or more developers collaborate and work together to develop the user stories (product features). The team develops and writes the product features. Emphasis is given to time estimation i.e. each feature development has to be estimated and completed within its stipulated time. The acceptance criterions or conditions required to mark the development as “complete” are carefully stated and followed during the development activity. Even though XP supports changes to the product design since it falls within the Agile umbrella, it is generally preferred for shorter software development projects where the product design is not likely to undergo major “structural” changes.</p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Scrum</strong></p>\r\n<p style=\"padding-left: 30px;\">Scrum offers a way for small and large development teams to collaborate and work together and develop the product. It is especially recommended when the product design is likely to change over time. The framework is specially designed to support all types of changes – big and small alike – even late in the product development cycle. Development is achieved through product incremental cycles – sprints – on a consistent and sustained basis. The product is manufactured through product increments, in bits and pieces. Each piece is designed and developed independently. It is thoroughly tested and documented before it is “released”. The development process is fundamentally based upon the feedback received from other team members and the stakeholders. The product is designed and built exactly as per the client’s vision. The client is closely involved with the development team during the product development process and confirms the productivity offered by the team.</p>','What is Agile model?','','inherit','closed','closed','','4693-revision-v1','','','2018-09-13 16:12:07','2018-09-13 10:42:07','',4693,'https://product.quickscrum.com/4693-revision-v1/',0,'revision','',0),(4698,12,'2018-09-13 16:12:59','2018-09-13 10:42:59','In the past, during the late 1990’s, many development methodologies started attracting public attention since they proposed a better way of developing projects. Each methodology or framework was inherently based upon traditional and old ideas as to what ideal project development ought to include. However, they all had one thing in common. There was a fundamental need to collaborate, and the development team should interact closely with the project owners to build a product that could compete and sustain itself in a competitive market. Moreover, product development should be quick, with time least spent upon working protocols and responding to authority. As a result, the concept of a tight, self-organizing team capable of delivering timed productivity and early product releases emerged. The Agile model is based upon these market-oriented needs and is specially designed to produce quick product increments through repetitive and sustained product development cycles known as sprints.\r\n\r\n<img class=\"aligncenter wp-image-3034 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/manual-vs-computerised-s-p-m-1.png\" alt=\"\" width=\"830\" height=\"369\" />\r\n\r\nWhat is an Agile model? It is not that difficult to understand Agile. Agile believes that each project should be handled uniquely, and existing development methods should be “molded” to suit the project development process in the best manner possible. In Agile, each activity is time-boxed and has to be completed within the time specially allotted for it. Agile processes should not extend the time limit under any circumstances. The project is not developed “as a whole”. Rather, it is broken down into its constituent parts – the product features and functionalities – and each part is developed independently. Development is carried out in product incremental cycles known as daily sprints. Each sprint should result in a successful “feature” release that is tested, bug-free, and deployable. The productivity “churned” out at the end of the<span style=\"color: #3366ff;\"> sprint is verified by the product owner</span> and stakeholders. The daily sprints are repeated until all the constituent product features are developed. Once developed, all features are integrated to form a complete working product.\r\n<h2><strong>Incremental and iterative nature of an Agile model</strong></h2>\r\nThe Agile model is highly flexible. It provides an opportunity to “change” the direction even after the development process begins. It is possible to incorporate the changes at any time while the development activity is underway – even late in the product development cycle. This is possible through rapid development and delivery of “shippable” product features through the incremental sprint cycles.\r\nThe Agile model is incremental and iterative.\r\n<p style=\"padding-left: 30px;\"><strong>1. Why incremental?</strong></p>\r\n<p style=\"padding-left: 30px;\">The entire product is not manufactured at once. It is produced in bits and pieces through the sprint cycles. Small “portions” of the product, in the form of features and functionality, keep on being developed by the team on a consistent basis. They “add” on to the product. Once all the features are developed, they can be “summed” up by integrating them to form a workable product. The product is built in small increments.</p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Why iterative?</strong></p>\r\n<p style=\"padding-left: 30px;\">The sprint development should be consistent and sustained. Sprint cycles have to keep on repeating until sufficient sprints are carried out and sufficient product features are developed. Since the sprint cycles have to be repetitive, the Agile development process is iterative.</p>\r\n\r\n<h2><strong>Agile process models</strong></h2>\r\nThe Agile ‘umbrella” includes several frameworks and methodologies. The most popular Agile process models are Scrum, XP, Kanban, etc. Agile Scrum and XP are most commonly used for developing software projects.\r\n<p style=\"padding-left: 30px;\"><strong>1. Extreme Programming “XP”</strong></p>\r\n<p style=\"padding-left: 30px;\">Typically featuring very short and frequent product releases, the XP development cycle is perhaps the “shortest” of all Agile process and models. However, in Agile, catering to exceptions is a part and parcel of the framework, and so the XP sprint cycle may extend beyond its normal tenure of seven to ten days. XP also features paired programming i.e. two or more developers collaborate and work together to develop the user stories (product features). The team develops and writes the product features. Emphasis is given to time estimation i.e. each feature development has to be estimated and completed within its stipulated time. The acceptance criterions or conditions required to mark the development as “complete” are carefully stated and followed during the development activity. Even though XP supports changes to the product design since it falls within the Agile umbrella, it is generally preferred for shorter software development projects where the product design is not likely to undergo major “structural” changes.</p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Scrum</strong></p>\r\n<p style=\"padding-left: 30px;\">Scrum offers a way for small and large development teams to collaborate and work together and develop the product. It is especially recommended when the product design is likely to change over time. The framework is specially designed to support all types of changes – big and small alike – even late in the product development cycle. Development is achieved through product incremental cycles – sprints – on a consistent and sustained basis. The product is manufactured through product increments, in bits and pieces. Each piece is designed and developed independently. It is thoroughly tested and documented before it is “released”. The development process is fundamentally based upon the feedback received from other team members and the stakeholders. The product is designed and built exactly as per the client’s vision. The client is closely involved with the development team during the product development process and confirms the productivity offered by the team.</p>','What is Agile model?','','inherit','closed','closed','','4693-autosave-v1','','','2018-09-13 16:12:59','2018-09-13 10:42:59','',4693,'https://product.quickscrum.com/4693-autosave-v1/',0,'revision','',0),(4699,13,'2018-09-13 16:14:07','2018-09-13 10:44:07','<p class=\"article-text\">User stories in Scrum are a short description of a particular product feature or functionality to be developed in the project. User stories are generally written from the end user’s perspective. This is important because Agile concentrates upon the requirements of people who are actually going to use a product or its features. This generally includes the end user, but stakeholders can also request “feature” based requirements if they feel it can enhance the product’s worth in the market. Sometimes, team members may feel a product feature can be further enhanced and made more “user-friendly” if it contains an added functionality. Therefore, they may request additional functionality to be included in a feature. Since user stories are important in Scrum, they should be written in a specific manner to ensure they are effective and useful.</p>\r\n<p class=\"article-text\">How to write user stories? Stories can be written in many ways. Scrum is a framework, therefore, it does not prescribe exact definitions and rules about how activities should be actually carried out in a project. Rather it provides guidelines and Agile teams have to implement those guidelines in their projects to avail Agile benefits. Generally, user stories follow a “standard” format used by most professionals.</p>\r\nAs a <strong><user></strong> I want <strong><some activity></strong> so that <strong><some result or goal></strong>\r\n\r\nFor example:\r\n\r\nAs a <strong><Smart phone retailer></strong> I want <strong><to create an online smartphone gallery></strong> so that <strong><I can sell my smart phones></strong>\r\n\r\nTraditionally, user stories used to be written down on index cards and “pasted” on Scrum whiteboards so every team member could refer to them from time to time. Some organisations still follow traditional Scrum practices and use the whiteboards. Another option is to use computerised or digital Scrum tools or applications which offer features to create and manage user stories in the project.\r\n<h2 class=\"article-title2\">What to focus upon while writing user stories</h2>\r\nUser stories are very important. It is important to keep a few points in mind while writing them. It is imperative that the stories be useful, developable, meaningful, and testable. Moreover, they should possess a certain “business value” once they are developed.\r\n<h3><strong>Should be valuable</strong></h3>\r\nEach story represents a product feature or a functionality. The feature should be “valuable” i.e. it should have a certain importance or “worth” from the market point of view. Meaningful user stories that result in useful and important functionality from the end user’s perspective carry more business value and make the product more “valuable”. Stories should be written such that the features they “include” are used more often by end users. They should have a certain “rationale” and justify why they are needed. When user stories carry a high value, the final product automatically assumes a certain “market worth” once all of the stories are integrated to form a working “release” of the product.\r\n<h3><strong>Target a particular “user”</strong></h3>\r\nAgile Scrum focuses primarily on end users and stakeholders. They decide how much a particular feature is worth and whether it should be developed or not. Stories are generally written from the end user’s perspective. However, if the development team feels a certain feature or functionality can increase the product’s worth or value, or if the functionality is needed for technical reasons, it can suggest stories and have them<span style=\"color: #3366ff;\"> “accepted” by the product owner</span> for development purposes. Each story should focus upon a specific end user or a customer. Stories can be effectively developed only if they are written keeping a certain “audience” or user in mind. That way, it becomes easy to define the “need” aspect, and how the story should ideally function. Moreover, each story, when designed, should have a specific objective and reason why it is needed, and why it should exist in the product backlog.\r\n<h3><strong>Have clear “acceptance criteria”</strong></h3>\r\nStories are written to fulfill a certain objective. It is highly important to adjudge whether a particular user story can fulfill the purpose for which it has been developed. Acceptance criteria are unique conditions or benchmark parameters linked with each user story. After a story is developed, it is “checked” whether the “acceptance” conditions are successfully met, and whether the story functions in the manner as originally envisioned. It becomes meaningless if the story cannot satisfy the primary objective for which it has been written or designed. An acceptance criterion helps to determine if a story has been developed successfully, and is deployable or “shippable”. In Scrum, only shippable user stories should be developed through the daily sprints.\r\n<h3><strong>Should be testable</strong></h3>\r\nScrum stresses upon bug-free functionality. Each story should be linked with certain acceptance criteria and should be testable. Stories designed to develop product functionality and features should be linked with proper technical “acceptance” criteria so they can be tested. Other stories concentrating upon documentation, creation of user manual, online help features etc. i.e. functionality which is not “codeable” but needed directly or indirectly to support, or complement, the development activity should be associated with certain quality approval parameters so that they can assume a certain standard and “quality” status once they are created. In short, every story – technical or otherwise - should be testable, and tested thoroughly before being accepted as “Done”.\r\n<h3><strong>Be small and easily developable</strong></h3>\r\nIt becomes easy to <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" target=\"_blank\">manage and develop user stories</a></span> if they are concise, or small. Smaller stories can be easily taken up for development during the daily sprints, and since they can be easily tested, the sprint cycle can sustain the team velocity through the development and delivery of small product functionality. Consistent and sustained product increments are possible only when user stories are small, manageable, and easily developable.\r\n<h3><strong>Described properly in details</strong></h3>\r\nA user story includes several “parts” i.e. its description, serial or index number, explanation, its business value in terms of story points, the “nature” of the story – whether the story is a “bug” to be rectified or a standard product feature/functionality – and any other information which can make the user story more “understandable”. Well defined and clearly stated stories can make development activity easy since the team becomes quite clear about how the feature is to be developed, and how the acceptance criteria should be ideally met to make the stories shippable.','How to write user stories?','','publish','open','open','','how-to-write-user-stories','','','2018-09-13 16:14:07','2018-09-13 10:44:07','',0,'https://product.quickscrum.com/?p=4699',0,'post','',0),(4700,13,'2018-09-13 16:13:52','2018-09-13 10:43:52','<p class=\"article-text\">User stories in Scrum are a short description of a particular product feature or functionality to be developed in the project. User stories are generally written from the end user’s perspective. This is important because Agile concentrates upon the requirements of people who are actually going to use a product or its features. This generally includes the end user, but stakeholders can also request “feature” based requirements if they feel it can enhance the product’s worth in the market. Sometimes, team members may feel a product feature can be further enhanced and made more “user-friendly” if it contains an added functionality. Therefore, they may request additional functionality to be included in a feature. Since user stories are important in Scrum, they should be written in a specific manner to ensure they are effective and useful.</p>\r\n<p class=\"article-text\">How to write user stories? Stories can be written in many ways. Scrum is a framework, therefore, it does not prescribe exact definitions and rules about how activities should be actually carried out in a project. Rather it provides guidelines and Agile teams have to implement those guidelines in their projects to avail Agile benefits. Generally, user stories follow a “standard” format used by most professionals.</p>\r\nAs a <strong><user></strong> I want <strong><some activity></strong> so that <strong><some result or goal></strong>\r\n\r\nFor example:\r\n\r\nAs a <strong><Smart phone retailer></strong> I want <strong><to create an online smartphone gallery></strong> so that <strong><I can sell my smart phones></strong>\r\n\r\nTraditionally, user stories used to be written down on index cards and “pasted” on Scrum whiteboards so every team member could refer to them from time to time. Some organisations still follow traditional Scrum practices and use the whiteboards. Another option is to use computerised or digital Scrum tools or applications which offer features to create and manage user stories in the project.\r\n<h2 class=\"article-title2\">What to focus upon while writing user stories</h2>\r\nUser stories are very important. It is important to keep a few points in mind while writing them. It is imperative that the stories be useful, developable, meaningful, and testable. Moreover, they should possess a certain “business value” once they are developed.\r\n<h3><strong>Should be valuable</strong></h3>\r\nEach story represents a product feature or a functionality. The feature should be “valuable” i.e. it should have a certain importance or “worth” from the market point of view. Meaningful user stories that result in useful and important functionality from the end user’s perspective carry more business value and make the product more “valuable”. Stories should be written such that the features they “include” are used more often by end users. They should have a certain “rationale” and justify why they are needed. When user stories carry a high value, the final product automatically assumes a certain “market worth” once all of the stories are integrated to form a working “release” of the product.\r\n<h3><strong>Target a particular “user”</strong></h3>\r\nAgile Scrum focuses primarily on end users and stakeholders. They decide how much a particular feature is worth and whether it should be developed or not. Stories are generally written from the end user’s perspective. However, if the development team feels a certain feature or functionality can increase the product’s worth or value, or if the functionality is needed for technical reasons, it can suggest stories and have them<span style=\"color: #3366ff;\"> “accepted” by the product owner</span> for development purposes. Each story should focus upon a specific end user or a customer. Stories can be effectively developed only if they are written keeping a certain “audience” or user in mind. That way, it becomes easy to define the “need” aspect, and how the story should ideally function. Moreover, each story, when designed, should have a specific objective and reason why it is needed, and why it should exist in the product backlog.\r\n<h3><strong>Have clear “acceptance criteria”</strong></h3>\r\nStories are written to fulfill a certain objective. It is highly important to adjudge whether a particular user story can fulfill the purpose for which it has been developed. Acceptance criteria are unique conditions or benchmark parameters linked with each user story. After a story is developed, it is “checked” whether the “acceptance” conditions are successfully met, and whether the story functions in the manner as originally envisioned. It becomes meaningless if the story cannot satisfy the primary objective for which it has been written or designed. An acceptance criterion helps to determine if a story has been developed successfully, and is deployable or “shippable”. In Scrum, only shippable user stories should be developed through the daily sprints.\r\n<h3><strong>Should be testable</strong></h3>\r\nScrum stresses upon bug-free functionality. Each story should be linked with certain acceptance criteria and should be testable. Stories designed to develop product functionality and features should be linked with proper technical “acceptance” criteria so they can be tested. Other stories concentrating upon documentation, creation of user manual, online help features etc. i.e. functionality which is not “codeable” but needed directly or indirectly to support, or complement, the development activity should be associated with certain quality approval parameters so that they can assume a certain standard and “quality” status once they are created. In short, every story – technical or otherwise - should be testable, and tested thoroughly before being accepted as “Done”.\r\n<h3><strong>Be small and easily developable</strong></h3>\r\nIt becomes easy to <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" target=\"_blank\">manage and develop user stories</a></span> if they are concise, or small. Smaller stories can be easily taken up for development during the daily sprints, and since they can be easily tested, the sprint cycle can sustain the team velocity through the development and delivery of small product functionality. Consistent and sustained product increments are possible only when user stories are small, manageable, and easily developable.\r\n<h3><strong>Described properly in details</strong></h3>\r\nA user story includes several “parts” i.e. its description, serial or index number, explanation, its business value in terms of story points, the “nature” of the story – whether the story is a “bug” to be rectified or a standard product feature/functionality – and any other information which can make the user story more “understandable”. Well defined and clearly stated stories can make development activity easy since the team becomes quite clear about how the feature is to be developed, and how the acceptance criteria should be ideally met to make the stories shippable.','How to write user stories?','','inherit','closed','closed','','4699-revision-v1','','','2018-09-13 16:13:52','2018-09-13 10:43:52','',4699,'https://product.quickscrum.com/4699-revision-v1/',0,'revision','',0),(4701,13,'2018-09-13 16:16:04','2018-09-13 10:46:04','In Scrum, a user story is a short and simple description of a product feature. A stakeholder, an end user, or a team member may request a feature. In Scrum, the product is “manufactured” by developing the product features existing as user stories in the <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"https://www.quickscrum.com/Home/ProductBacklog\" target=\"_blank\" rel=\"noopener\">product backlog</a></span> – a master list containing all functionality and features required to develop a working model of the product – through the daily product incremental cycles known as sprints.\r\n\r\nWhat is user stories? In simple terms, a user story can be understood as an independent product “part” that is required to be developed by programmers or developers in the daily sprint cycle. In Scrum, the entire product is broken down into its constituent features and functionalities. Each feature or functionality is described as a user story in the product backlog. At the time of development, few user stories having high business values are taken from the top of the product backlog (the backlog has to be “groomed” or prioritized as per the business value or “market worth” of each story “contained” in it) and transferred to a “sprint backlog”. The sprint backlog is “processed” for development in the sprint cycle. Each working day, developers “work” upon a particular story and develop it using a programming language (C++, Visual Basic, etc.) or a web development platform (PHP, Java, Joomla, Ruby, etc.). Each sprint “extends” for a predetermined period. It cannot be extended. The user story has to be developed before the sprint ends. Once a story is developed, it is presented for “verification” to the product owner and stakeholders. The story is accepted as “Done” when they okay the development. Each story, when developed, results in a fully functional, bug-free, and deployable product feature. After all user stories are developed, they are “integrated” to form a working version of the final deployable product.\r\n<h2 class=\"article-title2\">What to consider while writing Scrum stories</h2>\r\nUser stories are <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\">essential to Scrum and they help to organize</a></span> and prioritize the development activity. Ideally, while writing Scrum stories, the fundamental Agile virtues, which are:\r\n<ul>\r\n <li class=\"article-text\">Continuous delivery of product features</li>\r\n <li class=\"article-text\">Face-to-face interactions between the team and end-users</li>\r\n <li class=\"article-text\">Collaboration</li>\r\n</ul>\r\nShould be “utilized” to avail an “in-depth” insight as to what the feature really is, and what should it actually consist of to be useful to the end-user.\r\n\r\nThe story should focus upon:\r\n\r\n<em><strong>Actor</strong></em>\r\nThe person or thing (noun) using the feature or service.\r\n<em><strong>Narrative</strong></em>\r\nWhat is required, or needed to be done (verb).\r\n<em><strong>Goal</strong></em>\r\nThe outcome or result desired out of the activity.\r\n\r\nIn Agile, <a class=\"link-hover\" dir=\"ltr\" target=\"_blank\">user stories</a> should also include the acceptance criteria – “what” should be done, and in what “manner” - for quality assurance purposes. Each story when developed should be thoroughly tested and bug-free. In addition, stories have to be documented and should be “shippable” i.e. ready for deployment to the end user.\r\n<h2>How to write user stories</h2>\r\nIt is not difficult to write user stories. A team member may write a user story in a number of ways, however, for the stories to be effective and usable, it is imperative they are written from the end user’s point-of-view and perspective. Scrum focuses primarily on the end user and stakeholders. Scrum events and activities are designed primarily keeping these two entities in mind. When user stories are written from the user’s point of view, they end up reflecting a true picture of what its features ideally should be from the market’s perspective. That way, stories can become more useful, effective, and possess a certain “business value”\r\n\r\nTypically, user stories should follow a certain “format” while they are drafted:\r\n\r\nAs a <strong>[some type of user]</strong> I want <strong>[to do “something” or fulfill a certain objective]</strong> so that <strong>[something can “occur”]</strong>\r\n\r\nFor example:\r\n\r\nAs a <strong>[product promoter]</strong> I want <strong>[to upload a video from my local machine]</strong> so that <strong>[any user can view it]</strong>\r\n\r\nFrom the software developer’s perspective, a user story ought to be written as:\r\nAs a <strong>[role]</strong> I want <strong>[feature]</strong> so that <strong>[goal]</strong>\r\n\r\n','What is user stories?','','publish','open','open','','what-is-user-stories','','','2018-09-13 16:16:04','2018-09-13 10:46:04','',0,'https://product.quickscrum.com/?p=4701',0,'post','',0),(4702,12,'2018-09-13 16:16:07','2018-09-13 10:46:07','<p class=\"article-text\">The Agile method can be understood as a model based on the incremental product development process with a special focus on process adaptability and client satisfaction. A cross-function development team collaborates to develop the product through incremental product cycles which keep on repeating on a consistent basis until the entire product is developed.</p>\r\n<p class=\"article-text\">What is the Agile method? In Agile, the product is “manufactured” through incremental cycles known as sprints. The entire product is not manufactured “at a go” like it is done in traditional Waterfall method. Instead, the product is <a class=\"link-hover\" dir=\"ltr\" target=\"_blank\">built in “bits” and “pieces” through sprint cycles</a>. At the end of each sprint, “some” product features and functionality is developed by the team. Each feature is properly tested, documented, and presented to the product owner and stakeholders for “verification” purposes. Once they Okay the development, it is accepted as “Done”. The sprint cycles are repeated until all the product features are developed. Subsequently, the features and functionality are integrated to form a complete working product.</p>\r\n\r\n<h1 class=\"article-title2\">Fundamental principles followed in Agile methodology process</h1>\r\n<p class=\"article-text\">In a true sense, Agile is not a methodology, but a framework. However, many individuals still refer to Agile as a “methodology”. The Agile process is much different as compared to traditional development approaches like Waterfall. Agile believes that each process should be “handled” uniquely based upon the nature and complexity of the product to be developed. Moreover, each project has to be “tailored” as per Agile principles to avail the maximum benefit in terms of team productivity and a successful project release. Therefore, Agile has to be “implemented” in a project.</p>\r\n<p class=\"article-text\">A few fundamental principles define the Agile methodology process.</p>\r\n<p class=\"article-text\"><strong>Individuals and interactions</strong>\r\nSelf-organized and self-motivated teams collaborate and interact to develop the product. The teams may be situated in a common “location” or may be disjointed. The team members may work independently or in pairs (paired programming).</p>\r\n<p class=\"article-text\"><strong>Working software</strong>\r\nDeveloped and “working” software takes precedence over documentation and management protocols. The best method of “defining” productivity is to develop bug-free and deployable software that is accepted by the client(s).</p>\r\n<p class=\"article-text\"><strong>Customer collaboration</strong>\r\nThe client, or the customer, remains closely involved with the development activity and “clears” all “development” offered by the Agile team. Client interaction and collaboration forms are an inherent part of the Agile process.</p>\r\n<p class=\"article-text\"><strong>Responding to changes</strong>\r\nThe framework facilitates any changes, as and when required, to be incorporated in the product design and development – even late during in the product development cycle. Changes in the product features and functionality can, and should, be quickly incorporated in the product design.</p>\r\n\r\n<h1 class=\"article-title2\">Advantages of Agile approaches and development</h1>\r\n<p class=\"article-text\">Agile approaches offer several benefits.</p>\r\n\r\n<ul>\r\n <li class=\"article-text\">Offers a practical and realistic approach towards software development.</li>\r\n <li class=\"article-text\">Promotes and encourages teamwork as well as cross training. Individual team members “contribute” more towards development.</li>\r\n <li class=\"article-text\">Product functionality can not only be developed quickly but also <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\">demonstrated to the product owners</a></span>, project owners, and stakeholders.</li>\r\n <li class=\"article-text\">Resources requirements are kept at a minimum. Operation overheads are significantly reduced.</li>\r\n <li class=\"article-text\">Ideally suited for developing products whose “design” and functionality is likely to change with time. However, other projects can also be successfully developed using the Agile framework</li>\r\n <li class=\"article-text\">Early and sustained delivery of product features and functionality.</li>\r\n <li class=\"article-text\">Very few rules and principles to be followed. The framework can be easily implemented if the process is understood and known properly.</li>\r\n <li class=\"article-text\">Involves very “little” planning in the initial stages. Once production begins, the time required to develop the product is further reduced to a bare minimum – the team has to think about what needs to be developed “at the moment” rather than “thinking” about the entire product development.</li>\r\n <li class=\"article-text\">The development team is able to perform better and offer more meaningful productivity owing to collaborative efforts.</li>\r\n</ul>','What is Agile method?','','publish','open','open','','what-is-agile-method','','','2018-09-13 16:16:07','2018-09-13 10:46:07','',0,'https://product.quickscrum.com/?p=4702',0,'post','',0),(4703,13,'2018-09-13 16:15:57','2018-09-13 10:45:57','In Scrum, a user story is a short and simple description of a product feature. A stakeholder, an end user, or a team member may request a feature. In Scrum, the product is “manufactured” by developing the product features existing as user stories in the <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"https://www.quickscrum.com/Home/ProductBacklog\" target=\"_blank\" rel=\"noopener\">product backlog</a></span> – a master list containing all functionality and features required to develop a working model of the product – through the daily product incremental cycles known as sprints.\r\n\r\nWhat is user stories? In simple terms, a user story can be understood as an independent product “part” that is required to be developed by programmers or developers in the daily sprint cycle. In Scrum, the entire product is broken down into its constituent features and functionalities. Each feature or functionality is described as a user story in the product backlog. At the time of development, few user stories having high business values are taken from the top of the product backlog (the backlog has to be “groomed” or prioritized as per the business value or “market worth” of each story “contained” in it) and transferred to a “sprint backlog”. The sprint backlog is “processed” for development in the sprint cycle. Each working day, developers “work” upon a particular story and develop it using a programming language (C++, Visual Basic, etc.) or a web development platform (PHP, Java, Joomla, Ruby, etc.). Each sprint “extends” for a predetermined period. It cannot be extended. The user story has to be developed before the sprint ends. Once a story is developed, it is presented for “verification” to the product owner and stakeholders. The story is accepted as “Done” when they okay the development. Each story, when developed, results in a fully functional, bug-free, and deployable product feature. After all user stories are developed, they are “integrated” to form a working version of the final deployable product.\r\n<h2 class=\"article-title2\">What to consider while writing Scrum stories</h2>\r\nUser stories are <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\">essential to Scrum and they help to organize</a></span> and prioritize the development activity. Ideally, while writing Scrum stories, the fundamental Agile virtues, which are:\r\n<ul>\r\n <li class=\"article-text\">Continuous delivery of product features</li>\r\n <li class=\"article-text\">Face-to-face interactions between the team and end-users</li>\r\n <li class=\"article-text\">Collaboration</li>\r\n</ul>\r\nShould be “utilized” to avail an “in-depth” insight as to what the feature really is, and what should it actually consist of to be useful to the end-user.\r\n\r\nThe story should focus upon:\r\n\r\n<em><strong>Actor</strong></em>\r\nThe person or thing (noun) using the feature or service.\r\n<em><strong>Narrative</strong></em>\r\nWhat is required, or needed to be done (verb).\r\n<em><strong>Goal</strong></em>\r\nThe outcome or result desired out of the activity.\r\n\r\nIn Agile, <a class=\"link-hover\" dir=\"ltr\" target=\"_blank\">user stories</a> should also include the acceptance criteria – “what” should be done, and in what “manner” - for quality assurance purposes. Each story when developed should be thoroughly tested and bug-free. In addition, stories have to be documented and should be “shippable” i.e. ready for deployment to the end user.\r\n<h2>How to write user stories</h2>\r\nIt is not difficult to write user stories. A team member may write a user story in a number of ways, however, for the stories to be effective and usable, it is imperative they are written from the end user’s point-of-view and perspective. Scrum focuses primarily on the end user and stakeholders. Scrum events and activities are designed primarily keeping these two entities in mind. When user stories are written from the user’s point of view, they end up reflecting a true picture of what its features ideally should be from the market’s perspective. That way, stories can become more useful, effective, and possess a certain “business value”\r\n\r\nTypically, user stories should follow a certain “format” while they are drafted:\r\n\r\nAs a <strong>[some type of user]</strong> I want <strong>[to do “something” or fulfill a certain objective]</strong> so that <strong>[something can “occur”]</strong>\r\n\r\nFor example:\r\n\r\nAs a <strong>[product promoter]</strong> I want <strong>[to upload a video from my local machine]</strong> so that <strong>[any user can view it]</strong>\r\n\r\nFrom the software developer’s perspective, a user story ought to be written as:\r\nAs a <strong>[role]</strong> I want <strong>[feature]</strong> so that <strong>[goal]</strong>\r\n\r\n','What is user stories?','','inherit','closed','closed','','4701-revision-v1','','','2018-09-13 16:15:57','2018-09-13 10:45:57','',4701,'https://product.quickscrum.com/4701-revision-v1/',0,'revision','',0),(4704,12,'2018-09-13 16:16:07','2018-09-13 10:46:07','<p class=\"article-text\">The Agile method can be understood as a model based on the incremental product development process with a special focus on process adaptability and client satisfaction. A cross-function development team collaborates to develop the product through incremental product cycles which keep on repeating on a consistent basis until the entire product is developed.</p>\r\n<p class=\"article-text\">What is the Agile method? In Agile, the product is “manufactured” through incremental cycles known as sprints. The entire product is not manufactured “at a go” like it is done in traditional Waterfall method. Instead, the product is <a class=\"link-hover\" dir=\"ltr\" target=\"_blank\">built in “bits” and “pieces” through sprint cycles</a>. At the end of each sprint, “some” product features and functionality is developed by the team. Each feature is properly tested, documented, and presented to the product owner and stakeholders for “verification” purposes. Once they Okay the development, it is accepted as “Done”. The sprint cycles are repeated until all the product features are developed. Subsequently, the features and functionality are integrated to form a complete working product.</p>\r\n\r\n<h1 class=\"article-title2\">Fundamental principles followed in Agile methodology process</h1>\r\n<p class=\"article-text\">In a true sense, Agile is not a methodology, but a framework. However, many individuals still refer to Agile as a “methodology”. The Agile process is much different as compared to traditional development approaches like Waterfall. Agile believes that each process should be “handled” uniquely based upon the nature and complexity of the product to be developed. Moreover, each project has to be “tailored” as per Agile principles to avail the maximum benefit in terms of team productivity and a successful project release. Therefore, Agile has to be “implemented” in a project.</p>\r\n<p class=\"article-text\">A few fundamental principles define the Agile methodology process.</p>\r\n<p class=\"article-text\"><strong>Individuals and interactions</strong>\r\nSelf-organized and self-motivated teams collaborate and interact to develop the product. The teams may be situated in a common “location” or may be disjointed. The team members may work independently or in pairs (paired programming).</p>\r\n<p class=\"article-text\"><strong>Working software</strong>\r\nDeveloped and “working” software takes precedence over documentation and management protocols. The best method of “defining” productivity is to develop bug-free and deployable software that is accepted by the client(s).</p>\r\n<p class=\"article-text\"><strong>Customer collaboration</strong>\r\nThe client, or the customer, remains closely involved with the development activity and “clears” all “development” offered by the Agile team. Client interaction and collaboration forms are an inherent part of the Agile process.</p>\r\n<p class=\"article-text\"><strong>Responding to changes</strong>\r\nThe framework facilitates any changes, as and when required, to be incorporated in the product design and development – even late during in the product development cycle. Changes in the product features and functionality can, and should, be quickly incorporated in the product design.</p>\r\n\r\n<h1 class=\"article-title2\">Advantages of Agile approaches and development</h1>\r\n<p class=\"article-text\">Agile approaches offer several benefits.</p>\r\n\r\n<ul>\r\n <li class=\"article-text\">Offers a practical and realistic approach towards software development.</li>\r\n <li class=\"article-text\">Promotes and encourages teamwork as well as cross training. Individual team members “contribute” more towards development.</li>\r\n <li class=\"article-text\">Product functionality can not only be developed quickly but also <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\">demonstrated to the product owners</a></span>, project owners, and stakeholders.</li>\r\n <li class=\"article-text\">Resources requirements are kept at a minimum. Operation overheads are significantly reduced.</li>\r\n <li class=\"article-text\">Ideally suited for developing products whose “design” and functionality is likely to change with time. However, other projects can also be successfully developed using the Agile framework</li>\r\n <li class=\"article-text\">Early and sustained delivery of product features and functionality.</li>\r\n <li class=\"article-text\">Very few rules and principles to be followed. The framework can be easily implemented if the process is understood and known properly.</li>\r\n <li class=\"article-text\">Involves very “little” planning in the initial stages. Once production begins, the time required to develop the product is further reduced to a bare minimum – the team has to think about what needs to be developed “at the moment” rather than “thinking” about the entire product development.</li>\r\n <li class=\"article-text\">The development team is able to perform better and offer more meaningful productivity owing to collaborative efforts.</li>\r\n</ul>','What is Agile method?','','inherit','closed','closed','','4702-revision-v1','','','2018-09-13 16:16:07','2018-09-13 10:46:07','',4702,'https://product.quickscrum.com/4702-revision-v1/',0,'revision','',0),(4705,12,'2018-09-13 16:16:32','2018-09-13 10:46:32','<p class=\"article-text\">The Agile method can be understood as a model based on the incremental product development process with a special focus on process adaptability and client satisfaction. A cross-function development team collaborates to develop the product through incremental product cycles which keep on repeating on a consistent basis until the entire product is developed.</p>\r\n<p class=\"article-text\">What is the Agile method? In Agile, the product is “manufactured” through incremental cycles known as sprints. The entire product is not manufactured “at a go” like it is done in traditional Waterfall method. Instead, the product is <a class=\"link-hover\" dir=\"ltr\" target=\"_blank\">built in “bits” and “pieces” through sprint cycles</a>. At the end of each sprint, “some” product features and functionality is developed by the team. Each feature is properly tested, documented, and presented to the product owner and stakeholders for “verification” purposes. Once they Okay the development, it is accepted as “Done”. The sprint cycles are repeated until all the product features are developed. Subsequently, the features and functionality are integrated to form a complete working product.</p>\r\n\r\n<h1 class=\"article-title2\">Fundamental principles followed in Agile methodology process</h1>\r\n<p class=\"article-text\">In a true sense, Agile is not a methodology, but a framework. However, many individuals still refer to Agile as a “methodology”. The Agile process is much different as compared to traditional development approaches like Waterfall. Agile believes that each process should be “handled” uniquely based upon the nature and complexity of the product to be developed. Moreover, each project has to be “tailored” as per Agile principles to avail the maximum benefit in terms of team productivity and a successful project release. Therefore, Agile has to be “implemented” in a project.</p>\r\n<p class=\"article-text\">A few fundamental principles define the Agile methodology process.</p>\r\n<p class=\"article-text\"><strong>Individuals and interactions</strong>\r\nSelf-organized and self-motivated teams collaborate and interact to develop the product. The teams may be situated in a common “location” or may be disjointed. The team members may work independently or in pairs (paired programming).</p>\r\n<p class=\"article-text\"><strong>Working software</strong>\r\nDeveloped and “working” software takes precedence over documentation and management protocols. The best method of “defining” productivity is to develop bug-free and deployable software that is accepted by the client(s).</p>\r\n<p class=\"article-text\"><strong>Customer collaboration</strong>\r\nThe client, or the customer, remains closely involved with the development activity and “clears” all “development” offered by the Agile team. Client interaction and collaboration forms are an inherent part of the Agile process.</p>\r\n<p class=\"article-text\"><strong>Responding to changes</strong>\r\nThe framework facilitates any changes, as and when required, to be incorporated in the product design and development – even late during in the product development cycle. Changes in the product features and functionality can, and should, be quickly incorporated in the product design.</p>\r\n\r\n<h1 class=\"article-title2\">Advantages of Agile approaches and development</h1>\r\n<p class=\"article-text\">Agile approaches offer several benefits.</p>\r\n\r\n<ul>\r\n <li class=\"article-text\">Offers a practical and realistic approach towards software development.</li>\r\n <li class=\"article-text\">Promotes and encourages teamwork as well as cross training. Individual team members “contribute” more towards development.</li>\r\n <li class=\"article-text\">Product functionality can not only be developed quickly but also <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\">demonstrated to the product owners</a></span>, project owners, and stakeholders.</li>\r\n <li class=\"article-text\">Resources requirements are kept at a minimum. Operation overheads are significantly reduced.</li>\r\n <li class=\"article-text\">Ideally suited for developing products whose “design” and functionality is likely to change with time. However, other projects can also be successfully developed using the Agile framework</li>\r\n <li class=\"article-text\">Early and sustained delivery of product features and functionality.</li>\r\n <li class=\"article-text\">Very few rules and principles to be followed. The framework can be easily implemented if the process is understood and known properly.</li>\r\n <li class=\"article-text\">Involves very “little” planning in the initial stages. Once production begins, the time required to develop the product is further reduced to a bare minimum – the team has to think about what needs to be developed “at the moment” rather than “thinking” about the entire product development.</li>\r\n <li class=\"article-text\">The development team is able to perform better and offer more meaningful productivity owing to collaborative efforts.</li>\r\n</ul>','What is Agile method?','','inherit','closed','closed','','4702-autosave-v1','','','2018-09-13 16:16:32','2018-09-13 10:46:32','',4702,'https://product.quickscrum.com/4702-autosave-v1/',0,'revision','',0),(4706,13,'2018-09-13 16:18:40','2018-09-13 10:48:40','QuickScrum helps to unlock the power of Agile Scrum into your projects – whether you are a “seasoned” Agile professional or a novice - just starting with Scrum – you can get started with Scrum implementation and get your projects “going” right away!\r\n\r\nThe <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"https://www.quickscrum.com/Home/ScrumTool\" target=\"_blank\" rel=\"noopener\">Scrum tool</a></span> plays an indispensable part in planning and developing your software projects.\r\n<h3 style=\"padding-left: 30px;\">It can help you:</h3>\r\n<ul class=\"custom-padding-left-60\">\r\n <li>Create and estimate user stories.</li>\r\n <li>Effortlessly create and maintain product backlogs.</li>\r\n <li>Define and design your sprints.</li>\r\n <li>Identify team progress and velocity through dynamically generated burndown and velocity charts.</li>\r\n <li>Visualise the entire team activity on a “single” platform.</li>\r\n <li>Avail customized reports to get an insight about your project’s status.</li>\r\n</ul>\r\n<img class=\"wp-image-3013 size-full aligncenter\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/scrum-tool-article-main.png\" alt=\"\" width=\"830\" height=\"409\" />\r\n<h2>QuickScrum <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\">Scrum tool</a></span> advantages</h2>\r\nThe tool offers many benefits and is a “must have” for all Scrum whiteboard users. The tool offers several facilities and features that are not found, and not possible to have while using a traditional whiteboard. It offers an “automated” Scrum implementation solution for the entire team.\r\n<h3 style=\"padding-left: 30px;\">1. Search anything at your fingertips</h3>\r\n<p style=\"padding-left: 30px;\">A trademark feature of the tool, very few other Scrum tools offers a facility wherein you can search for any type of project related information without leaving your current page. Envisioned and designed specially to aid the Scrum team, the search features to ensure you have quick and easy access to any aspect or information pertaining to your ongoing project. Find, check, edit, and delete whatever you need to – instantly!</p>\r\n\r\n<h3 style=\"padding-left: 30px;\">2. Manage product backlogs of any size and complexity</h3>\r\n<p style=\"padding-left: 30px;\">Product backlogs form the “heart” of a Scrum based software project. The tool supports the creation of new user stories, their modification, and removal. It is very easy to create, search, and list out user stories based upon your specific searching criteria. The product backlog management supports drag-and-drop features which help in the backlog grooming activity. It is easy to carry out the backlog refinement sessions with the entire team using the backlog management features. What’s more, you can create and maintain product backlogs of any size and complexity.</p>\r\n\r\n<h3 style=\"padding-left: 30px;\">3. Plan multiple sprints simultaneously</h3>\r\n<p style=\"padding-left: 30px;\">Multiple sprints can be designed and planned on a single page.</p>\r\n\r\n<h3 style=\"padding-left: 30px;\">4. Access Scrum taskboard from anywhere</h3>\r\n<p style=\"padding-left: 30px;\">Very essential for distributed or disjoint development teams, the tool offers a common, shared access to all team members. Each member can log on and view instant updates on the taskboard. The taskboard helps to foster collaboration through live updates of activity carried out by other team members. The taskboard features can be accessed from anywhere.</p>\r\n\r\n<h3 style=\"padding-left: 30px;\">5. Live Burndown charts</h3>\r\n<p style=\"padding-left: 30px;\">Generate burndown charts that display the most current team progress. Compare ideal team progress with your current team velocity and monitor projects in a dynamic way. An essential tool for product owners and scrum masters to keep track of current team activity and progress.</p>\r\n\r\n<h3 style=\"padding-left: 30px;\">6. Instant team activity log</h3>\r\n<p style=\"padding-left: 30px;\">Whatever activity you do – whether the tool users create a new user story, add, or update tasks – everything is “logged” and displayed “live” in the activity log section of the tool. See what other team members are currently up to and “doing” in the tool.</p>\r\n\r\n<h3 style=\"padding-left: 30px;\">7. Detailed velocity charts</h3>\r\n<p style=\"padding-left: 30px;\">Informative and visually appealing velocity charts exhibit the current team velocity.</p>\r\n\r\n<h3 style=\"padding-left: 30px;\">8. Resources workload and summary</h3>\r\n<p style=\"padding-left: 30px;\">The QuickSCrum tool displays tasks linked to individual resources and their task statuses, in terms of time available, associated with each team member. The resource workload summary is exhibited, so it can be identified how much additional work can be taken up and completed by the programmers.</p>','Scrum Tool','','publish','open','open','','scrum-tool','','','2018-09-13 16:18:40','2018-09-13 10:48:40','',0,'https://product.quickscrum.com/?p=4706',0,'post','',0),(4708,12,'2018-09-13 16:19:23','2018-09-13 10:49:23','Clients are essential for almost all types of organizations since they are the direct sources through which businesses can earn their profits. It is important to summarise three important facts stating their importance:\r\n<ul>\r\n <li>Organisations can make money only if they sell products or services to clients</li>\r\n <li>Repeat business forms the backbone of sales and helps to generate continuous revenue</li>\r\n <li>If organizations do not satisfy clients and gain their loyalty they will end up struggling or shut down</li>\r\n</ul>\r\nAt times, businesses have to go to extreme lengths to retain clients. As per one estimate, it may cost up to five times as much to find new clients as compared to retaining them. The client-organization relationship is also very important for future growth and therefore it is valued highly. While it is important to ensure that client experience should be rewarding for both the business and the client, it is worthwhile to remember you are only just as successful as your last client thinks you are, and therefore efforts should be made to retain them at all costs.\r\n\r\n<img class=\"aligncenter wp-image-3050 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/GBharti-MarketingDigital-MarketingQuickScrumGraphicsArticle-Graphics5-Ways-How-To-Retain-Clien.jpg\" alt=\"\" width=\"750\" height=\"450\" />\r\n<h1>Status reporting</h1>\r\nProviding timely feedback to the client goes a long way in fostering trust. When timed, accurate, and detailed reports are sent as feedback in response to client inquiries or clarifications, it helps him or her to get a whole picture of what was done to resolve a particular query or what efforts were put in by the team to accomplish a particular task. It conveys that you are concerned about the project and taking it seriously.\r\n\r\nWith offshoring activities on the rise, more and more work is now being done by remote or distantly located teams, and it is very common to see teams placed in India, Indonesia, or China handling projects for overseas clients. Apart from cultural differences and varying attitudes towards work, some of the biggest issues faced by offshoring companies and project managers in remote teams are a lack in collaboration levels and not executing projects jointly as a team, but rather completing them through individual efforts. When clients hire teams to execute their projects, they expect the entire team to contribute as a whole. Clients often feel uncertain about how their remote teams are performing and try to ascertain that resources hired by them are justifying their pay scales. In such cases, detailed reports can help to reassure clients that everything is OK and they are getting their money worth by investing in remote teams. This case is true when proper productivity levels are demonstrated to the client in addition to the reports.\r\n<h1>Frequent delivery</h1>\r\nContrary to the belief that people living in different parts of the world are culturally different and may have their own unique priorities while doing business, it is a fact that human nature is not different after all when it comes to money and project deliverables. Whether you are doing a project for an American or a Singapore client, your client is going to feel impatient after a few weeks and press you to deliver and/or increase your productivity levels. Successful entrepreneurs and business persons are usually demanding and may also be aggressive while pursuing goals and objectives. They feel confident about progress when they see something tangible emerging out of the project in terms of business value, or hard-core profit.\r\n\r\nOne of the best ways to assure clients that enough and proper work is being done by the team and that the project is proceeding as per plan is to deliver small \"chunks\" of productivity or a few products features at regular intervals of time. This is a core characteristic of all Agile frameworks and helps Agile to take a lead over other project management methodologies. Agile recommends that functionality is delivered to clients in \"bits and pieces\", but at regular intervals, and each feature developed in the sprint should possess a certain business value that is useful to the client. Moreover, the delivery of features should be regular and on time. Agile can speed up frequent delivery of product features.\r\n<h1>Increased collaboration</h1>\r\nBusinesses prefer making quick profits. If the organization is a public venture, or funds have been collected from stakeholders and investors, it may become even more important to generate quick profits and mention them in an annual report and general body meetings. Considering the intense competition levels in the market, it has become imperative for businesses to speed up development work and complete projects sooner by using emergent technologies rather than development projects using traditional development methods and techniques. New technologies offer many benefits which can speed up project execution, however, there is a catch involved - people have to collaborate and gather feedback from the development process before analyzing it and fine-tuning the process to make it more effective and productive.\r\n\r\nCollaboration plays a crucial part in managing projects nowadays and more and more organizations encourage development teams, sales departments, and R&D teams to share their findings while pursuing milestones and achieving goals.<span style=\"color: #3366ff;\"> <strong><a style=\"color: #3366ff;\" title=\"Agile Project Management\" href=\"https://www.quickscrum.com/Home/AgileProjectManagement\" target=\"_blank\" rel=\"noopener\">Agile and Scrum</a></strong></span> emphasize upon maintaining high collaboration and transparency levels amongst team members. Individuals have to share their knowledge and experience and concentrate upon group efforts while delivering productivity. Increased collaboration levels make teamwork easier and more effective.\r\n<h1>Budget management</h1>\r\nMost of the times you have to use the money to develop your projects. The source of funding could be many - investors, stakeholders, start-up capital generated through campaigns, banks, etc. Investors expect management and managers to make proper use of funds invested by them in the project. So it is important to manage the funds properly and maintain proper accounts so they can be easily audited. A worst-case scenario for a CFO would be to explain a group of investors why certain account details in the balance sheet do not add up properly. The distrust created could make investors stop investing further funds in the project. A recommended way to maintain good rapport with investors is to have the accounts audited periodically and present the audit report to the investors before they demand it.\r\n\r\nProject costs and budgets also depend a lot upon the particular management methodology used to develop a project. All <span style=\"color: #3366ff;\"><strong><a style=\"color: #3366ff;\" title=\"Scrum Project Management\" href=\"https://www.quickscrum.com/Home/ScrumProjectManagement\" target=\"_blank\" rel=\"noopener\">project management frameworks</a></strong></span> propose efficient and reliable project execution - but in practice, the models vary in their reliability and efficiency. There is no such framework which guarantees hundred percent reliability since it is up to the team how efficiently and precisely it implements a management model. A rule of the thumb is longer a project takes to become productive and start earning money, the more funds it will consume to sustain itself. Therefore, efforts should be made to use an ideal project management model that the team feels comfortable in using and which can support quick and efficient project development. By reducing the development time, projects can be made more profitable.\r\n<h1>Team control</h1>\r\nTeams can become productive when they are properly guided and controlled. A good project manager or a team leader will prefer playing a servant-leader role and try to facilitate the development process rather than order team members to complete their tasks and maintain an authoritative approach. Disciplined and self-managed teams do not require strong leadership, as is the case with Agile frameworks. However, in all other project management methodologies and frameworks the team leader plays an important part in leading the team forward and making sure that it accomplishes the project goals and objectives.\r\n<h1>Summary</h1>\r\nThe term “client” has a broad scope and should be interpreted as such. The client could be a single individual, a group of investors, or stakeholders who’ve invested in the project. Even when the scope changes from project to project, the “client” entity should exist for each project even when the client is doing both – simultaneously investing the funds and developing the project. The term is used for a specific purpose since the business value in the project should be delivered to the individual who plays the role of a client.\r\n\r\nThe above mentioned five pointers generally count for retaining clients. However, these pointers may vary from project to project and the type of management involved with sponsoring the project. In each case, it is important to remain accountable for the project and let the client know how the project is proceeding. Client participation and collaboration in the project can further foster client-developer/client-management relationship.\r\n\r\n \r\n\r\n ','5 Ways How To Retain Clients And Make Your Prospects Stay With You Longer','','publish','open','open','','5-ways-how-to-retain-clients-and-make-your-prospects-stay-with-you-longer','','','2018-09-13 16:19:23','2018-09-13 10:49:23','',0,'https://product.quickscrum.com/?p=4708',0,'post','',0),(4709,13,'2018-09-13 16:18:17','2018-09-13 10:48:17','QuickScrum helps to unlock the power of Agile Scrum into your projects – whether you are a “seasoned” Agile professional or a novice - just starting with Scrum – you can get started with Scrum implementation and get your projects “going” right away!\r\n\r\nThe <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"https://www.quickscrum.com/Home/ScrumTool\" target=\"_blank\" rel=\"noopener\">Scrum tool</a></span> plays an indispensable part in planning and developing your software projects.\r\n<h3 style=\"padding-left: 30px;\">It can help you:</h3>\r\n<ul class=\"custom-padding-left-60\">\r\n <li>Create and estimate user stories.</li>\r\n <li>Effortlessly create and maintain product backlogs.</li>\r\n <li>Define and design your sprints.</li>\r\n <li>Identify team progress and velocity through dynamically generated burndown and velocity charts.</li>\r\n <li>Visualise the entire team activity on a “single” platform.</li>\r\n <li>Avail customized reports to get an insight about your project’s status.</li>\r\n</ul>\r\n<img class=\"wp-image-3013 size-full aligncenter\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/scrum-tool-article-main.png\" alt=\"\" width=\"830\" height=\"409\" />\r\n<h2>QuickScrum <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\">Scrum tool</a></span> advantages</h2>\r\nThe tool offers many benefits and is a “must have” for all Scrum whiteboard users. The tool offers several facilities and features that are not found, and not possible to have while using a traditional whiteboard. It offers an “automated” Scrum implementation solution for the entire team.\r\n<h3 style=\"padding-left: 30px;\">1. Search anything at your fingertips</h3>\r\n<p style=\"padding-left: 30px;\">A trademark feature of the tool, very few other Scrum tools offers a facility wherein you can search for any type of project related information without leaving your current page. Envisioned and designed specially to aid the Scrum team, the search features to ensure you have quick and easy access to any aspect or information pertaining to your ongoing project. Find, check, edit, and delete whatever you need to – instantly!</p>\r\n\r\n<h3 style=\"padding-left: 30px;\">2. Manage product backlogs of any size and complexity</h3>\r\n<p style=\"padding-left: 30px;\">Product backlogs form the “heart” of a Scrum based software project. The tool supports the creation of new user stories, their modification, and removal. It is very easy to create, search, and list out user stories based upon your specific searching criteria. The product backlog management supports drag-and-drop features which help in the backlog grooming activity. It is easy to carry out the backlog refinement sessions with the entire team using the backlog management features. What’s more, you can create and maintain product backlogs of any size and complexity.</p>\r\n\r\n<h3 style=\"padding-left: 30px;\">3. Plan multiple sprints simultaneously</h3>\r\n<p style=\"padding-left: 30px;\">Multiple sprints can be designed and planned on a single page.</p>\r\n\r\n<h3 style=\"padding-left: 30px;\">4. Access Scrum taskboard from anywhere</h3>\r\n<p style=\"padding-left: 30px;\">Very essential for distributed or disjoint development teams, the tool offers a common, shared access to all team members. Each member can log on and view instant updates on the taskboard. The taskboard helps to foster collaboration through live updates of activity carried out by other team members. The taskboard features can be accessed from anywhere.</p>\r\n\r\n<h3 style=\"padding-left: 30px;\">5. Live Burndown charts</h3>\r\n<p style=\"padding-left: 30px;\">Generate burndown charts that display the most current team progress. Compare ideal team progress with your current team velocity and monitor projects in a dynamic way. An essential tool for product owners and scrum masters to keep track of current team activity and progress.</p>\r\n\r\n<h3 style=\"padding-left: 30px;\">6. Instant team activity log</h3>\r\n<p style=\"padding-left: 30px;\">Whatever activity you do – whether the tool users create a new user story, add, or update tasks – everything is “logged” and displayed “live” in the activity log section of the tool. See what other team members are currently up to and “doing” in the tool.</p>\r\n\r\n<h3 style=\"padding-left: 30px;\">7. Detailed velocity charts</h3>\r\n<p style=\"padding-left: 30px;\">Informative and visually appealing velocity charts exhibit the current team velocity.</p>\r\n\r\n<h3 style=\"padding-left: 30px;\">8. Resources workload and summary</h3>\r\n<p style=\"padding-left: 30px;\">The QuickSCrum tool displays tasks linked to individual resources and their task statuses, in terms of time available, associated with each team member. The resource workload summary is exhibited, so it can be identified how much additional work can be taken up and completed by the programmers.</p>','Scrum Tool','','inherit','closed','closed','','4706-revision-v1','','','2018-09-13 16:18:17','2018-09-13 10:48:17','',4706,'https://product.quickscrum.com/4706-revision-v1/',0,'revision','',0),(4710,12,'2018-09-13 16:19:23','2018-09-13 10:49:23','Clients are essential for almost all types of organizations since they are the direct sources through which businesses can earn their profits. It is important to summarise three important facts stating their importance:\r\n<ul>\r\n <li>Organisations can make money only if they sell products or services to clients</li>\r\n <li>Repeat business forms the backbone of sales and helps to generate continuous revenue</li>\r\n <li>If organizations do not satisfy clients and gain their loyalty they will end up struggling or shut down</li>\r\n</ul>\r\nAt times, businesses have to go to extreme lengths to retain clients. As per one estimate, it may cost up to five times as much to find new clients as compared to retaining them. The client-organization relationship is also very important for future growth and therefore it is valued highly. While it is important to ensure that client experience should be rewarding for both the business and the client, it is worthwhile to remember you are only just as successful as your last client thinks you are, and therefore efforts should be made to retain them at all costs.\r\n\r\n<img class=\"aligncenter wp-image-3050 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/GBharti-MarketingDigital-MarketingQuickScrumGraphicsArticle-Graphics5-Ways-How-To-Retain-Clien.jpg\" alt=\"\" width=\"750\" height=\"450\" />\r\n<h1>Status reporting</h1>\r\nProviding timely feedback to the client goes a long way in fostering trust. When timed, accurate, and detailed reports are sent as feedback in response to client inquiries or clarifications, it helps him or her to get a whole picture of what was done to resolve a particular query or what efforts were put in by the team to accomplish a particular task. It conveys that you are concerned about the project and taking it seriously.\r\n\r\nWith offshoring activities on the rise, more and more work is now being done by remote or distantly located teams, and it is very common to see teams placed in India, Indonesia, or China handling projects for overseas clients. Apart from cultural differences and varying attitudes towards work, some of the biggest issues faced by offshoring companies and project managers in remote teams are a lack in collaboration levels and not executing projects jointly as a team, but rather completing them through individual efforts. When clients hire teams to execute their projects, they expect the entire team to contribute as a whole. Clients often feel uncertain about how their remote teams are performing and try to ascertain that resources hired by them are justifying their pay scales. In such cases, detailed reports can help to reassure clients that everything is OK and they are getting their money worth by investing in remote teams. This case is true when proper productivity levels are demonstrated to the client in addition to the reports.\r\n<h1>Frequent delivery</h1>\r\nContrary to the belief that people living in different parts of the world are culturally different and may have their own unique priorities while doing business, it is a fact that human nature is not different after all when it comes to money and project deliverables. Whether you are doing a project for an American or a Singapore client, your client is going to feel impatient after a few weeks and press you to deliver and/or increase your productivity levels. Successful entrepreneurs and business persons are usually demanding and may also be aggressive while pursuing goals and objectives. They feel confident about progress when they see something tangible emerging out of the project in terms of business value, or hard-core profit.\r\n\r\nOne of the best ways to assure clients that enough and proper work is being done by the team and that the project is proceeding as per plan is to deliver small \"chunks\" of productivity or a few products features at regular intervals of time. This is a core characteristic of all Agile frameworks and helps Agile to take a lead over other project management methodologies. Agile recommends that functionality is delivered to clients in \"bits and pieces\", but at regular intervals, and each feature developed in the sprint should possess a certain business value that is useful to the client. Moreover, the delivery of features should be regular and on time. Agile can speed up frequent delivery of product features.\r\n<h1>Increased collaboration</h1>\r\nBusinesses prefer making quick profits. If the organization is a public venture, or funds have been collected from stakeholders and investors, it may become even more important to generate quick profits and mention them in an annual report and general body meetings. Considering the intense competition levels in the market, it has become imperative for businesses to speed up development work and complete projects sooner by using emergent technologies rather than development projects using traditional development methods and techniques. New technologies offer many benefits which can speed up project execution, however, there is a catch involved - people have to collaborate and gather feedback from the development process before analyzing it and fine-tuning the process to make it more effective and productive.\r\n\r\nCollaboration plays a crucial part in managing projects nowadays and more and more organizations encourage development teams, sales departments, and R&D teams to share their findings while pursuing milestones and achieving goals.<span style=\"color: #3366ff;\"> <strong><a style=\"color: #3366ff;\" title=\"Agile Project Management\" href=\"https://www.quickscrum.com/Home/AgileProjectManagement\" target=\"_blank\" rel=\"noopener\">Agile and Scrum</a></strong></span> emphasize upon maintaining high collaboration and transparency levels amongst team members. Individuals have to share their knowledge and experience and concentrate upon group efforts while delivering productivity. Increased collaboration levels make teamwork easier and more effective.\r\n<h1>Budget management</h1>\r\nMost of the times you have to use the money to develop your projects. The source of funding could be many - investors, stakeholders, start-up capital generated through campaigns, banks, etc. Investors expect management and managers to make proper use of funds invested by them in the project. So it is important to manage the funds properly and maintain proper accounts so they can be easily audited. A worst-case scenario for a CFO would be to explain a group of investors why certain account details in the balance sheet do not add up properly. The distrust created could make investors stop investing further funds in the project. A recommended way to maintain good rapport with investors is to have the accounts audited periodically and present the audit report to the investors before they demand it.\r\n\r\nProject costs and budgets also depend a lot upon the particular management methodology used to develop a project. All <span style=\"color: #3366ff;\"><strong><a style=\"color: #3366ff;\" title=\"Scrum Project Management\" href=\"https://www.quickscrum.com/Home/ScrumProjectManagement\" target=\"_blank\" rel=\"noopener\">project management frameworks</a></strong></span> propose efficient and reliable project execution - but in practice, the models vary in their reliability and efficiency. There is no such framework which guarantees hundred percent reliability since it is up to the team how efficiently and precisely it implements a management model. A rule of the thumb is longer a project takes to become productive and start earning money, the more funds it will consume to sustain itself. Therefore, efforts should be made to use an ideal project management model that the team feels comfortable in using and which can support quick and efficient project development. By reducing the development time, projects can be made more profitable.\r\n<h1>Team control</h1>\r\nTeams can become productive when they are properly guided and controlled. A good project manager or a team leader will prefer playing a servant-leader role and try to facilitate the development process rather than order team members to complete their tasks and maintain an authoritative approach. Disciplined and self-managed teams do not require strong leadership, as is the case with Agile frameworks. However, in all other project management methodologies and frameworks the team leader plays an important part in leading the team forward and making sure that it accomplishes the project goals and objectives.\r\n<h1>Summary</h1>\r\nThe term “client” has a broad scope and should be interpreted as such. The client could be a single individual, a group of investors, or stakeholders who’ve invested in the project. Even when the scope changes from project to project, the “client” entity should exist for each project even when the client is doing both – simultaneously investing the funds and developing the project. The term is used for a specific purpose since the business value in the project should be delivered to the individual who plays the role of a client.\r\n\r\nThe above mentioned five pointers generally count for retaining clients. However, these pointers may vary from project to project and the type of management involved with sponsoring the project. In each case, it is important to remain accountable for the project and let the client know how the project is proceeding. Client participation and collaboration in the project can further foster client-developer/client-management relationship.\r\n\r\n \r\n\r\n ','5 Ways How To Retain Clients And Make Your Prospects Stay With You Longer','','inherit','closed','closed','','4708-revision-v1','','','2018-09-13 16:19:23','2018-09-13 10:49:23','',4708,'https://product.quickscrum.com/4708-revision-v1/',0,'revision','',0),(4711,12,'2018-09-13 16:19:35','2018-09-13 10:49:35','Clients are essential for almost all types of organizations since they are the direct sources through which businesses can earn their profits. It is important to summarise three important facts stating their importance:\r\n<ul>\r\n <li>Organisations can make money only if they sell products or services to clients</li>\r\n <li>Repeat business forms the backbone of sales and helps to generate continuous revenue</li>\r\n <li>If organizations do not satisfy clients and gain their loyalty they will end up struggling or shut down</li>\r\n</ul>\r\nAt times, businesses have to go to extreme lengths to retain clients. As per one estimate, it may cost up to five times as much to find new clients as compared to retaining them. The client-organization relationship is also very important for future growth and therefore it is valued highly. While it is important to ensure that client experience should be rewarding for both the business and the client, it is worthwhile to remember you are only just as successful as your last client thinks you are, and therefore efforts should be made to retain them at all costs.\r\n\r\n<img class=\"aligncenter wp-image-3050 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/GBharti-MarketingDigital-MarketingQuickScrumGraphicsArticle-Graphics5-Ways-How-To-Retain-Clien.jpg\" alt=\"\" width=\"750\" height=\"450\" />\r\n<h1>Status reporting</h1>\r\nProviding timely feedback to the client goes a long way in fostering trust. When timed, accurate, and detailed reports are sent as feedback in response to client inquiries or clarifications, it helps him or her to get a whole picture of what was done to resolve a particular query or what efforts were put in by the team to accomplish a particular task. It conveys that you are concerned about the project and taking it seriously.\r\n\r\nWith offshoring activities on the rise, more and more work is now being done by remote or distantly located teams, and it is very common to see teams placed in India, Indonesia, or China handling projects for overseas clients. Apart from cultural differences and varying attitudes towards work, some of the biggest issues faced by offshoring companies and project managers in remote teams are a lack in collaboration levels and not executing projects jointly as a team, but rather completing them through individual efforts. When clients hire teams to execute their projects, they expect the entire team to contribute as a whole. Clients often feel uncertain about how their remote teams are performing and try to ascertain that resources hired by them are justifying their pay scales. In such cases, detailed reports can help to reassure clients that everything is OK and they are getting their money worth by investing in remote teams. This case is true when proper productivity levels are demonstrated to the client in addition to the reports.\r\n<h1>Frequent delivery</h1>\r\nContrary to the belief that people living in different parts of the world are culturally different and may have their own unique priorities while doing business, it is a fact that human nature is not different after all when it comes to money and project deliverables. Whether you are doing a project for an American or a Singapore client, your client is going to feel impatient after a few weeks and press you to deliver and/or increase your productivity levels. Successful entrepreneurs and business persons are usually demanding and may also be aggressive while pursuing goals and objectives. They feel confident about progress when they see something tangible emerging out of the project in terms of business value, or hard-core profit.\r\n\r\nOne of the best ways to assure clients that enough and proper work is being done by the team and that the project is proceeding as per plan is to deliver small \"chunks\" of productivity or a few products features at regular intervals of time. This is a core characteristic of all Agile frameworks and helps Agile to take a lead over other project management methodologies. Agile recommends that functionality is delivered to clients in \"bits and pieces\", but at regular intervals, and each feature developed in the sprint should possess a certain business value that is useful to the client. Moreover, the delivery of features should be regular and on time. Agile can speed up frequent delivery of product features.\r\n<h1>Increased collaboration</h1>\r\nBusinesses prefer making quick profits. If the organization is a public venture, or funds have been collected from stakeholders and investors, it may become even more important to generate quick profits and mention them in an annual report and general body meetings. Considering the intense competition levels in the market, it has become imperative for businesses to speed up development work and complete projects sooner by using emergent technologies rather than development projects using traditional development methods and techniques. New technologies offer many benefits which can speed up project execution, however, there is a catch involved - people have to collaborate and gather feedback from the development process before analyzing it and fine-tuning the process to make it more effective and productive.\r\n\r\nCollaboration plays a crucial part in managing projects nowadays and more and more organizations encourage development teams, sales departments, and R&D teams to share their findings while pursuing milestones and achieving goals.<span style=\"color: #3366ff;\"> <strong><a style=\"color: #3366ff;\" title=\"Agile Project Management\" href=\"https://www.quickscrum.com/Home/AgileProjectManagement\" target=\"_blank\" rel=\"noopener\">Agile and Scrum</a></strong></span> emphasize upon maintaining high collaboration and transparency levels amongst team members. Individuals have to share their knowledge and experience and concentrate upon group efforts while delivering productivity. Increased collaboration levels make teamwork easier and more effective.\r\n<h1>Budget management</h1>\r\nMost of the times you have to use the money to develop your projects. The source of funding could be many - investors, stakeholders, start-up capital generated through campaigns, banks, etc. Investors expect management and managers to make proper use of funds invested by them in the project. So it is important to manage the funds properly and maintain proper accounts so they can be easily audited. A worst-case scenario for a CFO would be to explain a group of investors why certain account details in the balance sheet do not add up properly. The distrust created could make investors stop investing further funds in the project. A recommended way to maintain good rapport with investors is to have the accounts audited periodically and present the audit report to the investors before they demand it.\r\n\r\nProject costs and budgets also depend a lot upon the particular management methodology used to develop a project. All <span style=\"color: #3366ff;\"><strong><a style=\"color: #3366ff;\" title=\"Scrum Project Management\" href=\"https://www.quickscrum.com/Home/ScrumProjectManagement\" target=\"_blank\" rel=\"noopener\">project management frameworks</a></strong></span> propose efficient and reliable project execution - but in practice, the models vary in their reliability and efficiency. There is no such framework which guarantees hundred percent reliability since it is up to the team how efficiently and precisely it implements a management model. A rule of the thumb is longer a project takes to become productive and start earning money, the more funds it will consume to sustain itself. Therefore, efforts should be made to use an ideal project management model that the team feels comfortable in using and which can support quick and efficient project development. By reducing the development time, projects can be made more profitable.\r\n<h1>Team control</h1>\r\nTeams can become productive when they are properly guided and controlled. A good project manager or a team leader will prefer playing a servant-leader role and try to facilitate the development process rather than order team members to complete their tasks and maintain an authoritative approach. Disciplined and self-managed teams do not require strong leadership, as is the case with Agile frameworks. However, in all other project management methodologies and frameworks the team leader plays an important part in leading the team forward and making sure that it accomplishes the project goals and objectives.\r\n<h1>Summary</h1>\r\nThe term “client” has a broad scope and should be interpreted as such. The client could be a single individual, a group of investors, or stakeholders who’ve invested in the project. Even when the scope changes from project to project, the “client” entity should exist for each project even when the client is doing both – simultaneously investing the funds and developing the project. The term is used for a specific purpose since the business value in the project should be delivered to the individual who plays the role of a client.\r\n\r\nThe above mentioned five pointers generally count for retaining clients. However, these pointers may vary from project to project and the type of management involved with sponsoring the project. In each case, it is important to remain accountable for the project and let the client know how the project is proceeding. Client participation and collaboration in the project can further foster client-developer/client-management relationship.\r\n\r\n \r\n\r\n ','5 Ways How To Retain Clients And Make Your Prospects Stay With You Longer','','inherit','closed','closed','','4708-autosave-v1','','','2018-09-13 16:19:35','2018-09-13 10:49:35','',4708,'https://product.quickscrum.com/4708-autosave-v1/',0,'revision','',0),(4712,13,'2018-09-13 16:21:18','2018-09-13 10:51:18','<h2>An overview of the Agile<strong> software development model</strong></h2>\r\nIn Agile small teams collaborate and work jointly to develop the product in “stages”. The product is not developed as a “whole”. Rather, it is segregated into its fundamental components i.e. the software product is broken down into its features and functionality, and the development of the product occurs in “bits” and “pieces”. At a time, few product features are taken up for development and developed in incremental product cycles known as sprints.\r\n\r\nHow does the Agile software development model work? In Agile, the actual development process starts with the creation of a “main” list containing all the product features. The list is called the product backlog. Each “item” in the backlog is explicitly defined, and explained, as to how it should be ideally developed. The list items are known as product backlog items or user stories. Once the backlog is created, a special event known as sprint planning meeting is held to plan the daily sprint. In the meeting, the product owner selects some of the important user stories from the product backlog and transfers them to a temporary “development” list known as the “sprint backlog”. The development team members distribute user stories amongst themselves based upon their levels of expertise. Product features are developed on a daily basis through the daily sprint cycles. At the end of the sprint, development is presented to the product owner and stakeholders for verification purposes. Once they Okay the development, it is accepted as “Done” and the entire sprint process is repeated by conducting another sprint planning meeting, and once again creating a unique sprint backlog that is “processed” to develop another “set” of product features. The sprint cycles are repeated until all the product features are developed. In the end, the features and functionality developed through the daily sprints are integrated to form the complete functional product that is ready for deployment.\r\n<h2><strong>Main features of </strong>an Agile<strong> software model</strong></h2>\r\nThe Agile software model is simple and easy to understand.\r\n<ul class=\"custom-padding-left-30\">\r\n <li>The PO creates a prioritized list containing all product features and functionality – the product backlog.</li>\r\n <li>At the time of sprint planning, the team selects a small “portion” from top of the product backlog and creates a sprint backlog for development purposes. The team decides which team member should develop which of the user stories i.e. the team members distribute work amongst themselves.</li>\r\n <li>The team carries out the development activity through the daily sprints. The sprint duration is fixed, and the team members have to develop their tasks within the sprint period. A sprint cannot be extended.</li>\r\n <li>The productivity offered through the daily sprints should be bug-free and “shippable” i.e. ready for deployment.</li>\r\n <li>The sprint process ends with the review event which is closely followed by the retrospective sessions.</li>\r\n <li>The scrum master ensures that the framework is properly followed by everyone on the team. He or she keeps the team focused and ensures that daily sprints are successfully completed.</li>\r\n <li>The entire process cycle is repeated until all the product features are developed and the product is ready for deployment.</li>\r\n</ul>\r\n<h2><strong>Roles in the Agile software process model</strong></h2>\r\nThree main roles that play an important part in the working of the Agile software process model are:\r\n\r\n<img class=\"aligncenter wp-image-3021 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/agile-software-development-model.png\" alt=\"\" width=\"830\" height=\"684\" />\r\n<h3>1. Product Owner</h3>\r\nA <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\">product owner “owns” the project</a></span> on behalf of stakeholders and project owners. The PO is primarily responsible for the success or failure of the entire project. The main responsibility of the PO is to support the product “vision” as seen by the stakeholders and nurture it in accordance with their wishes. The PO is also responsible for creating and maintaining the product backlog. The PO may seek the help of scrum master and team members to groom and maintain the backlog. Other responsibilities of the PO include designing the sprints, creating the sprint backlog (the sprint backlog is actually “owned” by the development team), verifying the development carried out in sprint review meetings, and supporting self-learning and self-correction sessions during the sprint retrospective meetings. The PO acts as an “interpreter” between the Agile team and the stakeholders. He or she tries to resolve problems by taking up issues and finding solutions for them that are acceptable by all.\r\n<h3>2. Scrum Master</h3>\r\nThe scrum master is primarily responsible for supervising Agile Scrum implementation in the project. He or she does not take an active part in the development process but keeps an eye on how the team members work and implement Scrum. If the team faces any problems, the scrum master tries to resolve them. Certain problems and issues pertaining to stakeholder participation may be “transferred” to the PO for resolution. Typically, the scrum master should play a servant leader role and maintain harmonious and conducive working environment.\r\n<h3>3. Development Team</h3>\r\nThe development team forms the “heart” of the Scrum process and is primarily responsible for developing product features through the product incremental cycles - sprints. At times, the teams may be disjointed or distributed. In such cases, each member, wherever he or she is currently located, should be aware of what is planned for development and put in efforts to collaborate and work together with other team members while developing the tasks taken up by him or her. The team may also work in “pairs”.','Agile Software Development Model','','publish','open','open','','agile-software-development-model','','','2018-10-10 15:30:42','2018-10-10 10:00:42','',0,'https://product.quickscrum.com/?p=4712',0,'post','',0),(4714,12,'2018-09-13 16:22:07','2018-09-13 10:52:07','<h1>What are the Scrum sprints?</h1>\r\nWhile developing a product, a “sprint” is a predetermined period of time in which specific work needs to be completed and presented for verification or review purposes. Scrum sprints form the “base” of all development related activities i.e. the entire product is developed through consistent and sustained sprints.\r\n<h1>Specifics of an Agile Scrum sprint</h1>\r\nIn Scrum, a product is developed, or “work” is carried out through sustained production cycles (work cycles). These cycles are known as sprints. Traditionally, an Agile Scrum sprint lasted from two weeks to one month. The sprint duration used to be decided, and it still is, while the project is initially planned. The duration is thoughtfully worked out during the <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\">project released by the product owner</a></span>, experienced Agile team members, and the stakeholders. Once the sprint duration is “fixed”, it cannot be changed. Agile principles strongly recommend that the duration of a sprint in Scrum should not be changed under any circumstances after it is decided. In course of time, sprints have evolved to last for approximately one week to ten days. The sprint duration has significantly decreased owing to stiff market competition and the need to develop products even quicker.\r\n\r\n<img class=\"aligncenter wp-image-3061 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/what-is-sprint-planning-1.png\" alt=\"\" width=\"830\" height=\"508\" />\r\n<h1>Objectives of a sprint in Scrum</h1>\r\nThe main purpose of “designing” a sprint in Scrum is to create shippable product features through the product incremental cycles. Even when the product to be developed has few features and can be easily developed in a traditional way, if Scrum is implemented while developing the product, sprints have to be planned to carry out the development activity. Sprint planning is an inherent part of the Scrum framework, and product development is only possible through it. The main reason why Scrum advocates development through sprints is because each sprint is “time-bound” and the development team is forced to complete a certain “portion” of the product features (user stories in the sprint backlog) within the stipulated period. This leads to the timely development of the features, which can be later incorporated to “form” the complete product at the far end of the project. Scrum supports development in small chunks of development activity through the sprints. The “chunks” lead to the formation of the actual product.\r\n<h1>Event supporting Agile sprint Scrum</h1>\r\nScrum supports a special event called a sprint planning meeting in which the sprint product incremental cycle is designed by the product owner and the team members. Traditionally, the product owner played a dominant role while planning the sprints, but Scrum has now evolved to enhance the interaction of team members in the product planning activities. During the meeting, important user stories or product features are taken up for development purposes from the product backlog. Typically, these stories have high business values and contribute towards the product’s “worth” in the market after they are developed and integrated. While the PO can decide which of the stories should be taken up for development, the development team members have the “power” to accept or reject them after providing valid and acceptable reasons. Once the sprint is decided, the PO cannot add additional product features for development, halt the sprint midway, or micromanage the development activity.','Scrum Sprints','','publish','open','open','','scrum-sprints','','','2018-09-13 16:22:07','2018-09-13 10:52:07','',0,'https://product.quickscrum.com/?p=4714',0,'post','',0),(4715,13,'2018-09-13 16:21:08','2018-09-13 10:51:08','<h2>An overview of the Agile<strong> software development model</strong></h2>\r\nIn Agile small teams collaborate and work jointly to develop the product in “stages”. The product is not developed as a “whole”. Rather, it is segregated into its fundamental components i.e. the software product is broken down into its features and functionality, and the development of the product occurs in “bits” and “pieces”. At a time, few product features are taken up for development and developed in incremental product cycles known as sprints.\r\n\r\nHow does the Agile software development model work? In Agile, the actual development process starts with the creation of a “main” list containing all the product features. The list is called the product backlog. Each “item” in the backlog is explicitly defined, and explained, as to how it should be ideally developed. The list items are known as product backlog items or user stories. Once the backlog is created, a special event known as sprint planning meeting is held to plan the daily sprint. In the meeting, the product owner selects some of the important user stories from the product backlog and transfers them to a temporary “development” list known as the “sprint backlog”. The development team members distribute user stories amongst themselves based upon their levels of expertise. Product features are developed on a daily basis through the daily sprint cycles. At the end of the sprint, development is presented to the product owner and stakeholders for verification purposes. Once they Okay the development, it is accepted as “Done” and the entire sprint process is repeated by conducting another sprint planning meeting, and once again creating a unique sprint backlog that is “processed” to develop another “set” of product features. The sprint cycles are repeated until all the product features are developed. In the end, the features and functionality developed through the daily sprints are integrated to form the complete functional product that is ready for deployment.\r\n<h2><strong>Main features of </strong>an Agile<strong> software model</strong></h2>\r\nThe Agile software model is simple and easy to understand.\r\n<ul class=\"custom-padding-left-30\">\r\n <li>The PO creates a prioritized list containing all product features and functionality – the product backlog.</li>\r\n <li>At the time of sprint planning, the team selects a small “portion” from top of the product backlog and creates a sprint backlog for development purposes. The team decides which team member should develop which of the user stories i.e. the team members distribute work amongst themselves.</li>\r\n <li>The team carries out the development activity through the daily sprints. The sprint duration is fixed, and the team members have to develop their tasks within the sprint period. A sprint cannot be extended.</li>\r\n <li>The productivity offered through the daily sprints should be bug-free and “shippable” i.e. ready for deployment.</li>\r\n <li>The sprint process ends with the review event which is closely followed by the retrospective sessions.</li>\r\n <li>The scrum master ensures that the framework is properly followed by everyone on the team. He or she keeps the team focused and ensures that daily sprints are successfully completed.</li>\r\n <li>The entire process cycle is repeated until all the product features are developed and the product is ready for deployment.</li>\r\n</ul>\r\n<h2><strong>Roles in the Agile software process model</strong></h2>\r\nThree main roles that play an important part in the working of the Agile software process model are:\r\n\r\n<img class=\"aligncenter wp-image-3021 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/agile-software-development-model.png\" alt=\"\" width=\"830\" height=\"684\" />\r\n<h3>1. Product Owner</h3>\r\nA <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\">product owner “owns” the project</a></span> on behalf of stakeholders and project owners. The PO is primarily responsible for the success or failure of the entire project. The main responsibility of the PO is to support the product “vision” as seen by the stakeholders and nurture it in accordance with their wishes. The PO is also responsible for creating and maintaining the product backlog. The PO may seek the help of scrum master and team members to groom and maintain the backlog. Other responsibilities of the PO include designing the sprints, creating the sprint backlog (the sprint backlog is actually “owned” by the development team), verifying the development carried out in sprint review meetings, and supporting self-learning and self-correction sessions during the sprint retrospective meetings. The PO acts as an “interpreter” between the Agile team and the stakeholders. He or she tries to resolve problems by taking up issues and finding solutions for them that are acceptable by all.\r\n<h3>2. Scrum Master</h3>\r\nThe scrum master is primarily responsible for supervising Agile Scrum implementation in the project. He or she does not take an active part in the development process but keeps an eye on how the team members work and implement Scrum. If the team faces any problems, the scrum master tries to resolve them. Certain problems and issues pertaining to stakeholder participation may be “transferred” to the PO for resolution. Typically, the scrum master should play a servant leader role and maintain harmonious and conducive working environment.\r\n<h3>3. Development Team</h3>\r\nThe development team forms the “heart” of the Scrum process and is primarily responsible for developing product features through the product incremental cycles - sprints. At times, the teams may be disjointed or distributed. In such cases, each member, wherever he or she is currently located, should be aware of what is planned for development and put in efforts to collaborate and work together with other team members while developing the tasks taken up by him or her. The team may also work in “pairs”.\r\n','Agile Software Development Model','','inherit','closed','closed','','4712-revision-v1','','','2018-09-13 16:21:08','2018-09-13 10:51:08','',4712,'https://product.quickscrum.com/4712-revision-v1/',0,'revision','',0),(4716,12,'2018-09-13 16:22:07','2018-09-13 10:52:07','<h1>What are the Scrum sprints?</h1>\r\nWhile developing a product, a “sprint” is a predetermined period of time in which specific work needs to be completed and presented for verification or review purposes. Scrum sprints form the “base” of all development related activities i.e. the entire product is developed through consistent and sustained sprints.\r\n<h1>Specifics of an Agile Scrum sprint</h1>\r\nIn Scrum, a product is developed, or “work” is carried out through sustained production cycles (work cycles). These cycles are known as sprints. Traditionally, an Agile Scrum sprint lasted from two weeks to one month. The sprint duration used to be decided, and it still is, while the project is initially planned. The duration is thoughtfully worked out during the <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\">project released by the product owner</a></span>, experienced Agile team members, and the stakeholders. Once the sprint duration is “fixed”, it cannot be changed. Agile principles strongly recommend that the duration of a sprint in Scrum should not be changed under any circumstances after it is decided. In course of time, sprints have evolved to last for approximately one week to ten days. The sprint duration has significantly decreased owing to stiff market competition and the need to develop products even quicker.\r\n\r\n<img class=\"aligncenter wp-image-3061 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/what-is-sprint-planning-1.png\" alt=\"\" width=\"830\" height=\"508\" />\r\n<h1>Objectives of a sprint in Scrum</h1>\r\nThe main purpose of “designing” a sprint in Scrum is to create shippable product features through the product incremental cycles. Even when the product to be developed has few features and can be easily developed in a traditional way, if Scrum is implemented while developing the product, sprints have to be planned to carry out the development activity. Sprint planning is an inherent part of the Scrum framework, and product development is only possible through it. The main reason why Scrum advocates development through sprints is because each sprint is “time-bound” and the development team is forced to complete a certain “portion” of the product features (user stories in the sprint backlog) within the stipulated period. This leads to the timely development of the features, which can be later incorporated to “form” the complete product at the far end of the project. Scrum supports development in small chunks of development activity through the sprints. The “chunks” lead to the formation of the actual product.\r\n<h1>Event supporting Agile sprint Scrum</h1>\r\nScrum supports a special event called a sprint planning meeting in which the sprint product incremental cycle is designed by the product owner and the team members. Traditionally, the product owner played a dominant role while planning the sprints, but Scrum has now evolved to enhance the interaction of team members in the product planning activities. During the meeting, important user stories or product features are taken up for development purposes from the product backlog. Typically, these stories have high business values and contribute towards the product’s “worth” in the market after they are developed and integrated. While the PO can decide which of the stories should be taken up for development, the development team members have the “power” to accept or reject them after providing valid and acceptable reasons. Once the sprint is decided, the PO cannot add additional product features for development, halt the sprint midway, or micromanage the development activity.','Scrum Sprints','','inherit','closed','closed','','4714-revision-v1','','','2018-09-13 16:22:07','2018-09-13 10:52:07','',4714,'https://product.quickscrum.com/4714-revision-v1/',0,'revision','',0),(4717,12,'2018-09-13 16:22:29','2018-09-13 10:52:29','<h1>What are the Scrum sprints?</h1>\r\nWhile developing a product, a “sprint” is a predetermined period of time in which specific work needs to be completed and presented for verification or review purposes. Scrum sprints form the “base” of all development related activities i.e. the entire product is developed through consistent and sustained sprints.\r\n<h1>Specifics of an Agile Scrum sprint</h1>\r\nIn Scrum, a product is developed, or “work” is carried out through sustained production cycles (work cycles). These cycles are known as sprints. Traditionally, an Agile Scrum sprint lasted from two weeks to one month. The sprint duration used to be decided, and it still is, while the project is initially planned. The duration is thoughtfully worked out during the <span style=\"color: #3366ff;\"><a class=\"link-hover\" dir=\"ltr\" style=\"color: #3366ff;\" href=\"http://www.quickscrum.com/\" target=\"_blank\" rel=\"noopener\">project released by the product owner</a></span>, experienced Agile team members, and the stakeholders. Once the sprint duration is “fixed”, it cannot be changed. Agile principles strongly recommend that the duration of a sprint in Scrum should not be changed under any circumstances after it is decided. In course of time, sprints have evolved to last for approximately one week to ten days. The sprint duration has significantly decreased owing to stiff market competition and the need to develop products even quicker.\r\n\r\n<img class=\"aligncenter wp-image-3061 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/what-is-sprint-planning-1.png\" alt=\"\" width=\"830\" height=\"508\" />\r\n<h1>Objectives of a sprint in Scrum</h1>\r\nThe main purpose of “designing” a sprint in Scrum is to create shippable product features through the product incremental cycles. Even when the product to be developed has few features and can be easily developed in a traditional way, if Scrum is implemented while developing the product, sprints have to be planned to carry out the development activity. Sprint planning is an inherent part of the Scrum framework, and product development is only possible through it. The main reason why Scrum advocates development through sprints is because each sprint is “time-bound” and the development team is forced to complete a certain “portion” of the product features (user stories in the sprint backlog) within the stipulated period. This leads to the timely development of the features, which can be later incorporated to “form” the complete product at the far end of the project. Scrum supports development in small chunks of development activity through the sprints. The “chunks” lead to the formation of the actual product.\r\n<h1>Event supporting Agile sprint Scrum</h1>\r\nScrum supports a special event called a sprint planning meeting in which the sprint product incremental cycle is designed by the product owner and the team members. Traditionally, the product owner played a dominant role while planning the sprints, but Scrum has now evolved to enhance the interaction of team members in the product planning activities. During the meeting, important user stories or product features are taken up for development purposes from the product backlog. Typically, these stories have high business values and contribute towards the product’s “worth” in the market after they are developed and integrated. While the PO can decide which of the stories should be taken up for development, the development team members have the “power” to accept or reject them after providing valid and acceptable reasons. Once the sprint is decided, the PO cannot add additional product features for development, halt the sprint midway, or micromanage the development activity.','Scrum Sprints','','inherit','closed','closed','','4714-autosave-v1','','','2018-09-13 16:22:29','2018-09-13 10:52:29','',4714,'https://product.quickscrum.com/4714-autosave-v1/',0,'revision','',0),(4718,13,'2018-09-13 16:23:33','2018-09-13 10:53:33','The Agile development model is based upon the product incremental model. While discussing Agile in reference to software development, the software product features are developed through quickly repeating “production” cycles. Typically, small product increments are developed at the end of each cycle. As the cycles keep on repeating, more and more features are developed and functionality is ”added” up towards the final product release. Development carried out in each cycle is thoroughly tested for any designing or development flaws, bugs, and instances of regression likely to occur. Only “shippable” product increments are to be developed through the incremental cycles to ensure that high quality of the product features is maintained at all times.\r\n\r\n<img class=\"wp-image-3029 size-full aligncenter\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/what-is-agile-model-in-sdlc.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n\r\nWhat is an Agile model in SDLC? In a nutshell, SDLC stands for “System Development Life Cycle”. Since the Agile model is based upon SDLC structure, it means Agile exhibits features typical of SDLC methods of development. The actual production process occurs through product increment cycles known as “sprints”.\r\n\r\nThere are several frameworks and methodologies under the Agile “umbrella”. They include Scrum, Extreme Programming or “XP”, Kanban etc.\r\n<h2>Advantages of Agile SDLC</h2>\r\nThere are several advantages of Agile SDLC model.\r\n<ul>\r\n <li>Increased customer or client satisfaction levels are availed by the rapid and continuous delivery of bug-free product features.</li>\r\n <li>People and personal interactions are considered more important than processes and tools. This improves team involvement and increases productivity since each person feels responsible for his or her work.</li>\r\n <li>Fully functional product features having high business values are delivered on a frequent basis.</li>\r\n <li>Personal or face-to-face conversation is the best form of communication. Personal involvement leads to accountability. Greater accountability results in increased productivity.</li>\r\n <li>The client and project owners are closely involved with the development work. They remain constantly appraised of all development activity. They clear the Story features. This can lead to the completion of successful projects.</li>\r\n <li>The team makes constant efforts to self-learn and improve the current working process.</li>\r\n <li>Changing market conditions and changes in the product design can be easily and effortlessly incorporated into the production cycle – even late in the product development cycle.</li>\r\n</ul>\r\n<h2>When should Agile SDLC model be used?</h2>\r\nThere are several indications of using Agile SDLC model. Perhaps, the most common reason why an Agile model is used is that changes can be readily incorporated into the project design. If the nature of the product were such that some, or many of the product features are likely to change over time, and the changes need to be incorporated in the product development cycle, Agile SDLC would be recommended. Agile frameworks are specially designed to incorporate changes – even late during the product design and production.\r\n\r\nSecondly, almost new “extra” cost is incurred while incorporating the changes. The product is developed in an incremental manner. If a particular feature needs to be changed, the user story can be simply “updated” with the new acceptance criterion and feature description. During sprint planning, the story can be picked up for development purposes and “manufactured”.\r\n\r\nAgile pre-supposes that the product is going to “change” with time and the entire model is based upon this assumption. New development can be easily introduced and existing can be effortlessly changed by the development team. At the most, the team loses a couple of day’s work depending upon the scope and nature of change. This is not possible with traditional Waterfall methods.\r\n\r\nNo special planning is required to incorporate the changes. A routine Agile process is more than sufficient to cater to the changes. The model is not required to be changed or modified in any manner to support the changes.','What is Agile model in SDLC?','','publish','open','open','','what-is-agile-model-in-sdlc','','','2018-09-13 16:23:33','2018-09-13 10:53:33','',0,'https://product.quickscrum.com/?p=4718',0,'post','',0),(4719,4,'2018-09-13 16:22:55','2018-09-13 10:52:55','','step-4','','inherit','open','closed','','step-4','','','2018-09-13 16:22:55','2018-09-13 10:52:55','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/step-4.png',0,'attachment','image/png',0),(4721,12,'2018-09-13 16:24:30','2018-09-13 10:54:30','<span style=\"font-family: \'proxima nova regular\';\">Individuals who are associated with the IT industry and computers generally use the term \"software development\" to describe the particular kind of work, or activity, they are currently doing or involved with. The terminology is very loosely used by most </span>people<span style=\"font-family: \'proxima nova regular\';\"> and can include almost any type of computer programming activity - including testing, debugging, document creation, deployment, developing and maintaining application frameworks, and even customizing operating systems as well as platforms. There is a trend to mention one\'s profession, or one\'s mode of professional engagement as \"software development\" while the person may be working as an application developer, a Java or VBScript web developer, an Android or iOS mobile apps creator, or even developing scripts for WordPress based themes.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">The fact is, the words \"software development\" are extensively used to refer to almost any type of IT related work, or activity, and generally denotes a development of \"computerizable\" code, in any way or manner, and of any \"kind\". The following list provides a rough idea regarding the scope of development related activities in the IT field. The list is periodically updated and keeps on evolving to include the new scope of software development.</span>\r\n\r\n<img class=\"aligncenter wp-image-3072 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/software-development-activities-in-the-it-field-1.png\" alt=\"\" width=\"830\" height=\"350\" />\r\n<h2>Languages and scripts</h2>\r\n<h3><span style=\"font-family: \'proxima nova regular\';\">1. Scripts and scripting languages:</span></h3>\r\n<ul>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">HTML / HTML5 / DHTML / XHTML</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Active Server Pages - ASP</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">VBScript</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">JScript and JavaScript</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Personal Home Page - PHP</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">ColdFusion (ColdFusion Markup Language - CFML)</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Ajax</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Ruby (Ruby on Rails)</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Python</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">AppleScript</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">TypeScript</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Job Control Language - JCL</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Unix Shell scripts - </span>ksh<span style=\"font-family: \'proxima nova regular\';\">, </span>csh<span style=\"font-family: \'proxima nova regular\';\">, bash, sh, and others</span></li>\r\n</ul>\r\n<h3><span style=\"font-family: \'proxima nova regular\';\">2. Assembly languages:</span></h3>\r\n<ul>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Autocoder (used for programming mainframe systems such as IBM 1401 and 1440)</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">BAL (Basic AssembLer used for coding IBM System/360 and other mainframe systems)</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">FAP (Fortran Assembly Program for encoding IBM mainframes 709, 7090, and 7094)</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">GAS (</span>the acronym<span style=\"font-family: \'proxima nova regular\';\"> for GNU Assembler)</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">HLA (</span>the acronym<span style=\"font-family: \'proxima nova regular\';\"> for </span>High-Level<span style=\"font-family: \'proxima nova regular\';\"> Assembly)</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">MASM (</span>the acronym<span style=\"font-family: \'proxima nova regular\';\"> for Microsoft Macro Assembler)</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">MI (</span>the acronym<span style=\"font-family: \'proxima nova regular\';\"> for Machine Interface)</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Motorola 68k Assembly (used for encoding Motorola 68000 family CPUs)</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">NASM (</span>the acronym<span style=\"font-family: \'proxima nova regular\';\"> for Netwide Assembler)</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">PASM</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">TASM (Turbo Assembler developed by Borland)</span></li>\r\n</ul>\r\n<h3><span style=\"font-family: \'proxima nova regular\';\">3. Authoring languages:</span></h3>\r\n<ul>\r\n <li>PILOT</li>\r\n</ul>\r\n<h3><span style=\"font-family: \'proxima nova regular\';\">4. Command line interface languages:</span></h3>\r\n<ul>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">4DOS (extended command line shell for IBM PC family)</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">csh and tcsh (C-like shell developed by Bill Joy while at UC Berkeley)</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">CLIST</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">DCL DIGITAL Command Language (for DEC, Compaq, HP)</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">DOS batch language (standard batch language for IBM PCs and clones running under MS-DOS, PC DOS, and DR-DOS before Windows)</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">EXEC 2</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">JCL (</span>a punch<span style=\"font-family: \'proxima nova regular\';\"> card oriented batch language used in IBM Systems and 360 family mainframes)</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">REXX</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">TACL (</span>the acronym<span style=\"font-family: \'proxima nova regular\';\"> for Tandem Advanced Command Language)</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Windows batch language (as understood by COMMAND.COM and used by accessing the Command Prompt)</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Windows PowerShell</span></li>\r\n</ul>\r\n<h3><span style=\"font-family: \'proxima nova regular\';\">5. Compiled languages:</span></h3>\r\n<ul>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Ada</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">ALGOL</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">BASIC</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">C</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">C++</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">CLIPPER 5.3</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">C#</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">COBOL</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Cobra</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Common Lisp</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Delphi</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Fortran</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Pascal</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Visual Basic</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">visual FoxPro</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Visual Prolog</span></li>\r\n</ul>\r\n<h3><span style=\"font-family: \'proxima nova regular\';\">6. Educational languages:</span></h3>\r\n<ul>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Alice</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Logo</span></li>\r\n</ul>\r\n<h2><span style=\"font-family: \'proxima nova regular\';\">Mobile operating systems and applications development</span></h2>\r\n<ul>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Android</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Symbian</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Apple iOS</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Blackberry OS</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Windows OS</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Palm OS</span></li>\r\n</ul>\r\n<h2>Portals and websites</h2>\r\n<h3 style=\"padding-left: 30px;\"><span style=\"font-family: \'proxima nova regular\';\">1. Web portals</span></h3>\r\n<p style=\"padding-left: 30px;\"><span style=\"font-family: \'proxima nova regular\';\">Early types of portals, which originated, and are still being developed, ever since the World Wide Web or the internet started becoming popular amongst the masses. These portals and websites exhibit assimilated content and typically display links supporting searching facilities.</span></p>\r\n\r\n<h3 style=\"padding-left: 30px;\"><span style=\"font-family: \'proxima nova regular\';\">2. E-commerce portals</span></h3>\r\n<p style=\"padding-left: 30px;\"><span style=\"font-family: \'proxima nova regular\';\">E-commerce portals, also known as e-business portals help to share information with customers, partners, and suppliers. They generally support an online payment gateway or an \"online transactions\" processing component. The portals provide information, and in addition, describe products and services. E-commerce portals try to increase customer-relationships and lower the product/service costs.</span></p>\r\n\r\n<h3 style=\"padding-left: 30px;\"><span style=\"font-family: \'proxima nova regular\';\">3. Self-service portals</span></h3>\r\n<p style=\"padding-left: 30px;\"><span style=\"font-family: \'proxima nova regular\';\">E-commerce portals, also known as e-business portals help to share information with customers, partners, and suppliers. They generally support an online payment gateway or an \"online transactions\" processing component. The portals provide information, and in </span>addition<span style=\"font-family: \'proxima nova regular\';\">, describe products and services. E-commerce portals try to increase customer-relationships and lower the product/service costs.</span></p>\r\n\r\n<h3 style=\"padding-left: 30px;\"><span style=\"font-family: \'proxima nova regular\';\">4. Business intelligence portals</span></h3>\r\n<p style=\"padding-left: 30px;\"><span style=\"font-family: \'proxima nova regular\';\">Also known as decision portals, business intelligence portals aid online users in making important decisions. Besides allowing users to submit query and avail reports across multiple data storages, business intelligence portals have many built-in facilities and tools that can help to generate targeted reports.</span></p>\r\n\r\n<h3 style=\"padding-left: 30px;\"><span style=\"font-family: \'proxima nova regular\';\">5. Collaboration portals</span></h3>\r\n<p style=\"padding-left: 30px;\"><span style=\"font-family: \'proxima nova regular\';\">These types of portals provide information pertaining to geographically dispersed workforces and help to interact with people and projects sharing a common cause or belief. Typically, collaboration portals provide generic tools supporting chat and whiteboards, in addition to threaded discussions and streams which help to share maps and documents.</span></p>\r\n\r\n<h3 style=\"padding-left: 30px;\"><span style=\"font-family: \'proxima nova regular\';\">6. Enterprise information portal</span></h3>\r\n<p style=\"padding-left: 30px;\">Generally<span style=\"font-family: \'proxima nova regular\';\">, of complex nature, enterprise information portals are highly </span>tailored<span style=\"font-family: \'proxima nova regular\';\"> and offer a unique experience to the visitors. Various legacy systems offer functionality to carry out predefined </span>business-related<span style=\"font-family: \'proxima nova regular\';\"> processes.</span></p>\r\n\r\n<h3 style=\"padding-left: 30px;\"><span style=\"font-family: \'proxima nova regular\';\">7. e-learning portals</span></h3>\r\n<p style=\"padding-left: 30px;\"><span style=\"font-family: \'proxima nova regular\';\">Supporting online education, e-Learning portals aim to help and guide students by offering an organized and structured learning experience. These portals also offer testing facilities to evaluate your learning and provide appropriate feedback to the students.</span></p>\r\n\r\n<h3 style=\"padding-left: 30px;\"><span style=\"font-family: \'proxima nova regular\';\">8. Communication portals</span></h3>\r\n<p style=\"padding-left: 30px;\"><span style=\"font-family: \'proxima nova regular\';\">Communication portals, as the name rightly suggests, fundamentally support communications and messaging facilities through emails, voice messages, mobile linkups, web feeds, etc. in a manner that allows access from across multiple interfaces and locations. The users can configure how to use the facilities.</span></p>\r\n\r\n<h3 style=\"padding-left: 30px;\"><span style=\"font-family: \'proxima nova regular\';\">9. Social networking portals</span></h3>\r\n<p style=\"padding-left: 30px;\"><span style=\"font-family: \'proxima nova regular\';\">These types of portals can be individual or groups based, and primarily aim to improve and enhance social communications between like-minded individuals, or those who share a common idea or belief. Typically, members subscribe and log into the portal and subsequently start sharing their ideas and thoughts with other member groups and individuals.</span></p>','Software Development Activities In The IT Field','','publish','open','open','','software-development-activities-in-the-it-field','','','2018-10-10 15:30:01','2018-10-10 10:00:01','',0,'https://product.quickscrum.com/?p=4721',0,'post','',0),(4722,13,'2018-09-13 16:23:19','2018-09-13 10:53:19','The Agile development model is based upon the product incremental model. While discussing Agile in reference to software development, the software product features are developed through quickly repeating “production” cycles. Typically, small product increments are developed at the end of each cycle. As the cycles keep on repeating, more and more features are developed and functionality is ”added” up towards the final product release. Development carried out in each cycle is thoroughly tested for any designing or development flaws, bugs, and instances of regression likely to occur. Only “shippable” product increments are to be developed through the incremental cycles to ensure that high quality of the product features is maintained at all times.\r\n\r\n<img class=\"wp-image-3029 size-full aligncenter\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/what-is-agile-model-in-sdlc.png\" alt=\"\" width=\"830\" height=\"400\" />\r\n\r\nWhat is an Agile model in SDLC? In a nutshell, SDLC stands for “System Development Life Cycle”. Since the Agile model is based upon SDLC structure, it means Agile exhibits features typical of SDLC methods of development. The actual production process occurs through product increment cycles known as “sprints”.\r\n\r\nThere are several frameworks and methodologies under the Agile “umbrella”. They include Scrum, Extreme Programming or “XP”, Kanban etc.\r\n<h2>Advantages of Agile SDLC</h2>\r\nThere are several advantages of Agile SDLC model.\r\n<ul>\r\n <li>Increased customer or client satisfaction levels are availed by the rapid and continuous delivery of bug-free product features.</li>\r\n <li>People and personal interactions are considered more important than processes and tools. This improves team involvement and increases productivity since each person feels responsible for his or her work.</li>\r\n <li>Fully functional product features having high business values are delivered on a frequent basis.</li>\r\n <li>Personal or face-to-face conversation is the best form of communication. Personal involvement leads to accountability. Greater accountability results in increased productivity.</li>\r\n <li>The client and project owners are closely involved with the development work. They remain constantly appraised of all development activity. They clear the Story features. This can lead to the completion of successful projects.</li>\r\n <li>The team makes constant efforts to self-learn and improve the current working process.</li>\r\n <li>Changing market conditions and changes in the product design can be easily and effortlessly incorporated into the production cycle – even late in the product development cycle.</li>\r\n</ul>\r\n<h2>When should Agile SDLC model be used?</h2>\r\nThere are several indications of using Agile SDLC model. Perhaps, the most common reason why an Agile model is used is that changes can be readily incorporated into the project design. If the nature of the product were such that some, or many of the product features are likely to change over time, and the changes need to be incorporated in the product development cycle, Agile SDLC would be recommended. Agile frameworks are specially designed to incorporate changes – even late during the product design and production.\r\n\r\nSecondly, almost new “extra” cost is incurred while incorporating the changes. The product is developed in an incremental manner. If a particular feature needs to be changed, the user story can be simply “updated” with the new acceptance criterion and feature description. During sprint planning, the story can be picked up for development purposes and “manufactured”.\r\n\r\nAgile pre-supposes that the product is going to “change” with time and the entire model is based upon this assumption. New development can be easily introduced and existing can be effortlessly changed by the development team. At the most, the team loses a couple of day’s work depending upon the scope and nature of change. This is not possible with traditional Waterfall methods.\r\n\r\nNo special planning is required to incorporate the changes. A routine Agile process is more than sufficient to cater to the changes. The model is not required to be changed or modified in any manner to support the changes.','What is Agile model in SDLC?','','inherit','closed','closed','','4718-revision-v1','','','2018-09-13 16:23:19','2018-09-13 10:53:19','',4718,'https://product.quickscrum.com/4718-revision-v1/',0,'revision','',0),(4724,12,'2018-09-13 16:24:30','2018-09-13 10:54:30','<span style=\"font-family: \'proxima nova regular\';\">Individuals who are associated with the IT industry and computers generally use the term \"software development\" to describe the particular kind of work, or activity, they are currently doing or involved with. The terminology is very loosely used by most </span>people<span style=\"font-family: \'proxima nova regular\';\"> and can include almost any type of computer programming activity - including testing, debugging, document creation, deployment, developing and maintaining application frameworks, and even customizing operating systems as well as platforms. There is a trend to mention one\'s profession, or one\'s mode of professional engagement as \"software development\" while the person may be working as an application developer, a Java or VBScript web developer, an Android or iOS mobile apps creator, or even developing scripts for WordPress based themes.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">The fact is, the words \"software development\" are extensively used to refer to almost any type of IT related work, or activity, and generally denotes a development of \"computerizable\" code, in any way or manner, and of any \"kind\". The following list provides a rough idea regarding the scope of development related activities in the IT field. The list is periodically updated and keeps on evolving to include the new scope of software development.</span>\r\n\r\n<img class=\"aligncenter wp-image-3072 size-full\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/09/software-development-activities-in-the-it-field-1.png\" alt=\"\" width=\"830\" height=\"350\" />\r\n<h2>Languages and scripts</h2>\r\n<h3><span style=\"font-family: \'proxima nova regular\';\">1. Scripts and scripting languages:</span></h3>\r\n<ul>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">HTML / HTML5 / DHTML / XHTML</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Active Server Pages - ASP</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">VBScript</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">JScript and JavaScript</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Personal Home Page - PHP</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">ColdFusion (ColdFusion Markup Language - CFML)</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Ajax</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Ruby (Ruby on Rails)</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Python</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">AppleScript</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">TypeScript</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Job Control Language - JCL</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Unix Shell scripts - </span>ksh<span style=\"font-family: \'proxima nova regular\';\">, </span>csh<span style=\"font-family: \'proxima nova regular\';\">, bash, sh, and others</span></li>\r\n</ul>\r\n<h3><span style=\"font-family: \'proxima nova regular\';\">2. Assembly languages:</span></h3>\r\n<ul>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Autocoder (used for programming mainframe systems such as IBM 1401 and 1440)</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">BAL (Basic AssembLer used for coding IBM System/360 and other mainframe systems)</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">FAP (Fortran Assembly Program for encoding IBM mainframes 709, 7090, and 7094)</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">GAS (</span>the acronym<span style=\"font-family: \'proxima nova regular\';\"> for GNU Assembler)</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">HLA (</span>the acronym<span style=\"font-family: \'proxima nova regular\';\"> for </span>High-Level<span style=\"font-family: \'proxima nova regular\';\"> Assembly)</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">MASM (</span>the acronym<span style=\"font-family: \'proxima nova regular\';\"> for Microsoft Macro Assembler)</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">MI (</span>the acronym<span style=\"font-family: \'proxima nova regular\';\"> for Machine Interface)</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Motorola 68k Assembly (used for encoding Motorola 68000 family CPUs)</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">NASM (</span>the acronym<span style=\"font-family: \'proxima nova regular\';\"> for Netwide Assembler)</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">PASM</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">TASM (Turbo Assembler developed by Borland)</span></li>\r\n</ul>\r\n<h3><span style=\"font-family: \'proxima nova regular\';\">3. Authoring languages:</span></h3>\r\n<ul>\r\n <li>PILOT</li>\r\n</ul>\r\n<h3><span style=\"font-family: \'proxima nova regular\';\">4. Command line interface languages:</span></h3>\r\n<ul>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">4DOS (extended command line shell for IBM PC family)</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">csh and tcsh (C-like shell developed by Bill Joy while at UC Berkeley)</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">CLIST</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">DCL DIGITAL Command Language (for DEC, Compaq, HP)</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">DOS batch language (standard batch language for IBM PCs and clones running under MS-DOS, PC DOS, and DR-DOS before Windows)</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">EXEC 2</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">JCL (</span>a punch<span style=\"font-family: \'proxima nova regular\';\"> card oriented batch language used in IBM Systems and 360 family mainframes)</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">REXX</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">TACL (</span>the acronym<span style=\"font-family: \'proxima nova regular\';\"> for Tandem Advanced Command Language)</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Windows batch language (as understood by COMMAND.COM and used by accessing the Command Prompt)</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Windows PowerShell</span></li>\r\n</ul>\r\n<h3><span style=\"font-family: \'proxima nova regular\';\">5. Compiled languages:</span></h3>\r\n<ul>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Ada</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">ALGOL</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">BASIC</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">C</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">C++</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">CLIPPER 5.3</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">C#</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">COBOL</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Cobra</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Common Lisp</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Delphi</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Fortran</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Pascal</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Visual Basic</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">visual FoxPro</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Visual Prolog</span></li>\r\n</ul>\r\n<h3><span style=\"font-family: \'proxima nova regular\';\">6. Educational languages:</span></h3>\r\n<ul>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Alice</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Logo</span></li>\r\n</ul>\r\n<h2><span style=\"font-family: \'proxima nova regular\';\">Mobile operating systems and applications development</span></h2>\r\n<ul>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Android</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Symbian</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Apple iOS</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Blackberry OS</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Windows OS</span></li>\r\n <li><span style=\"font-family: \'proxima nova regular\';\">Palm OS</span></li>\r\n</ul>\r\n<h2>Portals and websites</h2>\r\n<h3 style=\"padding-left: 30px;\"><span style=\"font-family: \'proxima nova regular\';\">1. Web portals</span></h3>\r\n<p style=\"padding-left: 30px;\"><span style=\"font-family: \'proxima nova regular\';\">Early types of portals, which originated, and are still being developed, ever since the World Wide Web or the internet started becoming popular amongst the masses. These portals and websites exhibit assimilated content and typically display links supporting searching facilities.</span></p>\r\n\r\n<h3 style=\"padding-left: 30px;\"><span style=\"font-family: \'proxima nova regular\';\">2. E-commerce portals</span></h3>\r\n<p style=\"padding-left: 30px;\"><span style=\"font-family: \'proxima nova regular\';\">E-commerce portals, also known as e-business portals help to share information with customers, partners, and suppliers. They generally support an online payment gateway or an \"online transactions\" processing component. The portals provide information, and in addition, describe products and services. E-commerce portals try to increase customer-relationships and lower the product/service costs.</span></p>\r\n\r\n<h3 style=\"padding-left: 30px;\"><span style=\"font-family: \'proxima nova regular\';\">3. Self-service portals</span></h3>\r\n<p style=\"padding-left: 30px;\"><span style=\"font-family: \'proxima nova regular\';\">E-commerce portals, also known as e-business portals help to share information with customers, partners, and suppliers. They generally support an online payment gateway or an \"online transactions\" processing component. The portals provide information, and in </span>addition<span style=\"font-family: \'proxima nova regular\';\">, describe products and services. E-commerce portals try to increase customer-relationships and lower the product/service costs.</span></p>\r\n\r\n<h3 style=\"padding-left: 30px;\"><span style=\"font-family: \'proxima nova regular\';\">4. Business intelligence portals</span></h3>\r\n<p style=\"padding-left: 30px;\"><span style=\"font-family: \'proxima nova regular\';\">Also known as decision portals, business intelligence portals aid online users in making important decisions. Besides allowing users to submit query and avail reports across multiple data storages, business intelligence portals have many built-in facilities and tools that can help to generate targeted reports.</span></p>\r\n\r\n<h3 style=\"padding-left: 30px;\"><span style=\"font-family: \'proxima nova regular\';\">5. Collaboration portals</span></h3>\r\n<p style=\"padding-left: 30px;\"><span style=\"font-family: \'proxima nova regular\';\">These types of portals provide information pertaining to geographically dispersed workforces and help to interact with people and projects sharing a common cause or belief. Typically, collaboration portals provide generic tools supporting chat and whiteboards, in addition to threaded discussions and streams which help to share maps and documents.</span></p>\r\n\r\n<h3 style=\"padding-left: 30px;\"><span style=\"font-family: \'proxima nova regular\';\">6. Enterprise information portal</span></h3>\r\n<p style=\"padding-left: 30px;\">Generally<span style=\"font-family: \'proxima nova regular\';\">, of complex nature, enterprise information portals are highly </span>tailored<span style=\"font-family: \'proxima nova regular\';\"> and offer a unique experience to the visitors. Various legacy systems offer functionality to carry out predefined </span>business-related<span style=\"font-family: \'proxima nova regular\';\"> processes.</span></p>\r\n\r\n<h3 style=\"padding-left: 30px;\"><span style=\"font-family: \'proxima nova regular\';\">7. e-learning portals</span></h3>\r\n<p style=\"padding-left: 30px;\"><span style=\"font-family: \'proxima nova regular\';\">Supporting online education, e-Learning portals aim to help and guide students by offering an organized and structured learning experience. These portals also offer testing facilities to evaluate your learning and provide appropriate feedback to the students.</span></p>\r\n\r\n<h3 style=\"padding-left: 30px;\"><span style=\"font-family: \'proxima nova regular\';\">8. Communication portals</span></h3>\r\n<p style=\"padding-left: 30px;\"><span style=\"font-family: \'proxima nova regular\';\">Communication portals, as the name rightly suggests, fundamentally support communications and messaging facilities through emails, voice messages, mobile linkups, web feeds, etc. in a manner that allows access from across multiple interfaces and locations. The users can configure how to use the facilities.</span></p>\r\n\r\n<h3 style=\"padding-left: 30px;\"><span style=\"font-family: \'proxima nova regular\';\">9. Social networking portals</span></h3>\r\n<p style=\"padding-left: 30px;\"><span style=\"font-family: \'proxima nova regular\';\">These types of portals can be individual or groups based, and primarily aim to improve and enhance social communications between like-minded individuals, or those who share a common idea or belief. Typically, members subscribe and log into the portal and subsequently start sharing their ideas and thoughts with other member groups and individuals.</span></p>','Software Development Activities In The IT Field','','inherit','closed','closed','','4721-revision-v1','','','2018-09-13 16:24:30','2018-09-13 10:54:30','',4721,'https://product.quickscrum.com/4721-revision-v1/',0,'revision','',0),(4726,4,'2018-09-13 16:35:02','2018-09-13 11:05:02','','By Estimation- step-1','','inherit','open','closed','','by-estimation-step-1','','','2018-09-13 16:35:02','2018-09-13 11:05:02','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/By-Estimation-step-1.png',0,'attachment','image/png',0),(4727,4,'2018-09-13 16:35:45','2018-09-13 11:05:45','','By Estimation','','inherit','open','closed','','by-estimation','','','2018-09-13 16:35:45','2018-09-13 11:05:45','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/By-Estimation.png',0,'attachment','image/png',0),(4728,4,'2018-09-13 16:36:08','2018-09-13 11:06:08','','By Estimation- step-2','','inherit','open','closed','','by-estimation-step-2','','','2018-09-13 16:36:08','2018-09-13 11:06:08','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/By-Estimation-step-2.png',0,'attachment','image/png',0),(4729,4,'2018-09-13 16:36:25','2018-09-13 11:06:25','','By Estimation- step-3','','inherit','open','closed','','by-estimation-step-3','','','2018-09-13 16:36:25','2018-09-13 11:06:25','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/By-Estimation-step-3.png',0,'attachment','image/png',0),(4731,4,'2018-09-13 17:08:38','2018-09-13 11:38:38','','By Priorty-step-1','','inherit','open','closed','','by-priorty-step-1','','','2018-09-13 17:08:38','2018-09-13 11:38:38','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/By-Priorty-step-1.png',0,'attachment','image/png',0),(4733,4,'2018-09-13 17:33:25','2018-09-13 12:03:25','','By Priorty-step-11','','inherit','open','closed','','by-priorty-step-11','','','2018-09-13 17:33:25','2018-09-13 12:03:25','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/By-Priorty-step-11.png',0,'attachment','image/png',0),(4734,4,'2018-09-13 17:34:54','2018-09-13 12:04:54','','By Priorty-step-13','','inherit','open','closed','','by-priorty-step-13','','','2018-09-13 17:34:54','2018-09-13 12:04:54','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/By-Priorty-step-13.png',0,'attachment','image/png',0),(4737,4,'2018-09-13 17:54:22','2018-09-13 12:24:22','','By Business-step-1','','inherit','open','closed','','by-business-step-1','','','2018-09-13 17:54:22','2018-09-13 12:24:22','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/By-Business-step-1.png',0,'attachment','image/png',0),(4738,4,'2018-09-13 17:54:44','2018-09-13 12:24:44','','business-bs','','inherit','open','closed','','business-bs','','','2018-09-13 17:54:44','2018-09-13 12:24:44','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/business-bs.png',0,'attachment','image/png',0),(4739,4,'2018-09-13 17:55:40','2018-09-13 12:25:40','','business-bs-2','','inherit','open','closed','','business-bs-2','','','2018-09-13 17:55:40','2018-09-13 12:25:40','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/business-bs-2.png',0,'attachment','image/png',0),(4742,4,'2018-09-13 18:19:17','2018-09-13 12:49:17','','dusty_books_41723137_l(1)(2)(1)','','inherit','open','closed','','dusty_books_41723137_l121','','','2018-09-13 18:19:17','2018-09-13 12:49:17','',1136,'https://product.quickscrum.com/wp-content/uploads/2018/09/dusty_books_41723137_l121.png',0,'attachment','image/png',0),(4752,8,'2018-09-13 20:31:15','2018-09-13 15:01:15','','2','','inherit','open','closed','','2-2','','','2018-09-13 20:31:15','2018-09-13 15:01:15','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/2.png',0,'attachment','image/png',0),(4754,8,'2018-09-13 20:31:50','2018-09-13 15:01:50','','3','','inherit','open','closed','','3','','','2018-09-13 20:31:50','2018-09-13 15:01:50','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/3.png',0,'attachment','image/png',0),(4755,8,'2018-09-13 20:33:26','2018-09-13 15:03:26','','5','','inherit','open','closed','','5','','','2018-09-13 20:33:26','2018-09-13 15:03:26','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/5.png',0,'attachment','image/png',0),(4759,8,'2018-09-13 20:38:47','2018-09-13 15:08:47','','3','','inherit','open','closed','','3-2','','','2018-09-13 20:38:47','2018-09-13 15:08:47','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/3-1.png',0,'attachment','image/png',0),(4760,8,'2018-09-13 20:40:10','2018-09-13 15:10:10','','3','','inherit','open','closed','','3-3','','','2018-09-13 20:40:10','2018-09-13 15:10:10','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/3-2.png',0,'attachment','image/png',0),(4761,8,'2018-09-13 20:42:35','2018-09-13 15:12:35','','5','','inherit','open','closed','','5-2','','','2018-09-13 20:42:35','2018-09-13 15:12:35','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/5-1.png',0,'attachment','image/png',0),(4762,8,'2018-09-13 20:42:48','2018-09-13 15:12:48','','3','','inherit','open','closed','','3-4','','','2018-09-13 20:42:48','2018-09-13 15:12:48','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/3-3.png',0,'attachment','image/png',0),(4763,8,'2018-09-13 20:43:10','2018-09-13 15:13:10','','5','','inherit','open','closed','','5-3','','','2018-09-13 20:43:10','2018-09-13 15:13:10','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/5-2.png',0,'attachment','image/png',0),(4768,8,'2018-09-13 20:48:54','2018-09-13 15:18:54','','5','','inherit','closed','closed','','5-4','','','2018-09-13 20:48:54','2018-09-13 15:18:54','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/5-3.png',0,'attachment','image/png',0),(4772,8,'2018-09-13 20:56:35','2018-09-13 15:26:35','','6','','inherit','closed','closed','','6','','','2018-09-13 20:56:35','2018-09-13 15:26:35','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/6.png',0,'attachment','image/png',0),(4773,8,'2018-09-13 20:57:07','2018-09-13 15:27:07','','6','','inherit','closed','closed','','6-2','','','2018-09-13 20:57:07','2018-09-13 15:27:07','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/6-1.png',0,'attachment','image/png',0),(4777,1,'2018-09-13 21:01:47','2018-09-13 15:31:47','<p class=\"proximaregular qs-font15 qs_margin_bottom15\">The Scrum guide states:</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">\"The Scrum Master enforces the rule that only Development Team members participate in the Daily Scrum.\"</p>\r\n<p class=\"proximaregular qs-font15 qs_margin_bottom15\">Does it mean that no one else other than development team members can participate in the daily stand-up? Can the rule be broken if stakeholders desire to visit the daily scrum event?</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-7 full-width qs-text qs_margin_bottom15 qs_margin_top10\"><span class=\"color3e proximasemibold qs-font15\">Posted By</span> - <span class=\"proximasemibold qs-font15\">Renold</span></div>\r\n</div>','Can stakeholders participate in the daily scrum meeting?','','inherit','closed','closed','','3435-autosave-v1','','','2018-09-13 21:01:47','2018-09-13 15:31:47','',3435,'https://product.quickscrum.com/3435-autosave-v1/',0,'revision','',0),(4870,8,'2018-09-26 15:04:05','2018-09-26 09:34:05','','08','','inherit','closed','closed','','08-6','','','2018-09-26 15:04:05','2018-09-26 09:34:05','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/08.gif',0,'attachment','image/gif',0),(4871,8,'2018-09-26 15:18:31','2018-09-26 09:48:31','','Drag and drop','','inherit','closed','closed','','drag-and-drop','','','2018-09-26 15:18:31','2018-09-26 09:48:31','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Drag-and-drop.gif',0,'attachment','image/gif',0),(4965,8,'2018-09-27 16:21:39','2018-09-27 10:51:39','','Add Project','','inherit','closed','closed','','add-project-2','','','2018-09-27 16:21:39','2018-09-27 10:51:39','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Add-Project.gif',0,'attachment','image/gif',0),(4977,8,'2018-09-27 16:31:49','2018-09-27 11:01:49','','Add Project','','inherit','closed','closed','','add-project-3','','','2018-09-27 16:31:49','2018-09-27 11:01:49','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Add-Project-1.gif',0,'attachment','image/gif',0),(4989,8,'2018-09-27 16:58:15','2018-09-27 11:28:15','','Add Project','','inherit','closed','closed','','add-project-4','','','2018-09-27 16:58:15','2018-09-27 11:28:15','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Add-Project-2.gif',0,'attachment','image/gif',0),(4990,8,'2018-09-27 16:58:44','2018-09-27 11:28:44','','Add Project','','inherit','closed','closed','','add-project-5','','','2018-09-27 16:58:44','2018-09-27 11:28:44','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Add-Project-3.gif',0,'attachment','image/gif',0),(5005,8,'2018-09-27 19:01:04','2018-09-27 13:31:04','','Add-Project-red','','inherit','closed','closed','','add-project-red','','','2018-09-27 19:01:04','2018-09-27 13:31:04','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Add-Project-red.gif',0,'attachment','image/gif',0),(5007,8,'2018-09-27 19:01:35','2018-09-27 13:31:35','','Add-Project-01','','inherit','closed','closed','','add-project-01','','','2018-09-27 19:01:35','2018-09-27 13:31:35','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Add-Project-01.gif',0,'attachment','image/gif',0),(5043,8,'2018-09-28 12:45:00','2018-09-28 07:15:00','','Invite Members','','inherit','closed','closed','','invite-members','','','2018-09-28 12:45:00','2018-09-28 07:15:00','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Invite-Members.gif',0,'attachment','image/gif',0),(5048,8,'2018-09-28 12:55:11','2018-09-28 07:25:11','','Invite Members01','','inherit','closed','closed','','invite-members01','','','2018-09-28 12:55:11','2018-09-28 07:25:11','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Invite-Members01.gif',0,'attachment','image/gif',0),(5059,8,'2018-09-28 15:33:52','2018-09-28 10:03:52','','Manage Backlog','','inherit','closed','closed','','manage-backlog','','','2018-09-28 15:33:52','2018-09-28 10:03:52','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Manage-Backlog.gif',0,'attachment','image/gif',0),(5098,8,'2018-09-29 11:21:42','2018-09-29 05:51:42','','Add-Project-02','','inherit','closed','closed','','add-project-02','','','2018-09-29 11:21:42','2018-09-29 05:51:42','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Add-Project-02.gif',0,'attachment','image/gif',0),(5108,8,'2018-09-29 11:43:26','2018-09-29 06:13:26','','Add-Project-red-02','','inherit','closed','closed','','add-project-red-02','','','2018-09-29 11:43:26','2018-09-29 06:13:26','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Add-Project-red-02.gif',0,'attachment','image/gif',0),(5122,8,'2018-09-29 12:13:20','2018-09-29 06:43:20','','Invite Members02','','inherit','closed','closed','','invite-members02','','','2018-09-29 12:13:20','2018-09-29 06:43:20','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Invite-Members02.gif',0,'attachment','image/gif',0),(5173,8,'2018-09-29 15:11:53','2018-09-29 09:41:53','','Img','','inherit','closed','closed','','img','','','2018-09-29 15:11:53','2018-09-29 09:41:53','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Img.png',0,'attachment','image/png',0),(5350,8,'2018-10-01 16:47:17','2018-10-01 11:17:17','','Sort icon','','inherit','closed','closed','','sort-icon','','','2018-10-01 16:47:17','2018-10-01 11:17:17','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Sort-icon.png',0,'attachment','image/png',0),(5352,4,'2018-10-01 16:54:14','2018-10-01 11:24:14','','add-workitem-1','','inherit','closed','closed','','add-workitem-1','','','2018-10-01 16:54:14','2018-10-01 11:24:14','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/add-workitem-1.png',0,'attachment','image/png',0),(5354,8,'2018-10-01 16:54:40','2018-10-01 11:24:40','','Ascend icon','','inherit','closed','closed','','ascend-icon','','','2018-10-01 16:54:40','2018-10-01 11:24:40','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Ascend-icon.png',0,'attachment','image/png',0),(5355,4,'2018-10-01 16:55:41','2018-10-01 11:25:41','','add-workitem-2','','inherit','closed','closed','','add-workitem-2','','','2018-10-01 16:55:41','2018-10-01 11:25:41','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/add-workitem-2.png',0,'attachment','image/png',0),(5356,4,'2018-10-01 16:55:58','2018-10-01 11:25:58','','add-workitem-3','','inherit','closed','closed','','add-workitem-3','','','2018-10-01 16:55:58','2018-10-01 11:25:58','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/add-workitem-3.png',0,'attachment','image/png',0),(5449,4,'2018-10-03 10:01:54','2018-10-03 04:31:54','','Add Subitems in workitem-1','','inherit','closed','closed','','add-subitems-in-workitem-1','','','2018-10-03 10:01:54','2018-10-03 04:31:54','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Add-Subitems-in-workitem-1.png',0,'attachment','image/png',0),(5450,4,'2018-10-03 10:02:26','2018-10-03 04:32:26','','Add Subitems in workitem-2','','inherit','closed','closed','','add-subitems-in-workitem-2','','','2018-10-03 10:02:26','2018-10-03 04:32:26','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Add-Subitems-in-workitem-2.png',0,'attachment','image/png',0),(5451,4,'2018-10-03 10:02:50','2018-10-03 04:32:50','','Add Subitems in workitem-3','','inherit','closed','closed','','add-subitems-in-workitem-3','','','2018-10-03 10:02:50','2018-10-03 04:32:50','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Add-Subitems-in-workitem-3.png',0,'attachment','image/png',0),(5505,4,'2018-10-03 16:31:21','2018-10-03 11:01:21','','add-workitem-1','','inherit','closed','closed','','add-workitem-1-2','','','2018-10-03 16:31:21','2018-10-03 11:01:21','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/add-workitem-1-1.png',0,'attachment','image/png',0),(5506,4,'2018-10-03 16:31:33','2018-10-03 11:01:33','','add-workitem-2','','inherit','closed','closed','','add-workitem-2-2','','','2018-10-03 16:31:33','2018-10-03 11:01:33','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/add-workitem-2-1.png',0,'attachment','image/png',0),(5507,4,'2018-10-03 16:31:43','2018-10-03 11:01:43','','add-workitem-3','','inherit','closed','closed','','add-workitem-3-2','','','2018-10-03 16:31:43','2018-10-03 11:01:43','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/add-workitem-3-1.png',0,'attachment','image/png',0),(5510,4,'2018-10-03 16:59:03','2018-10-03 11:29:03','','Manage Workitem-1','','inherit','closed','closed','','manage-workitem-1','','','2018-10-03 16:59:03','2018-10-03 11:29:03','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Manage-Workitem-1.png',0,'attachment','image/png',0),(5511,4,'2018-10-03 16:59:12','2018-10-03 11:29:12','','Manage Workitem-2','','inherit','closed','closed','','manage-workitem-2','','','2018-10-03 16:59:12','2018-10-03 11:29:12','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Manage-Workitem-2.png',0,'attachment','image/png',0),(5512,4,'2018-10-03 16:59:29','2018-10-03 11:29:29','','Manage Workitem-3','','inherit','closed','closed','','manage-workitem-3','','','2018-10-03 16:59:29','2018-10-03 11:29:29','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Manage-Workitem-3.png',0,'attachment','image/png',0),(5514,4,'2018-10-03 16:59:38','2018-10-03 11:29:38','','Manage Workitem-4','','inherit','closed','closed','','manage-workitem-4','','','2018-10-03 16:59:38','2018-10-03 11:29:38','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Manage-Workitem-4.png',0,'attachment','image/png',0),(5517,4,'2018-10-03 17:49:03','2018-10-03 12:19:03','','Assign Workitem to a User-1','','inherit','closed','closed','','assign-workitem-to-a-user-1','','','2018-10-03 17:49:03','2018-10-03 12:19:03','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Assign-Workitem-to-a-User-1.png',0,'attachment','image/png',0),(5520,4,'2018-10-03 17:50:17','2018-10-03 12:20:17','','Assign Workitem to a User-3','','inherit','closed','closed','','assign-workitem-to-a-user-3','','','2018-10-03 17:50:17','2018-10-03 12:20:17','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Assign-Workitem-to-a-User-3.png',0,'attachment','image/png',0),(5521,4,'2018-10-03 17:50:32','2018-10-03 12:20:32','','Assign Workitem to a User-4','','inherit','closed','closed','','assign-workitem-to-a-user-4','','','2018-10-03 17:50:32','2018-10-03 12:20:32','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Assign-Workitem-to-a-User-4.png',0,'attachment','image/png',0),(5527,4,'2018-10-03 18:09:07','2018-10-03 12:39:07','','Set Workitem Business Value -1','','inherit','closed','closed','','set-workitem-business-value-1','','','2018-10-03 18:09:07','2018-10-03 12:39:07','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Set-Workitem-Business-Value-1.png',0,'attachment','image/png',0),(5528,4,'2018-10-03 18:09:16','2018-10-03 12:39:16','','Set Workitem Business Value -2','','inherit','closed','closed','','set-workitem-business-value-2','','','2018-10-03 18:09:16','2018-10-03 12:39:16','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Set-Workitem-Business-Value-2.png',0,'attachment','image/png',0),(5529,4,'2018-10-03 18:09:29','2018-10-03 12:39:29','','Set Workitem Business Value -3','','inherit','closed','closed','','set-workitem-business-value-3','','','2018-10-03 18:09:29','2018-10-03 12:39:29','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Set-Workitem-Business-Value-3.png',0,'attachment','image/png',0),(5530,4,'2018-10-03 18:09:37','2018-10-03 12:39:37','','Set Workitem Business Value -4','','inherit','closed','closed','','set-workitem-business-value-4','','','2018-10-03 18:09:37','2018-10-03 12:39:37','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Set-Workitem-Business-Value-4.png',0,'attachment','image/png',0),(5541,4,'2018-10-03 18:27:45','2018-10-03 12:57:45','','Set Workitem Business Value -4','','inherit','closed','closed','','set-workitem-business-value-4-2','','','2018-10-03 18:27:45','2018-10-03 12:57:45','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Set-Workitem-Business-Value-4-1.png',0,'attachment','image/png',0),(5545,4,'2018-10-03 18:30:50','2018-10-03 13:00:50','','Set workitem Estimated size-1','','inherit','closed','closed','','set-workitem-estimated-size-1','','','2018-10-03 18:30:50','2018-10-03 13:00:50','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Set-workitem-Estimated-size-1.png',0,'attachment','image/png',0),(5547,4,'2018-10-03 18:31:16','2018-10-03 13:01:16','','Set workitem Estimated size-3','','inherit','closed','closed','','set-workitem-estimated-size-3','','','2018-10-03 18:31:16','2018-10-03 13:01:16','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Set-workitem-Estimated-size-3.png',0,'attachment','image/png',0),(5548,4,'2018-10-03 18:31:23','2018-10-03 13:01:23','','Set workitem Estimated size-4','','inherit','closed','closed','','set-workitem-estimated-size-4','','','2018-10-03 18:31:23','2018-10-03 13:01:23','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Set-workitem-Estimated-size-4.png',0,'attachment','image/png',0),(5551,4,'2018-10-03 18:46:34','2018-10-03 13:16:34','','Tag workitem-1','','inherit','closed','closed','','tag-workitem-1','','','2018-10-03 18:46:34','2018-10-03 13:16:34','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Tag-workitem-1.png',0,'attachment','image/png',0),(5552,4,'2018-10-03 18:46:48','2018-10-03 13:16:48','','Tag workitem-2','','inherit','closed','closed','','tag-workitem-2','','','2018-10-03 18:46:48','2018-10-03 13:16:48','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Tag-workitem-2.png',0,'attachment','image/png',0),(5553,4,'2018-10-03 18:47:04','2018-10-03 13:17:04','','Tag workitem-3','','inherit','closed','closed','','tag-workitem-3','','','2018-10-03 18:47:04','2018-10-03 13:17:04','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Tag-workitem-3.png',0,'attachment','image/png',0),(5557,4,'2018-10-03 18:56:01','2018-10-03 13:26:01','','Attach File To Workitem-1','','inherit','closed','closed','','attach-file-to-workitem-1','','','2018-10-03 18:56:01','2018-10-03 13:26:01','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Attach-File-To-Workitem-1.png',0,'attachment','image/png',0),(5558,4,'2018-10-03 18:56:10','2018-10-03 13:26:10','','Attach File To Workitem-2','','inherit','closed','closed','','attach-file-to-workitem-2','','','2018-10-03 18:56:10','2018-10-03 13:26:10','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Attach-File-To-Workitem-2.png',0,'attachment','image/png',0),(5559,4,'2018-10-03 18:56:20','2018-10-03 13:26:20','','Attach File To Workitem-3','','inherit','closed','closed','','attach-file-to-workitem-3','','','2018-10-03 18:56:20','2018-10-03 13:26:20','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Attach-File-To-Workitem-3.png',0,'attachment','image/png',0),(5561,4,'2018-10-04 10:24:47','2018-10-04 04:54:47','','Comment on workitem-1','','inherit','closed','closed','','comment-on-workitem-1','','','2018-10-04 10:24:47','2018-10-04 04:54:47','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Comment-on-workitem-1.png',0,'attachment','image/png',0),(5562,4,'2018-10-04 10:24:57','2018-10-04 04:54:57','','Comment on workitem-2','','inherit','closed','closed','','comment-on-workitem-2','','','2018-10-04 10:24:57','2018-10-04 04:54:57','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Comment-on-workitem-2.png',0,'attachment','image/png',0),(5563,4,'2018-10-04 10:25:11','2018-10-04 04:55:11','','Comment on workitem-3','','inherit','closed','closed','','comment-on-workitem-3','','','2018-10-04 10:25:11','2018-10-04 04:55:11','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Comment-on-workitem-3.png',0,'attachment','image/png',0),(5567,8,'2018-10-04 12:15:27','2018-10-04 06:45:27','','My Setting-1','','inherit','closed','closed','','my-setting-1','','','2018-10-04 12:15:27','2018-10-04 06:45:27','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/My-Setting-1.png',0,'attachment','image/png',0),(5568,8,'2018-10-04 12:35:25','2018-10-04 07:05:25','','My Setting-1','','inherit','closed','closed','','my-setting-1-2','','','2018-10-04 12:35:25','2018-10-04 07:05:25','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/My-Setting-1-1.png',0,'attachment','image/png',0),(5570,4,'2018-10-04 13:47:28','2018-10-04 08:17:28','','Log efforts on workitem-1','','inherit','closed','closed','','log-efforts-on-workitem-1','','','2018-10-04 13:47:28','2018-10-04 08:17:28','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Log-efforts-on-workitem-1.png',0,'attachment','image/png',0),(5571,4,'2018-10-04 13:47:37','2018-10-04 08:17:37','','Log efforts on workitem-2','','inherit','closed','closed','','log-efforts-on-workitem-2','','','2018-10-04 13:47:37','2018-10-04 08:17:37','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Log-efforts-on-workitem-2.png',0,'attachment','image/png',0),(5572,4,'2018-10-04 13:47:58','2018-10-04 08:17:58','','Log efforts on workitem-3','','inherit','closed','closed','','log-efforts-on-workitem-3','','','2018-10-04 13:47:58','2018-10-04 08:17:58','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Log-efforts-on-workitem-3.png',0,'attachment','image/png',0),(5575,4,'2018-10-04 13:53:32','2018-10-04 08:23:32','','Log efforts on workitem-4','','inherit','closed','closed','','log-efforts-on-workitem-4','','','2018-10-04 13:53:32','2018-10-04 08:23:32','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Log-efforts-on-workitem-4.png',0,'attachment','image/png',0),(5578,4,'2018-10-04 13:56:41','2018-10-04 08:26:41','','Add Subitems in workitem-1','','inherit','closed','closed','','add-subitems-in-workitem-1-2','','','2018-10-04 13:56:41','2018-10-04 08:26:41','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Add-Subitems-in-workitem-1-1.png',0,'attachment','image/png',0),(5579,4,'2018-10-04 13:58:26','2018-10-04 08:28:26','','Add Subitems in workitem-2','','inherit','closed','closed','','add-subitems-in-workitem-2-2','','','2018-10-04 13:58:26','2018-10-04 08:28:26','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Add-Subitems-in-workitem-2-1.png',0,'attachment','image/png',0),(5580,4,'2018-10-04 13:58:34','2018-10-04 08:28:34','','Add Subitems in workitem-3','','inherit','closed','closed','','add-subitems-in-workitem-3-2','','','2018-10-04 13:58:34','2018-10-04 08:28:34','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Add-Subitems-in-workitem-3-1.png',0,'attachment','image/png',0),(5583,8,'2018-10-04 14:25:05','2018-10-04 08:55:05','','My Setting-3','','inherit','closed','closed','','my-setting-3','','','2018-10-04 14:25:05','2018-10-04 08:55:05','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/My-Setting-3.png',0,'attachment','image/png',0),(5586,4,'2018-10-04 14:28:16','2018-10-04 08:58:16','','Set workitem status-1','','inherit','closed','closed','','set-workitem-status-1','','','2018-10-04 14:28:16','2018-10-04 08:58:16','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Set-workitem-status-1.png',0,'attachment','image/png',0),(5588,4,'2018-10-04 14:29:04','2018-10-04 08:59:04','','Set workitem status-3','','inherit','closed','closed','','set-workitem-status-3','','','2018-10-04 14:29:04','2018-10-04 08:59:04','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Set-workitem-status-3.png',0,'attachment','image/png',0),(5589,4,'2018-10-04 14:29:15','2018-10-04 08:59:15','','Set workitem status-4','','inherit','closed','closed','','set-workitem-status-4','','','2018-10-04 14:29:15','2018-10-04 08:59:15','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Set-workitem-status-4.gif',0,'attachment','image/gif',0),(5592,4,'2018-10-04 14:35:49','2018-10-04 09:05:49','','Track Workitem Activity-1','','inherit','closed','closed','','track-workitem-activity-1','','','2018-10-04 14:35:49','2018-10-04 09:05:49','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Track-Workitem-Activity-1.png',0,'attachment','image/png',0),(5595,8,'2018-10-04 14:39:28','2018-10-04 09:09:28','','Change Password-1','','inherit','closed','closed','','change-password-1','','','2018-10-04 14:39:28','2018-10-04 09:09:28','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Change-Password-1.png',0,'attachment','image/png',0),(5596,4,'2018-10-04 14:39:33','2018-10-04 09:09:33','','Track Workitem Activity-2','','inherit','closed','closed','','track-workitem-activity-2','','','2018-10-04 14:39:33','2018-10-04 09:09:33','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Track-Workitem-Activity-2.png',0,'attachment','image/png',0),(5598,8,'2018-10-04 14:41:07','2018-10-04 09:11:07','','Change Password-2','','inherit','closed','closed','','change-password-2','','','2018-10-04 14:41:07','2018-10-04 09:11:07','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Change-Password-2.png',0,'attachment','image/png',0),(5599,8,'2018-10-04 14:43:33','2018-10-04 09:13:33','','Change Password-3','','inherit','closed','closed','','change-password-3','','','2018-10-04 14:43:33','2018-10-04 09:13:33','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Change-Password-3.png',0,'attachment','image/png',0),(5611,8,'2018-10-04 15:06:19','2018-10-04 09:36:19','','Manage Users-3','','inherit','closed','closed','','manage-users-3','','','2018-10-04 15:06:19','2018-10-04 09:36:19','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Manage-Users-3.png',0,'attachment','image/png',0),(5619,8,'2018-10-04 15:28:44','2018-10-04 09:58:44','','Manage Users-5','','inherit','closed','closed','','manage-users-5','','','2018-10-04 15:28:44','2018-10-04 09:58:44','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Manage-Users-5.png',0,'attachment','image/png',0),(5621,4,'2018-10-04 15:30:36','2018-10-04 10:00:36','','Add Subitem-1','','inherit','closed','closed','','add-subitem-1','','','2018-10-04 15:30:36','2018-10-04 10:00:36','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Add-Subitem-1.png',0,'attachment','image/png',0),(5622,4,'2018-10-04 15:30:48','2018-10-04 10:00:48','','Add Subitem-2','','inherit','closed','closed','','add-subitem-2','','','2018-10-04 15:30:48','2018-10-04 10:00:48','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Add-Subitem-2.png',0,'attachment','image/png',0),(5623,4,'2018-10-04 15:31:01','2018-10-04 10:01:01','','Add Subitem-3','','inherit','closed','closed','','add-subitem-3','','','2018-10-04 15:31:01','2018-10-04 10:01:01','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Add-Subitem-3.png',0,'attachment','image/png',0),(5626,8,'2018-10-04 15:32:35','2018-10-04 10:02:35','','Manage Users-1','','inherit','closed','closed','','manage-users-1-2','','','2018-10-04 15:32:35','2018-10-04 10:02:35','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Manage-Users-1-1.png',0,'attachment','image/png',0),(5628,8,'2018-10-04 15:37:34','2018-10-04 10:07:34','','Manage Users-6','','inherit','closed','closed','','manage-users-6','','','2018-10-04 15:37:34','2018-10-04 10:07:34','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Manage-Users-6.png',0,'attachment','image/png',0),(5630,8,'2018-10-04 15:42:05','2018-10-04 10:12:05','','Search Users-1','','inherit','closed','closed','','search-users-1','','','2018-10-04 15:42:05','2018-10-04 10:12:05','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Search-Users-1.png',0,'attachment','image/png',0),(5634,8,'2018-10-04 15:49:06','2018-10-04 10:19:06','','Search Users-3','','inherit','closed','closed','','search-users-3-2','','','2018-10-04 15:49:06','2018-10-04 10:19:06','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Search-Users-3.png',0,'attachment','image/png',0),(5636,8,'2018-10-04 15:50:14','2018-10-04 10:20:14','','Manage Users-3','','inherit','closed','closed','','manage-users-3-2','','','2018-10-04 15:50:14','2018-10-04 10:20:14','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Manage-Users-3-1.png',0,'attachment','image/png',0),(5642,8,'2018-10-04 15:57:35','2018-10-04 10:27:35','','Invite Users-1','','inherit','closed','closed','','invite-users-1','','','2018-10-04 15:57:35','2018-10-04 10:27:35','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Invite-Users-1.png',0,'attachment','image/png',0),(5649,4,'2018-10-04 16:31:51','2018-10-04 11:01:51','','Manage Subitem-1','','inherit','closed','closed','','manage-subitem-1','','','2018-10-04 16:31:51','2018-10-04 11:01:51','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Manage-Subitem-1.png',0,'attachment','image/png',0),(5650,4,'2018-10-04 16:31:59','2018-10-04 11:01:59','','Manage Subitem-2','','inherit','closed','closed','','manage-subitem-2','','','2018-10-04 16:31:59','2018-10-04 11:01:59','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Manage-Subitem-2.png',0,'attachment','image/png',0),(5651,4,'2018-10-04 16:32:08','2018-10-04 11:02:08','','Manage Subitem-3','','inherit','closed','closed','','manage-subitem-3','','','2018-10-04 16:32:08','2018-10-04 11:02:08','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Manage-Subitem-3.png',0,'attachment','image/png',0),(5652,4,'2018-10-04 16:32:17','2018-10-04 11:02:17','','Manage Subitem-4','','inherit','closed','closed','','manage-subitem-4','','','2018-10-04 16:32:17','2018-10-04 11:02:17','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Manage-Subitem-4.png',0,'attachment','image/png',0),(5654,8,'2018-10-04 16:36:38','2018-10-04 11:06:38','','Workitem Priority-1','','inherit','closed','closed','','workitem-priority-1','','','2018-10-04 16:36:38','2018-10-04 11:06:38','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Workitem-Priority-1.png',0,'attachment','image/png',0),(5656,8,'2018-10-04 16:42:32','2018-10-04 11:12:32','','Workitem Priority-3','','inherit','closed','closed','','workitem-priority-3','','','2018-10-04 16:42:32','2018-10-04 11:12:32','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Workitem-Priority-3.png',0,'attachment','image/png',0),(5657,8,'2018-10-04 16:42:48','2018-10-04 11:12:48','','Workitem Priority-4','','inherit','closed','closed','','workitem-priority-4','','','2018-10-04 16:42:48','2018-10-04 11:12:48','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Workitem-Priority-4.png',0,'attachment','image/png',0),(5658,4,'2018-10-04 16:52:37','2018-10-04 11:22:37','','Update Multiple Subitems-1','','inherit','closed','closed','','update-multiple-subitems-1','','','2018-10-04 16:52:37','2018-10-04 11:22:37','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Update-Multiple-Subitems-1.png',0,'attachment','image/png',0),(5659,4,'2018-10-04 16:52:49','2018-10-04 11:22:49','','Update Multiple Subitems-2','','inherit','closed','closed','','update-multiple-subitems-2','','','2018-10-04 16:52:49','2018-10-04 11:22:49','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Update-Multiple-Subitems-2.png',0,'attachment','image/png',0),(5661,4,'2018-10-04 16:53:35','2018-10-04 11:23:35','','Update Multiple Subitems-3','','inherit','closed','closed','','update-multiple-subitems-3','','','2018-10-04 16:53:35','2018-10-04 11:23:35','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Update-Multiple-Subitems-3.png',0,'attachment','image/png',0),(5664,4,'2018-10-04 17:44:08','2018-10-04 12:14:08','','Assign subitem to user-1','','inherit','closed','closed','','assign-subitem-to-user-1','','','2018-10-04 17:44:08','2018-10-04 12:14:08','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Assign-subitem-to-user-1.png',0,'attachment','image/png',0),(5665,8,'2018-10-04 17:45:34','2018-10-04 12:15:34','','Manage Users-7','','inherit','closed','closed','','manage-users-7','','','2018-10-04 17:45:34','2018-10-04 12:15:34','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Manage-Users-7.png',0,'attachment','image/png',0),(5667,8,'2018-10-04 17:47:02','2018-10-04 12:17:02','','Workitem Priority-5','','inherit','closed','closed','','workitem-priority-5','','','2018-10-04 17:47:02','2018-10-04 12:17:02','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Workitem-Priority-5.png',0,'attachment','image/png',0),(5668,8,'2018-10-04 17:48:02','2018-10-04 12:18:02','','Workitem Priority-6','','inherit','closed','closed','','workitem-priority-6','','','2018-10-04 17:48:02','2018-10-04 12:18:02','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Workitem-Priority-6.png',0,'attachment','image/png',0),(5669,8,'2018-10-04 17:48:51','2018-10-04 12:18:51','','Workitem Priority-7','','inherit','closed','closed','','workitem-priority-7','','','2018-10-04 17:48:51','2018-10-04 12:18:51','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Workitem-Priority-7.png',0,'attachment','image/png',0),(5670,8,'2018-10-04 17:49:27','2018-10-04 12:19:27','','Workitem Priority-8','','inherit','closed','closed','','workitem-priority-8','','','2018-10-04 17:49:27','2018-10-04 12:19:27','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Workitem-Priority-8.png',0,'attachment','image/png',0),(5672,4,'2018-10-04 17:51:41','2018-10-04 12:21:41','','Assign subitem to user-2','','inherit','closed','closed','','assign-subitem-to-user-2','','','2018-10-04 17:51:41','2018-10-04 12:21:41','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Assign-subitem-to-user-2.png',0,'attachment','image/png',0),(5674,8,'2018-10-04 17:52:17','2018-10-04 12:22:17','','Workitem Priority-9','','inherit','closed','closed','','workitem-priority-9','','','2018-10-04 17:52:17','2018-10-04 12:22:17','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Workitem-Priority-9.png',0,'attachment','image/png',0),(5676,8,'2018-10-04 17:56:17','2018-10-04 12:26:17','','Search Users-2','','inherit','closed','closed','','search-users-2','','','2018-10-04 17:56:17','2018-10-04 12:26:17','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Search-Users-2.png',0,'attachment','image/png',0),(5677,8,'2018-10-04 17:56:40','2018-10-04 12:26:40','','Search Users-3','','inherit','closed','closed','','search-users-3','','','2018-10-04 17:56:40','2018-10-04 12:26:40','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Search-Users-3-1.png',0,'attachment','image/png',0),(5678,8,'2018-10-04 17:56:58','2018-10-04 12:26:58','','Search Users-4','','inherit','closed','closed','','search-users-4','','','2018-10-04 17:56:58','2018-10-04 12:26:58','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Search-Users-4.png',0,'attachment','image/png',0),(5680,4,'2018-10-04 17:58:30','2018-10-04 12:28:30','','Set workitem Estimated size-2','','inherit','closed','closed','','set-workitem-estimated-size-2','','','2018-10-04 17:58:30','2018-10-04 12:28:30','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Set-workitem-Estimated-size-2.png',0,'attachment','image/png',0),(5683,8,'2018-10-04 18:01:08','2018-10-04 12:31:08','','Invite Users-2','','inherit','closed','closed','','invite-users-2','','','2018-10-04 18:01:08','2018-10-04 12:31:08','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Invite-Users-2.png',0,'attachment','image/png',0),(5685,4,'2018-10-04 18:01:46','2018-10-04 12:31:46','','Set workitem status-2','','inherit','closed','closed','','set-workitem-status-2','','','2018-10-04 18:01:46','2018-10-04 12:31:46','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Set-workitem-status-2.png',0,'attachment','image/png',0),(5686,8,'2018-10-04 18:01:59','2018-10-04 12:31:59','','Invite Users-4','','inherit','closed','closed','','invite-users-4','','','2018-10-04 18:01:59','2018-10-04 12:31:59','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Invite-Users-4.png',0,'attachment','image/png',0),(5688,8,'2018-10-04 18:02:14','2018-10-04 12:32:14','','Invite Users-5','','inherit','closed','closed','','invite-users-5','','','2018-10-04 18:02:14','2018-10-04 12:32:14','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Invite-Users-5.png',0,'attachment','image/png',0),(5694,4,'2018-10-04 18:07:19','2018-10-04 12:37:19','','Assign Workitem to a User-2','','inherit','closed','closed','','assign-workitem-to-a-user-2','','','2018-10-04 18:07:19','2018-10-04 12:37:19','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Assign-Workitem-to-a-User-2.png',0,'attachment','image/png',0),(5699,8,'2018-10-04 18:16:57','2018-10-04 12:46:57','','Manage Users-3','','inherit','closed','closed','','manage-users-3-3','','','2018-10-04 18:16:57','2018-10-04 12:46:57','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Manage-Users-3-2.png',0,'attachment','image/png',0),(5700,8,'2018-10-04 18:17:12','2018-10-04 12:47:12','','Manage Users-2','','inherit','closed','closed','','manage-users-2-2','','','2018-10-04 18:17:12','2018-10-04 12:47:12','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Manage-Users-2-1.png',0,'attachment','image/png',0),(5701,8,'2018-10-04 18:18:31','2018-10-04 12:48:31','','Manage Users-4','','inherit','closed','closed','','manage-users-4','','','2018-10-04 18:18:31','2018-10-04 12:48:31','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Manage-Users-4.png',0,'attachment','image/png',0),(5702,8,'2018-10-04 18:19:26','2018-10-04 12:49:26','','Manage Users-6','','inherit','closed','closed','','manage-users-6-2','','','2018-10-04 18:19:26','2018-10-04 12:49:26','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Manage-Users-6-1.png',0,'attachment','image/png',0),(5703,4,'2018-10-04 18:19:43','2018-10-04 12:49:43','','Prioritize Subitems-1','','inherit','closed','closed','','prioritize-subitems-1','','','2018-10-04 18:19:43','2018-10-04 12:49:43','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Prioritize-Subitems-1.png',0,'attachment','image/png',0),(5709,4,'2018-10-04 18:25:26','2018-10-04 12:55:26','','Prioritize-Subitems-2','','inherit','closed','closed','','prioritize-subitems-2','','','2018-10-04 18:25:26','2018-10-04 12:55:26','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Prioritize-Subitems-2.gif',0,'attachment','image/gif',0),(5711,8,'2018-10-04 18:28:53','2018-10-04 12:58:53','','Manage Effort Category-2','','inherit','closed','closed','','manage-effort-category-2','','','2018-10-04 18:28:53','2018-10-04 12:58:53','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Manage-Effort-Category-2.png',0,'attachment','image/png',0),(5712,8,'2018-10-04 18:47:38','2018-10-04 13:17:38','','Manage Effort Category-2','','inherit','closed','closed','','manage-effort-category-2-2','','','2018-10-04 18:47:38','2018-10-04 13:17:38','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Manage-Effort-Category-2-1.png',0,'attachment','image/png',0),(5713,8,'2018-10-04 18:54:13','2018-10-04 13:24:13','','Workitem Priority-2','','inherit','closed','closed','','workitem-priority-2','','','2018-10-04 18:54:13','2018-10-04 13:24:13','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Workitem-Priority-2.png',0,'attachment','image/png',0),(5716,8,'2018-10-04 19:17:00','2018-10-04 13:47:00','','Workitem Priority-3','','inherit','closed','closed','','workitem-priority-3-2','','','2018-10-04 19:17:00','2018-10-04 13:47:00','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Workitem-Priority-3-1.png',0,'attachment','image/png',0),(5717,8,'2018-10-04 19:17:47','2018-10-04 13:47:47','','Workitem Priority-4','','inherit','closed','closed','','workitem-priority-4-2','','','2018-10-04 19:17:47','2018-10-04 13:47:47','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Workitem-Priority-4-1.png',0,'attachment','image/png',0),(5718,8,'2018-10-04 19:18:07','2018-10-04 13:48:07','','Workitem Priority-5','','inherit','closed','closed','','workitem-priority-5-2','','','2018-10-04 19:18:07','2018-10-04 13:48:07','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Workitem-Priority-5-1.png',0,'attachment','image/png',0),(5719,8,'2018-10-04 19:18:26','2018-10-04 13:48:26','','Workitem Priority-7','','inherit','closed','closed','','workitem-priority-7-2','','','2018-10-04 19:18:26','2018-10-04 13:48:26','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Workitem-Priority-7-1.png',0,'attachment','image/png',0),(5720,8,'2018-10-04 19:18:46','2018-10-04 13:48:46','','Workitem Priority-9','','inherit','closed','closed','','workitem-priority-9-2','','','2018-10-04 19:18:46','2018-10-04 13:48:46','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Workitem-Priority-9-1.png',0,'attachment','image/png',0),(5723,4,'2018-10-05 10:27:06','2018-10-05 04:57:06','','Sort Subitem-1','','inherit','closed','closed','','sort-subitem-1','','','2018-10-05 10:27:06','2018-10-05 04:57:06','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Sort-Subitem-1.png',0,'attachment','image/png',0),(5724,4,'2018-10-05 10:28:27','2018-10-05 04:58:27','','Sort Subitem-2','','inherit','closed','closed','','sort-subitem-2','','','2018-10-05 10:28:27','2018-10-05 04:58:27','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Sort-Subitem-2.png',0,'attachment','image/png',0),(5726,8,'2018-10-05 10:51:09','2018-10-05 05:21:09','','Manage Effort Category-2','','inherit','closed','closed','','manage-effort-category-2-3','','','2018-10-05 10:51:09','2018-10-05 05:21:09','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Manage-Effort-Category-2-2.png',0,'attachment','image/png',0),(5727,8,'2018-10-05 10:51:20','2018-10-05 05:21:20','','Manage Effort Category-3','','inherit','closed','closed','','manage-effort-category-3','','','2018-10-05 10:51:20','2018-10-05 05:21:20','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Manage-Effort-Category-3.png',0,'attachment','image/png',0),(5728,8,'2018-10-05 10:57:55','2018-10-05 05:27:55','','Manage Effort Category-4','','inherit','closed','closed','','manage-effort-category-4','','','2018-10-05 10:57:55','2018-10-05 05:27:55','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Manage-Effort-Category-4.png',0,'attachment','image/png',0),(5729,8,'2018-10-05 11:02:43','2018-10-05 05:32:43','','Manage Effort Category-5','','inherit','closed','closed','','manage-effort-category-5','','','2018-10-05 11:02:43','2018-10-05 05:32:43','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Manage-Effort-Category-5.png',0,'attachment','image/png',0),(5730,8,'2018-10-05 11:06:53','2018-10-05 05:36:53','','Manage Effort Category-6','','inherit','closed','closed','','manage-effort-category-6','','','2018-10-05 11:06:53','2018-10-05 05:36:53','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Manage-Effort-Category-6.png',0,'attachment','image/png',0),(5731,8,'2018-10-05 11:10:15','2018-10-05 05:40:15','','Manage Effort Category-7','','inherit','closed','closed','','manage-effort-category-7','','','2018-10-05 11:10:15','2018-10-05 05:40:15','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Manage-Effort-Category-7.png',0,'attachment','image/png',0),(5733,8,'2018-10-05 11:13:53','2018-10-05 05:43:53','','Manage Effort Category-8','','inherit','closed','closed','','manage-effort-category-8','','','2018-10-05 11:13:53','2018-10-05 05:43:53','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Manage-Effort-Category-8.png',0,'attachment','image/png',0),(5734,8,'2018-10-05 11:19:04','2018-10-05 05:49:04','','Manage Effort Category-9','','inherit','closed','closed','','manage-effort-category-9','','','2018-10-05 11:19:04','2018-10-05 05:49:04','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Manage-Effort-Category-9.png',0,'attachment','image/png',0),(5736,8,'2018-10-05 11:21:34','2018-10-05 05:51:34','','Manage Effort Category-1','','inherit','closed','closed','','manage-effort-category-1','','','2018-10-05 11:21:34','2018-10-05 05:51:34','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Manage-Effort-Category-1.png',0,'attachment','image/png',0),(5738,8,'2018-10-05 11:25:25','2018-10-05 05:55:25','','Search Users-2','','inherit','closed','closed','','search-users-2-2','','','2018-10-05 11:25:25','2018-10-05 05:55:25','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Search-Users-2-1.png',0,'attachment','image/png',0),(5740,8,'2018-10-05 11:27:03','2018-10-05 05:57:03','','Invite Users-2','','inherit','closed','closed','','invite-users-2-2','','','2018-10-05 11:27:03','2018-10-05 05:57:03','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Invite-Users-2-1.png',0,'attachment','image/png',0),(5742,8,'2018-10-05 11:27:24','2018-10-05 05:57:24','','Manage Users-2','','inherit','closed','closed','','manage-users-2','','','2018-10-05 11:27:24','2018-10-05 05:57:24','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Manage-Users-2.png',0,'attachment','image/png',0),(5744,8,'2018-10-05 11:59:14','2018-10-05 06:29:14','','Search Users-3','','inherit','closed','closed','','search-users-3-3','','','2018-10-05 11:59:14','2018-10-05 06:29:14','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Search-Users-3-2.png',0,'attachment','image/png',0),(5745,8,'2018-10-05 11:59:55','2018-10-05 06:29:55','','Search Users-4','','inherit','closed','closed','','search-users-4-2','','','2018-10-05 11:59:55','2018-10-05 06:29:55','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Search-Users-4-1.png',0,'attachment','image/png',0),(5747,8,'2018-10-05 12:01:52','2018-10-05 06:31:52','','Invite Users-3','','inherit','closed','closed','','invite-users-3-2','','','2018-10-05 12:01:52','2018-10-05 06:31:52','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Invite-Users-3-1.png',0,'attachment','image/png',0),(5748,8,'2018-10-05 12:04:25','2018-10-05 06:34:25','','Invite Users-4','','inherit','closed','closed','','invite-users-4-2','','','2018-10-05 12:04:25','2018-10-05 06:34:25','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Invite-Users-4-1.png',0,'attachment','image/png',0),(5749,8,'2018-10-05 12:05:03','2018-10-05 06:35:03','','Invite Users-5','','inherit','closed','closed','','invite-users-5-2','','','2018-10-05 12:05:03','2018-10-05 06:35:03','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Invite-Users-5-1.png',0,'attachment','image/png',0),(5751,8,'2018-10-05 12:10:00','2018-10-05 06:40:00','','Invite Users-3','','inherit','closed','closed','','invite-users-3','','','2018-10-05 12:10:00','2018-10-05 06:40:00','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Invite-Users-3.png',0,'attachment','image/png',0),(5752,8,'2018-10-05 12:10:18','2018-10-05 06:40:18','','Invite Users-4','','inherit','closed','closed','','invite-users-4-3','','','2018-10-05 12:10:18','2018-10-05 06:40:18','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Invite-Users-4-2.png',0,'attachment','image/png',0),(5753,8,'2018-10-05 12:10:36','2018-10-05 06:40:36','','Invite Users-5','','inherit','closed','closed','','invite-users-5-3','','','2018-10-05 12:10:36','2018-10-05 06:40:36','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Invite-Users-5-2.png',0,'attachment','image/png',0),(5755,8,'2018-10-05 12:11:18','2018-10-05 06:41:18','','Manage Users-4','','inherit','closed','closed','','manage-users-4-2','','','2018-10-05 12:11:18','2018-10-05 06:41:18','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Manage-Users-4-1.png',0,'attachment','image/png',0),(5756,8,'2018-10-05 12:11:29','2018-10-05 06:41:29','','Manage Users-3','','inherit','closed','closed','','manage-users-3-4','','','2018-10-05 12:11:29','2018-10-05 06:41:29','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Manage-Users-3-3.png',0,'attachment','image/png',0),(5758,8,'2018-10-05 12:12:14','2018-10-05 06:42:14','','Manage Users-5','','inherit','closed','closed','','manage-users-5-2','','','2018-10-05 12:12:14','2018-10-05 06:42:14','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Manage-Users-5-1.png',0,'attachment','image/png',0),(5760,4,'2018-10-05 12:23:04','2018-10-05 06:53:04','','Set Remaining Hours-1','','inherit','closed','closed','','set-remaining-hours-1','','','2018-10-05 12:23:04','2018-10-05 06:53:04','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Set-Remaining-Hours-1.png',0,'attachment','image/png',0),(5765,8,'2018-10-05 12:24:11','2018-10-05 06:54:11','','Working Days-2','','inherit','closed','closed','','working-days-2','','','2018-10-05 12:24:11','2018-10-05 06:54:11','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Working-Days-2.png',0,'attachment','image/png',0),(5766,8,'2018-10-05 12:24:36','2018-10-05 06:54:36','','Working Days-1','','inherit','closed','closed','','working-days-1','','','2018-10-05 12:24:36','2018-10-05 06:54:36','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Working-Days-1.png',0,'attachment','image/png',0),(5767,8,'2018-10-05 12:25:46','2018-10-05 06:55:46','','Working Days-3','','inherit','closed','closed','','working-days-3','','','2018-10-05 12:25:46','2018-10-05 06:55:46','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Working-Days-3.png',0,'attachment','image/png',0),(5769,4,'2018-10-05 12:29:47','2018-10-05 06:59:47','','Set Remaining Hours-2','','inherit','closed','closed','','set-remaining-hours-2','','','2018-10-05 12:29:47','2018-10-05 06:59:47','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Set-Remaining-Hours-2.png',0,'attachment','image/png',0),(5775,4,'2018-10-05 12:32:18','2018-10-05 07:02:18','','Set Estimation Hours-1','','inherit','closed','closed','','set-estimation-hours-1','','','2018-10-05 12:32:18','2018-10-05 07:02:18','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Set-Estimation-Hours-1.png',0,'attachment','image/png',0),(5777,4,'2018-10-05 12:32:44','2018-10-05 07:02:44','','Set Estimation Hours-2','','inherit','closed','closed','','set-estimation-hours-2','','','2018-10-05 12:32:44','2018-10-05 07:02:44','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Set-Estimation-Hours-2.png',0,'attachment','image/png',0),(5782,4,'2018-10-05 13:57:37','2018-10-05 08:27:37','','Tag Subitem-2','','inherit','closed','closed','','tag-subitem-2','','','2018-10-05 13:57:37','2018-10-05 08:27:37','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Tag-Subitem-2.png',0,'attachment','image/png',0),(5784,4,'2018-10-05 14:03:22','2018-10-05 08:33:22','','Tag Subitem-1','','inherit','closed','closed','','tag-subitem-1','','','2018-10-05 14:03:22','2018-10-05 08:33:22','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Tag-Subitem-1.png',0,'attachment','image/png',0),(5788,4,'2018-10-05 14:08:14','2018-10-05 08:38:14','','Attach file to Subitem-1','','inherit','closed','closed','','attach-file-to-subitem-1','','','2018-10-05 14:08:14','2018-10-05 08:38:14','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Attach-file-to-Subitem-1.png',0,'attachment','image/png',0),(5789,4,'2018-10-05 14:08:22','2018-10-05 08:38:22','','Attach file to Subitem-2','','inherit','closed','closed','','attach-file-to-subitem-2','','','2018-10-05 14:08:22','2018-10-05 08:38:22','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Attach-file-to-Subitem-2.png',0,'attachment','image/png',0),(5792,4,'2018-10-05 14:15:45','2018-10-05 08:45:45','','Comment on Subitem-1','','inherit','closed','closed','','comment-on-subitem-1','','','2018-10-05 14:15:45','2018-10-05 08:45:45','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Comment-on-Subitem-1.png',0,'attachment','image/png',0),(5793,4,'2018-10-05 14:15:58','2018-10-05 08:45:58','','Comment on Subitem-2','','inherit','closed','closed','','comment-on-subitem-2','','','2018-10-05 14:15:58','2018-10-05 08:45:58','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Comment-on-Subitem-2.png',0,'attachment','image/png',0),(5795,8,'2018-10-05 14:19:48','2018-10-05 08:49:48','','Add Project-1','','inherit','closed','closed','','add-project-1','','','2018-10-05 14:19:48','2018-10-05 08:49:48','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Add-Project-1.png',0,'attachment','image/png',0),(5796,8,'2018-10-05 14:20:17','2018-10-05 08:50:17','','Invite User to the Project-1','','inherit','closed','closed','','invite-user-to-the-project-1','','','2018-10-05 14:20:17','2018-10-05 08:50:17','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Invite-User-to-the-Project-1.png',0,'attachment','image/png',0),(5797,8,'2018-10-05 14:20:45','2018-10-05 08:50:45','','Invite User to the Project-1','','inherit','closed','closed','','invite-user-to-the-project-1-2','','','2018-10-05 14:20:45','2018-10-05 08:50:45','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Invite-User-to-the-Project-1-1.png',0,'attachment','image/png',0),(5799,8,'2018-10-05 14:24:36','2018-10-05 08:54:36','','Add Project-2','','inherit','closed','closed','','add-project-2-3','','','2018-10-05 14:24:36','2018-10-05 08:54:36','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Add-Project-2-1.png',0,'attachment','image/png',0),(5802,8,'2018-10-05 14:29:41','2018-10-05 08:59:41','','Add Project-3','','inherit','closed','closed','','add-project-3-2','','','2018-10-05 14:29:41','2018-10-05 08:59:41','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Add-Project-3.png',0,'attachment','image/png',0),(5803,8,'2018-10-05 14:32:24','2018-10-05 09:02:24','','Add Project-4','','inherit','closed','closed','','add-project-4-2','','','2018-10-05 14:32:24','2018-10-05 09:02:24','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Add-Project-4.png',0,'attachment','image/png',0),(5804,8,'2018-10-05 14:33:29','2018-10-05 09:03:29','','Add Project-5','','inherit','closed','closed','','add-project-5-2','','','2018-10-05 14:33:29','2018-10-05 09:03:29','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Add-Project-5.png',0,'attachment','image/png',0),(5806,8,'2018-10-05 14:42:14','2018-10-05 09:12:14','','Manage Project-2','','inherit','closed','closed','','manage-project-2','','','2018-10-05 14:42:14','2018-10-05 09:12:14','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Manage-Project-2.png',0,'attachment','image/png',0),(5807,8,'2018-10-05 14:44:21','2018-10-05 09:14:21','','Manage Project-3','','inherit','closed','closed','','manage-project-3','','','2018-10-05 14:44:21','2018-10-05 09:14:21','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Manage-Project-3.png',0,'attachment','image/png',0),(5809,8,'2018-10-05 14:46:49','2018-10-05 09:16:49','','Manage Project-4','','inherit','closed','closed','','manage-project-4','','','2018-10-05 14:46:49','2018-10-05 09:16:49','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Manage-Project-4.png',0,'attachment','image/png',0),(5810,8,'2018-10-05 14:47:14','2018-10-05 09:17:14','','Manage Project-5','','inherit','closed','closed','','manage-project-5','','','2018-10-05 14:47:14','2018-10-05 09:17:14','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Manage-Project-5.png',0,'attachment','image/png',0),(5812,8,'2018-10-05 14:48:33','2018-10-05 09:18:33','','Manage Project-2','','inherit','closed','closed','','manage-project-2-2','','','2018-10-05 14:48:33','2018-10-05 09:18:33','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Manage-Project-2-1.png',0,'attachment','image/png',0),(5813,8,'2018-10-05 14:49:01','2018-10-05 09:19:01','','Manage Project-4','','inherit','closed','closed','','manage-project-4-2','','','2018-10-05 14:49:01','2018-10-05 09:19:01','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Manage-Project-4-1.png',0,'attachment','image/png',0),(5815,8,'2018-10-05 14:49:53','2018-10-05 09:19:53','','Manage Project-2','','inherit','closed','closed','','manage-project-2-3','','','2018-10-05 14:49:53','2018-10-05 09:19:53','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Manage-Project-2-2.png',0,'attachment','image/png',0),(5818,8,'2018-10-05 14:57:07','2018-10-05 09:27:07','','Invite User to the Project-2','','inherit','closed','closed','','invite-user-to-the-project-2','','','2018-10-05 14:57:07','2018-10-05 09:27:07','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Invite-User-to-the-Project-2.png',0,'attachment','image/png',0),(5820,8,'2018-10-05 15:00:20','2018-10-05 09:30:20','','Invite User to the Project-3','','inherit','closed','closed','','invite-user-to-the-project-3','','','2018-10-05 15:00:20','2018-10-05 09:30:20','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Invite-User-to-the-Project-3.png',0,'attachment','image/png',0),(5822,4,'2018-10-05 15:46:28','2018-10-05 10:16:28','','Log efforts on Subitem-1','','inherit','closed','closed','','log-efforts-on-subitem-1','','','2018-10-05 15:46:28','2018-10-05 10:16:28','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Log-efforts-on-Subitem-1.png',0,'attachment','image/png',0),(5823,4,'2018-10-05 15:46:39','2018-10-05 10:16:39','','Log efforts on Subitem-2','','inherit','closed','closed','','log-efforts-on-subitem-2','','','2018-10-05 15:46:39','2018-10-05 10:16:39','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Log-efforts-on-Subitem-2.png',0,'attachment','image/png',0),(5824,4,'2018-10-05 15:46:51','2018-10-05 10:16:51','','Log efforts on Subitem-3','','inherit','closed','closed','','log-efforts-on-subitem-3','','','2018-10-05 15:46:51','2018-10-05 10:16:51','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Log-efforts-on-Subitem-3.png',0,'attachment','image/png',0),(5827,4,'2018-10-05 16:04:22','2018-10-05 10:34:22','','Set Due Date-1','','inherit','closed','closed','','set-due-date-1','','','2018-10-05 16:04:22','2018-10-05 10:34:22','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Set-Due-Date-1.png',0,'attachment','image/png',0),(5830,4,'2018-10-05 16:06:19','2018-10-05 10:36:19','','Set Due Date-2','','inherit','closed','closed','','set-due-date-2','','','2018-10-05 16:06:19','2018-10-05 10:36:19','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Set-Due-Date-2.png',0,'attachment','image/png',0),(5832,4,'2018-10-06 10:15:12','2018-10-06 04:45:12','','Set Subitem Status-1','','inherit','closed','closed','','set-subitem-status-1','','','2018-10-06 10:15:12','2018-10-06 04:45:12','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Set-Subitem-Status-1.png',0,'attachment','image/png',0),(5833,4,'2018-10-06 10:15:38','2018-10-06 04:45:38','','Set Subitem Status-2','','inherit','closed','closed','','set-subitem-status-2','','','2018-10-06 10:15:38','2018-10-06 04:45:38','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Set-Subitem-Status-2.png',0,'attachment','image/png',0),(5838,4,'2018-10-06 10:47:47','2018-10-06 05:17:47','','Track Subitem Activity-1','','inherit','closed','closed','','track-subitem-activity-1','','','2018-10-06 10:47:47','2018-10-06 05:17:47','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Track-Subitem-Activity-1.png',0,'attachment','image/png',0),(5839,4,'2018-10-06 10:47:58','2018-10-06 05:17:58','','Track Subitem Activity-2','','inherit','closed','closed','','track-subitem-activity-2','','','2018-10-06 10:47:58','2018-10-06 05:17:58','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Track-Subitem-Activity-2.png',0,'attachment','image/png',0),(5841,4,'2018-10-06 10:56:41','2018-10-06 05:26:41','','backlog-add-workitem-1','','inherit','closed','closed','','backlog-add-workitem-1','','','2018-10-06 10:56:41','2018-10-06 05:26:41','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/backlog-add-workitem-1.png',0,'attachment','image/png',0),(5842,4,'2018-10-06 10:56:53','2018-10-06 05:26:53','','backlog-add-workitem-2','','inherit','closed','closed','','backlog-add-workitem-2','','','2018-10-06 10:56:53','2018-10-06 05:26:53','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/backlog-add-workitem-2.png',0,'attachment','image/png',0),(5843,4,'2018-10-06 10:57:02','2018-10-06 05:27:02','','backlog-add-workitem-3','','inherit','closed','closed','','backlog-add-workitem-3','','','2018-10-06 10:57:02','2018-10-06 05:27:02','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/backlog-add-workitem-3.png',0,'attachment','image/png',0),(5844,4,'2018-10-06 10:57:17','2018-10-06 05:27:17','','backlog-add-workitem-4','','inherit','closed','closed','','backlog-add-workitem-4','','','2018-10-06 10:57:17','2018-10-06 05:27:17','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/backlog-add-workitem-4.png',0,'attachment','image/png',0),(5847,8,'2018-10-06 11:32:13','2018-10-06 06:02:13','','Files-1','','inherit','closed','closed','','files-1','','','2018-10-06 11:32:13','2018-10-06 06:02:13','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Files-1.png',0,'attachment','image/png',0),(5848,8,'2018-10-06 11:45:45','2018-10-06 06:15:45','','Files-02','','inherit','closed','closed','','files-02','','','2018-10-06 11:45:45','2018-10-06 06:15:45','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Files-02.png',0,'attachment','image/png',0),(5849,8,'2018-10-06 11:46:01','2018-10-06 06:16:01','','Files-03','','inherit','closed','closed','','files-03','','','2018-10-06 11:46:01','2018-10-06 06:16:01','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Files-03.png',0,'attachment','image/png',0),(5851,8,'2018-10-06 11:50:29','2018-10-06 06:20:29','','Files-04','','inherit','closed','closed','','files-04','','','2018-10-06 11:50:29','2018-10-06 06:20:29','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Files-04.png',0,'attachment','image/png',0),(5852,8,'2018-10-06 11:53:12','2018-10-06 06:23:12','','Files-05','','inherit','closed','closed','','files-05','','','2018-10-06 11:53:12','2018-10-06 06:23:12','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Files-05.png',0,'attachment','image/png',0),(5853,8,'2018-10-06 11:53:24','2018-10-06 06:23:24','','Files-06','','inherit','closed','closed','','files-06','','','2018-10-06 11:53:24','2018-10-06 06:23:24','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Files-06.png',0,'attachment','image/png',0),(5856,8,'2018-10-06 12:02:39','2018-10-06 06:32:39','','Files-07','','inherit','closed','closed','','files-07','','','2018-10-06 12:02:39','2018-10-06 06:32:39','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Files-07.png',0,'attachment','image/png',0),(5857,8,'2018-10-06 12:02:57','2018-10-06 06:32:57','','Files-09','','inherit','closed','closed','','files-09','','','2018-10-06 12:02:57','2018-10-06 06:32:57','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Files-09.png',0,'attachment','image/png',0),(5858,8,'2018-10-06 12:03:11','2018-10-06 06:33:11','','Files-08','','inherit','closed','closed','','files-08','','','2018-10-06 12:03:11','2018-10-06 06:33:11','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Files-08.png',0,'attachment','image/png',0),(5860,8,'2018-10-06 12:10:04','2018-10-06 06:40:04','','Files-10','','inherit','closed','closed','','files-10','','','2018-10-06 12:10:04','2018-10-06 06:40:04','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Files-10.png',0,'attachment','image/png',0),(5861,8,'2018-10-06 12:10:48','2018-10-06 06:40:48','','Files-10','','inherit','closed','closed','','files-10-2','','','2018-10-06 12:10:48','2018-10-06 06:40:48','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Files-10-1.png',0,'attachment','image/png',0),(5862,8,'2018-10-06 12:11:02','2018-10-06 06:41:02','','Files-11','','inherit','closed','closed','','files-11','','','2018-10-06 12:11:02','2018-10-06 06:41:02','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Files-11.png',0,'attachment','image/png',0),(5864,8,'2018-10-06 13:03:00','2018-10-06 07:33:00','','Timelog-01','','inherit','closed','closed','','timelog-01','','','2018-10-06 13:03:00','2018-10-06 07:33:00','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Timelog-01.png',0,'attachment','image/png',0),(5865,8,'2018-10-06 13:03:14','2018-10-06 07:33:14','','Timelog-02','','inherit','closed','closed','','timelog-02','','','2018-10-06 13:03:14','2018-10-06 07:33:14','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Timelog-02.png',0,'attachment','image/png',0),(5866,8,'2018-10-06 13:06:25','2018-10-06 07:36:25','','Timelog-03','','inherit','closed','closed','','timelog-03','','','2018-10-06 13:06:25','2018-10-06 07:36:25','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Timelog-03.png',0,'attachment','image/png',0),(5869,8,'2018-10-06 13:28:12','2018-10-06 07:58:12','','Timelog-04','','inherit','closed','closed','','timelog-04','','','2018-10-06 13:28:12','2018-10-06 07:58:12','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Timelog-04.png',0,'attachment','image/png',0),(5870,8,'2018-10-06 13:28:42','2018-10-06 07:58:42','','Timelog-05','','inherit','closed','closed','','timelog-05','','','2018-10-06 13:28:42','2018-10-06 07:58:42','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Timelog-05.png',0,'attachment','image/png',0),(5871,8,'2018-10-06 13:30:15','2018-10-06 08:00:15','','Timelog-06','','inherit','closed','closed','','timelog-06','','','2018-10-06 13:30:15','2018-10-06 08:00:15','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Timelog-06.png',0,'attachment','image/png',0),(5872,8,'2018-10-06 13:31:13','2018-10-06 08:01:13','','Timelog-07','','inherit','closed','closed','','timelog-07','','','2018-10-06 13:31:13','2018-10-06 08:01:13','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Timelog-07.png',0,'attachment','image/png',0),(5874,4,'2018-10-06 13:36:16','2018-10-06 08:06:16','','backlog-manage-workitem-1','','inherit','closed','closed','','backlog-manage-workitem-1','','','2018-10-06 13:36:16','2018-10-06 08:06:16','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/backlog-manage-workitem-1.png',0,'attachment','image/png',0),(5875,4,'2018-10-06 13:36:29','2018-10-06 08:06:29','','backlog-manage-workitem-2','','inherit','closed','closed','','backlog-manage-workitem-2','','','2018-10-06 13:36:29','2018-10-06 08:06:29','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/backlog-manage-workitem-2.png',0,'attachment','image/png',0),(5877,8,'2018-10-06 13:38:48','2018-10-06 08:08:48','','Timelog-08','','inherit','closed','closed','','timelog-08','','','2018-10-06 13:38:48','2018-10-06 08:08:48','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Timelog-08.png',0,'attachment','image/png',0),(5878,8,'2018-10-06 13:46:05','2018-10-06 08:16:05','','Timelog-09','','inherit','closed','closed','','timelog-09','','','2018-10-06 13:46:05','2018-10-06 08:16:05','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Timelog-09.png',0,'attachment','image/png',0),(5880,8,'2018-10-06 13:46:32','2018-10-06 08:16:32','','Timelog-10','','inherit','closed','closed','','timelog-10','','','2018-10-06 13:46:32','2018-10-06 08:16:32','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Timelog-10.png',0,'attachment','image/png',0),(5881,8,'2018-10-06 13:46:43','2018-10-06 08:16:43','','Timelog-11','','inherit','closed','closed','','timelog-11','','','2018-10-06 13:46:43','2018-10-06 08:16:43','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Timelog-11.png',0,'attachment','image/png',0),(5882,8,'2018-10-06 13:50:09','2018-10-06 08:20:09','','Timelog-13','','inherit','closed','closed','','timelog-13','','','2018-10-06 13:50:09','2018-10-06 08:20:09','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Timelog-13.png',0,'attachment','image/png',0),(5883,4,'2018-10-06 13:52:04','2018-10-06 08:22:04','','backlog-manage-workitem-3','','inherit','closed','closed','','backlog-manage-workitem-3','','','2018-10-06 13:52:04','2018-10-06 08:22:04','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/backlog-manage-workitem-3.gif',0,'attachment','image/gif',0),(5884,4,'2018-10-06 13:52:16','2018-10-06 08:22:16','','backlog-Manage Workitem-4','','inherit','closed','closed','','backlog-manage-workitem-4','','','2018-10-06 13:52:16','2018-10-06 08:22:16','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/backlog-Manage-Workitem-4.png',0,'attachment','image/png',0),(5885,4,'2018-10-06 13:52:28','2018-10-06 08:22:28','','backlog-Manage Workitem-5','','inherit','closed','closed','','backlog-manage-workitem-5','','','2018-10-06 13:52:28','2018-10-06 08:22:28','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/backlog-Manage-Workitem-5.png',0,'attachment','image/png',0),(5886,4,'2018-10-06 13:53:11','2018-10-06 08:23:11','','backlog-Manage Workitem-6','','inherit','closed','closed','','backlog-manage-workitem-6','','','2018-10-06 13:53:11','2018-10-06 08:23:11','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/backlog-Manage-Workitem-6.png',0,'attachment','image/png',0),(5887,4,'2018-10-06 13:53:31','2018-10-06 08:23:31','','backlog-Manage Workitem-7','','inherit','closed','closed','','backlog-manage-workitem-7','','','2018-10-06 13:53:31','2018-10-06 08:23:31','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/backlog-Manage-Workitem-7.png',0,'attachment','image/png',0),(5889,8,'2018-10-06 13:54:56','2018-10-06 08:24:56','','Timelog-14','','inherit','closed','closed','','timelog-14','','','2018-10-06 13:54:56','2018-10-06 08:24:56','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Timelog-14.png',0,'attachment','image/png',0),(5891,8,'2018-10-06 13:58:08','2018-10-06 08:28:08','','Timelog-15','','inherit','closed','closed','','timelog-15','','','2018-10-06 13:58:08','2018-10-06 08:28:08','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Timelog-15.png',0,'attachment','image/png',0),(5893,8,'2018-10-06 14:00:04','2018-10-06 08:30:04','','Timelog-16','','inherit','closed','closed','','timelog-16','','','2018-10-06 14:00:04','2018-10-06 08:30:04','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Timelog-16.png',0,'attachment','image/png',0),(5894,8,'2018-10-06 14:02:44','2018-10-06 08:32:44','','Timelog-17','','inherit','closed','closed','','timelog-17','','','2018-10-06 14:02:44','2018-10-06 08:32:44','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Timelog-17.png',0,'attachment','image/png',0),(5896,8,'2018-10-06 14:04:27','2018-10-06 08:34:27','','Timelog-12','','inherit','closed','closed','','timelog-12','','','2018-10-06 14:04:27','2018-10-06 08:34:27','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Timelog-12.png',0,'attachment','image/png',0),(5899,8,'2018-10-06 14:25:13','2018-10-06 08:55:13','','Board-01','','inherit','closed','closed','','board-01','','','2018-10-06 14:25:13','2018-10-06 08:55:13','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Board-01.png',0,'attachment','image/png',0),(5900,8,'2018-10-06 14:27:27','2018-10-06 08:57:27','','Board-02','','inherit','closed','closed','','board-02','','','2018-10-06 14:27:27','2018-10-06 08:57:27','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Board-02.png',0,'attachment','image/png',0),(5902,4,'2018-10-06 14:55:08','2018-10-06 09:25:08','','backlog-Manage Workitem-8','','inherit','closed','closed','','backlog-manage-workitem-8','','','2018-10-06 14:55:08','2018-10-06 09:25:08','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/backlog-Manage-Workitem-8.png',0,'attachment','image/png',0),(5906,4,'2018-10-06 15:00:13','2018-10-06 09:30:13','','Prioritize Workitems-1','','inherit','closed','closed','','prioritize-workitems-1','','','2018-10-06 15:00:13','2018-10-06 09:30:13','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Prioritize-Workitems-1.gif',0,'attachment','image/gif',0),(5910,8,'2018-10-06 15:33:59','2018-10-06 10:03:59','','Board-01','','inherit','closed','closed','','board-01-2','','','2018-10-06 15:33:59','2018-10-06 10:03:59','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Board-01-1.png',0,'attachment','image/png',0),(5911,8,'2018-10-06 15:41:34','2018-10-06 10:11:34','','Board-03','','inherit','closed','closed','','board-03','','','2018-10-06 15:41:34','2018-10-06 10:11:34','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Board-03.png',0,'attachment','image/png',0),(5912,8,'2018-10-06 15:47:18','2018-10-06 10:17:18','','Board-04','','inherit','closed','closed','','board-04','','','2018-10-06 15:47:18','2018-10-06 10:17:18','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Board-04.png',0,'attachment','image/png',0),(5913,4,'2018-10-06 15:53:02','2018-10-06 10:23:02','','backlog-manage-workitem-9','','inherit','closed','closed','','backlog-manage-workitem-9','','','2018-10-06 15:53:02','2018-10-06 10:23:02','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/backlog-manage-workitem-9.gif',0,'attachment','image/gif',0),(5917,4,'2018-10-06 15:56:17','2018-10-06 10:26:17','','backlog-Bulk Update-1','','inherit','closed','closed','','backlog-bulk-update-1','','','2018-10-06 15:56:17','2018-10-06 10:26:17','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/backlog-Bulk-Update-1.png',0,'attachment','image/png',0),(5919,4,'2018-10-06 15:56:59','2018-10-06 10:26:59','','backlog-Bulk Update-2','','inherit','closed','closed','','backlog-bulk-update-2','','','2018-10-06 15:56:59','2018-10-06 10:26:59','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/backlog-Bulk-Update-2.gif',0,'attachment','image/gif',0),(5925,8,'2018-10-06 16:16:43','2018-10-06 10:46:43','','Board-05','','inherit','closed','closed','','board-05','','','2018-10-06 16:16:43','2018-10-06 10:46:43','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Board-05.gif',0,'attachment','image/gif',0),(5927,4,'2018-10-06 16:22:15','2018-10-06 10:52:15','','Quick Edit-1','','inherit','closed','closed','','quick-edit-1','','','2018-10-06 16:22:15','2018-10-06 10:52:15','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Quick-Edit-1.png',0,'attachment','image/png',0),(5928,4,'2018-10-06 16:22:24','2018-10-06 10:52:24','','Quick Edit-2','','inherit','closed','closed','','quick-edit-2-2','','','2018-10-06 16:22:24','2018-10-06 10:52:24','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Quick-Edit-2.png',0,'attachment','image/png',0),(5942,4,'2018-10-08 10:29:16','2018-10-08 04:59:16','','backlog-Duplicate Workitem-1','','inherit','closed','closed','','backlog-duplicate-workitem-1','','','2018-10-08 10:29:16','2018-10-08 04:59:16','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/backlog-Duplicate-Workitem-1.png',0,'attachment','image/png',0),(5943,4,'2018-10-08 10:29:35','2018-10-08 04:59:35','','backlog-Duplicate Workitem-2','','inherit','closed','closed','','backlog-duplicate-workitem-2','','','2018-10-08 10:29:35','2018-10-08 04:59:35','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/backlog-Duplicate-Workitem-2.png',0,'attachment','image/png',0),(5945,8,'2018-10-08 10:44:17','2018-10-08 05:14:17','','Board-07','','inherit','closed','closed','','board-07','','','2018-10-08 10:44:17','2018-10-08 05:14:17','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Board-07.png',0,'attachment','image/png',0),(5946,8,'2018-10-08 10:44:31','2018-10-08 05:14:31','','Board-08','','inherit','closed','closed','','board-08','','','2018-10-08 10:44:31','2018-10-08 05:14:31','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Board-08.png',0,'attachment','image/png',0),(5950,8,'2018-10-08 11:02:32','2018-10-08 05:32:32','','Backlog-01','','inherit','closed','closed','','backlog-01','','','2018-10-08 11:02:32','2018-10-08 05:32:32','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Backlog-01.png',0,'attachment','image/png',0),(5951,8,'2018-10-08 11:03:07','2018-10-08 05:33:07','','Backlog-02','','inherit','closed','closed','','backlog-02','','','2018-10-08 11:03:07','2018-10-08 05:33:07','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Backlog-02.png',0,'attachment','image/png',0),(5954,8,'2018-10-08 11:23:19','2018-10-08 05:53:19','','Board-09','','inherit','closed','closed','','board-09','','','2018-10-08 11:23:19','2018-10-08 05:53:19','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Board-09.png',0,'attachment','image/png',0),(5955,8,'2018-10-08 11:23:36','2018-10-08 05:53:36','','Board-10','','inherit','closed','closed','','board-10','','','2018-10-08 11:23:36','2018-10-08 05:53:36','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Board-10.png',0,'attachment','image/png',0),(5956,8,'2018-10-08 11:23:49','2018-10-08 05:53:49','','Board-11','','inherit','closed','closed','','board-11','','','2018-10-08 11:23:49','2018-10-08 05:53:49','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Board-11.png',0,'attachment','image/png',0),(5958,8,'2018-10-08 11:24:09','2018-10-08 05:54:09','','Board-12','','inherit','closed','closed','','board-12','','','2018-10-08 11:24:09','2018-10-08 05:54:09','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Board-12.png',0,'attachment','image/png',0),(5959,8,'2018-10-08 11:24:27','2018-10-08 05:54:27','','Board-13-1','','inherit','closed','closed','','board-13-1','','','2018-10-08 11:24:27','2018-10-08 05:54:27','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Board-13-1.png',0,'attachment','image/png',0),(5960,8,'2018-10-08 11:24:43','2018-10-08 05:54:43','','Board-14','','inherit','closed','closed','','board-14','','','2018-10-08 11:24:43','2018-10-08 05:54:43','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Board-14.png',0,'attachment','image/png',0),(5963,4,'2018-10-08 11:29:00','2018-10-08 05:59:00','','View Workitem Progress-1','','inherit','closed','closed','','view-workitem-progress-1','','','2018-10-08 11:29:00','2018-10-08 05:59:00','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/View-Workitem-Progress-1.gif',0,'attachment','image/gif',0),(5964,4,'2018-10-08 11:30:26','2018-10-08 06:00:26','','View Workitem Progress-2','','inherit','closed','closed','','view-workitem-progress-2','','','2018-10-08 11:30:26','2018-10-08 06:00:26','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/View-Workitem-Progress-2.gif',0,'attachment','image/gif',0),(5967,4,'2018-10-08 11:32:56','2018-10-08 06:02:56','','View Workitem Progress-3','','inherit','closed','closed','','view-workitem-progress-3','','','2018-10-08 11:32:56','2018-10-08 06:02:56','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/View-Workitem-Progress-3.png',0,'attachment','image/png',0),(5970,8,'2018-10-08 11:37:36','2018-10-08 06:07:36','','Board-15','','inherit','closed','closed','','board-15','','','2018-10-08 11:37:36','2018-10-08 06:07:36','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Board-15.png',0,'attachment','image/png',0),(5973,8,'2018-10-08 11:38:07','2018-10-08 06:08:07','','Board-16','','inherit','closed','closed','','board-16','','','2018-10-08 11:38:07','2018-10-08 06:08:07','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Board-16.png',0,'attachment','image/png',0),(5974,8,'2018-10-08 11:38:29','2018-10-08 06:08:29','','Board-17','','inherit','closed','closed','','board-17','','','2018-10-08 11:38:29','2018-10-08 06:08:29','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Board-17.png',0,'attachment','image/png',0),(5976,4,'2018-10-08 11:54:29','2018-10-08 06:24:29','','backlog-filter-workitem-1','','inherit','closed','closed','','backlog-filter-workitem-1','','','2018-10-08 11:54:29','2018-10-08 06:24:29','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/backlog-filter-workitem-1.png',0,'attachment','image/png',0),(5977,4,'2018-10-08 11:54:38','2018-10-08 06:24:38','','backlog-filter-workitem-2','','inherit','closed','closed','','backlog-filter-workitem-2','','','2018-10-08 11:54:38','2018-10-08 06:24:38','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/backlog-filter-workitem-2.png',0,'attachment','image/png',0),(5978,4,'2018-10-08 11:55:59','2018-10-08 06:25:59','','backlog-filter-workitem-3','','inherit','closed','closed','','backlog-filter-workitem-3','','','2018-10-08 11:55:59','2018-10-08 06:25:59','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/backlog-filter-workitem-3.png',0,'attachment','image/png',0),(5979,4,'2018-10-08 11:58:02','2018-10-08 06:28:02','','backlog-filter-workitem-4','','inherit','closed','closed','','backlog-filter-workitem-4','','','2018-10-08 11:58:02','2018-10-08 06:28:02','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/backlog-filter-workitem-4.png',0,'attachment','image/png',0),(5980,4,'2018-10-08 11:58:29','2018-10-08 06:28:29','','backlog-filter-workitem-5','','inherit','closed','closed','','backlog-filter-workitem-5','','','2018-10-08 11:58:29','2018-10-08 06:28:29','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/backlog-filter-workitem-5.png',0,'attachment','image/png',0),(5981,4,'2018-10-08 11:58:45','2018-10-08 06:28:45','','backlog-filter-workitem-6','','inherit','closed','closed','','backlog-filter-workitem-6','','','2018-10-08 11:58:45','2018-10-08 06:28:45','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/backlog-filter-workitem-6.png',0,'attachment','image/png',0),(5983,8,'2018-10-08 12:14:49','2018-10-08 06:44:49','','Planning-01','','inherit','closed','closed','','planning-01','','','2018-10-08 12:14:49','2018-10-08 06:44:49','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Planning-01.png',0,'attachment','image/png',0),(5985,8,'2018-10-08 12:17:11','2018-10-08 06:47:11','','Planning-02','','inherit','closed','closed','','planning-02','','','2018-10-08 12:17:11','2018-10-08 06:47:11','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Planning-02.png',0,'attachment','image/png',0),(5986,8,'2018-10-08 12:17:27','2018-10-08 06:47:27','','Planning-03','','inherit','closed','closed','','planning-03','','','2018-10-08 12:17:27','2018-10-08 06:47:27','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Planning-03.png',0,'attachment','image/png',0),(5988,4,'2018-10-08 13:36:00','2018-10-08 08:06:00','{{unknown}}','','','publish','closed','closed','','e271662012972a10a219cc2208523a8b','','','2018-10-08 13:36:00','2018-10-08 08:06:00','',0,'https://product.quickscrum.com/e271662012972a10a219cc2208523a8b/',0,'oembed_cache','',0),(5992,4,'2018-10-08 14:02:44','2018-10-08 08:32:44','','Start Timebox-1','','inherit','closed','closed','','start-timebox-1','','','2018-10-08 14:02:44','2018-10-08 08:32:44','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Start-Timebox-1.png',0,'attachment','image/png',0),(5995,8,'2018-10-08 14:06:25','2018-10-08 08:36:25','','Planning-04','','inherit','closed','closed','','planning-04','','','2018-10-08 14:06:25','2018-10-08 08:36:25','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Planning-04.png',0,'attachment','image/png',0),(5996,8,'2018-10-08 14:07:41','2018-10-08 08:37:41','','Planning-05','','inherit','closed','closed','','planning-05','','','2018-10-08 14:07:41','2018-10-08 08:37:41','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Planning-05.png',0,'attachment','image/png',0),(5997,8,'2018-10-08 14:08:44','2018-10-08 08:38:44','','Planning-06','','inherit','closed','closed','','planning-06','','','2018-10-08 14:08:44','2018-10-08 08:38:44','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Planning-06.png',0,'attachment','image/png',0),(5998,8,'2018-10-08 14:09:35','2018-10-08 08:39:35','','Planning-07','','inherit','closed','closed','','planning-07','','','2018-10-08 14:09:35','2018-10-08 08:39:35','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Planning-07.png',0,'attachment','image/png',0),(6002,8,'2018-10-08 14:35:28','2018-10-08 09:05:28','','Planning-08','','inherit','closed','closed','','planning-08','','','2018-10-08 14:35:28','2018-10-08 09:05:28','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Planning-08.gif',0,'attachment','image/gif',0),(6004,4,'2018-10-08 14:51:22','2018-10-08 09:21:22','','Complete Timebox-1','','inherit','closed','closed','','complete-timebox-1','','','2018-10-08 14:51:22','2018-10-08 09:21:22','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Complete-Timebox-1.png',0,'attachment','image/png',0),(6005,4,'2018-10-08 14:51:34','2018-10-08 09:21:34','','Complete Timebox-2','','inherit','closed','closed','','complete-timebox-2','','','2018-10-08 14:51:34','2018-10-08 09:21:34','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Complete-Timebox-2.gif',0,'attachment','image/gif',0),(6009,8,'2018-10-08 14:58:49','2018-10-08 09:28:49','','Planning-09','','inherit','closed','closed','','planning-09','','','2018-10-08 14:58:49','2018-10-08 09:28:49','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Planning-09.png',0,'attachment','image/png',0),(6010,8,'2018-10-08 14:59:40','2018-10-08 09:29:40','','Planning-10','','inherit','closed','closed','','planning-10','','','2018-10-08 14:59:40','2018-10-08 09:29:40','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Planning-10.png',0,'attachment','image/png',0),(6011,8,'2018-10-08 15:05:26','2018-10-08 09:35:26','','Board-06','','inherit','closed','closed','','board-06','','','2018-10-08 15:05:26','2018-10-08 09:35:26','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/Board-06.png',0,'attachment','image/png',0),(6013,8,'2018-10-08 15:07:56','2018-10-08 09:37:56','','Planning-09','','inherit','closed','closed','','planning-09-2','','','2018-10-08 15:07:56','2018-10-08 09:37:56','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Planning-09-1.png',0,'attachment','image/png',0),(6014,8,'2018-10-08 15:12:00','2018-10-08 09:42:00','','Planning-10','','inherit','closed','closed','','planning-10-2','','','2018-10-08 15:12:00','2018-10-08 09:42:00','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Planning-10-1.png',0,'attachment','image/png',0),(6015,8,'2018-10-08 15:15:44','2018-10-08 09:45:44','','Planning-11','','inherit','closed','closed','','planning-11','','','2018-10-08 15:15:44','2018-10-08 09:45:44','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Planning-11.gif',0,'attachment','image/gif',0),(6017,4,'2018-10-08 15:25:00','2018-10-08 09:55:00','','View Archived Timeboxes-1','','inherit','closed','closed','','view-archived-timeboxes-1','','','2018-10-08 15:25:00','2018-10-08 09:55:00','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/View-Archived-Timeboxes-1.png',0,'attachment','image/png',0),(6018,4,'2018-10-08 15:25:14','2018-10-08 09:55:14','','View Archived Timeboxes-2','','inherit','closed','closed','','view-archived-timeboxes-2','','','2018-10-08 15:25:14','2018-10-08 09:55:14','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/View-Archived-Timeboxes-2.png',0,'attachment','image/png',0),(6022,4,'2018-10-08 15:26:59','2018-10-08 09:56:59','','View Archived Timeboxes-3','','inherit','closed','closed','','view-archived-timeboxes-3','','','2018-10-08 15:26:59','2018-10-08 09:56:59','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/View-Archived-Timeboxes-3.png',0,'attachment','image/png',0),(6024,8,'2018-10-08 15:29:52','2018-10-08 09:59:52','','Planning-12','','inherit','closed','closed','','planning-12','','','2018-10-08 15:29:52','2018-10-08 09:59:52','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Planning-12.png',0,'attachment','image/png',0),(6026,8,'2018-10-08 15:30:09','2018-10-08 10:00:09','','Planning-13','','inherit','closed','closed','','planning-13','','','2018-10-08 15:30:09','2018-10-08 10:00:09','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Planning-13.png',0,'attachment','image/png',0),(6027,8,'2018-10-08 15:34:00','2018-10-08 10:04:00','','Planning-14','','inherit','closed','closed','','planning-14','','','2018-10-08 15:34:00','2018-10-08 10:04:00','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Planning-14.gif',0,'attachment','image/gif',0),(6029,8,'2018-10-08 15:38:52','2018-10-08 10:08:52','','Planning-15','','inherit','closed','closed','','planning-15','','','2018-10-08 15:38:52','2018-10-08 10:08:52','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Planning-15.gif',0,'attachment','image/gif',0),(6033,4,'2018-10-08 15:42:20','2018-10-08 10:12:20','','planning-filter-workitem-1','','inherit','closed','closed','','planning-filter-workitem-1','','','2018-10-08 15:42:20','2018-10-08 10:12:20','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/planning-filter-workitem-1.png',0,'attachment','image/png',0),(6034,4,'2018-10-08 15:46:49','2018-10-08 10:16:49','','planning-filter-workitem-2','','inherit','closed','closed','','planning-filter-workitem-2','','','2018-10-08 15:46:49','2018-10-08 10:16:49','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/planning-filter-workitem-2.png',0,'attachment','image/png',0),(6035,4,'2018-10-08 15:46:58','2018-10-08 10:16:58','','planning-filter-workitem-3','','inherit','closed','closed','','planning-filter-workitem-3','','','2018-10-08 15:46:58','2018-10-08 10:16:58','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/planning-filter-workitem-3.png',0,'attachment','image/png',0),(6036,4,'2018-10-08 15:47:06','2018-10-08 10:17:06','','planning-filter-workitem-4','','inherit','closed','closed','','planning-filter-workitem-4','','','2018-10-08 15:47:06','2018-10-08 10:17:06','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/planning-filter-workitem-4.png',0,'attachment','image/png',0),(6037,4,'2018-10-08 15:47:14','2018-10-08 10:17:14','','planning-filter-workitem-5','','inherit','closed','closed','','planning-filter-workitem-5','','','2018-10-08 15:47:14','2018-10-08 10:17:14','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/planning-filter-workitem-5.png',0,'attachment','image/png',0),(6038,4,'2018-10-08 15:47:26','2018-10-08 10:17:26','','planning-filter-workitem-6','','inherit','closed','closed','','planning-filter-workitem-6','','','2018-10-08 15:47:26','2018-10-08 10:17:26','',0,'https://product.quickscrum.com/wp-content/uploads/2018/09/planning-filter-workitem-6.png',0,'attachment','image/png',0),(6055,17,'2018-10-08 18:08:22','2018-10-08 12:38:22','','Product','','publish','closed','closed','','product','','','2018-11-20 13:35:55','2018-11-20 08:05:55','',0,'https://product.quickscrum.com/?p=6055',1,'nav_menu_item','',0),(6057,17,'2018-10-08 18:08:22','2018-10-08 12:38:22','','Guide','','publish','closed','closed','','services','','','2018-11-20 13:35:55','2018-11-20 08:05:55','',0,'https://product.quickscrum.com/?p=6057',5,'nav_menu_item','',0),(6062,17,'2018-10-08 18:08:22','2018-10-08 12:38:22','','Pricing','','publish','closed','closed','','pricing','','','2018-11-20 13:35:55','2018-11-20 08:05:55','',0,'https://product.quickscrum.com/?p=6062',4,'nav_menu_item','',0),(6063,17,'2018-10-08 18:21:32','2018-10-08 12:51:32','','Article Sub Category','','publish','closed','closed','','article-sub-category','','','2018-10-08 18:21:32','2018-10-08 12:51:32','',0,'https://product.quickscrum.com/?page_id=6063',0,'page','',0),(6064,17,'2018-10-08 18:21:32','2018-10-08 12:51:32','','Article Sub Category','','inherit','closed','closed','','6063-revision-v1','','','2018-10-08 18:21:32','2018-10-08 12:51:32','',6063,'https://product.quickscrum.com/6063-revision-v1/',0,'revision','',0),(6111,17,'2018-10-09 17:38:47','2018-10-09 12:08:47','','seprator','','inherit','closed','closed','','seprator','','','2018-10-09 17:38:47','2018-10-09 12:08:47','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/seprator.jpg',0,'attachment','image/jpeg',0),(6129,4,'2018-10-10 15:29:56','2018-10-10 09:59:56','','software-development-activities-in-the-it-field-1-730x308','','inherit','closed','closed','','software-development-activities-in-the-it-field-1-730x308','','','2018-10-10 15:29:56','2018-10-10 09:59:56','',4721,'https://product.quickscrum.com/wp-content/uploads/2018/09/software-development-activities-in-the-it-field-1-730x308-1.png',0,'attachment','image/png',0),(6130,4,'2018-10-10 15:30:39','2018-10-10 10:00:39','','agile-software-development-model-768x633','','inherit','closed','closed','','agile-software-development-model-768x633','','','2018-10-10 15:30:39','2018-10-10 10:00:39','',4712,'https://product.quickscrum.com/wp-content/uploads/2018/09/agile-software-development-model-768x633-1.png',0,'attachment','image/png',0),(6132,17,'2018-10-10 15:54:44','2018-10-10 10:24:44','','E-Book-1','','inherit','closed','closed','','e-book-1','','','2018-10-10 15:54:44','2018-10-10 10:24:44','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/E-Book-1.jpg',0,'attachment','image/jpeg',0),(6135,17,'2018-10-10 15:56:21','2018-10-10 10:26:21','','E-Book-2','','inherit','closed','closed','','e-book-2','','','2018-10-10 15:56:21','2018-10-10 10:26:21','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/E-Book-2.jpg',0,'attachment','image/jpeg',0),(6139,17,'2018-10-10 15:57:15','2018-10-10 10:27:15','','E-Book-3','','inherit','closed','closed','','e-book-3','','','2018-10-10 15:57:15','2018-10-10 10:27:15','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/E-Book-3.jpg',0,'attachment','image/jpeg',0),(6141,17,'2018-10-10 15:58:16','2018-10-10 10:28:16','','E-book','','publish','closed','closed','','e-book','','','2018-10-10 15:58:16','2018-10-10 10:28:16','',0,'https://product.quickscrum.com/?page_id=6141',0,'page','',0),(6142,17,'2018-10-10 15:58:16','2018-10-10 10:28:16','','E-book','','inherit','closed','closed','','6141-revision-v1','','','2018-10-10 15:58:16','2018-10-10 10:28:16','',6141,'https://product.quickscrum.com/6141-revision-v1/',0,'revision','',0),(6145,4,'2018-10-10 18:22:01','2018-10-10 12:52:01','','book','','inherit','closed','closed','','book','','','2018-10-10 18:22:01','2018-10-10 12:52:01','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/book.png',0,'attachment','image/png',0),(6151,17,'2018-10-10 19:30:39','2018-10-10 14:00:39','','case-study-1','','inherit','closed','closed','','case-study-1','','','2018-10-10 19:30:39','2018-10-10 14:00:39','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/case-study-1.jpg',0,'attachment','image/jpeg',0),(6155,17,'2018-10-10 19:32:14','2018-10-10 14:02:14','','case-study-2','','inherit','closed','closed','','case-study-2','','','2018-10-10 19:32:14','2018-10-10 14:02:14','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/case-study-2.jpg',0,'attachment','image/jpeg',0),(6158,17,'2018-10-10 19:33:13','2018-10-10 14:03:13','','case-study-3','','inherit','closed','closed','','case-study-3','','','2018-10-10 19:33:13','2018-10-10 14:03:13','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/case-study-3.jpg',0,'attachment','image/jpeg',0),(6160,17,'2018-10-10 19:36:29','2018-10-10 14:06:29','','Case Study','','publish','closed','closed','','case-study','','','2018-10-10 19:36:29','2018-10-10 14:06:29','',0,'https://product.quickscrum.com/?page_id=6160',0,'page','',0),(6161,17,'2018-10-10 19:36:29','2018-10-10 14:06:29','','Case Study','','inherit','closed','closed','','6160-revision-v1','','','2018-10-10 19:36:29','2018-10-10 14:06:29','',6160,'https://product.quickscrum.com/6160-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (6195,17,'2018-10-12 18:37:03','2018-10-12 13:07:03','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Quickscrum helps your team to Collaborate</span>\r\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Better, Achieve Goals and Improve</span>\r\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700169120{background-color: #d4ede9 !important;}\"][vc_column][vc_single_image image=\"6314\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700234412{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|font-weight: bold !important;|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep work centralized, access</span>\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">anywhere anytime, keep everyone</span>\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">sync</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700299043{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|font-weight: bold !important;|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Instant status updates for everyone, streamlined workflow, identify bottleneck</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700255662{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|font-weight: bold !important;|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep everyone sync, brings transparency</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700305577{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|font-weight: bold !important;|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Track Progress, Measure Speed, Insights for continuous improvements</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home Solution','','publish','closed','closed','','home-solution','','','2018-11-06 15:37:49','2018-11-06 10:07:49','',0,'https://product.quickscrum.com/?page_id=6195',0,'page','',0),(6196,17,'2018-10-12 18:37:03','2018-10-12 13:07:03','','home-solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-12 18:37:03','2018-10-12 13:07:03','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6198,17,'2018-11-21 15:24:33','2018-11-21 09:54:33','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Get Things Done<br />\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Quickscrum helps your team to Collaborate</span><br />\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Better, Achieve Goals and Improve</span><br />\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700169120{background-color: #d4ede9 !important;}\"][vc_column][vc_single_image image=\"6314\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700234412{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|font-weight: bold !important;|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep work centralized, access</span><br />\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">anywhere anytime, keep everyone</span><br />\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">sync</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700234412{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|font-weight: bold !important;|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep work centralized, access</span><br />\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">anywhere anytime, keep everyone</span><br />\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">sync</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700299043{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|font-weight: bold !important;|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Instant status updates for everyone, streamlined workflow, identify bottleneck</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700255662{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate<br />\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|font-weight: bold !important;|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep everyone sync, brings transparency</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700305577{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|font-weight: bold !important;|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Track Progress, Measure Speed, Insights for continuous improvements</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]</p>\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\n<p class=\"pricing-text txt-italic\">per User</p>\n<p class=\"pricing-text txt-italic\">per Month</p>\n<p><a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]</p>\n','Home Solution','','inherit','closed','closed','','6195-autosave-v1','','','2018-11-21 15:24:33','2018-11-21 09:54:33','',6195,'https://product.quickscrum.com/6195-autosave-v1/',0,'revision','',0),(6199,17,'2018-10-12 18:47:52','2018-10-12 13:17:52','','qslogo-1-gif','','inherit','closed','closed','','qslogo-1-gif','','','2018-10-12 18:47:52','2018-10-12 13:17:52','',6195,'https://product.quickscrum.com/wp-content/uploads/2018/10/qslogo-1-gif.gif',0,'attachment','image/gif',0),(6200,17,'2018-10-12 18:50:27','2018-10-12 13:20:27','[vc_row][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate\r\nBetter, Achieve Goals and Improve\r\nContinuously [/vc_column_text][vc_btn title=\"TRY NOW - IT\'S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6199\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row]','home-solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-12 18:50:27','2018-10-12 13:20:27','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6201,17,'2018-10-12 18:50:58','2018-10-12 13:20:58','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously [/vc_column_text][vc_btn title=\"TRY NOW - IT\'S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6199\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row]</p>\r\n','home-solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-12 18:50:58','2018-10-12 13:20:58','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6202,17,'2018-10-12 18:51:17','2018-10-12 13:21:17','<p>[vc_row][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously [/vc_column_text][vc_btn title=\"TRY NOW - IT\'S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6199\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row]</p>\r\n','home-solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-12 18:51:17','2018-10-12 13:21:17','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6203,17,'2018-10-12 19:00:16','2018-10-12 13:30:16','<p>[vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously [/vc_column_text][vc_btn title=\"TRY NOW - IT\'S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6199\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row]</p>\r\n','home-solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-12 19:00:16','2018-10-12 13:30:16','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6204,17,'2018-10-12 19:02:22','2018-10-12 13:32:22','<p>[vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously [/vc_column_text][vc_btn title=\"TRY NOW - IT\'S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6199\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"home-solution\" css=\".vc_custom_1539351139368{background-color: #eeee22 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously [/vc_column_text][vc_btn title=\"TRY NOW - IT\'S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6199\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row]</p>\r\n','home-solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-12 19:02:22','2018-10-12 13:32:22','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6205,17,'2018-10-12 19:02:59','2018-10-12 13:32:59','<p>[vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously [/vc_column_text][vc_btn title=\"TRY NOW - IT\'S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6199\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539351177401{background-color: #eeee22 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously [/vc_column_text][vc_btn title=\"TRY NOW - IT\'S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6199\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row]</p>\r\n','home-solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-12 19:02:59','2018-10-12 13:32:59','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6206,17,'2018-10-12 19:04:27','2018-10-12 13:34:27','<p>[vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously [/vc_column_text][vc_btn title=\"TRY NOW - IT\'S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6199\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"home-solution\" css=\".vc_custom_1539351263091{background-color: #eeee22 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously [/vc_column_text][vc_btn title=\"TRY NOW - IT\'S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6199\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row]</p>\r\n','home-solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-12 19:04:27','2018-10-12 13:34:27','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6207,17,'2018-10-12 19:07:00','2018-10-12 13:37:00','<p>[vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously [/vc_column_text][vc_btn title=\"TRY NOW - IT\'S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6199\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"home-solution\" css=\".vc_custom_1539351417995{background-color: #eeee22 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously [/vc_column_text][vc_btn title=\"TRY NOW - IT\'S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6199\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row]</p>\r\n','home-solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-12 19:07:00','2018-10-12 13:37:00','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6208,17,'2018-10-12 19:09:26','2018-10-12 13:39:26','<p>[vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously [/vc_column_text][vc_btn title=\"TRY NOW - IT\'S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6199\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539351564391{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row el_class=\"home-solution\" css=\".vc_custom_1539351417995{background-color: #eeee22 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously [/vc_column_text][vc_btn title=\"TRY NOW - IT\'S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6199\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row]</p>\r\n','home-solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-12 19:09:26','2018-10-12 13:39:26','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6209,17,'2018-10-12 19:10:33','2018-10-12 13:40:33','<p>[vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously [/vc_column_text][vc_btn title=\"TRY NOW - IT\'S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6199\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539351630924{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row el_class=\"home-solution\" css=\".vc_custom_1539351417995{background-color: #eeee22 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously [/vc_column_text][vc_btn title=\"TRY NOW - IT\'S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6199\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row]</p>\r\n','home-solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-12 19:10:33','2018-10-12 13:40:33','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6210,17,'2018-10-12 19:11:49','2018-10-12 13:41:49','<p>[vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously [/vc_column_text][vc_btn title=\"TRY NOW - IT\'S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6199\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539351706275{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row el_class=\"home-solution\" css=\".vc_custom_1539351417995{background-color: #eeee22 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously [/vc_column_text][vc_btn title=\"TRY NOW - IT\'S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6199\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row]</p>\r\n','home-solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-12 19:11:49','2018-10-12 13:41:49','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6211,17,'2018-10-12 19:17:22','2018-10-12 13:47:22','','lc1','','inherit','closed','closed','','lc1','','','2018-10-12 19:17:22','2018-10-12 13:47:22','',6195,'https://product.quickscrum.com/wp-content/uploads/2018/10/lc1.png',0,'attachment','image/png',0),(6212,17,'2018-10-12 19:19:42','2018-10-12 13:49:42','','lc2','','inherit','closed','closed','','lc2','','','2018-10-12 19:19:42','2018-10-12 13:49:42','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/lc2.png',0,'attachment','image/png',0),(6213,17,'2018-10-12 19:19:46','2018-10-12 13:49:46','','lc3','','inherit','closed','closed','','lc3','','','2018-10-12 19:19:46','2018-10-12 13:49:46','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/lc3.png',0,'attachment','image/png',0),(6214,17,'2018-10-12 19:19:51','2018-10-12 13:49:51','','lc4','','inherit','closed','closed','','lc4','','','2018-10-12 19:19:51','2018-10-12 13:49:51','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/lc4.png',0,'attachment','image/png',0),(6215,17,'2018-10-12 19:19:54','2018-10-12 13:49:54','','lc5','','inherit','closed','closed','','lc5','','','2018-10-12 19:19:54','2018-10-12 13:49:54','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/lc5.png',0,'attachment','image/png',0),(6216,17,'2018-10-12 19:19:58','2018-10-12 13:49:58','','lc6','','inherit','closed','closed','','lc6','','','2018-10-12 19:19:58','2018-10-12 13:49:58','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/lc6.png',0,'attachment','image/png',0),(6217,17,'2018-10-12 19:20:03','2018-10-12 13:50:03','','lc7','','inherit','closed','closed','','lc7','','','2018-10-12 19:20:03','2018-10-12 13:50:03','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/lc7.png',0,'attachment','image/png',0),(6218,17,'2018-10-12 19:20:06','2018-10-12 13:50:06','','lc8','','inherit','closed','closed','','lc8','','','2018-10-12 19:20:06','2018-10-12 13:50:06','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/lc8.png',0,'attachment','image/png',0),(6219,17,'2018-10-12 19:21:20','2018-10-12 13:51:20','<p>[vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously [/vc_column_text][vc_btn title=\"TRY NOW - IT\'S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6199\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539351706275{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row el_class=\"home-solution\" css=\".vc_custom_1539351417995{background-color: #eeee22 !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"6211\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\r\n','home-solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-12 19:21:20','2018-10-12 13:51:20','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6220,17,'2018-10-12 19:24:35','2018-10-12 13:54:35','<p>[vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously [/vc_column_text][vc_btn title=\"TRY NOW - IT\'S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6199\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539351706275{margin-top: 80px !important;}\"][/vc_column][/vc_row]</p>\r\n','home-solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-12 19:24:35','2018-10-12 13:54:35','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6221,17,'2018-10-12 19:25:47','2018-10-12 13:55:47','','story-board-lite','','inherit','closed','closed','','story-board-lite','','','2018-10-12 19:25:47','2018-10-12 13:55:47','',6195,'https://product.quickscrum.com/wp-content/uploads/2018/10/story-board-lite.png',0,'attachment','image/png',0),(6222,17,'2018-10-12 19:27:24','2018-10-12 13:57:24','[vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate\r\nBetter, Achieve Goals and Improve\r\nContinuously [/vc_column_text][vc_btn title=\"TRY NOW - IT\'S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6199\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539351706275{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539352518663{margin-top: 75px !important;margin-right: 45px !important;margin-bottom: 75px !important;margin-left: 45px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access\r\nanywhere anytime, keep everyone\r\nsync[/vc_column_text][/vc_column][/vc_row]','home-solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-12 19:27:24','2018-10-12 13:57:24','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6223,17,'2018-10-12 19:27:59','2018-10-12 13:57:59','<p>[vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously [/vc_column_text][vc_btn title=\"TRY NOW - IT\'S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6199\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539351706275{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539352677360{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access<br />\r\nanywhere anytime, keep everyone<br />\r\nsync[/vc_column_text][/vc_column][/vc_row]</p>\r\n','home-solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-12 19:27:59','2018-10-12 13:57:59','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6224,17,'2018-10-12 19:30:31','2018-10-12 14:00:31','<p>[vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously [/vc_column_text][vc_btn title=\"TRY NOW - IT\'S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6199\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539351706275{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539352677360{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access<br />\r\nanywhere anytime, keep everyone<br />\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously [/vc_column_text][vc_btn title=\"TRY NOW - IT\'S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6199\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539351706275{margin-top: 80px !important;}\"][/vc_column][/vc_row]</p>\r\n','home-solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-12 19:30:31','2018-10-12 14:00:31','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6225,17,'2018-10-12 19:33:29','2018-10-12 14:03:29','','story-backlog-lite','','inherit','closed','closed','','story-backlog-lite','','','2018-10-12 19:33:29','2018-10-12 14:03:29','',6195,'https://product.quickscrum.com/wp-content/uploads/2018/10/story-backlog-lite.png',0,'attachment','image/png',0),(6226,17,'2018-10-12 19:34:51','2018-10-12 14:04:51','<p>[vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously [/vc_column_text][vc_btn title=\"TRY NOW - IT\'S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6199\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539351706275{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539352677360{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access<br />\r\nanywhere anytime, keep everyone<br />\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously [/vc_column_text][vc_btn title=\"TRY NOW - IT\'S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539353083420{margin-top: 80px !important;}\"][/vc_column][/vc_row]</p>\r\n','home-solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-12 19:34:51','2018-10-12 14:04:51','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6227,17,'2018-10-12 19:40:28','2018-10-12 14:10:28','[vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate\r\nBetter, Achieve Goals and Improve\r\nContinuously [/vc_column_text][vc_btn title=\"TRY NOW - IT\'S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6199\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539351706275{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539352677360{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access\r\nanywhere anytime, keep everyone\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,\r\nstreamlined workflow, identify\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539353083420{margin-top: 80px !important;}\"][/vc_column][/vc_row]','home-solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-12 19:40:28','2018-10-12 14:10:28','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6228,17,'2018-10-12 19:42:03','2018-10-12 14:12:03','','collaboration','','inherit','closed','closed','','collaboration','','','2018-10-12 19:42:03','2018-10-12 14:12:03','',6195,'https://product.quickscrum.com/wp-content/uploads/2018/10/collaboration.png',0,'attachment','image/png',0),(6229,17,'2018-10-12 19:43:55','2018-10-12 14:13:55','[vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate\r\nBetter, Achieve Goals and Improve\r\nContinuously [/vc_column_text][vc_btn title=\"TRY NOW - IT\'S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6199\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539351706275{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539352677360{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access\r\nanywhere anytime, keep everyone\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,\r\nstreamlined workflow, identify\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539353083420{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539352677360{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Collaborate\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings\r\ntransparency[/vc_column_text][/vc_column][/vc_row]','home-solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-12 19:43:55','2018-10-12 14:13:55','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6230,17,'2018-10-12 19:45:59','2018-10-12 14:15:59','','dashboard-lite','','inherit','closed','closed','','dashboard-lite','','','2018-10-12 19:45:59','2018-10-12 14:15:59','',6195,'https://product.quickscrum.com/wp-content/uploads/2018/10/dashboard-lite.png',0,'attachment','image/png',0),(6231,17,'2018-10-12 19:47:05','2018-10-12 14:17:05','[vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate\r\nBetter, Achieve Goals and Improve\r\nContinuously [/vc_column_text][vc_btn title=\"TRY NOW - IT\'S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6199\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539351706275{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539352677360{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access\r\nanywhere anytime, keep everyone\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,\r\nstreamlined workflow, identify\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539353083420{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539352677360{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Collaborate\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539353776418{margin-top: 80px !important;}\"][/vc_column][/vc_row]','home-solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-12 19:47:05','2018-10-12 14:17:05','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6232,17,'2018-10-12 19:50:05','2018-10-12 14:20:05','<p>[vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously [/vc_column_text][vc_btn title=\"TRY NOW - IT\'S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6199\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539351706275{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539352677360{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access<br />\r\nanywhere anytime, keep everyone<br />\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,<br />\r\nstreamlined workflow, identify<br />\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539353083420{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539352677360{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Collaborate<br />\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings<br />\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,<br />\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539353776418{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539353869296{background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539353955910{margin-top: 60px !important;margin-bottom: 60px !important;}\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]</p>\r\n','home-solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-12 19:50:05','2018-10-12 14:20:05','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6233,17,'2018-10-12 19:54:13','2018-10-12 14:24:13','','pricing','','inherit','closed','closed','','pricing-2','','','2018-10-12 19:54:13','2018-10-12 14:24:13','',6195,'https://product.quickscrum.com/wp-content/uploads/2018/10/pricing.jpg',0,'attachment','image/jpeg',0),(6234,17,'2018-10-12 19:54:42','2018-10-12 14:24:42','<p>[vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously [/vc_column_text][vc_btn title=\"TRY NOW - IT\'S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6199\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539351706275{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539352677360{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access<br />\r\nanywhere anytime, keep everyone<br />\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,<br />\r\nstreamlined workflow, identify<br />\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539353083420{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539352677360{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Collaborate<br />\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings<br />\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,<br />\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539353776418{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539353869296{background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539353955910{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]</p>\r\n','home-solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-12 19:54:42','2018-10-12 14:24:42','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6235,17,'2018-10-12 20:24:42','2018-10-12 14:54:42','<p>[vc_row el_class=\"home-solution\"][vc_column width=\"1/3\" css=\".vc_custom_1539356074155{margin-top: 80px !important;}\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously [/vc_column_text][vc_btn title=\"TRY NOW - IT\'S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6199\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539351706275{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539352677360{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access<br />\r\nanywhere anytime, keep everyone<br />\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,<br />\r\nstreamlined workflow, identify<br />\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539353083420{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539352677360{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Collaborate<br />\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings<br />\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,<br />\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539353776418{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539353869296{background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539353955910{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]</p>\r\n','home-solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-12 20:24:42','2018-10-12 14:54:42','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6236,17,'2018-10-12 20:34:29','2018-10-12 15:04:29','<p>[vc_row el_class=\"home-solution\"][vc_column width=\"1/2\" css=\".vc_custom_1539356074155{margin-top: 80px !important;}\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously [/vc_column_text][vc_btn title=\"TRY NOW - IT\'S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6199\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539351706275{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539352677360{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access<br />\r\nanywhere anytime, keep everyone<br />\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,<br />\r\nstreamlined workflow, identify<br />\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539353083420{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539352677360{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Collaborate<br />\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings<br />\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,<br />\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539353776418{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539353869296{background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539353955910{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]</p>\r\n','home-solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-12 20:34:29','2018-10-12 15:04:29','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6237,17,'2018-10-12 20:35:15','2018-10-12 15:05:15','<p>[vc_row el_class=\"home-solution\"][vc_column width=\"1/3\" css=\".vc_custom_1539356074155{margin-top: 80px !important;}\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously [/vc_column_text][vc_btn title=\"TRY NOW - IT\'S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6199\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539351706275{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539352677360{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access<br />\r\nanywhere anytime, keep everyone<br />\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,<br />\r\nstreamlined workflow, identify<br />\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539353083420{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539352677360{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Collaborate<br />\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings<br />\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,<br />\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539353776418{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539353869296{background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539353955910{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]</p>\r\n','home-solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-12 20:35:15','2018-10-12 15:05:15','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6238,17,'2018-10-12 20:41:28','2018-10-12 15:11:28','<p>[vc_row el_class=\"home-solution\"][vc_column width=\"1/2\" css=\".vc_custom_1539356074155{margin-top: 80px !important;}\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously [/vc_column_text][vc_btn title=\"TRY NOW - IT\'S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6199\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539351706275{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539352677360{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access<br />\r\nanywhere anytime, keep everyone<br />\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,<br />\r\nstreamlined workflow, identify<br />\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539353083420{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539352677360{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Collaborate<br />\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings<br />\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,<br />\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539353776418{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539353869296{background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539353955910{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]</p>\r\n','home-solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-12 20:41:28','2018-10-12 15:11:28','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6239,17,'2018-10-12 20:47:34','2018-10-12 15:17:34','<p>[vc_row el_class=\"home-solution\"][vc_column width=\"1/3\" css=\".vc_custom_1539356074155{margin-top: 80px !important;}\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously [/vc_column_text][vc_btn title=\"TRY NOW - IT\'S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6199\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539351706275{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539352677360{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access<br />\r\nanywhere anytime, keep everyone<br />\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,<br />\r\nstreamlined workflow, identify<br />\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539353083420{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539352677360{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Collaborate<br />\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings<br />\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,<br />\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539353776418{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539353869296{background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539353955910{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]</p>\r\n','home-solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-12 20:47:34','2018-10-12 15:17:34','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6240,17,'2018-10-15 13:11:20','2018-10-15 07:41:20','<p>[vc_row][vc_column width=\"1/2\"][vc_custom_heading text=\"Get Things Done<br />\nQuickly\" font_container=\"tag:h2|font_size:42px|text_align:left|color:%23000000|line_height:42px\" use_theme_fonts=\"yes\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]</p>\n','Home','','inherit','closed','closed','','1136-autosave-v1','','','2018-10-15 13:11:20','2018-10-15 07:41:20','',1136,'https://product.quickscrum.com/1136-autosave-v1/',0,'revision','',0),(6241,17,'2018-10-15 13:11:13','2018-10-15 07:41:13','<p>[vc_row][vc_column width=\"1/2\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:42px|text_align:left|color:%23000000|line_height:42px\" use_theme_fonts=\"yes\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]</p>\r\n','Home','','inherit','closed','closed','','1136-revision-v1','','','2018-10-15 13:11:13','2018-10-15 07:41:13','',1136,'https://product.quickscrum.com/1136-revision-v1/',0,'revision','',0),(6242,17,'2018-10-15 13:11:52','2018-10-15 07:41:52','<br />\r\n','Home','','inherit','closed','closed','','1136-revision-v1','','','2018-10-15 13:11:52','2018-10-15 07:41:52','',1136,'https://product.quickscrum.com/1136-revision-v1/',0,'revision','',0),(6243,17,'2018-10-15 13:13:12','2018-10-15 07:43:12','<p>[vc_row el_class=\"home-solution\"][vc_column width=\"1/3\" css=\".vc_custom_1539356074155{margin-top: 80px !important;}\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously [/vc_column_text][vc_btn title=\"TRY NOW - IT\'S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6199\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539351706275{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539352677360{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access<br />\r\nanywhere anytime, keep everyone<br />\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,<br />\r\nstreamlined workflow, identify<br />\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539353083420{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539352677360{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Collaborate<br />\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings<br />\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,<br />\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539353776418{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539353869296{background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539353955910{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]</p>\r\n','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-15 13:13:12','2018-10-15 07:43:12','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6251,17,'2018-10-15 17:55:24','2018-10-15 12:25:24','','dashboard','','inherit','closed','closed','','dashboard','','','2018-10-15 17:55:24','2018-10-15 12:25:24','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/dashboard.png',0,'attachment','image/png',0),(6252,17,'2018-10-15 18:29:14','2018-10-15 12:59:14','','Manage Workitems','See workitems in a board and track work progress visually<br></br>','publish','closed','closed','','board-1','','','2018-11-26 18:22:08','2018-11-26 12:52:08','',0,'https://product.quickscrum.com/?post_type=feature&p=6252',16,'feature','',0),(6253,17,'2018-10-15 18:29:00','2018-10-15 12:59:00','','board','','inherit','closed','closed','','board','','','2018-10-15 18:29:00','2018-10-15 12:59:00','',6252,'https://product.quickscrum.com/wp-content/uploads/2018/10/board.png',0,'attachment','image/png',0),(6256,17,'2018-10-15 19:55:28','2018-10-15 14:25:28','','Custom Workflow','Customize workflow as per your need.<br></br>','publish','closed','closed','','board-2','','','2018-11-26 18:22:13','2018-11-26 12:52:13','',0,'https://product.quickscrum.com/?post_type=feature&p=6256',17,'feature','',0),(6257,17,'2018-10-15 19:55:52','2018-10-15 14:25:52','','Update Workitem Status','Change workitem status by drag and drop\r\n','publish','closed','closed','','board-3','','','2018-11-26 18:22:39','2018-11-26 12:52:39','',0,'https://product.quickscrum.com/?post_type=feature&p=6257',18,'feature','',0),(6258,17,'2018-10-15 19:56:28','2018-10-15 14:26:28','','Prioritize Workitem','Prioritize workitem by drag and drop<br></br>\r\n','publish','closed','closed','','board-4','','','2018-11-26 18:16:32','2018-11-26 12:46:32','',0,'https://product.quickscrum.com/?post_type=feature&p=6258',19,'feature','',0),(6261,17,'2018-10-15 19:58:37','2018-10-15 14:28:37','','list','','inherit','closed','closed','','list','','','2018-10-15 19:58:37','2018-10-15 14:28:37','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/list.png',0,'attachment','image/png',0),(6264,17,'2018-10-15 20:00:15','2018-10-15 14:30:15','','Distribution','See how workitems area distributed via business value, priority, size and assigned to\r\n','publish','closed','closed','','list-5','','','2018-11-19 19:03:26','2018-11-19 13:33:26','',0,'https://product.quickscrum.com/?post_type=feature&p=6264',34,'feature','',0),(6265,17,'2018-10-15 20:00:35','2018-10-15 14:30:35','','Activity','View activities performed by team members over a project\r\n','publish','closed','closed','','list-6','','','2018-11-19 19:03:47','2018-11-19 13:33:47','',0,'https://product.quickscrum.com/?post_type=feature&p=6265',42,'feature','',0),(6266,17,'2018-10-15 20:04:02','2018-10-15 14:34:02','','Create Timebox','Create timebox to achieve short term goal\r\n','publish','closed','closed','','plan-1','','','2018-11-19 18:58:32','2018-11-19 13:28:32','',0,'https://product.quickscrum.com/?post_type=feature&p=6266',21,'feature','',0),(6267,17,'2018-10-15 20:03:38','2018-10-15 14:33:38','','plan','','inherit','closed','closed','','plan','','','2018-10-15 20:03:38','2018-10-15 14:33:38','',6266,'https://product.quickscrum.com/wp-content/uploads/2018/10/plan.png',0,'attachment','image/png',0),(6268,17,'2018-10-15 20:04:41','2018-10-15 14:34:41','','Plan Timebox','Plan workitems in a timebox\r\n','publish','closed','closed','','plan-2','','','2018-11-19 18:58:54','2018-11-19 13:28:54','',0,'https://product.quickscrum.com/?post_type=feature&p=6268',22,'feature','',0),(6269,17,'2018-10-15 20:05:05','2018-10-15 14:35:05','','Filter','Customize filters as per your requirement\r\n','publish','closed','closed','','plan-3','','','2018-11-19 18:59:14','2018-11-19 13:29:14','',0,'https://product.quickscrum.com/?post_type=feature&p=6269',23,'feature','',0),(6271,17,'2018-10-15 20:06:43','2018-10-15 14:36:43','','Velocity','See average amount of work team delivers within certain duration <br></br> \r\n\r\n \r\n','publish','closed','closed','','report-1','','','2018-11-19 19:13:35','2018-11-19 13:43:35','',0,'https://product.quickscrum.com/?post_type=feature&p=6271',33,'feature','',0),(6272,17,'2018-10-15 20:06:23','2018-10-15 14:36:23','','report','','inherit','closed','closed','','report','','','2018-10-15 20:06:23','2018-10-15 14:36:23','',6271,'https://product.quickscrum.com/wp-content/uploads/2018/10/report.png',0,'attachment','image/png',0),(6273,17,'2018-10-15 20:07:34','2018-10-15 14:37:34','','Speed and Leakages','Track speed, Work speed and Identify leakages within the workflow<br></br>\r\n\r\n\r\n','publish','closed','closed','','report-2','','','2018-11-19 19:12:43','2018-11-19 13:42:43','',0,'https://product.quickscrum.com/?post_type=feature&p=6273',32,'feature','',0),(6274,17,'2018-10-15 20:15:12','2018-10-15 14:45:12','','Burnup','Track the completed work to see if team is on pace to complete planned work within a timebox\r\n','publish','closed','closed','','report-3','','','2018-11-19 19:02:20','2018-11-19 13:32:20','',0,'https://product.quickscrum.com/?post_type=feature&p=6274',31,'feature','',0),(6275,17,'2018-10-15 20:15:33','2018-10-15 14:45:33','','Burndown','Track the remaining work to see if team is on pace to complete planned work within a timebox\r\n','publish','closed','closed','','report-4','','','2018-11-19 19:01:58','2018-11-19 13:31:58','',0,'https://product.quickscrum.com/?post_type=feature&p=6275',30,'feature','',0),(6276,17,'2018-10-16 13:08:33','2018-10-16 07:38:33','<p>[vc_row el_class=\"home-solution\"][vc_column width=\"1/3\" css=\".vc_custom_1539356074155{margin-top: 80px !important;}\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously [/vc_column_text][vc_btn title=\"TRY NOW - IT\'S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6199\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539351706275{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539675488927{margin-top: 75px !important;margin-bottom: 75px !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access<br />\r\nanywhere anytime, keep everyone<br />\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,<br />\r\nstreamlined workflow, identify<br />\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539353083420{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539675500976{margin-top: 75px !important;margin-bottom: 75px !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Collaborate<br />\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings<br />\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,<br />\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539353776418{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539353869296{background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539353955910{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]</p>\r\n','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-16 13:08:33','2018-10-16 07:38:33','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6277,17,'2018-10-16 13:38:08','2018-10-16 08:08:08','<p>[vc_row el_class=\"home-solution\"][vc_column width=\"1/3\" css=\".vc_custom_1539356074155{margin-top: 80px !important;}\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously [/vc_column_text][vc_btn title=\"TRY NOW - IT\'S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6199\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539351706275{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539677283053{margin-top: 75px !important;margin-bottom: 75px !important;background-color: #dd3333 !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access<br />\r\nanywhere anytime, keep everyone<br />\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,<br />\r\nstreamlined workflow, identify<br />\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539353083420{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539675500976{margin-top: 75px !important;margin-bottom: 75px !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Collaborate<br />\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings<br />\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,<br />\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539353776418{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539353869296{background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539353955910{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]</p>\r\n','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-16 13:38:08','2018-10-16 08:08:08','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6278,17,'2018-10-16 13:38:55','2018-10-16 08:08:55','<p>[vc_row el_class=\"home-solution\"][vc_column width=\"1/3\" css=\".vc_custom_1539356074155{margin-top: 80px !important;}\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously [/vc_column_text][vc_btn title=\"TRY NOW - IT\'S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6199\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539351706275{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539677330207{margin-top: 75px !important;margin-bottom: 75px !important;background-color: #dd3333 !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access<br />\r\nanywhere anytime, keep everyone<br />\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,<br />\r\nstreamlined workflow, identify<br />\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539353083420{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539675500976{margin-top: 75px !important;margin-bottom: 75px !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Collaborate<br />\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings<br />\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,<br />\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539353776418{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539353869296{background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539353955910{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]</p>\r\n','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-16 13:38:55','2018-10-16 08:08:55','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6279,17,'2018-10-16 15:08:07','2018-10-16 09:38:07','<p>[vc_row el_class=\"home-solution\"][vc_column width=\"1/3\" css=\".vc_custom_1539356074155{margin-top: 80px !important;}\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously [/vc_column_text][vc_btn title=\"TRY NOW - IT\'S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6199\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539351706275{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539682663878{margin-top: 75px !important;margin-bottom: 75px !important;background-color: #f2fbfa !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access<br />\r\nanywhere anytime, keep everyone<br />\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,<br />\r\nstreamlined workflow, identify<br />\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539353083420{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539682679155{margin-top: 75px !important;margin-bottom: 75px !important;background-color: #f2fbfa !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Collaborate<br />\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings<br />\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,<br />\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539353776418{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539353869296{background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539353955910{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]</p>\r\n','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-16 15:08:07','2018-10-16 09:38:07','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6280,17,'2018-10-16 15:28:21','2018-10-16 09:58:21','<p>[vc_row el_class=\"home-solution\"][vc_column width=\"1/3\" css=\".vc_custom_1539356074155{margin-top: 80px !important;}\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously [/vc_column_text][vc_btn title=\"TRY NOW - IT\'S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539683889718{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539682663878{margin-top: 75px !important;margin-bottom: 75px !important;background-color: #f2fbfa !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access<br />\r\nanywhere anytime, keep everyone<br />\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,<br />\r\nstreamlined workflow, identify<br />\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539353083420{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539682679155{margin-top: 75px !important;margin-bottom: 75px !important;background-color: #f2fbfa !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Collaborate<br />\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings<br />\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,<br />\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539353776418{margin-top: 80px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539353869296{background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539353955910{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]</p>\r\n','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-16 15:28:21','2018-10-16 09:58:21','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6281,17,'2018-10-16 16:20:47','2018-10-16 10:50:47','<p>[vc_row el_class=\"home-solution\"][vc_column width=\"1/3\" css=\".vc_custom_1539356074155{margin-top: 80px !important;}\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously [/vc_column_text][vc_btn title=\"TRY NOW - IT\'S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687003986{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539682663878{margin-top: 75px !important;margin-bottom: 75px !important;background-color: #f2fbfa !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access<br />\r\nanywhere anytime, keep everyone<br />\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,<br />\r\nstreamlined workflow, identify<br />\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687014742{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539682679155{margin-top: 75px !important;margin-bottom: 75px !important;background-color: #f2fbfa !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Collaborate<br />\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings<br />\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,<br />\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687041481{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539353869296{background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539353955910{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]</p>\r\n','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-16 16:20:47','2018-10-16 10:50:47','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6282,17,'2018-10-16 16:25:08','2018-10-16 10:55:08','<p>[vc_row el_class=\"home-solution\"][vc_column width=\"1/3\" css=\".vc_custom_1539356074155{margin-top: 80px !important;}\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously [/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687003986{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539682663878{margin-top: 75px !important;margin-bottom: 75px !important;background-color: #f2fbfa !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access<br />\r\nanywhere anytime, keep everyone<br />\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,<br />\r\nstreamlined workflow, identify<br />\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687014742{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539682679155{margin-top: 75px !important;margin-bottom: 75px !important;background-color: #f2fbfa !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Collaborate<br />\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings<br />\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,<br />\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687041481{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539353869296{background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539353955910{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]</p>\r\n','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-16 16:25:08','2018-10-16 10:55:08','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6283,17,'2018-10-16 16:40:15','2018-10-16 11:10:15','<p>[vc_row el_class=\"home-solution\"][vc_column width=\"1/3\" css=\".vc_custom_1539356074155{margin-top: 80px !important;}\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously [/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687003986{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539682663878{margin-top: 75px !important;margin-bottom: 75px !important;background-color: #f2fbfa !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access<br />\r\nanywhere anytime, keep everyone<br />\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,<br />\r\nstreamlined workflow, identify<br />\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687014742{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539682679155{margin-top: 75px !important;margin-bottom: 75px !important;background-color: #f2fbfa !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Collaborate<br />\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings<br />\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,<br />\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687041481{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539353869296{background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539353955910{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_images_carousel images=\"6218,6217,6216,6215,6214,6213,6212,6211\" onclick=\"link_no\" speed=\"10000000000000000\" slides_per_view=\"8\"][/vc_column][/vc_row]</p>\r\n','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-16 16:40:15','2018-10-16 11:10:15','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6284,17,'2018-10-16 16:40:55','2018-10-16 11:10:55','<p>[vc_row el_class=\"home-solution\"][vc_column width=\"1/3\" css=\".vc_custom_1539356074155{margin-top: 80px !important;}\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously [/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687003986{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539682663878{margin-top: 75px !important;margin-bottom: 75px !important;background-color: #f2fbfa !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access<br />\r\nanywhere anytime, keep everyone<br />\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,<br />\r\nstreamlined workflow, identify<br />\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687014742{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539682679155{margin-top: 75px !important;margin-bottom: 75px !important;background-color: #f2fbfa !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Collaborate<br />\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings<br />\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,<br />\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687041481{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539353869296{background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539353955910{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_images_carousel images=\"6218,6217,6216,6215,6214,6213,6212,6211\" onclick=\"link_no\" slides_per_view=\"8\"][/vc_column][/vc_row]</p>\r\n','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-16 16:40:55','2018-10-16 11:10:55','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6285,17,'2018-10-16 16:42:14','2018-10-16 11:12:14','<p>[vc_row el_class=\"home-solution\"][vc_column width=\"1/3\" css=\".vc_custom_1539356074155{margin-top: 80px !important;}\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously [/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687003986{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539682663878{margin-top: 75px !important;margin-bottom: 75px !important;background-color: #f2fbfa !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access<br />\r\nanywhere anytime, keep everyone<br />\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,<br />\r\nstreamlined workflow, identify<br />\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687014742{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539682679155{margin-top: 75px !important;margin-bottom: 75px !important;background-color: #f2fbfa !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Collaborate<br />\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings<br />\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,<br />\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687041481{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539353869296{background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539353955910{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_images_carousel images=\"6218,6217,6216,6215,6214,6213,6212,6211\" img_size=\"200x100\" onclick=\"link_no\" slides_per_view=\"8\"][/vc_column][/vc_row]</p>\r\n','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-16 16:42:14','2018-10-16 11:12:14','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6286,17,'2018-10-16 16:43:23','2018-10-16 11:13:23','<p>[vc_row el_class=\"home-solution\"][vc_column width=\"1/3\" css=\".vc_custom_1539356074155{margin-top: 80px !important;}\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously [/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687003986{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539682663878{margin-top: 75px !important;margin-bottom: 75px !important;background-color: #f2fbfa !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access<br />\r\nanywhere anytime, keep everyone<br />\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,<br />\r\nstreamlined workflow, identify<br />\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687014742{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539682679155{margin-top: 75px !important;margin-bottom: 75px !important;background-color: #f2fbfa !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Collaborate<br />\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings<br />\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,<br />\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687041481{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539353869296{background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539353955910{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_images_carousel images=\"6218,6217,6216,6215,6214,6213,6212,6211\" img_size=\"200x100\" onclick=\"link_no\" slides_per_view=\"8\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][/vc_column][/vc_row]</p>\r\n','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-16 16:43:23','2018-10-16 11:13:23','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6287,17,'2018-10-16 17:50:56','2018-10-16 12:20:56','<p>[vc_row el_class=\"home-solution\" css=\".vc_custom_1539692449943{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" css=\".vc_custom_1539356074155{margin-top: 80px !important;}\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously [/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687003986{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539682663878{margin-top: 75px !important;margin-bottom: 75px !important;background-color: #f2fbfa !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access<br />\r\nanywhere anytime, keep everyone<br />\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,<br />\r\nstreamlined workflow, identify<br />\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687014742{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539682679155{margin-top: 75px !important;margin-bottom: 75px !important;background-color: #f2fbfa !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Collaborate<br />\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings<br />\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,<br />\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687041481{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539353869296{background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539353955910{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_images_carousel images=\"6218,6217,6216,6215,6214,6213,6212,6211\" img_size=\"200x100\" onclick=\"link_no\" slides_per_view=\"8\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][/vc_column][/vc_row]</p>\r\n','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-16 17:50:56','2018-10-16 12:20:56','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6288,17,'2018-10-16 17:51:19','2018-10-16 12:21:19','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" css=\".vc_custom_1539356074155{margin-top: 80px !important;}\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously [/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687003986{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539682663878{margin-top: 75px !important;margin-bottom: 75px !important;background-color: #f2fbfa !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access<br />\r\nanywhere anytime, keep everyone<br />\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,<br />\r\nstreamlined workflow, identify<br />\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687014742{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539682679155{margin-top: 75px !important;margin-bottom: 75px !important;background-color: #f2fbfa !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Collaborate<br />\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings<br />\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,<br />\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687041481{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539353869296{background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539353955910{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_images_carousel images=\"6218,6217,6216,6215,6214,6213,6212,6211\" img_size=\"200x100\" onclick=\"link_no\" slides_per_view=\"8\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][/vc_column][/vc_row]</p>\r\n','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-16 17:51:19','2018-10-16 12:21:19','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6289,17,'2018-10-16 17:55:00','2018-10-16 12:25:00','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously [/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687003986{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539682663878{margin-top: 75px !important;margin-bottom: 75px !important;background-color: #f2fbfa !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access<br />\r\nanywhere anytime, keep everyone<br />\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,<br />\r\nstreamlined workflow, identify<br />\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687014742{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539682679155{margin-top: 75px !important;margin-bottom: 75px !important;background-color: #f2fbfa !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Collaborate<br />\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings<br />\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,<br />\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687041481{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539353869296{background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539353955910{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_images_carousel images=\"6218,6217,6216,6215,6214,6213,6212,6211\" img_size=\"200x100\" onclick=\"link_no\" slides_per_view=\"8\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][/vc_column][/vc_row]</p>\r\n','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-16 17:55:00','2018-10-16 12:25:00','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6290,17,'2018-10-16 18:00:26','2018-10-16 12:30:26','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate\r\nBetter, Achieve Goals and Improve\r\nContinuously [/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687003986{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539682663878{margin-top: 75px !important;margin-bottom: 75px !important;background-color: #f2fbfa !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access\r\nanywhere anytime, keep everyone\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,\r\nstreamlined workflow, identify\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687014742{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539682679155{margin-top: 75px !important;margin-bottom: 75px !important;background-color: #f2fbfa !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Collaborate\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687041481{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539353869296{background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539353955910{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_images_carousel images=\"6218,6217,6216,6215,6214,6213,6212,6211\" img_size=\"200x100\" onclick=\"link_no\" slides_per_view=\"8\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][/vc_column][/vc_row]','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-16 18:00:26','2018-10-16 12:30:26','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6291,17,'2018-10-16 18:06:05','2018-10-16 12:36:05','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps your team to Collaborate\r\nBetter, Achieve Goals and Improve\r\nContinuously [/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539682663878{margin-top: 75px !important;margin-bottom: 75px !important;background-color: #f2fbfa !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access\r\nanywhere anytime, keep everyone\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,\r\nstreamlined workflow, identify\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687014742{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539682679155{margin-top: 75px !important;margin-bottom: 75px !important;background-color: #f2fbfa !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Collaborate\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687041481{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539353869296{background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539353955910{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_images_carousel images=\"6218,6217,6216,6215,6214,6213,6212,6211\" img_size=\"200x100\" onclick=\"link_no\" slides_per_view=\"8\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][/vc_column][/vc_row]','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-16 18:06:05','2018-10-16 12:36:05','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6292,17,'2018-10-16 18:07:23','2018-10-16 12:37:23','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\">Quickscrum helps your team to Collaborate</span>\r\n<span style=\"color: #ffffff;\">Better, Achieve Goals and Improve</span>\r\n<span style=\"color: #ffffff;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539682663878{margin-top: 75px !important;margin-bottom: 75px !important;background-color: #f2fbfa !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access\r\nanywhere anytime, keep everyone\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,\r\nstreamlined workflow, identify\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687014742{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539682679155{margin-top: 75px !important;margin-bottom: 75px !important;background-color: #f2fbfa !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Collaborate\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687041481{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539353869296{background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539353955910{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_images_carousel images=\"6218,6217,6216,6215,6214,6213,6212,6211\" img_size=\"200x100\" onclick=\"link_no\" slides_per_view=\"8\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][/vc_column][/vc_row]','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-16 18:07:23','2018-10-16 12:37:23','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6293,17,'2018-10-16 18:18:12','2018-10-16 12:48:12','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\">Quickscrum helps your team to Collaborate</span>\r\n<span style=\"color: #ffffff;\">Better, Achieve Goals and Improve</span>\r\n<span style=\"color: #ffffff;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539694086505{border-bottom-width: 75px !important;padding-top: 75px !important;background-color: #f2fbfa !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access\r\nanywhere anytime, keep everyone\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,\r\nstreamlined workflow, identify\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687014742{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539682679155{margin-top: 75px !important;margin-bottom: 75px !important;background-color: #f2fbfa !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Collaborate\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687041481{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539353869296{background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539353955910{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_images_carousel images=\"6218,6217,6216,6215,6214,6213,6212,6211\" img_size=\"200x100\" onclick=\"link_no\" slides_per_view=\"8\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][/vc_column][/vc_row]','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-16 18:18:12','2018-10-16 12:48:12','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6294,17,'2018-10-16 18:25:54','2018-10-16 12:55:54','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\">Quickscrum helps your team to Collaborate</span>\r\n<span style=\"color: #ffffff;\">Better, Achieve Goals and Improve</span>\r\n<span style=\"color: #ffffff;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row][vc_column][vc_images_carousel images=\"6218,6217,6216,6215,6214,6213,6212,6211\" img_size=\"200x100\" onclick=\"link_no\" slides_per_view=\"8\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539694086505{border-bottom-width: 75px !important;padding-top: 75px !important;background-color: #f2fbfa !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access\r\nanywhere anytime, keep everyone\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,\r\nstreamlined workflow, identify\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687014742{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539682679155{margin-top: 75px !important;margin-bottom: 75px !important;background-color: #f2fbfa !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Collaborate\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687041481{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1539353869296{background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539353955910{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-16 18:25:54','2018-10-16 12:55:54','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6295,17,'2018-10-16 18:28:06','2018-10-16 12:58:06','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\">Quickscrum helps your team to Collaborate</span>\r\n<span style=\"color: #ffffff;\">Better, Achieve Goals and Improve</span>\r\n<span style=\"color: #ffffff;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row][vc_column][vc_images_carousel images=\"6218,6217,6216,6215,6214,6213,6212,6211\" img_size=\"200x100\" onclick=\"link_no\" slides_per_view=\"8\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539694086505{border-bottom-width: 75px !important;padding-top: 75px !important;background-color: #f2fbfa !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access\r\nanywhere anytime, keep everyone\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,\r\nstreamlined workflow, identify\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687014742{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539682679155{margin-top: 75px !important;margin-bottom: 75px !important;background-color: #f2fbfa !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Collaborate\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687041481{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539694680656{background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539353955910{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-16 18:28:06','2018-10-16 12:58:06','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6296,17,'2018-10-16 18:40:57','2018-10-16 13:10:57','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\">Quickscrum helps your team to Collaborate</span>\r\n<span style=\"color: #ffffff;\">Better, Achieve Goals and Improve</span>\r\n<span style=\"color: #ffffff;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row][vc_column][vc_images_carousel images=\"6218,6217,6216,6215,6214,6213,6212,6211\" img_size=\"200x100\" onclick=\"link_no\" slides_per_view=\"8\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539694086505{border-bottom-width: 75px !important;padding-top: 75px !important;background-color: #f2fbfa !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access\r\nanywhere anytime, keep everyone\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,\r\nstreamlined workflow, identify\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687014742{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539682679155{margin-top: 75px !important;margin-bottom: 75px !important;background-color: #f2fbfa !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Collaborate\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687041481{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539694680656{background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539353955910{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-16 18:40:57','2018-10-16 13:10:57','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6297,17,'2018-10-16 18:48:01','2018-10-16 13:18:01','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\">Quickscrum helps your team to Collaborate</span>\r\n<span style=\"color: #ffffff;\">Better, Achieve Goals and Improve</span>\r\n<span style=\"color: #ffffff;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row][vc_column][vc_images_carousel images=\"6218,6217,6216,6215,6214,6213,6212,6211\" img_size=\"200x100\" onclick=\"link_no\" slides_per_view=\"8\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539694086505{border-bottom-width: 75px !important;padding-top: 75px !important;background-color: #f2fbfa !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access\r\nanywhere anytime, keep everyone\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,\r\nstreamlined workflow, identify\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687014742{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539682679155{margin-top: 75px !important;margin-bottom: 75px !important;background-color: #f2fbfa !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687041481{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539694680656{background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539353955910{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-16 18:48:01','2018-10-16 13:18:01','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6298,17,'2018-10-16 19:23:21','2018-10-16 13:53:21','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec main-left-txt\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\">Quickscrum helps your team to Collaborate</span>\r\n<span style=\"color: #ffffff;\">Better, Achieve Goals and Improve</span>\r\n<span style=\"color: #ffffff;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row][vc_column][vc_images_carousel images=\"6218,6217,6216,6215,6214,6213,6212,6211\" img_size=\"200x100\" onclick=\"link_no\" slides_per_view=\"8\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539694086505{border-bottom-width: 75px !important;padding-top: 75px !important;background-color: #f2fbfa !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access\r\nanywhere anytime, keep everyone\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,\r\nstreamlined workflow, identify\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687014742{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539682679155{margin-top: 75px !important;margin-bottom: 75px !important;background-color: #f2fbfa !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687041481{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539694680656{background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539353955910{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-16 19:23:21','2018-10-16 13:53:21','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6299,17,'2018-10-16 19:26:38','2018-10-16 13:56:38','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\">Quickscrum helps your team to Collaborate</span>\r\n<span style=\"color: #ffffff;\">Better, Achieve Goals and Improve</span>\r\n<span style=\"color: #ffffff;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row][vc_column][vc_images_carousel images=\"6218,6217,6216,6215,6214,6213,6212,6211\" img_size=\"200x100\" onclick=\"link_no\" slides_per_view=\"8\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539694086505{border-bottom-width: 75px !important;padding-top: 75px !important;background-color: #f2fbfa !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access\r\nanywhere anytime, keep everyone\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,\r\nstreamlined workflow, identify\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687014742{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539682679155{margin-top: 75px !important;margin-bottom: 75px !important;background-color: #f2fbfa !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687041481{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539694680656{background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539353955910{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-16 19:26:38','2018-10-16 13:56:38','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6300,17,'2018-10-16 19:35:21','2018-10-16 14:05:21','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\">Quickscrum helps your team to Collaborate</span>\r\n<span style=\"color: #ffffff;\">Better, Achieve Goals and Improve</span>\r\n<span style=\"color: #ffffff;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row][vc_column][vc_images_carousel images=\"6218,6217,6216,6215,6214,6213,6212,6211\" img_size=\"200x100\" onclick=\"link_no\" slides_per_view=\"8\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539694086505{border-bottom-width: 75px !important;padding-top: 75px !important;background-color: #f2fbfa !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access\r\nanywhere anytime, keep everyone\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,\r\nstreamlined workflow, identify\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687014742{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539698708401{background-color: #f2fbfa !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687041481{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539694680656{background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539353955910{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-16 19:35:21','2018-10-16 14:05:21','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6301,17,'2018-10-16 19:37:00','2018-10-16 14:07:00','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\">Quickscrum helps your team to Collaborate</span>\r\n<span style=\"color: #ffffff;\">Better, Achieve Goals and Improve</span>\r\n<span style=\"color: #ffffff;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row][vc_column][vc_images_carousel images=\"6218,6217,6216,6215,6214,6213,6212,6211\" img_size=\"200x100\" onclick=\"link_no\" slides_per_view=\"8\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539698792090{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access\r\nanywhere anytime, keep everyone\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\" css=\".vc_custom_1539698781050{padding-top: 90px !important;padding-bottom: 75px !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,\r\nstreamlined workflow, identify\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687014742{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539698803609{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\" css=\".vc_custom_1539698814032{padding-top: 90px !important;padding-bottom: 75px !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687041481{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539694680656{background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539353955910{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-16 19:37:00','2018-10-16 14:07:00','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6304,17,'2018-10-16 19:54:01','2018-10-16 14:24:01','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\">Quickscrum helps your team to Collaborate</span>\r\n<span style=\"color: #ffffff;\">Better, Achieve Goals and Improve</span>\r\n<span style=\"color: #ffffff;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row][vc_column][vc_images_carousel images=\"6218,6217,6216,6215,6214,6213,6212,6211\" img_size=\"200x100\" onclick=\"link_no\" slides_per_view=\"8\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539698792090{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access\r\nanywhere anytime, keep everyone\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\" css=\".vc_custom_1539698781050{padding-top: 90px !important;padding-bottom: 75px !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:45px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,\r\nstreamlined workflow, identify\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687014742{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539698803609{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\" css=\".vc_custom_1539698814032{padding-top: 90px !important;padding-bottom: 75px !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1539687041481{margin-top: 80px !important;}\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539694680656{background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539353955910{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-16 19:54:01','2018-10-16 14:24:01','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6305,17,'2018-10-16 19:59:34','2018-10-16 14:29:34','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\">Quickscrum helps your team to Collaborate</span>\r\n<span style=\"color: #ffffff;\">Better, Achieve Goals and Improve</span>\r\n<span style=\"color: #ffffff;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700169120{background-color: #d4ede9 !important;}\"][vc_column][vc_images_carousel images=\"6218,6217,6216,6215,6214,6213,6212,6211\" img_size=\"200x100\" onclick=\"link_no\" slides_per_view=\"8\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539698792090{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access\r\nanywhere anytime, keep everyone\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\" css=\".vc_custom_1539698781050{padding-top: 90px !important;padding-bottom: 75px !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:45px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,\r\nstreamlined workflow, identify\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539698803609{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\" css=\".vc_custom_1539698814032{padding-top: 90px !important;padding-bottom: 75px !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539694680656{background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539353955910{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-16 19:59:34','2018-10-16 14:29:34','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6306,17,'2018-10-16 20:01:11','2018-10-16 14:31:11','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\">Quickscrum helps your team to Collaborate</span>\r\n<span style=\"color: #ffffff;\">Better, Achieve Goals and Improve</span>\r\n<span style=\"color: #ffffff;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700169120{background-color: #d4ede9 !important;}\"][vc_column][vc_images_carousel images=\"6218,6217,6216,6215,6214,6213,6212,6211\" img_size=\"200x100\" onclick=\"link_no\" slides_per_view=\"8\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700234412{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access\r\nanywhere anytime, keep everyone\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\" css=\".vc_custom_1539700243860{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:45px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,\r\nstreamlined workflow, identify\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700255662{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"home-solution\" css=\".vc_custom_1539700264977{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539694680656{background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539353955910{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-16 20:01:11','2018-10-16 14:31:11','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6307,17,'2018-10-16 20:01:51','2018-10-16 14:31:51','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\">Quickscrum helps your team to Collaborate</span>\r\n<span style=\"color: #ffffff;\">Better, Achieve Goals and Improve</span>\r\n<span style=\"color: #ffffff;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700169120{background-color: #d4ede9 !important;}\"][vc_column][vc_images_carousel images=\"6218,6217,6216,6215,6214,6213,6212,6211\" img_size=\"200x100\" onclick=\"link_no\" slides_per_view=\"8\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700234412{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access\r\nanywhere anytime, keep everyone\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700299043{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:45px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,\r\nstreamlined workflow, identify\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700255662{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700305577{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539694680656{background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539353955910{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-16 20:01:51','2018-10-16 14:31:51','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6308,17,'2018-10-16 20:06:31','2018-10-16 14:36:31','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\">Quickscrum helps your team to Collaborate</span>\r\n<span style=\"color: #ffffff;\">Better, Achieve Goals and Improve</span>\r\n<span style=\"color: #ffffff;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700169120{background-color: #d4ede9 !important;}\"][vc_column][vc_column_text]\r\n<ul class=\"home-page-logo-ticker\">\r\n <li><img class=\"home-page-ticker-img\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/lc8.png\" /></li>\r\n <li><img class=\"home-page-ticker-img\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/lc7.png\" /></li>\r\n <li><img class=\"home-page-ticker-img\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/lc6.png\" /></li>\r\n <li><img class=\"home-page-ticker-img\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/lc5.png\" /></li>\r\n <li><img class=\"home-page-ticker-img\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/lc4.png\" /></li>\r\n <li><img class=\"home-page-ticker-img\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/lc3.png\" /></li>\r\n <li><img class=\"home-page-ticker-img\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/lc2.png\" /></li>\r\n <li><img class=\"home-page-ticker-img\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/lc1.png\" /></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700169120{background-color: #d4ede9 !important;}\"][vc_column][vc_images_carousel images=\"6218,6217,6216,6215,6214,6213,6212,6211\" img_size=\"200x100\" onclick=\"link_no\" slides_per_view=\"8\" hide_pagination_control=\"yes\" hide_prev_next_buttons=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700234412{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access\r\nanywhere anytime, keep everyone\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700299043{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:45px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,\r\nstreamlined workflow, identify\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700255662{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700305577{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539694680656{background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539353955910{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-16 20:06:31','2018-10-16 14:36:31','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6309,17,'2018-10-16 20:11:05','2018-10-16 14:41:05','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\">Quickscrum helps your team to Collaborate</span><br />\r\n<span style=\"color: #ffffff;\">Better, Achieve Goals and Improve</span><br />\r\n<span style=\"color: #ffffff;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700169120{background-color: #d4ede9 !important;}\"][vc_column][vc_column_text]</p>\r\n<ul class=\"home-page-logo-ticker\">\r\n<li><img class=\"home-page-ticker-img\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/lc8.png\" /></li>\r\n<li><img class=\"home-page-ticker-img\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/lc7.png\" /></li>\r\n<li><img class=\"home-page-ticker-img\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/lc6.png\" /></li>\r\n<li><img class=\"home-page-ticker-img\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/lc5.png\" /></li>\r\n<li><img class=\"home-page-ticker-img\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/lc4.png\" /></li>\r\n<li><img class=\"home-page-ticker-img\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/lc3.png\" /></li>\r\n<li><img class=\"home-page-ticker-img\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/lc2.png\" /></li>\r\n<li><img class=\"home-page-ticker-img\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/lc1.png\" /></li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700234412{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access<br />\r\nanywhere anytime, keep everyone<br />\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700299043{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:45px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,<br />\r\nstreamlined workflow, identify<br />\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700255662{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate<br />\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings<br />\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700305577{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,<br />\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539694680656{background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539353955910{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]</p>\r\n','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-16 20:11:05','2018-10-16 14:41:05','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6310,17,'2018-10-16 20:28:22','2018-10-16 14:58:22','[vc_row][vc_column][vc_column_text][scrum_solution_page][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][scrum_solution_shortcode][/vc_column_text][/vc_column][/vc_row]','Quickscrum Solutions','','publish','closed','closed','','quickscrum-solutions','','','2018-10-16 20:28:22','2018-10-16 14:58:22','',0,'https://product.quickscrum.com/?page_id=6310',0,'page','',0),(6311,17,'2018-10-16 20:14:55','2018-10-16 14:44:55','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\">Quickscrum helps your team to Collaborate</span>\r\n<span style=\"color: #ffffff;\">Better, Achieve Goals and Improve</span>\r\n<span style=\"color: #ffffff;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700169120{background-color: #d4ede9 !important;}\"][vc_column][vc_column_text]\r\n<ul class=\"home-page-logo-ticker\">\r\n <li><img class=\"home-page-ticker-img\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/lc8.png\" /></li>\r\n <li><img class=\"home-page-ticker-img\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/lc7.png\" /></li>\r\n <li><img class=\"home-page-ticker-img\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/lc6.png\" /></li>\r\n <li><img class=\"home-page-ticker-img\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/lc5.png\" /></li>\r\n <li><img class=\"home-page-ticker-img\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/lc4.png\" /></li>\r\n <li><img class=\"home-page-ticker-img\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/lc3.png\" /></li>\r\n <li><img class=\"home-page-ticker-img\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/lc2.png\" /></li>\r\n <li><img class=\"home-page-ticker-img\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/lc1.png\" /></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700234412{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access\r\nanywhere anytime, keep everyone\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700299043{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:45px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,\r\nstreamlined workflow, identify\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700255662{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700305577{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539701090503{margin-bottom: 60px !important;background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539353955910{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-16 20:14:55','2018-10-16 14:44:55','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6312,17,'2018-10-16 20:15:33','2018-10-16 14:45:33','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\">Quickscrum helps your team to Collaborate</span>\r\n<span style=\"color: #ffffff;\">Better, Achieve Goals and Improve</span>\r\n<span style=\"color: #ffffff;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700169120{background-color: #d4ede9 !important;}\"][vc_column][vc_column_text]\r\n<ul class=\"home-page-logo-ticker\">\r\n <li><img class=\"home-page-ticker-img\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/lc8.png\" /></li>\r\n <li><img class=\"home-page-ticker-img\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/lc7.png\" /></li>\r\n <li><img class=\"home-page-ticker-img\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/lc6.png\" /></li>\r\n <li><img class=\"home-page-ticker-img\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/lc5.png\" /></li>\r\n <li><img class=\"home-page-ticker-img\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/lc4.png\" /></li>\r\n <li><img class=\"home-page-ticker-img\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/lc3.png\" /></li>\r\n <li><img class=\"home-page-ticker-img\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/lc2.png\" /></li>\r\n <li><img class=\"home-page-ticker-img\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/lc1.png\" /></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700234412{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access\r\nanywhere anytime, keep everyone\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700299043{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:45px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,\r\nstreamlined workflow, identify\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700255662{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700305577{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539701128038{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539353955910{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-16 20:15:33','2018-10-16 14:45:33','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6313,17,'2018-10-16 20:18:57','2018-10-16 14:48:57','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\">Quickscrum helps your team to Collaborate</span>\r\n<span style=\"color: #ffffff;\">Better, Achieve Goals and Improve</span>\r\n<span style=\"color: #ffffff;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700169120{background-color: #d4ede9 !important;}\"][vc_column][vc_column_text]\r\n<ul class=\"home-page-logo-ticker\">\r\n <li><img class=\"home-page-ticker-img\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/lc1.png\" /></li>\r\n <li><img class=\"home-page-ticker-img\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/lc2.png\" /></li>\r\n <li><img class=\"home-page-ticker-img\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/lc3.png\" /></li>\r\n <li><img class=\"home-page-ticker-img\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/lc4.png\" /></li>\r\n <li><img class=\"home-page-ticker-img\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/lc5.png\" /></li>\r\n <li><img class=\"home-page-ticker-img\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/lc6.png\" /></li>\r\n <li><img class=\"home-page-ticker-img\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/lc7.png\" /></li>\r\n <li><img class=\"home-page-ticker-img\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/lc8.png\" /></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700234412{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access\r\nanywhere anytime, keep everyone\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700299043{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:45px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,\r\nstreamlined workflow, identify\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700255662{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700305577{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539701128038{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539353955910{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-16 20:18:57','2018-10-16 14:48:57','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6314,17,'2018-10-16 20:23:14','2018-10-16 14:53:14','','home-page-ticker-img','','inherit','closed','closed','','home-page-ticker-img','','','2018-10-16 20:23:14','2018-10-16 14:53:14','',6195,'https://product.quickscrum.com/wp-content/uploads/2018/10/home-page-ticker-img.jpg',0,'attachment','image/jpeg',0),(6315,17,'2018-10-16 20:24:00','2018-10-16 14:54:00','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\">Quickscrum helps your team to Collaborate</span><br />\r\n<span style=\"color: #ffffff;\">Better, Achieve Goals and Improve</span><br />\r\n<span style=\"color: #ffffff;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700169120{background-color: #d4ede9 !important;}\"][vc_column][vc_column_text]</p>\r\n<ul class=\"home-page-logo-ticker\">\r\n<li><img class=\"home-page-ticker-img\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/lc1.png\" /></li>\r\n<li><img class=\"home-page-ticker-img\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/lc2.png\" /></li>\r\n<li><img class=\"home-page-ticker-img\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/lc3.png\" /></li>\r\n<li><img class=\"home-page-ticker-img\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/lc4.png\" /></li>\r\n<li><img class=\"home-page-ticker-img\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/lc5.png\" /></li>\r\n<li><img class=\"home-page-ticker-img\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/lc6.png\" /></li>\r\n<li><img class=\"home-page-ticker-img\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/lc7.png\" /></li>\r\n<li><img class=\"home-page-ticker-img\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/lc8.png\" /></li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700169120{background-color: #d4ede9 !important;}\"][vc_column][vc_single_image image=\"6314\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700234412{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access<br />\r\nanywhere anytime, keep everyone<br />\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700299043{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:45px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,<br />\r\nstreamlined workflow, identify<br />\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700255662{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate<br />\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings<br />\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700305577{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,<br />\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539701128038{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539353955910{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]</p>\r\n','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-16 20:24:00','2018-10-16 14:54:00','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6316,17,'2018-10-16 20:24:54','2018-10-16 14:54:54','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\">Quickscrum helps your team to Collaborate</span><br />\r\n<span style=\"color: #ffffff;\">Better, Achieve Goals and Improve</span><br />\r\n<span style=\"color: #ffffff;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700169120{background-color: #d4ede9 !important;}\"][vc_column][vc_single_image image=\"6314\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700234412{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access<br />\r\nanywhere anytime, keep everyone<br />\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700299043{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:45px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,<br />\r\nstreamlined workflow, identify<br />\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700255662{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate<br />\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings<br />\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700305577{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,<br />\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539701128038{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539353955910{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]</p>\r\n','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-16 20:24:54','2018-10-16 14:54:54','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6317,17,'2018-10-16 20:28:22','2018-10-16 14:58:22','[vc_row][vc_column][vc_column_text][scrum_solution_page][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][scrum_solution_shortcode][/vc_column_text][/vc_column][/vc_row]','Quickscrum Solutions','','inherit','closed','closed','','6310-revision-v1','','','2018-10-16 20:28:22','2018-10-16 14:58:22','',6310,'https://product.quickscrum.com/6310-revision-v1/',0,'revision','',0),(6318,17,'2018-10-17 12:42:16','2018-10-17 07:12:16','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\">Quickscrum helps your team to Collaborate</span><br />\r\n<span style=\"color: #ffffff;\">Better, Achieve Goals and Improve</span><br />\r\n<span style=\"color: #ffffff;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700169120{background-color: #d4ede9 !important;}\"][vc_column][vc_single_image image=\"6314\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700234412{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access<br />\r\nanywhere anytime, keep everyone<br />\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700299043{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:45px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,<br />\r\nstreamlined workflow, identify<br />\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700255662{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate<br />\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings<br />\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700305577{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,<br />\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539701128038{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]</p>\r\n','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-10-17 12:42:16','2018-10-17 07:12:16','',6195,'https://product.quickscrum.com/6195-revision-v1/',0,'revision','',0),(6320,17,'2018-10-17 13:36:25','2018-10-17 08:06:25','','solution-scrum-img','','inherit','closed','closed','','solution-scrum-img','','','2018-10-17 13:36:25','2018-10-17 08:06:25','',139,'https://product.quickscrum.com/wp-content/uploads/2018/10/solution-scrum-img.jpg',0,'attachment','image/jpeg',0),(6321,17,'2018-10-17 13:36:55','2018-10-17 08:06:55','','solution-free-lancer-img','','inherit','closed','closed','','solution-free-lancer-img','','','2018-10-17 13:36:55','2018-10-17 08:06:55','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/solution-free-lancer-img.jpg',0,'attachment','image/jpeg',0),(6322,17,'2018-10-17 13:37:02','2018-10-17 08:07:02','','solution-sales-img','','inherit','closed','closed','','solution-sales-img','','','2018-10-17 13:37:02','2018-10-17 08:07:02','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/solution-sales-img.jpg',0,'attachment','image/jpeg',0),(6323,17,'2018-10-17 13:37:11','2018-10-17 08:07:11','','solution-marketing-img','','inherit','closed','closed','','solution-marketing-img','','','2018-10-17 13:37:11','2018-10-17 08:07:11','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/solution-marketing-img.jpg',0,'attachment','image/jpeg',0),(6324,17,'2018-10-17 14:03:41','2018-10-17 08:33:41','','Solutions','','publish','closed','closed','','solution','','','2018-11-20 13:35:55','2018-11-20 08:05:55','',0,'https://product.quickscrum.com/?p=6324',2,'nav_menu_item','',0),(6325,17,'2018-10-17 14:03:41','2018-10-17 08:33:41','','Features','','publish','closed','closed','','feature','','','2018-11-20 13:35:55','2018-11-20 08:05:55','',0,'https://product.quickscrum.com/?p=6325',3,'nav_menu_item','',0),(6328,17,'2018-10-17 18:32:47','2018-10-17 13:02:47','','sg_velocity','','inherit','closed','closed','','sg_velocity','','','2018-10-17 18:32:47','2018-10-17 13:02:47','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/sg_velocity.jpg',0,'attachment','image/jpeg',0),(6332,17,'2018-10-17 19:48:38','2018-10-17 14:18:38','','Execute - Board, add task','','inherit','closed','closed','','execute-board-add-task','','','2018-10-17 19:48:38','2018-10-17 14:18:38','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Execute-Board-add-task.gif',0,'attachment','image/gif',0),(6342,17,'2018-10-18 12:20:41','2018-10-18 06:50:41','','solutin_scrum','','inherit','closed','closed','','solutin_scrum','','','2018-10-18 12:20:41','2018-10-18 06:50:41','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/solutin_scrum.jpg',0,'attachment','image/jpeg',0),(6344,17,'2018-10-18 12:35:10','2018-10-18 07:05:10','','Manage - Backlog items','','inherit','closed','closed','','manage-backlog-items','','','2018-10-18 12:35:10','2018-10-18 07:05:10','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Manage-Backlog-items.gif',0,'attachment','image/gif',0),(6353,17,'2018-10-18 13:07:08','2018-10-18 07:37:08','','scrum-page-ticker-img','','inherit','closed','closed','','scrum-page-ticker-img','','','2018-10-18 13:07:08','2018-10-18 07:37:08','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/scrum-page-ticker-img.jpg',0,'attachment','image/jpeg',0),(6364,17,'2018-11-21 19:27:20','2018-11-21 13:57:20','<p>[vc_row full_width=\"stretch_row\" el_class=\"scrum-solution\" css=\".vc_custom_1540214878640{background-color: #00bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"scrum-left-txt\"][vc_custom_heading text=\"The Most Efficient<br />\nScrum Tool \" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1542702469385{margin-top: -70px !important;}\"][vc_column_text css=\".vc_custom_1542702870442{margin-bottom: 30px !important;}\"]<span style=\"color: #ffffff;\">Quickscrum help teams to follow Scrum rightly and thrive for continuous improvements.</span>[/vc_column_text][vc_column_text css=\".vc_custom_1542702773407{padding-top: 15px !important;}\"]<span style=\"color: #ffffff;\"><a class=\"btn qsg-btn2 btn-full-width\" style=\"color: #ffffff;\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a></span>[/vc_column_text][vc_column_text css=\".vc_custom_1542702678583{padding-left: 40px !important;}\"]<strong><span style=\"font-size: 12px;\">NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</span></strong>[/vc_column_text][/vc_column][vc_column width=\"2/3\" el_class=\"scrum-solu-image\"][vc_single_image image=\"6332\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539845177194{background-color: #293846 !important;}\"][vc_column css=\".vc_custom_1542352823132{padding-top: 0px !important;}\"][vc_column_text]</p>\n<ul class=\"home-page-logo-ticker\">\n<li><img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c1.png\" alt=\"\" data-original=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c1.png\" data-lazyload=\"true\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c2.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c3.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c4.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c5.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c6.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c7.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c8.png\" alt=\"\" /></li>\n</ul>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1539848618914{padding-top: 50px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column][vc_custom_heading text=\"Scrum Features\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23292929\" use_theme_fonts=\"yes\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #555555; font-size: 16px;\">Simple and easy to understand features will help you get started quickly</span></p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1542607884428{padding-top: 0px !important;padding-bottom: 0px !important;}\" el_class=\"home-solution scrum-page-tab solution-post\"][vc_column][vc_tta_tabs shape=\"square\" color=\"vista-blue\" active_section=\"1\" el_class=\"tabs\"][vc_tta_section title=\"Backlog\" tab_id=\"1539846877402-c47d652d-54de\"][vc_row_inner css=\".vc_custom_1539853554699{background-color: #ececec !important;}\" el_class=\"tab-content\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text]<img class=\"alignnone size-full wp-image-6344\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/Manage-Backlog-items.gif\" alt=\"\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Backlog\" font_container=\"tag:h2|font_size:36px|text_align:left\" use_theme_fonts=\"yes\" css=\".vc_custom_1542609341714{margin-top: 70px !important;}\"][vc_column_text]Quickscrum helps teams to keep all stories in centralize location. It prioritize them based on business values and Estimated Size.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Planning\" tab_id=\"1539846877607-4ea1e31f-f9b5\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870480653{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text]<img class=\"alignnone size-full wp-image-6370\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/Plan-Release-and-sprint.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Planning\" css=\".vc_custom_1542609356132{margin-top: 85px !important;}\"][vc_column_text]Define timebox duration & plan the timebox accurately, based on the overall team availability.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Board\" tab_id=\"1539846877632-f081a618-c0a6\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870939679{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text]<img class=\"alignnone size-full wp-image-6374\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/Execute-Board-add-task-1.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Board\" use_theme_fonts=\"yes\" css=\".vc_custom_1542609402338{margin-top: 60px !important;}\"][vc_column_text]Board helps team to execute timebox faster. Split all workitems into subitems, estimate required efforts, attach files & collaborate with team members.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Collaborate\" tab_id=\"1539846877656-6b79aa2f-7d2f\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539871383542{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text]<img class=\"alignnone size-full wp-image-6376\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/Collaborate-Comment-and-attach-file.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Collaborate\" use_theme_fonts=\"yes\" css=\".vc_custom_1542609478650{margin-top: 60px !important;}\"][vc_column_text]Keep every team members on the same page for Project & Timebox progress as well communicate with team members over any specific workitem.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Monitor\" tab_id=\"1539846877681-7c88828f-fa27\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539871687859{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text]<img class=\"alignnone size-full wp-image-6378\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/Monitor-Dashboard.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Monitor\" css=\".vc_custom_1542609501615{margin-top: 40px !important;}\"][vc_column_text]Scrum charts such as Burndown, Velocity, Effort Variance and Distribution provides detail insights about project and timeboxes. It help teams to thrive for continuous success.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][/vc_tta_tabs][vc_row_inner css=\".vc_custom_1542703592405{margin-top: -60px !important;padding-top: 10px !important;padding-bottom: 30px !important;background-color: #ececec !important;}\"][vc_column_inner][vc_column_text]</p>\n<p style=\"text-align: center;\"><a href=\"https://guide.quickscrum.com/product/feature/\">View All Features</a></p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs active_section=\"1\" el_class=\"align-center\"][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]</p>\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\n<p class=\"pricing-text txt-italic\">per User</p>\n<p class=\"pricing-text txt-italic\">per Month</p>\n<p><a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]</p>\n','Scrum','Plan, execute and deliver iteratively - Every 1 to 4 weeks','inherit','closed','closed','','139-autosave-v1','','','2018-11-21 19:27:20','2018-11-21 13:57:20','',139,'https://product.quickscrum.com/139-autosave-v1/',0,'revision','',0),(6370,17,'2018-10-18 19:18:52','2018-10-18 13:48:52','','Plan - Release and sprint','','inherit','closed','closed','','plan-release-and-sprint','','','2018-10-18 19:18:52','2018-10-18 13:48:52','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Plan-Release-and-sprint.gif',0,'attachment','image/gif',0),(6374,17,'2018-10-18 19:26:23','2018-10-18 13:56:23','','Execute - Board, add task','','inherit','closed','closed','','execute-board-add-task-2','','','2018-10-18 19:26:23','2018-10-18 13:56:23','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Execute-Board-add-task-1.gif',0,'attachment','image/gif',0),(6376,17,'2018-10-18 19:34:16','2018-10-18 14:04:16','','Collaborate - Comment and attach file','','inherit','closed','closed','','collaborate-comment-and-attach-file','','','2018-10-18 19:34:16','2018-10-18 14:04:16','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Collaborate-Comment-and-attach-file.gif',0,'attachment','image/gif',0),(6378,17,'2018-10-18 19:39:03','2018-10-18 14:09:03','','Monitor - Dashboard','','inherit','closed','closed','','monitor-dashboard','','','2018-10-18 19:39:03','2018-10-18 14:09:03','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/Monitor-Dashboard.gif',0,'attachment','image/gif',0),(6381,17,'2018-10-19 19:03:44','2018-10-19 13:33:44','','c1','','inherit','closed','closed','','c1','','','2018-10-19 19:03:44','2018-10-19 13:33:44','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/c1.png',0,'attachment','image/png',0),(6382,17,'2018-10-19 19:03:45','2018-10-19 13:33:45','','c2','','inherit','closed','closed','','c2','','','2018-10-19 19:03:45','2018-10-19 13:33:45','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/c2.png',0,'attachment','image/png',0),(6383,17,'2018-10-19 19:03:46','2018-10-19 13:33:46','','c3','','inherit','closed','closed','','c3','','','2018-10-19 19:03:46','2018-10-19 13:33:46','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/c3.png',0,'attachment','image/png',0),(6384,17,'2018-10-19 19:03:47','2018-10-19 13:33:47','','c4','','inherit','closed','closed','','c4','','','2018-10-19 19:03:47','2018-10-19 13:33:47','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/c4.png',0,'attachment','image/png',0),(6385,17,'2018-10-19 19:03:49','2018-10-19 13:33:49','','c5','','inherit','closed','closed','','c5','','','2018-10-19 19:03:49','2018-10-19 13:33:49','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/c5.png',0,'attachment','image/png',0),(6386,17,'2018-10-19 19:03:51','2018-10-19 13:33:51','','c6','','inherit','closed','closed','','c6','','','2018-10-19 19:03:51','2018-10-19 13:33:51','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/c6.png',0,'attachment','image/png',0),(6387,17,'2018-10-19 19:03:52','2018-10-19 13:33:52','','c7','','inherit','closed','closed','','c7','','','2018-10-19 19:03:52','2018-10-19 13:33:52','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/c7.png',0,'attachment','image/png',0),(6388,17,'2018-10-19 19:03:53','2018-10-19 13:33:53','','c8','','inherit','closed','closed','','c8','','','2018-10-19 19:03:53','2018-10-19 13:33:53','',0,'https://product.quickscrum.com/wp-content/uploads/2018/10/c8.png',0,'attachment','image/png',0),(6396,4,'2018-11-02 18:00:55','2018-11-02 12:30:55','This is Photoshop\'s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin.','Report 3','This is Photoshop\'s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin.','inherit','closed','closed','','6274-autosave-v1','','','2018-11-02 18:00:55','2018-11-02 12:30:55','',6274,'https://guide.quickscrum.com/product/6274-autosave-v1/',0,'revision','',0),(6397,4,'2018-11-02 17:17:25','2018-11-02 11:47:25','This is Photoshop\'s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin.','List 6','This is Photoshop\'s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin.','inherit','closed','closed','','6265-autosave-v1','','','2018-11-02 17:17:25','2018-11-02 11:47:25','',6265,'https://guide.quickscrum.com/product/6265-autosave-v1/',0,'revision','',0),(6401,17,'2018-11-02 18:11:04','2018-11-02 12:41:04','This is Photoshop\'s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin.','Report 4','This is Photoshop\'s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin.','inherit','closed','closed','','6275-autosave-v1','','','2018-11-02 18:11:04','2018-11-02 12:41:04','',6275,'https://guide.quickscrum.com/product/6275-autosave-v1/',0,'revision','',0),(6403,8,'2018-11-02 18:19:29','2018-11-02 12:49:29','','Manage Workitems','Manage all your work in single location, access it anywhere anytime\r\n','publish','closed','closed','','manage-workitems','','','2018-11-19 18:29:40','2018-11-19 12:59:40','',0,'https://guide.quickscrum.com/product/?post_type=feature&p=6403',0,'feature','',0),(6404,8,'2018-11-02 18:21:03','2018-11-02 12:51:03','','Quick Edit','Perform quick inline editing without opening detail popup<br></br>\r\n','publish','closed','closed','','quick-edit','','','2018-11-26 18:18:26','2018-11-26 12:48:26','',0,'https://guide.quickscrum.com/product/?post_type=feature&p=6404',1,'feature','',0),(6405,8,'2018-11-02 18:22:25','2018-11-02 12:52:25','','Duplicate','Copy existing workitem to create a new one and keep the same data\r\n\r\n','publish','closed','closed','','duplicate','','','2018-11-19 18:30:15','2018-11-19 13:00:15','',0,'https://guide.quickscrum.com/product/?post_type=feature&p=6405',2,'feature','',0),(6406,8,'2018-11-02 18:26:05','2018-11-02 12:56:05','','Bulk Edit','Edit multiple workitem at a time<br></br>\r\n','publish','closed','closed','','bulk-edit','','','2018-11-26 18:15:42','2018-11-26 12:45:42','',0,'https://guide.quickscrum.com/product/?post_type=feature&p=6406',3,'feature','',0),(6407,8,'2018-11-02 18:26:51','2018-11-02 12:56:51','','Prioritize Workitem','Set workitem priority by drag and drop<br></br>\r\n','publish','closed','closed','','prioritize-workitem','','','2018-11-26 18:19:29','2018-11-26 12:49:29','',0,'https://guide.quickscrum.com/product/?post_type=feature&p=6407',4,'feature','',0),(6408,8,'2018-11-02 18:28:21','2018-11-02 12:58:21','','Filter','Customize filters as per your requirement<br></br>\r\n','publish','closed','closed','','filter','','','2018-11-26 18:19:24','2018-11-26 12:49:24','',0,'https://guide.quickscrum.com/product/?post_type=feature&p=6408',5,'feature','',0),(6409,8,'2018-11-02 18:30:01','2018-11-02 13:00:01','','Attach File','Drag and drop files over a workitem without opening detail popup\r\n','publish','closed','closed','','attach-file','','','2018-11-19 18:32:16','2018-11-19 13:02:16','',0,'https://guide.quickscrum.com/product/?post_type=feature&p=6409',44,'feature','',0),(6410,4,'2018-11-02 18:32:52','2018-11-02 13:02:52','','Google Drive','Attach files from the Google Drive to the Quickscrum workitems, subitems or the files repository.','publish','closed','closed','','google-drive','','','2018-11-19 19:04:38','2018-11-19 13:34:38','',0,'https://guide.quickscrum.com/product/?post_type=feature&p=6410',35,'feature','',0),(6411,4,'2018-11-02 18:33:12','2018-11-02 13:03:12','','Box','Attach files from the Box to the Quickscrum workitems, subitems or the files repository.','publish','closed','closed','','box','','','2018-11-19 19:05:25','2018-11-19 13:35:25','',0,'https://guide.quickscrum.com/product/?post_type=feature&p=6411',36,'feature','',0),(6412,8,'2018-11-02 18:34:54','0000-00-00 00:00:00','','Estimate by Size','Estimate a workitem by size \n','draft','closed','closed','','','','','2018-11-02 18:34:54','2018-11-02 13:04:54','',0,'https://guide.quickscrum.com/product/?post_type=feature&p=6412',43,'feature','',0),(6413,4,'2018-11-02 18:33:31','2018-11-02 13:03:31','','Dropbox','Attach files from the Dropbox to the Quickscrum workitems, subitems or the files repository.','publish','closed','closed','','dropbox','','','2018-11-19 19:05:41','2018-11-19 13:35:41','',0,'https://guide.quickscrum.com/product/?post_type=feature&p=6413',37,'feature','',0),(6414,4,'2018-11-02 18:33:58','2018-11-02 13:03:58','','OneDrive','Attach files from the OneDrive to the Quickscrum workitems, subitems or the files repository.','publish','closed','closed','','onedrive','','','2018-11-19 19:05:55','2018-11-19 13:35:55','',0,'https://guide.quickscrum.com/product/?post_type=feature&p=6414',38,'feature','',0),(6415,4,'2018-11-02 18:34:45','2018-11-02 13:04:45','','Gitlab','Quickscrum provides integration with Gitlab to view all commits done within a project.','publish','closed','closed','','gitlab','','','2018-11-19 19:06:15','2018-11-19 13:36:15','',0,'https://guide.quickscrum.com/product/?post_type=feature&p=6415',39,'feature','',0),(6416,4,'2018-11-02 18:35:18','2018-11-02 13:05:18','','Github','Quickscrum provides integration with Github to view all commits done within a project.','publish','closed','closed','','github','','','2018-11-19 19:06:30','2018-11-19 13:36:30','',0,'https://guide.quickscrum.com/product/?post_type=feature&p=6416',40,'feature','',0),(6417,8,'2018-11-02 18:35:37','2018-11-02 13:05:37','','Estimate by Size','Estimate a workitem by size \r\n','publish','closed','closed','','estimate-by-size','','','2018-11-19 18:33:15','2018-11-19 13:03:15','',0,'https://guide.quickscrum.com/product/?post_type=feature&p=6417',6,'feature','',0),(6418,4,'2018-11-02 18:35:45','2018-11-02 13:05:45','','Bitbucket','Quickscrum provides integration with Bitbucket to view all commits done within a project.','publish','closed','closed','','bitbucket','','','2018-11-19 19:06:47','2018-11-19 13:36:47','',0,'https://guide.quickscrum.com/product/?post_type=feature&p=6418',41,'feature','',0),(6419,8,'2018-11-02 18:36:10','2018-11-02 13:06:10','','Set Business Value','Identify business value to a workitem\r\n','publish','closed','closed','','set-business-value','','','2018-11-19 18:33:55','2018-11-19 13:03:55','',0,'https://guide.quickscrum.com/product/?post_type=feature&p=6419',7,'feature','',0),(6420,8,'2018-11-02 18:37:07','2018-11-02 13:07:07','','Set Status','Change workitem status as work move forward\r\n','publish','closed','closed','','set-status','','','2018-11-19 18:34:11','2018-11-19 13:04:11','',0,'https://guide.quickscrum.com/product/?post_type=feature&p=6420',8,'feature','',0),(6421,8,'2018-11-02 18:37:41','2018-11-02 13:07:41','','Assign User','Set responsible person of a workitem\r\n','publish','closed','closed','','assign-user','','','2018-11-19 18:34:30','2018-11-19 13:04:30','',0,'https://guide.quickscrum.com/product/?post_type=feature&p=6421',9,'feature','',0),(6422,8,'2018-11-02 18:38:08','2018-11-02 13:08:08','','Add Subitems','Prepare actionable subitems for a workitem\r\n','publish','closed','closed','','add-subitems','','','2018-11-19 18:34:54','2018-11-19 13:04:54','',0,'https://guide.quickscrum.com/product/?post_type=feature&p=6422',10,'feature','',0),(6423,8,'2018-11-02 18:38:53','2018-11-02 13:08:53','','Attach Files','Drag and drop files over a workitem to attach them\r\n','publish','closed','closed','','attach-files','','','2018-11-19 18:36:40','2018-11-19 13:06:40','',0,'https://guide.quickscrum.com/product/?post_type=feature&p=6423',11,'feature','',0),(6424,8,'2018-11-02 18:39:15','2018-11-02 13:09:15','','Comment','Discuss over a workitem with team members using comment\r\n','publish','closed','closed','','comment','','','2018-11-19 18:37:07','2018-11-19 13:07:07','',0,'https://guide.quickscrum.com/product/?post_type=feature&p=6424',12,'feature','',0),(6425,8,'2018-11-02 18:39:42','2018-11-02 13:09:42','','Tag a Workitem','Tag a workitem and search them when needed\r\n','publish','closed','closed','','tag-a-workitem','','','2018-11-19 18:37:26','2018-11-19 13:07:26','',0,'https://guide.quickscrum.com/product/?post_type=feature&p=6425',13,'feature','',0),(6426,8,'2018-11-02 18:40:08','2018-11-02 13:10:08','','Log efforts','Log efforts performed by team members\r\n','publish','closed','closed','','log-efforts','','','2018-11-19 18:37:45','2018-11-19 13:07:45','',0,'https://guide.quickscrum.com/product/?post_type=feature&p=6426',14,'feature','',0),(6429,8,'2018-11-02 18:49:52','2018-11-02 13:19:52','','Track Activity','Track overall activity done over a workitem','publish','closed','closed','','track-activity','','','2018-11-19 18:38:09','2018-11-19 13:08:09','',0,'https://guide.quickscrum.com/product/?post_type=feature&p=6429',15,'feature','',0),(6431,8,'2018-11-02 18:57:30','2018-11-02 13:27:30','','Filter','Customize filters as per your requirement\r\n','publish','closed','closed','','filter-2','','','2018-11-20 10:37:51','2018-11-20 05:07:51','',0,'https://guide.quickscrum.com/product/?post_type=feature&p=6431',20,'feature','',0),(6432,8,'2018-11-02 19:05:21','2018-11-02 13:35:21','','Plan Timebox','This is Photoshop\'s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin.','inherit','closed','closed','','6268-autosave-v1','','','2018-11-02 19:05:21','2018-11-02 13:35:21','',6268,'https://guide.quickscrum.com/product/6268-autosave-v1/',0,'revision','',0),(6435,8,'2018-11-02 19:19:21','2018-11-02 13:49:21','','Log Effort','Log effort performed by the users\r\n','publish','closed','closed','','log-effort','','','2018-11-19 18:59:51','2018-11-19 13:29:51','',0,'https://guide.quickscrum.com/product/?post_type=feature&p=6435',24,'feature','',0),(6436,8,'2018-11-02 19:20:04','2018-11-02 13:50:04','','Track Effort by User','Track who did what and spent how much time\r\n','publish','closed','closed','','track-effort-by-user','','','2018-11-19 19:00:12','2018-11-19 13:30:12','',0,'https://guide.quickscrum.com/product/?post_type=feature&p=6436',25,'feature','',0),(6437,8,'2018-11-02 19:21:19','2018-11-02 13:51:19','','Add File','Organize all files in a single location\r\n','publish','closed','closed','','add-file','','','2018-11-19 19:00:38','2018-11-19 13:30:38','',0,'https://guide.quickscrum.com/product/?post_type=feature&p=6437',26,'feature','',0),(6438,8,'2018-11-02 19:22:00','2018-11-02 13:52:00','','Add Files to a Folder','Create folders and store files within\r\n','publish','closed','closed','','add-files-to-a-folder','','','2018-11-19 19:00:56','2018-11-19 13:30:56','',0,'https://guide.quickscrum.com/product/?post_type=feature&p=6438',27,'feature','',0),(6439,8,'2018-11-02 19:22:38','2018-11-02 13:52:38','','Drag & Drop Files','Attach files just by drag and drop\r\n','publish','closed','closed','','drag-drop-files','','','2018-11-19 19:01:13','2018-11-19 13:31:13','',0,'https://guide.quickscrum.com/product/?post_type=feature&p=6439',28,'feature','',0),(6440,8,'2018-11-02 19:22:57','2018-11-02 13:52:57','','View File In Viewer','View & download file quickly\r\n','publish','closed','closed','','view-file-in-viewer','','','2018-11-19 19:01:29','2018-11-19 13:31:29','',0,'https://guide.quickscrum.com/product/?post_type=feature&p=6440',29,'feature','',0),(6441,8,'2018-11-02 19:31:02','2018-11-02 14:01:02','','Activity','View activities performed by team members over a project\n','inherit','closed','closed','','6265-autosave-v1','','','2018-11-02 19:31:02','2018-11-02 14:01:02','',6265,'https://guide.quickscrum.com/product/6265-autosave-v1/',0,'revision','',0),(6442,8,'2018-11-02 19:56:39','2018-11-02 14:26:39','','Speed and Leakages','Track speed, Work speed and Identify leakages within the workflow\n','inherit','closed','closed','','6273-autosave-v1','','','2018-11-02 19:56:39','2018-11-02 14:26:39','',6273,'https://guide.quickscrum.com/product/6273-autosave-v1/',0,'revision','',0),(6443,8,'2018-11-02 20:13:05','2018-11-02 14:43:05','[vc_row full_width=\"stretch_row\" el_class=\"scrum-solution\" css=\".vc_custom_1540214878640{background-color: #00bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"scrum-left-txt\"][vc_custom_heading text=\"The Most Efficient\nScrum Tool \" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\">Quickscrum help teams to follow Scrum rightly and thrive\nfor continous improvements.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\" el_class=\"scrum-solu-image\"][vc_single_image image=\"6332\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539845177194{background-color: #293846 !important;}\"][vc_column][vc_column_text]\n<ul class=\"home-page-logo-ticker\">\n <li><img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c1.png\" alt=\"\" data-original=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c1.png\" data-lazyload=\"true\" /></li>\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c2.png\" alt=\"\" /></li>\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c3.png\" alt=\"\" /></li>\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c4.png\" alt=\"\" /></li>\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c5.png\" alt=\"\" /></li>\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c6.png\" alt=\"\" /></li>\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c7.png\" alt=\"\" /></li>\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c8.png\" alt=\"\" /></li>\n</ul>\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1539848618914{padding-top: 50px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column][vc_custom_heading text=\"Scrum Features\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23292929\" use_theme_fonts=\"yes\"][vc_column_text]\n<p style=\"text-align: center;\"><span style=\"color: #555555; font-size: 16px;\">Simple and easy to understand features will help you get started quickly</span></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1540214749464{padding-top: 0px !important;padding-bottom: 0px !important;}\" el_class=\"home-solution scrum-page-tab\"][vc_column][vc_tta_tabs shape=\"square\" color=\"vista-blue\" active_section=\"1\" el_class=\"tabs\"][vc_tta_section title=\"Backlog\" tab_id=\"1539846877402-c47d652d-54de\"][vc_row_inner css=\".vc_custom_1539853554699{background-color: #ececec !important;}\" el_class=\"tab-content\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6344\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Backlog\" font_container=\"tag:h2|font_size:36px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps teams to keep\nall stories in centralize location. It\nprioritize them based on business\nvalues and Estimated Size.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Planning\" tab_id=\"1539846877607-4ea1e31f-f9b5\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870480653{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6370\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Planning\"][vc_column_text]Define timebox duration & plan the\ntimebox accurately, based on the\noverall team availability.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Board\" tab_id=\"1539846877632-f081a618-c0a6\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870939679{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6374\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Board\" use_theme_fonts=\"yes\"][vc_column_text]Board helps team to execute\ntimebox faster. Split all workitems\ninto subitems, estimate required\nefforts, attach files & collaborate\nwith team members.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Collaborate\" tab_id=\"1539846877656-6b79aa2f-7d2f\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539871383542{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6376\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Collaborate\" use_theme_fonts=\"yes\"][vc_column_text]Keep every team members on the\nsame page for Project & Timebox\nprogress as well communicate with\nteam members over any specific\nworkitem. [/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Monitor\" tab_id=\"1539846877681-7c88828f-fa27\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539871687859{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6378\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Monitor\"][vc_column_text]Scrum charts such as Burndown,\nVelocity, Effort Variance and\nDistribution provides detail\ninsights about project and\ntimeboxes. It helps team to thrive\nfor continuous success.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539701128038{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539845484343{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6342\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Scrum','Manage your projects through Scrum Solution','inherit','closed','closed','','139-autosave-v1','','','2018-11-02 20:13:05','2018-11-02 14:43:05','',139,'https://guide.quickscrum.com/product/139-autosave-v1/',0,'revision','',0),(6445,4,'2018-11-05 11:27:24','2018-11-05 05:57:24','[vc_row full_width=\"stretch_row\" el_class=\"scrum-solution\" css=\".vc_custom_1540214878640{background-color: #00bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"scrum-left-txt\"][vc_custom_heading text=\"Build high performing lean team\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1544105851161{margin-top: -70px !important;}\"][vc_column_text css=\".vc_custom_1544106059814{margin-bottom: 30px !important;}\"]Make your team follow kanban rightly, be lean and thrive for the continuous improvements.[/vc_column_text][vc_column_text css=\".vc_custom_1542702798366{padding-top: 15px !important;}\"]<span style=\"color: #ffffff;\"><a class=\"btn qsg-btn2 btn-full-width\" style=\"color: #ffffff;\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a></span>[/vc_column_text][vc_column_text css=\".vc_custom_1542702731609{padding-left: 40px !important;}\"]<strong><span style=\"font-size: 12px;\">NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</span></strong>[/vc_column_text][/vc_column][vc_column width=\"2/3\" el_class=\"scrum-solu-image\"][vc_single_image image=\"6452\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539845177194{background-color: #293846 !important;}\"][vc_column][vc_column_text]\r\n<ul class=\"home-page-logo-ticker\">\r\n <li><img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c1.png\" alt=\"\" data-original=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c1.png\" data-lazyload=\"true\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c2.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c3.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c4.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c5.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c6.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c7.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c8.png\" alt=\"\" /></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1539848618914{padding-top: 50px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column][vc_custom_heading text=\"Kanban Features\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23292929\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #555555; font-size: 16px;\">Simple and easy to understand features will help you get started quickly</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1542607817987{padding-top: 0px !important;padding-bottom: 0px !important;}\" el_class=\"home-solution scrum-page-tab solution-post\"][vc_column][vc_tta_tabs shape=\"square\" color=\"vista-blue\" active_section=\"1\" el_class=\"tabs\"][vc_tta_section title=\"Kanban Board\" tab_id=\"1539846877402-c47d652d-54de\"][vc_row_inner css=\".vc_custom_1542703450591{background-color: #ececec !important;}\" el_class=\"tab-content\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text css_animation=\"none\"]<img class=\"alignnone size-full wp-image-6453\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/11/kanban-board.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Kanban Board\" font_container=\"tag:h2|font_size:36px|text_align:left\" use_theme_fonts=\"yes\" css=\".vc_custom_1544160444664{margin-top: 35px !important;}\"][vc_column_text]Keeps all your work items within a single board. Prioritize them based on business values & work complexity.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Backlog\" tab_id=\"1539846877607-4ea1e31f-f9b5\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870480653{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text css_animation=\"none\"]<img class=\"alignnone size-full wp-image-6454\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/11/Backlog-kanban.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Backlog\" css=\".vc_custom_1542609154547{margin-top: 75px !important;}\"][vc_column_text]As workitems grow it is difficult to manage them on a single board. Many teams require list view for the better management.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Collaborate\" tab_id=\"1539846877656-6b79aa2f-7d2f\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1542703403278{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text css_animation=\"none\"]<img class=\"alignnone size-full wp-image-6455\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/11/collaborate-kanban.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Collaborate\" use_theme_fonts=\"yes\" css=\".vc_custom_1544160225033{margin-top: 70px !important;}\"][vc_column_text]Keep everyone sync, track work progress and identify the bottleneck to improve continuously.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Monitor\" tab_id=\"1539846877632-f081a618-c0a6\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870939679{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text css_animation=\"none\"]<img class=\"alignnone size-full wp-image-6456\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/11/Monitor-kanban.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Monitor\" use_theme_fonts=\"yes\" css=\".vc_custom_1542609161769{margin-top: 75px !important;}\"][vc_column_text]Monitor work progress, identify the bottleneck, estimation accuracy and much more with Quickscrum.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][/vc_tta_tabs][vc_row_inner css=\".vc_custom_1542703553446{margin-top: -60px !important;padding-top: 10px !important;padding-bottom: 30px !important;background-color: #ececec !important;}\"][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a href=\"https://guide.quickscrum.com/product/feature/\">View All Features</a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs active_section=\"1\" el_class=\"align-center\"][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Kanban','Manage your work process visually and optimize the workflow. <br></br>','publish','closed','closed','','kanban','','','2018-12-07 17:10:11','2018-12-07 11:40:11','',0,'https://guide.quickscrum.com/product/?post_type=solution&p=6445',2,'solution','',0),(6446,4,'2018-11-05 11:27:19','2018-11-05 05:57:19','','solution-kanban-img','','inherit','closed','closed','','solution-kanban-img','','','2018-11-05 11:27:19','2018-11-05 05:57:19','',6445,'https://product.quickscrum.com/wp-content/uploads/2018/11/solution-kanban-img.png',0,'attachment','image/png',0),(6447,4,'2018-11-05 11:27:56','2018-11-05 05:57:56','[vc_row full_width=\"stretch_row\" el_class=\"scrum-solution\" css=\".vc_custom_1540214878640{background-color: #00bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"scrum-left-txt\"][vc_custom_heading text=\"The Most Efficient Task Management Tool \" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1542715789712{margin-top: -70px !important;}\"][vc_column_text css=\".vc_custom_1542715966012{margin-bottom: 30px !important;}\"]<span style=\"color: #ffffff;\">Organize your team tasks efficiently and get them done faster with Quickscrum.</span>[/vc_column_text][vc_column_text css=\".vc_custom_1542715712107{padding-top: 15px !important;}\"]<span style=\"color: #ffffff;\"><a class=\"btn qsg-btn2 btn-full-width\" style=\"color: #ffffff;\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a></span>[/vc_column_text][vc_column_text css=\".vc_custom_1542716082967{padding-left: 40px !important;}\"]<strong><span style=\"font-size: 12px;\">NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</span></strong>[/vc_column_text][/vc_column][vc_column width=\"2/3\" el_class=\"scrum-solu-image\"][vc_single_image image=\"6675\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539845177194{background-color: #293846 !important;}\"][vc_column][vc_column_text]\r\n<ul class=\"home-page-logo-ticker\">\r\n <li><img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c1.png\" alt=\"\" data-original=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c1.png\" data-lazyload=\"true\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c2.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c3.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c4.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c5.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c6.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c7.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c8.png\" alt=\"\" /></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1539848618914{padding-top: 50px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column][vc_custom_heading text=\"Task Management Tool\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23292929\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #555555; font-size: 16px;\">Organize your tasks efficiently and get them done faster </span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1542607817987{padding-top: 0px !important;padding-bottom: 0px !important;}\" el_class=\"home-solution scrum-page-tab solution-post\"][vc_column][vc_tta_tabs shape=\"square\" color=\"vista-blue\" active_section=\"1\" el_class=\"tabs\"][vc_tta_section title=\"Task List\" tab_id=\"1539846877402-c47d652d-54de\"][vc_row_inner css=\".vc_custom_1544422269551{background-color: #ececec !important;}\" el_class=\"tab-content\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text css_animation=\"none\"]<img class=\"alignnone size-full wp-image-6675\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/11/Task-management-Tasklist.gif\" alt=\"\" width=\"1356\" height=\"629\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Task List\" font_container=\"tag:h2|font_size:36px|text_align:left\" use_theme_fonts=\"yes\" css=\".vc_custom_1544422277773{margin-top: 75px !important;}\" el_class=\"first-letter first-letter-2\"][vc_column_text]Keep all your tasks in a single location, Create subtasks, Assign to team members, Prioritize them and Work effortlessly[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Task Board\" tab_id=\"1542690644011-31442fc8-4042\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870480653{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text css_animation=\"none\"]<img class=\"alignnone size-full wp-image-6676\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/11/Task-management-Taskboard.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Task Board\" css=\".vc_custom_1542690765925{margin-top: 75px !important;}\"][vc_column_text]As workitems grow it is difficult to manage them on a single board. Many teams require list view for the better management.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Collaborate\" tab_id=\"1539846877656-6b79aa2f-7d2f\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1542716257303{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text css_animation=\"none\"]<img class=\"alignnone size-full wp-image-6677\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/11/Task-management-Collaborate.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Collaborate\" use_theme_fonts=\"yes\" css=\".vc_custom_1542608862571{margin-top: 50px !important;}\"][vc_column_text]Keep every team members on the same page for Project & Timebox progress as well communicate with team members over any specific workitem.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Monitor\" tab_id=\"1539846877632-f081a618-c0a6\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1542716262792{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text css_animation=\"none\"]<img class=\"alignnone size-full wp-image-6456\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/11/Monitor-kanban.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Monitor\" use_theme_fonts=\"yes\" css=\".vc_custom_1544164708875{margin-top: 55px !important;}\"][vc_column_text]Charts such as Speed and Distribution provides detail insights about the project. It helps the team to thrive for continuous success.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][/vc_tta_tabs][vc_row_inner css=\".vc_custom_1542719715552{margin-top: -60px !important;padding-top: 10px !important;padding-bottom: 30px !important;background-color: #ececec !important;}\"][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a href=\"https://guide.quickscrum.com/product/feature/\">View All Features</a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs active_section=\"1\" el_class=\"align-center\"][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Task Management','Effectively organize and manage individual and team tasks. Get them done faster.','publish','closed','closed','','task-management','','','2018-12-10 11:44:28','2018-12-10 06:14:28','',0,'https://guide.quickscrum.com/product/?post_type=solution&p=6447',17,'solution','',0),(6448,4,'2018-11-05 11:28:52','2018-11-05 05:58:52','','solution-taskmanagement-img','','inherit','closed','closed','','solution-taskmanagement-img','','','2018-11-05 11:28:52','2018-11-05 05:58:52','',6447,'https://product.quickscrum.com/wp-content/uploads/2018/11/solution-taskmanagement-img.png',0,'attachment','image/png',0),(6449,4,'2018-12-07 10:53:22','2018-12-07 05:23:22','<p>[vc_row full_width=\"stretch_row\" el_class=\"scrum-solution\" css=\".vc_custom_1540214878640{background-color: #00bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"scrum-left-txt\"][vc_custom_heading text=\"Build high performing lean team\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1544105851161{margin-top: -70px !important;}\"][vc_column_text css=\".vc_custom_1544106059814{margin-bottom: 30px !important;}\"]Make your team follow kanban rightly, be lean and thrive for the continuous improvements.[/vc_column_text][vc_column_text css=\".vc_custom_1542702798366{padding-top: 15px !important;}\"]<span style=\"color: #ffffff;\"><a class=\"btn qsg-btn2 btn-full-width\" style=\"color: #ffffff;\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a></span>[/vc_column_text][vc_column_text css=\".vc_custom_1542702731609{padding-left: 40px !important;}\"]<strong><span style=\"font-size: 12px;\">NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</span></strong>[/vc_column_text][/vc_column][vc_column width=\"2/3\" el_class=\"scrum-solu-image\"][vc_single_image image=\"6452\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539845177194{background-color: #293846 !important;}\"][vc_column][vc_column_text]</p>\n<ul class=\"home-page-logo-ticker\">\n<li><img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c1.png\" alt=\"\" data-original=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c1.png\" data-lazyload=\"true\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c2.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c3.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c4.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c5.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c6.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c7.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c8.png\" alt=\"\" /></li>\n</ul>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1539848618914{padding-top: 50px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column][vc_custom_heading text=\"Kanban Features\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23292929\" use_theme_fonts=\"yes\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #555555; font-size: 16px;\">Simple and easy to understand features will help you get started quickly</span></p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1542607817987{padding-top: 0px !important;padding-bottom: 0px !important;}\" el_class=\"home-solution scrum-page-tab solution-post\"][vc_column][vc_tta_tabs shape=\"square\" color=\"vista-blue\" active_section=\"1\" el_class=\"tabs\"][vc_tta_section title=\"Kanban Board\" tab_id=\"1539846877402-c47d652d-54de\"][vc_row_inner css=\".vc_custom_1542703450591{background-color: #ececec !important;}\" el_class=\"tab-content\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text css_animation=\"none\"]<img class=\"alignnone size-full wp-image-6453\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/11/kanban-board.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Kanban Board\" font_container=\"tag:h2|font_size:36px|text_align:left\" use_theme_fonts=\"yes\" css=\".vc_custom_1544160202250{margin-top: 10px !important;}\"][vc_column_text]Keeps all your work items within a single board. Prioritize them based on business values & work complexity.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Backlog\" tab_id=\"1539846877607-4ea1e31f-f9b5\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870480653{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text css_animation=\"none\"]<img class=\"alignnone size-full wp-image-6454\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/11/Backlog-kanban.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Backlog\" css=\".vc_custom_1542609154547{margin-top: 75px !important;}\"][vc_column_text]As workitems grow it is difficult to manage them on a single board. Many teams require list view for the better management.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Collaborate\" tab_id=\"1539846877656-6b79aa2f-7d2f\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1542703403278{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text css_animation=\"none\"]<img class=\"alignnone size-full wp-image-6455\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/11/collaborate-kanban.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Collaborate\" use_theme_fonts=\"yes\" css=\".vc_custom_1542608862571{margin-top: 50px !important;}\"][vc_column_text]Keep everyone sync, track work progress and identify the bottleneck to improve continuously.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Monitor\" tab_id=\"1539846877632-f081a618-c0a6\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870939679{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text css_animation=\"none\"]<img class=\"alignnone size-full wp-image-6456\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/11/Monitor-kanban.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Monitor\" use_theme_fonts=\"yes\" css=\".vc_custom_1542609161769{margin-top: 75px !important;}\"][vc_column_text]Monitor work progress, identify the bottleneck, estimation accuracy and much more with Quickscrum.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][/vc_tta_tabs][vc_row_inner css=\".vc_custom_1542703553446{margin-top: -60px !important;padding-top: 10px !important;padding-bottom: 30px !important;background-color: #ececec !important;}\"][vc_column_inner][vc_column_text]</p>\n<p style=\"text-align: center;\"><a href=\"https://guide.quickscrum.com/product/feature/\">View All Features</a></p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs active_section=\"1\" el_class=\"align-center\"][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]</p>\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\n<p class=\"pricing-text txt-italic\">per User</p>\n<p class=\"pricing-text txt-italic\">per Month</p>\n<p><a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\n','Kanban','Manage your work process visually and optimize the workflow.','inherit','closed','closed','','6445-autosave-v1','','','2018-12-07 10:53:22','2018-12-07 05:23:22','',6445,'https://guide.quickscrum.com/product/6445-autosave-v1/',0,'revision','',0),(6451,4,'2018-12-10 11:41:12','2018-12-10 06:11:12','<p>[vc_row full_width=\"stretch_row\" el_class=\"scrum-solution\" css=\".vc_custom_1540214878640{background-color: #00bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"scrum-left-txt\"][vc_custom_heading text=\"The Most Efficient Task Management Tool \" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1542715789712{margin-top: -70px !important;}\"][vc_column_text css=\".vc_custom_1542715966012{margin-bottom: 30px !important;}\"]<span style=\"color: #ffffff;\">Organize your team tasks efficiently and get them done faster with Quickscrum.</span>[/vc_column_text][vc_column_text css=\".vc_custom_1542715712107{padding-top: 15px !important;}\"]<span style=\"color: #ffffff;\"><a class=\"btn qsg-btn2 btn-full-width\" style=\"color: #ffffff;\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a></span>[/vc_column_text][vc_column_text css=\".vc_custom_1542716082967{padding-left: 40px !important;}\"]<strong><span style=\"font-size: 12px;\">NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</span></strong>[/vc_column_text][/vc_column][vc_column width=\"2/3\" el_class=\"scrum-solu-image\"][vc_single_image image=\"6675\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539845177194{background-color: #293846 !important;}\"][vc_column][vc_column_text]</p>\n<ul class=\"home-page-logo-ticker\">\n<li><img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c1.png\" alt=\"\" data-original=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c1.png\" data-lazyload=\"true\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c2.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c3.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c4.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c5.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c6.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c7.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c8.png\" alt=\"\" /></li>\n</ul>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1539848618914{padding-top: 50px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column][vc_custom_heading text=\"Task Management Tool\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23292929\" use_theme_fonts=\"yes\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #555555; font-size: 16px;\">Organize your tasks efficiently and get them done faster </span></p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1542607817987{padding-top: 0px !important;padding-bottom: 0px !important;}\" el_class=\"home-solution scrum-page-tab solution-post\"][vc_column][vc_tta_tabs shape=\"square\" color=\"vista-blue\" active_section=\"1\" el_class=\"tabs\"][vc_tta_section title=\"Task List\" tab_id=\"1539846877402-c47d652d-54de\"][vc_row_inner css=\".vc_custom_1544422269551{background-color: #ececec !important;}\" el_class=\"tab-content\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text css_animation=\"none\"]<img class=\"alignnone size-full wp-image-6675\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/11/Task-management-Tasklist.gif\" alt=\"\" width=\"1356\" height=\"629\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Task List\" font_container=\"tag:h2|font_size:36px|text_align:left\" use_theme_fonts=\"yes\" css=\".vc_custom_1542690721101{margin-top: 75px !important;}\"][vc_column_text]Keep all your tasks in a single location, Create subtasks, Assign to team members, Prioritize them and Work effortlessly[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Task Board\" tab_id=\"1542690644011-31442fc8-4042\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870480653{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text css_animation=\"none\"]<img class=\"alignnone size-full wp-image-6676\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/11/Task-management-Taskboard.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Task Board\" css=\".vc_custom_1542690765925{margin-top: 75px !important;}\"][vc_column_text]As workitems grow it is difficult to manage them on a single board. Many teams require list view for the better management.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Collaborate\" tab_id=\"1539846877656-6b79aa2f-7d2f\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1542716257303{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text css_animation=\"none\"]<img class=\"alignnone size-full wp-image-6677\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/11/Task-management-Collaborate.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Collaborate\" use_theme_fonts=\"yes\" css=\".vc_custom_1542608862571{margin-top: 50px !important;}\"][vc_column_text]Keep every team members on the same page for Project & Timebox progress as well communicate with team members over any specific workitem.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Monitor\" tab_id=\"1539846877632-f081a618-c0a6\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1542716262792{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text css_animation=\"none\"]<img class=\"alignnone size-full wp-image-6456\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/11/Monitor-kanban.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Monitor\" use_theme_fonts=\"yes\" css=\".vc_custom_1544164708875{margin-top: 55px !important;}\"][vc_column_text]CHARTS SUCH AS SPEED AND DISTRIBUTION PROVIDES DETAIL INSIGHTS ABOUT THE PROJECT. IT HELPS THE TEAM TO THRIVE FOR CONTINUOUS SUCCESS.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][/vc_tta_tabs][vc_row_inner css=\".vc_custom_1542719715552{margin-top: -60px !important;padding-top: 10px !important;padding-bottom: 30px !important;background-color: #ececec !important;}\"][vc_column_inner][vc_column_text]</p>\n<p style=\"text-align: center;\"><a href=\"https://guide.quickscrum.com/product/feature/\">View All Features</a></p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs active_section=\"1\" el_class=\"align-center\"][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]</p>\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\n<p class=\"pricing-text txt-italic\">per User</p>\n<p class=\"pricing-text txt-italic\">per Month</p>\n<p><a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\n','Task Management','Effectively organize and manage individual and team tasks. Get them done faster.','inherit','closed','closed','','6447-autosave-v1','','','2018-12-10 11:41:12','2018-12-10 06:11:12','',6447,'https://guide.quickscrum.com/product/6447-autosave-v1/',0,'revision','',0),(6452,4,'2018-11-05 16:10:47','2018-11-05 10:40:47','','Execute - Board, add task','','inherit','closed','closed','','execute-board-add-task-3','','','2018-11-05 16:10:47','2018-11-05 10:40:47','',6445,'https://product.quickscrum.com/wp-content/uploads/2018/11/Execute-Board-add-task.gif',0,'attachment','image/gif',0),(6453,4,'2018-11-05 16:39:08','2018-11-05 11:09:08','','kanban board','','inherit','closed','closed','','kanban-board','','','2018-11-05 16:39:08','2018-11-05 11:09:08','',6445,'https://product.quickscrum.com/wp-content/uploads/2018/11/kanban-board.gif',0,'attachment','image/gif',0),(6454,4,'2018-11-05 16:41:20','2018-11-05 11:11:20','','Backlog-kanban','','inherit','closed','closed','','backlog-kanban','','','2018-11-05 16:41:20','2018-11-05 11:11:20','',6445,'https://product.quickscrum.com/wp-content/uploads/2018/11/Backlog-kanban.gif',0,'attachment','image/gif',0),(6455,4,'2018-11-05 16:42:30','2018-11-05 11:12:30','','collaborate-kanban','','inherit','closed','closed','','collaborate-kanban','','','2018-11-05 16:42:30','2018-11-05 11:12:30','',6445,'https://product.quickscrum.com/wp-content/uploads/2018/11/collaborate-kanban.gif',0,'attachment','image/gif',0),(6456,4,'2018-11-05 16:42:59','2018-11-05 11:12:59','','Monitor-kanban','','inherit','closed','closed','','monitor-kanban','','','2018-11-05 16:42:59','2018-11-05 11:12:59','',6445,'https://product.quickscrum.com/wp-content/uploads/2018/11/Monitor-kanban.gif',0,'attachment','image/gif',0),(6457,4,'2018-11-06 11:26:45','2018-11-06 05:56:45','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Get Things Done<br />\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Quickscrum helps your team to Collaborate</span><br />\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Better, Achieve Goals and Improve</span><br />\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700169120{background-color: #d4ede9 !important;}\"][vc_column][vc_single_image image=\"6314\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700234412{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|font-weight: bold !important;|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep work centralized, access</span><br />\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">anywhere anytime, keep everyone</span><br />\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">sync</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700299043{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|font-weight: bold !important;|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Instant status updates for everyone, streamlined workflow, identify bottleneck</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700255662{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate<br />\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep everyone sync, brings transparency</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700305577{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Track Progress, Measure Speed, Insights for continuous improvements</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539701128038{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]</p>\n','Home Solution','','inherit','closed','closed','','6195-autosave-v1','','','2018-11-06 11:26:45','2018-11-06 05:56:45','',6195,'https://guide.quickscrum.com/product/6195-autosave-v1/',0,'revision','',0),(6458,4,'2018-11-06 10:18:26','2018-11-06 04:48:26','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: color: #ffffff;font-size;font-size: 20px;font-weight:600;\">Quickscrum helps your team to Collaborate</span>\r\n<span style=\"color: #ffffff;font-size;font-size: 20px;font-weight:600;\">Better, Achieve Goals and Improve</span>\r\n<span style=\"color: color: #ffffff;font-size;font-size: 20px;font-weight:600;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700169120{background-color: #d4ede9 !important;}\"][vc_column][vc_single_image image=\"6314\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700234412{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access\r\nanywhere anytime, keep everyone\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700299043{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:45px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,\r\nstreamlined workflow, identify\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700255662{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700305577{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539701128038{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-11-06 10:18:26','2018-11-06 04:48:26','',6195,'https://guide.quickscrum.com/product/6195-revision-v1/',0,'revision','',0),(6459,4,'2018-11-06 10:20:55','2018-11-06 04:50:55','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;font-size: 20px;font-weight:600;\">Quickscrum helps your team to Collaborate</span>\r\n<span style=\"color: #ffffff;font-size: 20px;font-weight:600;\">Better, Achieve Goals and Improve</span>\r\n<span style=\"color: #ffffff;font-size: 20px;font-weight:600;;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700169120{background-color: #d4ede9 !important;}\"][vc_column][vc_single_image image=\"6314\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700234412{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep work centralized, access\r\nanywhere anytime, keep everyone\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700299043{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:45px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,\r\nstreamlined workflow, identify\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700255662{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700305577{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539701128038{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-11-06 10:20:55','2018-11-06 04:50:55','',6195,'https://guide.quickscrum.com/product/6195-revision-v1/',0,'revision','',0),(6460,4,'2018-11-06 10:32:42','2018-11-06 05:02:42','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;font-size: 20px;font-weight:600;\">Quickscrum helps your team to Collaborate</span><br />\r\n<span style=\"color: #ffffff;font-size: 20px;font-weight:600;\">Better, Achieve Goals and Improve</span><br />\r\n<span style=\"color: #ffffff;font-size: 20px;font-weight:600;;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700169120{background-color: #d4ede9 !important;}\"][vc_column][vc_single_image image=\"6314\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700234412{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\" el_class=\"font-weight: 600 !important;\"][vc_column_text]Keep work centralized, access<br />\r\nanywhere anytime, keep everyone<br />\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700299043{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:45px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,<br />\r\nstreamlined workflow, identify<br />\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700255662{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate<br />\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings<br />\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700305577{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,<br />\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539701128038{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]</p>\r\n','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-11-06 10:32:42','2018-11-06 05:02:42','',6195,'https://guide.quickscrum.com/product/6195-revision-v1/',0,'revision','',0),(6461,4,'2018-11-06 10:36:36','2018-11-06 05:06:36','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;font-size: 20px;font-weight:600;\">Quickscrum helps your team to Collaborate</span><br />\r\n<span style=\"color: #ffffff;font-size: 20px;font-weight:600;\">Better, Achieve Goals and Improve</span><br />\r\n<span style=\"color: #ffffff;font-size: 20px;font-weight:600;;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700169120{background-color: #d4ede9 !important;}\"][vc_column][vc_single_image image=\"6314\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700234412{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\" el_class=\"font-weight: 600 !important;\"][vc_column_text]Keep work centralized, access<br />\r\nanywhere anytime, keep everyone<br />\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700299043{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:45px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,<br />\r\nstreamlined workflow, identify<br />\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700255662{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate<br />\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings<br />\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700305577{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,<br />\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539701128038{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]</p>\r\n','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-11-06 10:36:36','2018-11-06 05:06:36','',6195,'https://guide.quickscrum.com/product/6195-revision-v1/',0,'revision','',0),(6462,4,'2018-11-06 10:37:57','2018-11-06 05:07:57','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;font-size: 20px;font-weight:600;\">Quickscrum helps your team to Collaborate</span><br />\r\n<span style=\"color: #ffffff;font-size: 20px;font-weight:600;\">Better, Achieve Goals and Improve</span><br />\r\n<span style=\"color: #ffffff;font-size: 20px;font-weight:600;;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700169120{background-color: #d4ede9 !important;}\"][vc_column][vc_single_image image=\"6314\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700234412{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\" el_class=\"font-weight: 600 !important;\"][vc_column_text]Keep work centralized, access<br />\r\nanywhere anytime, keep everyone<br />\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700299043{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:45px|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,<br />\r\nstreamlined workflow, identify<br />\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700255662{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate<br />\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings<br />\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700305577{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,<br />\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539701128038{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]</p>\r\n','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-11-06 10:37:57','2018-11-06 05:07:57','',6195,'https://guide.quickscrum.com/product/6195-revision-v1/',0,'revision','',0),(6463,4,'2018-11-06 10:52:30','2018-11-06 05:22:30','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Quickscrum helps your team to Collaborate</span><br />\r\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Better, Achieve Goals and Improve</span><br />\r\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700169120{background-color: #d4ede9 !important;}\"][vc_column][vc_single_image image=\"6314\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700234412{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\" el_class=\"font-weight: 600 !important;\"][vc_column_text]Keep work centralized, access<br />\r\nanywhere anytime, keep everyone<br />\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700299043{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:45px|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,<br />\r\nstreamlined workflow, identify<br />\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700255662{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate<br />\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings<br />\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700305577{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,<br />\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539701128038{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]</p>\r\n','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-11-06 10:52:30','2018-11-06 05:22:30','',6195,'https://guide.quickscrum.com/product/6195-revision-v1/',0,'revision','',0),(6464,4,'2018-11-06 10:54:36','2018-11-06 05:24:36','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Quickscrum helps your team to Collaborate</span><br />\r\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Better, Achieve Goals and Improve</span><br />\r\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700169120{background-color: #d4ede9 !important;}\"][vc_column][vc_single_image image=\"6314\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700234412{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\" el_class=\"font-weight: 600 !important;\"][vc_column_text]Keep work centralized, access<br />\r\nanywhere anytime, keep everyone<br />\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700299043{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:45px|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,<br />\r\nstreamlined workflow, identify<br />\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700255662{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate<br />\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings<br />\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700305577{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,<br />\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539701128038{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]</p>\r\n','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-11-06 10:54:36','2018-11-06 05:24:36','',6195,'https://guide.quickscrum.com/product/6195-revision-v1/',0,'revision','',0),(6465,4,'2018-11-06 10:55:38','2018-11-06 05:25:38','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Quickscrum helps your team to Collaborate</span><br />\r\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Better, Achieve Goals and Improve</span><br />\r\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700169120{background-color: #d4ede9 !important;}\"][vc_column][vc_single_image image=\"6314\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700234412{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\" el_class=\"font-weight: 600 !important;\"][vc_column_text]Keep work centralized, access<br />\r\nanywhere anytime, keep everyone<br />\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700299043{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:45px|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,<br />\r\nstreamlined workflow, identify<br />\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700255662{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate<br />\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings<br />\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700305577{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,<br />\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539701128038{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]</p>\r\n','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-11-06 10:55:38','2018-11-06 05:25:38','',6195,'https://guide.quickscrum.com/product/6195-revision-v1/',0,'revision','',0),(6466,4,'2018-11-06 11:05:00','2018-11-06 05:35:00','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Quickscrum helps your team to Collaborate</span>\r\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Better, Achieve Goals and Improve</span>\r\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700169120{background-color: #d4ede9 !important;}\"][vc_column][vc_single_image image=\"6314\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700234412{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\" el_class=\"font-weight: 600 !important;\"][vc_column_text]<span style=\"font-size: 20px;\">Keep work centralized, access</span>\r\n<span style=\"font-size: 20px;\">anywhere anytime, keep everyone</span>\r\n<span style=\"font-size: 20px;\">sync</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700299043{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:45px|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,\r\nstreamlined workflow, identify\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700255662{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700305577{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539701128038{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-11-06 11:05:00','2018-11-06 05:35:00','',6195,'https://guide.quickscrum.com/product/6195-revision-v1/',0,'revision','',0),(6467,4,'2018-11-06 11:06:42','2018-11-06 05:36:42','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Quickscrum helps your team to Collaborate</span>\r\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Better, Achieve Goals and Improve</span>\r\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700169120{background-color: #d4ede9 !important;}\"][vc_column][vc_single_image image=\"6314\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700234412{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\" el_class=\"font-weight: 600 !important;\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep work centralized, access</span>\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">anywhere anytime, keep everyone</span>\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">sync</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700299043{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:45px|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]Instant status updates for everyone,\r\nstreamlined workflow, identify\r\nbottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700255662{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]Keep everyone sync, brings\r\ntransparency[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700305577{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]Track Progress, Measure Speed,\r\nInsights for continuous improvements[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539701128038{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-11-06 11:06:42','2018-11-06 05:36:42','',6195,'https://guide.quickscrum.com/product/6195-revision-v1/',0,'revision','',0),(6468,4,'2018-11-06 11:08:36','2018-11-06 05:38:36','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Quickscrum helps your team to Collaborate</span>\r\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Better, Achieve Goals and Improve</span>\r\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700169120{background-color: #d4ede9 !important;}\"][vc_column][vc_single_image image=\"6314\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700234412{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\" el_class=\"font-weight: 600 !important;\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep work centralized, access</span>\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">anywhere anytime, keep everyone</span>\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">sync</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700299043{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:45px|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Instant status updates for everyone,</span>\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">streamlined workflow, identify</span>\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">bottleneck</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700255662{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep everyone sync, brings</span>\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">transparency</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700305577{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Track Progress, Measure Speed,</span>\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Insights for continuous improvements</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539701128038{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-11-06 11:08:36','2018-11-06 05:38:36','',6195,'https://guide.quickscrum.com/product/6195-revision-v1/',0,'revision','',0),(6469,4,'2018-11-06 11:13:08','2018-11-06 05:43:08','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Quickscrum helps your team to Collaborate</span>\r\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Better, Achieve Goals and Improve</span>\r\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700169120{background-color: #d4ede9 !important;}\"][vc_column][vc_single_image image=\"6314\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700234412{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\" el_class=\"font-weight: 600 !important;\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep work centralized, access</span>\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">anywhere anytime, keep everyone</span>\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">sync</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700299043{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:45px|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Instant status updates for everyone, streamlined workflow, identify bottleneck</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700255662{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep everyone sync, brings transparency</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700305577{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Track Progress, Measure Speed, Insights for continuous improvements</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539701128038{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-11-06 11:13:08','2018-11-06 05:43:08','',6195,'https://guide.quickscrum.com/product/6195-revision-v1/',0,'revision','',0),(6470,4,'2018-11-06 11:19:42','2018-11-06 05:49:42','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Quickscrum helps your team to Collaborate</span><br />\r\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Better, Achieve Goals and Improve</span><br />\r\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700169120{background-color: #d4ede9 !important;}\"][vc_column][vc_single_image image=\"6314\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700234412{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|font-family:\'ProximaNova-Semibold\',sans-serif|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep work centralized, access</span><br />\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">anywhere anytime, keep everyone</span><br />\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">sync</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700299043{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:45px|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Instant status updates for everyone, streamlined workflow, identify bottleneck</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700255662{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate<br />\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep everyone sync, brings transparency</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700305577{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Track Progress, Measure Speed, Insights for continuous improvements</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539701128038{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]</p>\r\n','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-11-06 11:19:42','2018-11-06 05:49:42','',6195,'https://guide.quickscrum.com/product/6195-revision-v1/',0,'revision','',0),(6471,4,'2018-11-06 11:23:12','2018-11-06 05:53:12','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Quickscrum helps your team to Collaborate</span><br />\r\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Better, Achieve Goals and Improve</span><br />\r\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700169120{background-color: #d4ede9 !important;}\"][vc_column][vc_single_image image=\"6314\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700234412{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep work centralized, access</span><br />\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">anywhere anytime, keep everyone</span><br />\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">sync</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700299043{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:45px|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Instant status updates for everyone, streamlined workflow, identify bottleneck</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700255662{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate<br />\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep everyone sync, brings transparency</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700305577{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Track Progress, Measure Speed, Insights for continuous improvements</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539701128038{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]</p>\r\n','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-11-06 11:23:12','2018-11-06 05:53:12','',6195,'https://guide.quickscrum.com/product/6195-revision-v1/',0,'revision','',0),(6472,4,'2018-11-06 11:25:35','2018-11-06 05:55:35','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Quickscrum helps your team to Collaborate</span><br />\r\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Better, Achieve Goals and Improve</span><br />\r\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700169120{background-color: #d4ede9 !important;}\"][vc_column][vc_single_image image=\"6314\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700234412{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|font-weight: bold !important;|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep work centralized, access</span><br />\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">anywhere anytime, keep everyone</span><br />\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">sync</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700299043{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:45px|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Instant status updates for everyone, streamlined workflow, identify bottleneck</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700255662{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate<br />\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep everyone sync, brings transparency</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700305577{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Track Progress, Measure Speed, Insights for continuous improvements</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539701128038{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]</p>\r\n','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-11-06 11:25:35','2018-11-06 05:55:35','',6195,'https://guide.quickscrum.com/product/6195-revision-v1/',0,'revision','',0),(6473,4,'2018-11-06 11:27:41','2018-11-06 05:57:41','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Quickscrum helps your team to Collaborate</span><br />\r\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Better, Achieve Goals and Improve</span><br />\r\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700169120{background-color: #d4ede9 !important;}\"][vc_column][vc_single_image image=\"6314\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700234412{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|font-weight: bold !important;|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep work centralized, access</span><br />\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">anywhere anytime, keep everyone</span><br />\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">sync</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700299043{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|font-weight: bold !important;|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Instant status updates for everyone, streamlined workflow, identify bottleneck</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700255662{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate<br />\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|font-weight: bold !important;|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep everyone sync, brings transparency</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700305577{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|font-weight: bold !important;|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Track Progress, Measure Speed, Insights for continuous improvements</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539701128038{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]</p>\r\n','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-11-06 11:27:41','2018-11-06 05:57:41','',6195,'https://guide.quickscrum.com/product/6195-revision-v1/',0,'revision','',0),(6474,4,'2018-11-06 11:33:32','2018-11-06 06:03:32','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Quickscrum helps your team to Collaborate</span><br />\r\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Better, Achieve Goals and Improve</span><br />\r\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700169120{background-color: #d4ede9 !important;}\"][vc_column][vc_single_image image=\"6314\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700234412{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|font-weight: bold !important;|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep work centralized, access</span><br />\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">anywhere anytime, keep everyone</span><br />\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">sync</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700299043{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|font-weight: bold !important;|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Instant status updates for everyone, streamlined workflow, identify bottleneck</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700255662{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate<br />\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|font-weight: bold !important;|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep everyone sync, brings transparency</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700305577{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|font-weight: bold !important;|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Track Progress, Measure Speed, Insights for continuous improvements</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539701128038{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]</p>\r\n','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-11-06 11:33:32','2018-11-06 06:03:32','',6195,'https://guide.quickscrum.com/product/6195-revision-v1/',0,'revision','',0),(6475,17,'2018-11-06 12:03:47','2018-11-06 06:33:47','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Quickscrum helps your team to Collaborate</span><br />\r\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Better, Achieve Goals and Improve</span><br />\r\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700169120{background-color: #d4ede9 !important;}\"][vc_column][vc_single_image image=\"6314\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700234412{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|font-weight: bold !important;|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep work centralized, access</span><br />\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">anywhere anytime, keep everyone</span><br />\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">sync</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700299043{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|font-weight: bold !important;|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Instant status updates for everyone, streamlined workflow, identify bottleneck</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700255662{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate<br />\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|font-weight: bold !important;|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep everyone sync, brings transparency</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700305577{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|font-weight: bold !important;|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Track Progress, Measure Speed, Insights for continuous improvements</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539701128038{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539701128038{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Tab 1\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]</p>\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<p><a class=\"btn qsg-btn2 btn-full-width\" href=\"/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]</p>\r\n','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-11-06 12:03:47','2018-11-06 06:33:47','',6195,'https://guide.quickscrum.com/product/6195-revision-v1/',0,'revision','',0),(6476,17,'2018-11-06 12:06:09','2018-11-06 06:36:09','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Quickscrum helps your team to Collaborate</span>\r\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Better, Achieve Goals and Improve</span>\r\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700169120{background-color: #d4ede9 !important;}\"][vc_column][vc_single_image image=\"6314\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700234412{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|font-weight: bold !important;|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep work centralized, access</span>\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">anywhere anytime, keep everyone</span>\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">sync</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700299043{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|font-weight: bold !important;|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Instant status updates for everyone, streamlined workflow, identify bottleneck</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700255662{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|font-weight: bold !important;|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep everyone sync, brings transparency</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700305577{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|font-weight: bold !important;|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Track Progress, Measure Speed, Insights for continuous improvements</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539701128038{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Tab 1\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-11-06 12:06:09','2018-11-06 06:36:09','',6195,'https://guide.quickscrum.com/product/6195-revision-v1/',0,'revision','',0),(6477,17,'2018-11-06 12:08:24','2018-11-06 06:38:24','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Quickscrum helps your team to Collaborate</span>\r\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Better, Achieve Goals and Improve</span>\r\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700169120{background-color: #d4ede9 !important;}\"][vc_column][vc_single_image image=\"6314\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700234412{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|font-weight: bold !important;|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep work centralized, access</span>\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">anywhere anytime, keep everyone</span>\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">sync</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700299043{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|font-weight: bold !important;|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Instant status updates for everyone, streamlined workflow, identify bottleneck</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700255662{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|font-weight: bold !important;|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep everyone sync, brings transparency</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700305577{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|font-weight: bold !important;|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Track Progress, Measure Speed, Insights for continuous improvements</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539701128038{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"6233\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-11-06 12:08:24','2018-11-06 06:38:24','',6195,'https://guide.quickscrum.com/product/6195-revision-v1/',0,'revision','',0),(6478,17,'2018-11-06 12:27:23','2018-11-06 06:57:23','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Quickscrum helps your team to Collaborate</span>\r\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Better, Achieve Goals and Improve</span>\r\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700169120{background-color: #d4ede9 !important;}\"][vc_column][vc_single_image image=\"6314\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700234412{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|font-weight: bold !important;|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep work centralized, access</span>\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">anywhere anytime, keep everyone</span>\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">sync</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700299043{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|font-weight: bold !important;|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Instant status updates for everyone, streamlined workflow, identify bottleneck</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700255662{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|font-weight: bold !important;|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep everyone sync, brings transparency</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700305577{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|font-weight: bold !important;|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Track Progress, Measure Speed, Insights for continuous improvements</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-11-06 12:27:23','2018-11-06 06:57:23','',6195,'https://guide.quickscrum.com/product/6195-revision-v1/',0,'revision','',0),(6479,4,'2018-11-06 15:37:46','2018-11-06 10:07:46','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Quickscrum helps your team to Collaborate</span>\r\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Better, Achieve Goals and Improve</span>\r\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700169120{background-color: #d4ede9 !important;}\"][vc_column][vc_single_image image=\"6314\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700234412{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|font-weight: bold !important;|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep work centralized, access</span>\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">anywhere anytime, keep everyone</span>\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">sync</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700299043{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|font-weight: bold !important;|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Instant status updates for everyone, streamlined workflow, identify bottleneck</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700255662{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|font-weight: bold !important;|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep everyone sync, brings transparency</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700305577{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|font-weight: bold !important;|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Track Progress, Measure Speed, Insights for continuous improvements</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Home Solution','','inherit','closed','closed','','6195-revision-v1','','','2018-11-06 15:37:46','2018-11-06 10:07:46','',6195,'https://guide.quickscrum.com/product/6195-revision-v1/',0,'revision','',0),(6486,4,'2018-11-14 15:22:56','2018-11-14 09:52:56','','Manage Workitems','Manage all your work in single location, access it anywhere anytime\r\n','inherit','closed','closed','','6403-autosave-v1','','','2018-11-14 15:22:56','2018-11-14 09:52:56','',6403,'https://guide.quickscrum.com/product/6403-autosave-v1/',0,'revision','',0),(6499,4,'2018-11-27 15:27:45','2018-11-27 09:57:45','<p>[vc_row full_width=\"stretch_row\" el_class=\"scrum-solution\" css=\".vc_custom_1540214878640{background-color: #00bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"scrum-left-txt\"][vc_custom_heading text=\"The Most Efficient<br />\nScrum Tool \" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1542702469385{margin-top: -70px !important;}\"][vc_column_text css=\".vc_custom_1542702773407{padding-top: 15px !important;}\"]<span style=\"color: #ffffff;\"><a class=\"btn qsg-btn2 btn-full-width\" style=\"color: #ffffff;\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a></span>[/vc_column_text][vc_column_text css=\".vc_custom_1542702870442{margin-bottom: 30px !important;}\"]<span style=\"color: #ffffff;\">Quickscrum help teams to follow Scrum rightly and thrive for continuous improvements.</span>[/vc_column_text][vc_column_text css=\".vc_custom_1542702678583{padding-left: 40px !important;}\"]<strong><span style=\"font-size: 12px;\">NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</span></strong>[/vc_column_text][/vc_column][vc_column width=\"2/3\" el_class=\"scrum-solu-image\"][vc_single_image image=\"6332\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539845177194{background-color: #293846 !important;}\"][vc_column css=\".vc_custom_1542352823132{padding-top: 0px !important;}\"][vc_column_text]</p>\n<ul class=\"home-page-logo-ticker\">\n<li><img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c1.png\" alt=\"\" data-original=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c1.png\" data-lazyload=\"true\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c2.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c3.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c4.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c5.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c6.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c7.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c8.png\" alt=\"\" /></li>\n</ul>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1539848618914{padding-top: 50px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column][vc_custom_heading text=\"Scrum Features\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23292929\" use_theme_fonts=\"yes\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #555555; font-size: 16px;\">Simple and easy to understand features will help you get started quickly</span></p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1542607884428{padding-top: 0px !important;padding-bottom: 0px !important;}\" el_class=\"home-solution scrum-page-tab solution-post\"][vc_column][vc_tta_tabs shape=\"square\" color=\"vista-blue\" active_section=\"1\" el_class=\"tabs\"][vc_tta_section title=\"Backlog\" tab_id=\"1539846877402-c47d652d-54de\"][vc_row_inner css=\".vc_custom_1539853554699{background-color: #ececec !important;}\" el_class=\"tab-content\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text]<img class=\"alignnone size-full wp-image-6344\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/Manage-Backlog-items.gif\" alt=\"\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Backlog\" font_container=\"tag:h2|font_size:36px|text_align:left\" use_theme_fonts=\"yes\" css=\".vc_custom_1542609341714{margin-top: 70px !important;}\"][vc_column_text]Quickscrum helps teams to keep all stories in centralize location. It prioritize them based on business values and Estimated Size.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Planning\" tab_id=\"1539846877607-4ea1e31f-f9b5\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870480653{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text]<img class=\"alignnone size-full wp-image-6370\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/Plan-Release-and-sprint.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Planning\" css=\".vc_custom_1542609356132{margin-top: 85px !important;}\"][vc_column_text]Define timebox duration & plan the timebox accurately, based on the overall team availability.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Board\" tab_id=\"1539846877632-f081a618-c0a6\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870939679{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text]<img class=\"alignnone size-full wp-image-6374\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/Execute-Board-add-task-1.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Board\" use_theme_fonts=\"yes\" css=\".vc_custom_1542609402338{margin-top: 60px !important;}\"][vc_column_text]Board helps team to execute timebox faster. Split all workitems into subitems, estimate required efforts, attach files & collaborate with team members.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Collaborate\" tab_id=\"1539846877656-6b79aa2f-7d2f\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539871383542{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text]<img class=\"alignnone size-full wp-image-6376\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/Collaborate-Comment-and-attach-file.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Collaborate\" use_theme_fonts=\"yes\" css=\".vc_custom_1542609478650{margin-top: 60px !important;}\"][vc_column_text]Keep every team members on the same page for Project & Timebox progress as well communicate with team members over any specific workitem.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Monitor\" tab_id=\"1539846877681-7c88828f-fa27\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539871687859{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text]<img class=\"alignnone size-full wp-image-6378\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/Monitor-Dashboard.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Monitor\" css=\".vc_custom_1542609501615{margin-top: 40px !important;}\"][vc_column_text]Scrum charts such as Burndown, Velocity, Effort Variance and Distribution provides detail insights about project and timeboxes. It help teams to thrive for continuous success.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][/vc_tta_tabs][vc_row_inner css=\".vc_custom_1542703592405{margin-top: -60px !important;padding-top: 10px !important;padding-bottom: 30px !important;background-color: #ececec !important;}\"][vc_column_inner][vc_column_text]</p>\n<p style=\"text-align: center;\"><a href=\"https://guide.quickscrum.com/product/feature/\">View All Features</a></p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs active_section=\"1\" el_class=\"align-center\"][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]</p>\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\n<p class=\"pricing-text txt-italic\">per User</p>\n<p class=\"pricing-text txt-italic\">per Month</p>\n<p><a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]</p>\n','Scrum','Plan, execute and deliver iteratively - Every 1 to 4 weeks','inherit','closed','closed','','139-autosave-v1','','','2018-11-27 15:27:45','2018-11-27 09:57:45','',139,'https://guide.quickscrum.com/product/139-autosave-v1/',0,'revision','',0),(6500,1,'2018-11-15 18:15:03','2018-11-15 12:45:03','[vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542890309533{margin-top: -60px !important;margin-bottom: -60px !important;background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000|line_height:65px\" use_theme_fonts=\"yes\" css=\".vc_custom_1542889767326{margin-top: 150px !important;}\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b><span style=\"font-size: 24px;\">Get 50% of Total Sales</span>\r\n</b></span></span><span style=\"font-size: 20px;\">The Great way to Grow your revenue</span>[/vc_column_text][vc_row_inner css=\".vc_custom_1542888888496{margin-top: 25px !important;}\"][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542890038821{border-radius: 3px !important;}\" el_class=\"home-solution\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6816\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','publish','closed','closed','','partner','','','2018-11-23 10:51:16','2018-11-23 05:21:16','',0,'https://guide.quickscrum.com/product/?page_id=6500',0,'page','',0),(6501,1,'2018-11-15 18:14:43','2018-11-15 12:44:43','[vc_row full_width=\"stretch_row\" el_class=\"scrum-solution\" css=\".vc_custom_1539849591911{background-color: #e0f3f0 !important;}\"][vc_column width=\"1/3\" el_class=\"scrum-left-txt\"][vc_custom_heading text=\"The Most Efficient\r\nScrum Tool \" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #000000;\">Quickscrum help teams to follow Scrum rightly and thrive\r\nfor continous improvements.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\" el_class=\"scrum-solu-image\"][vc_single_image image=\"6332\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539845177194{background-color: #293846 !important;}\"][vc_column][vc_single_image image=\"6353\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1539848618914{padding-top: 50px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column][vc_custom_heading text=\"Scrum Features\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23292929\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #555555; font-size: 16px;\">Simple and easy to understand features will help you get started quickly</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1539870624220{padding-top: 0px !important;padding-bottom: 75px !important;}\" el_class=\"home-solution scrum-page-tab\"][vc_column][vc_tta_tabs shape=\"square\" color=\"vista-blue\" active_section=\"1\" el_class=\"tabs\"][vc_tta_section title=\"Backlog\" tab_id=\"1539846877402-c47d652d-54de\"][vc_row_inner css=\".vc_custom_1539853554699{background-color: #ececec !important;}\" el_class=\"tab-content\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6344\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Backlog\" font_container=\"tag:h2|font_size:36px|text_align:left|color:%23222740\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps teams to keep\r\nall stories in centralize location. It\r\nprioritize them based on business\r\nvalues and Estimated Size.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Planning\" tab_id=\"1539846877607-4ea1e31f-f9b5\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870480653{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6370\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Planning\"][vc_column_text]Define timebox duration & plan the\r\ntimebox accurately, based on the\r\noverall team availability.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Board\" tab_id=\"1539846877632-f081a618-c0a6\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870939679{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6374\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Board\" use_theme_fonts=\"yes\"][vc_column_text]Board helps team to execute\r\ntimebox faster. Split all workitems\r\ninto subitems, estimate required\r\nefforts, attach files & collaborate\r\nwith team members.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Collaborate\" tab_id=\"1539846877656-6b79aa2f-7d2f\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539871383542{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6376\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Collaborate\" use_theme_fonts=\"yes\"][vc_column_text]Keep every team members on the\r\nsame page for Project & Timebox\r\nprogress as well communicate with\r\nteam members over any specific\r\nworkitem. [/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Monitor\" tab_id=\"1539846877681-7c88828f-fa27\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539871687859{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6378\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Monitor\"][vc_column_text]Scrum charts such as Burndown,\r\nVelocity, Effort Variance and\r\nDistribution provides detail\r\ninsights about project and\r\ntimeboxes. It helps team to thrive\r\nfor continuous success.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539701128038{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539845484343{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"Tab 1\"][vc_column_text]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-15 18:14:43','2018-11-15 12:44:43','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6502,1,'2018-11-15 18:38:39','2018-11-15 13:08:39','','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-15 18:38:39','2018-11-15 13:08:39','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6504,1,'2018-11-15 18:49:23','2018-11-15 13:19:23','[vc_row][vc_column width=\"1/4\"][vc_custom_heading text=\"Quickscrum sale partner\"][/vc_column][vc_column width=\"3/4\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-15 18:49:23','2018-11-15 13:19:23','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6505,1,'2018-11-15 18:51:10','2018-11-15 13:21:10','[vc_row full_width=\"stretch_row\" el_class=\"scrum-solution\" css=\".vc_custom_1539849591911{background-color: #e0f3f0 !important;}\"][vc_column width=\"1/3\" el_class=\"scrum-left-txt\"][vc_custom_heading text=\"The Most Efficient\r\nScrum Tool \" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #000000;\">Quickscrum help teams to follow Scrum rightly and thrive\r\nfor continous improvements.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\" el_class=\"scrum-solu-image\"][vc_single_image image=\"6332\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539845177194{background-color: #293846 !important;}\"][vc_column][vc_single_image image=\"6353\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1539848618914{padding-top: 50px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column][vc_custom_heading text=\"Scrum Features\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23292929\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #555555; font-size: 16px;\">Simple and easy to understand features will help you get started quickly</span></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-15 18:51:10','2018-11-15 13:21:10','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6506,1,'2018-11-15 18:52:28','2018-11-15 13:22:28','[vc_row full_width=\"stretch_row\" el_class=\"scrum-solution\" css=\".vc_custom_1539849591911{background-color: #e0f3f0 !important;}\"][vc_column width=\"1/3\" el_class=\"scrum-left-txt\"][vc_custom_heading text=\"The Most Efficient\r\nScrum Tool \" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #000000;\">Quickscrum Sales Parner</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\" el_class=\"scrum-solu-image\"][vc_single_image image=\"6332\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-15 18:52:28','2018-11-15 13:22:28','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6508,17,'2018-11-16 11:00:22','2018-11-16 05:30:22','<p>[vc_row full_width=\"stretch_row\" el_class=\"scrum-solution\" css=\".vc_custom_1539849591911{background-color: #e0f3f0 !important;}\"][vc_column width=\"1/3\" el_class=\"scrum-left-txt\"][vc_custom_heading text=\"The Most Efficient<br />\nScrum Tool \" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #000000;\">Quickscrum Sales Parner</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\" el_class=\"scrum-solu-image\"][vc_single_image image=\"6332\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_tabs][vc_tta_section title=\"Tab 1\" tab_id=\"1542346220546-85c2ebe8-3f7f\"][/vc_tta_section][vc_tta_section title=\"Tab 2\" tab_id=\"1542346220552-cf0db01c-a505\"][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]</p>\n','Partner','','inherit','closed','closed','','6500-autosave-v1','','','2018-11-16 11:00:22','2018-11-16 05:30:22','',6500,'https://guide.quickscrum.com/product/6500-autosave-v1/',0,'revision','',0),(6509,17,'2018-11-16 10:56:58','2018-11-16 05:26:58','[vc_row full_width=\"stretch_row\" el_class=\"scrum-solution\" css=\".vc_custom_1539849591911{background-color: #e0f3f0 !important;}\"][vc_column width=\"1/3\" el_class=\"scrum-left-txt\"][vc_custom_heading text=\"The Most Efficient\r\nScrum Tool \" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #000000;\">Quickscrum Sales Parner</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\" el_class=\"scrum-solu-image\"][vc_single_image image=\"6332\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"scrum-solution\" css=\".vc_custom_1539849591911{background-color: #e0f3f0 !important;}\"][vc_column width=\"1/3\" el_class=\"scrum-left-txt\"][vc_custom_heading text=\"The Most Efficient\r\nScrum Tool \" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #000000;\">Quickscrum help teams to follow Scrum rightly and thrive\r\nfor continous improvements.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\" el_class=\"scrum-solu-image\"][vc_single_image image=\"6332\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539845177194{background-color: #293846 !important;}\"][vc_column][vc_single_image image=\"6353\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1539848618914{padding-top: 50px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column][vc_custom_heading text=\"Scrum Features\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23292929\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #555555; font-size: 16px;\">Simple and easy to understand features will help you get started quickly</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1539870624220{padding-top: 0px !important;padding-bottom: 75px !important;}\" el_class=\"home-solution scrum-page-tab\"][vc_column][vc_tta_tabs shape=\"square\" color=\"vista-blue\" active_section=\"1\" el_class=\"tabs\"][vc_tta_section title=\"Backlog\" tab_id=\"1539846877402-c47d652d-54de\"][vc_row_inner css=\".vc_custom_1539853554699{background-color: #ececec !important;}\" el_class=\"tab-content\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6344\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Backlog\" font_container=\"tag:h2|font_size:36px|text_align:left|color:%23222740\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps teams to keep\r\nall stories in centralize location. It\r\nprioritize them based on business\r\nvalues and Estimated Size.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Planning\" tab_id=\"1539846877607-4ea1e31f-f9b5\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870480653{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6370\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Planning\"][vc_column_text]Define timebox duration & plan the\r\ntimebox accurately, based on the\r\noverall team availability.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Board\" tab_id=\"1539846877632-f081a618-c0a6\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870939679{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6374\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Board\" use_theme_fonts=\"yes\"][vc_column_text]Board helps team to execute\r\ntimebox faster. Split all workitems\r\ninto subitems, estimate required\r\nefforts, attach files & collaborate\r\nwith team members.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Collaborate\" tab_id=\"1539846877656-6b79aa2f-7d2f\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539871383542{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6376\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Collaborate\" use_theme_fonts=\"yes\"][vc_column_text]Keep every team members on the\r\nsame page for Project & Timebox\r\nprogress as well communicate with\r\nteam members over any specific\r\nworkitem. [/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Monitor\" tab_id=\"1539846877681-7c88828f-fa27\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539871687859{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6378\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Monitor\"][vc_column_text]Scrum charts such as Burndown,\r\nVelocity, Effort Variance and\r\nDistribution provides detail\r\ninsights about project and\r\ntimeboxes. It helps team to thrive\r\nfor continuous success.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539701128038{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539845484343{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"Tab 1\"][vc_column_text]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 10:56:58','2018-11-16 05:26:58','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6510,17,'2018-11-16 10:58:28','2018-11-16 05:28:28','<p>[vc_row full_width=\"stretch_row\" el_class=\"scrum-solution\" css=\".vc_custom_1539849591911{background-color: #e0f3f0 !important;}\"][vc_column width=\"1/3\" el_class=\"scrum-left-txt\"][vc_custom_heading text=\"The Most Efficient<br />\r\nScrum Tool \" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #000000;\">Quickscrum Sales Parner</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\" el_class=\"scrum-solu-image\"][vc_single_image image=\"6332\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row]</p>\r\n','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 10:58:28','2018-11-16 05:28:28','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6511,17,'2018-11-16 11:00:31','2018-11-16 05:30:31','[vc_row full_width=\"stretch_row\" el_class=\"scrum-solution\" css=\".vc_custom_1539849591911{background-color: #e0f3f0 !important;}\"][vc_column width=\"1/3\" el_class=\"scrum-left-txt\"][vc_custom_heading text=\"The Most Efficient\r\nScrum Tool \" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #000000;\">Quickscrum Sales Parner</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\" el_class=\"scrum-solu-image\"][vc_single_image image=\"6332\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_tabs][vc_tta_section title=\"Tab 1\" tab_id=\"1542346220546-85c2ebe8-3f7f\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Tab 2\" tab_id=\"1542346220552-cf0db01c-a505\"][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 11:00:31','2018-11-16 05:30:31','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6512,17,'2018-11-16 11:05:22','2018-11-16 05:35:22','[vc_row full_width=\"stretch_row\" el_class=\"scrum-solution\" css=\".vc_custom_1539849591911{background-color: #e0f3f0 !important;}\"][vc_column width=\"1/3\" el_class=\"scrum-left-txt\"][vc_custom_heading text=\"The Most Efficient\r\nScrum Tool \" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #000000;\">Quickscrum Sales Parner</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\" el_class=\"scrum-solu-image\"][vc_single_image image=\"6332\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_tabs][vc_tta_section title=\"Tab 1\" tab_id=\"1542346220546-85c2ebe8-3f7f\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Tab 2\" tab_id=\"1542346220552-cf0db01c-a505\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 11:05:22','2018-11-16 05:35:22','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6513,17,'2018-11-16 11:14:15','2018-11-16 05:44:15','<p>[vc_row full_width=\"stretch_row\" el_class=\"scrum-solution\" css=\".vc_custom_1539849591911{background-color: #e0f3f0 !important;}\"][vc_column width=\"1/3\" el_class=\"scrum-left-txt\"][vc_custom_heading text=\"The Most Efficient<br />\r\nScrum Tool \" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #000000;\">Quickscrum Sales Parner</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\" el_class=\"scrum-solu-image\"][vc_single_image image=\"6332\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"scrum-solution\" css=\".vc_custom_1539849591911{background-color: #e0f3f0 !important;}\"][vc_column width=\"1/3\" el_class=\"scrum-left-txt\"][vc_custom_heading text=\"The Most Efficient<br />\r\nScrum Tool \" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #000000;\">Quickscrum help teams to follow Scrum rightly and thrive<br />\r\nfor continous improvements.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\" el_class=\"scrum-solu-image\"][vc_single_image image=\"6332\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539845177194{background-color: #293846 !important;}\"][vc_column][vc_single_image image=\"6353\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1539848618914{padding-top: 50px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column][vc_custom_heading text=\"Scrum Features\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23292929\" use_theme_fonts=\"yes\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #555555; font-size: 16px;\">Simple and easy to understand features will help you get started quickly</span></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1539870624220{padding-top: 0px !important;padding-bottom: 75px !important;}\" el_class=\"home-solution scrum-page-tab\"][vc_column][vc_tta_tabs shape=\"square\" color=\"vista-blue\" active_section=\"1\" el_class=\"tabs\"][vc_tta_section title=\"Backlog\" tab_id=\"1539846877402-c47d652d-54de\"][vc_row_inner css=\".vc_custom_1539853554699{background-color: #ececec !important;}\" el_class=\"tab-content\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6344\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Backlog\" font_container=\"tag:h2|font_size:36px|text_align:left|color:%23222740\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps teams to keep<br />\r\nall stories in centralize location. It<br />\r\nprioritize them based on business<br />\r\nvalues and Estimated Size.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Planning\" tab_id=\"1539846877607-4ea1e31f-f9b5\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870480653{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6370\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Planning\"][vc_column_text]Define timebox duration & plan the<br />\r\ntimebox accurately, based on the<br />\r\noverall team availability.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Board\" tab_id=\"1539846877632-f081a618-c0a6\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870939679{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6374\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Board\" use_theme_fonts=\"yes\"][vc_column_text]Board helps team to execute<br />\r\ntimebox faster. Split all workitems<br />\r\ninto subitems, estimate required<br />\r\nefforts, attach files & collaborate<br />\r\nwith team members.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Collaborate\" tab_id=\"1539846877656-6b79aa2f-7d2f\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539871383542{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6376\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Collaborate\" use_theme_fonts=\"yes\"][vc_column_text]Keep every team members on the<br />\r\nsame page for Project & Timebox<br />\r\nprogress as well communicate with<br />\r\nteam members over any specific<br />\r\nworkitem. [/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Monitor\" tab_id=\"1539846877681-7c88828f-fa27\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539871687859{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6378\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Monitor\"][vc_column_text]Scrum charts such as Burndown,<br />\r\nVelocity, Effort Variance and<br />\r\nDistribution provides detail<br />\r\ninsights about project and<br />\r\ntimeboxes. It helps team to thrive<br />\r\nfor continuous success.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539701128038{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539845484343{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"Tab 1\"][vc_column_text]</p>\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<p><a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]</p>\r\n','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 11:14:15','2018-11-16 05:44:15','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6514,17,'2018-11-16 11:14:57','2018-11-16 05:44:57','<p>[vc_row full_width=\"stretch_row\" el_class=\"scrum-solution\" css=\".vc_custom_1539849591911{background-color: #e0f3f0 !important;}\"][vc_column width=\"1/3\" el_class=\"scrum-left-txt\"][vc_custom_heading text=\"The Most Efficient<br />\r\nScrum Tool \" font_container=\"tag:h2|font_size:46px|text_align:left|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #000000;\">Quickscrum Sales Parner</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\" el_class=\"scrum-solu-image\"][vc_single_image image=\"6332\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row]</p>\r\n','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 11:14:57','2018-11-16 05:44:57','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6515,17,'2018-11-16 11:27:01','2018-11-16 05:57:01','[vc_row full_width=\"stretch_row\" el_class=\"scrum-solution\" css=\".vc_custom_1540214878640{background-color: #00bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"scrum-left-txt\"][vc_custom_heading text=\"The Most Efficient\r\nScrum Tool \" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\">Quickscrum help teams to follow Scrum rightly and thrive\r\nfor continous improvements.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\" el_class=\"scrum-solu-image\"][vc_single_image image=\"6332\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539845177194{background-color: #293846 !important;}\"][vc_column][vc_column_text]\r\n<ul class=\"home-page-logo-ticker\">\r\n <li><img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c1.png\" alt=\"\" data-original=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c1.png\" data-lazyload=\"true\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c2.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c3.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c4.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c5.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c6.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c7.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c8.png\" alt=\"\" /></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1539848618914{padding-top: 50px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column][vc_custom_heading text=\"Scrum Features\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23292929\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #555555; font-size: 16px;\">Simple and easy to understand features will help you get started quickly</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1540214749464{padding-top: 0px !important;padding-bottom: 0px !important;}\" el_class=\"home-solution scrum-page-tab\"][vc_column][vc_tta_tabs shape=\"square\" color=\"vista-blue\" active_section=\"1\" el_class=\"tabs\"][vc_tta_section title=\"Backlog\" tab_id=\"1539846877402-c47d652d-54de\"][vc_row_inner css=\".vc_custom_1539853554699{background-color: #ececec !important;}\" el_class=\"tab-content\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6344\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Backlog\" font_container=\"tag:h2|font_size:36px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps teams to keep\r\nall stories in centralize location. It\r\nprioritize them based on business\r\nvalues and Estimated Size.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Planning\" tab_id=\"1539846877607-4ea1e31f-f9b5\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870480653{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6370\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Planning\"][vc_column_text]Define timebox duration & plan the\r\ntimebox accurately, based on the\r\noverall team availability.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Board\" tab_id=\"1539846877632-f081a618-c0a6\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870939679{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6374\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Board\" use_theme_fonts=\"yes\"][vc_column_text]Board helps team to execute\r\ntimebox faster. Split all workitems\r\ninto subitems, estimate required\r\nefforts, attach files & collaborate\r\nwith team members.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Collaborate\" tab_id=\"1539846877656-6b79aa2f-7d2f\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539871383542{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6376\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Collaborate\" use_theme_fonts=\"yes\"][vc_column_text]Keep every team members on the\r\nsame page for Project & Timebox\r\nprogress as well communicate with\r\nteam members over any specific\r\nworkitem. [/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Monitor\" tab_id=\"1539846877681-7c88828f-fa27\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539871687859{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6378\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Monitor\"][vc_column_text]Scrum charts such as Burndown,\r\nVelocity, Effort Variance and\r\nDistribution provides detail\r\ninsights about project and\r\ntimeboxes. It helps team to thrive\r\nfor continuous success.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs active_section=\"1\" el_class=\"align-center\"][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 11:27:01','2018-11-16 05:57:01','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6516,17,'2018-11-16 11:28:48','2018-11-16 05:58:48','<p>[vc_row full_width=\"stretch_row\" el_class=\"scrum-solution\" css=\".vc_custom_1540214878640{background-color: #00bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"scrum-left-txt\"][vc_custom_heading text=\"The Most Efficient<br />\r\nScrum Tool \" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\">Quickscrum help teams to follow Scrum rightly and thrive<br />\r\nfor continous improvements.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\" el_class=\"scrum-solu-image\"][vc_single_image image=\"6332\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"scrum-solution\" css=\".vc_custom_1540214878640{background-color: #00bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"scrum-left-txt\"][vc_custom_heading text=\"The Most Efficient<br />\r\nScrum Tool \" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\">Quickscrum help teams to follow Scrum rightly and thrive<br />\r\nfor continous improvements.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\" el_class=\"scrum-solu-image\"][vc_single_image image=\"6332\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539845177194{background-color: #293846 !important;}\"][vc_column][vc_column_text]</p>\r\n<ul class=\"home-page-logo-ticker\">\r\n<li><img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c1.png\" alt=\"\" data-original=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c1.png\" data-lazyload=\"true\" /></li>\r\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c2.png\" alt=\"\" /></li>\r\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c3.png\" alt=\"\" /></li>\r\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c4.png\" alt=\"\" /></li>\r\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c5.png\" alt=\"\" /></li>\r\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c6.png\" alt=\"\" /></li>\r\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c7.png\" alt=\"\" /></li>\r\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c8.png\" alt=\"\" /></li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1539848618914{padding-top: 50px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column][vc_custom_heading text=\"Scrum Features\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23292929\" use_theme_fonts=\"yes\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #555555; font-size: 16px;\">Simple and easy to understand features will help you get started quickly</span></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1540214749464{padding-top: 0px !important;padding-bottom: 0px !important;}\" el_class=\"home-solution scrum-page-tab\"][vc_column][vc_tta_tabs shape=\"square\" color=\"vista-blue\" active_section=\"1\" el_class=\"tabs\"][vc_tta_section title=\"Backlog\" tab_id=\"1539846877402-c47d652d-54de\"][vc_row_inner css=\".vc_custom_1539853554699{background-color: #ececec !important;}\" el_class=\"tab-content\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6344\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Backlog\" font_container=\"tag:h2|font_size:36px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps teams to keep<br />\r\nall stories in centralize location. It<br />\r\nprioritize them based on business<br />\r\nvalues and Estimated Size.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Planning\" tab_id=\"1539846877607-4ea1e31f-f9b5\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870480653{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6370\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Planning\"][vc_column_text]Define timebox duration & plan the<br />\r\ntimebox accurately, based on the<br />\r\noverall team availability.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Board\" tab_id=\"1539846877632-f081a618-c0a6\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870939679{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6374\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Board\" use_theme_fonts=\"yes\"][vc_column_text]Board helps team to execute<br />\r\ntimebox faster. Split all workitems<br />\r\ninto subitems, estimate required<br />\r\nefforts, attach files & collaborate<br />\r\nwith team members.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Collaborate\" tab_id=\"1539846877656-6b79aa2f-7d2f\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539871383542{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6376\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Collaborate\" use_theme_fonts=\"yes\"][vc_column_text]Keep every team members on the<br />\r\nsame page for Project & Timebox<br />\r\nprogress as well communicate with<br />\r\nteam members over any specific<br />\r\nworkitem. [/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Monitor\" tab_id=\"1539846877681-7c88828f-fa27\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539871687859{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6378\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Monitor\"][vc_column_text]Scrum charts such as Burndown,<br />\r\nVelocity, Effort Variance and<br />\r\nDistribution provides detail<br />\r\ninsights about project and<br />\r\ntimeboxes. It helps team to thrive<br />\r\nfor continuous success.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs active_section=\"1\" el_class=\"align-center\"][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]</p>\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<p><a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]</p>\r\n','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 11:28:48','2018-11-16 05:58:48','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6517,17,'2018-11-16 11:29:15','2018-11-16 05:59:15','<p>[vc_row full_width=\"stretch_row\" el_class=\"scrum-solution\" css=\".vc_custom_1540214878640{background-color: #00bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"scrum-left-txt\"][vc_custom_heading text=\"The Most Efficient<br />\r\nScrum Tool \" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\">Quickscrum help teams to follow Scrum rightly and thrive<br />\r\nfor continous improvements.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\" el_class=\"scrum-solu-image\"][vc_single_image image=\"6332\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"scrum-solution\" css=\".vc_custom_1540214878640{background-color: #00bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"scrum-left-txt\"][vc_custom_heading text=\"The Most Efficient<br />\r\nScrum Tool \" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\">Quickscrum help teams to follow Scrum rightly and thrive<br />\r\nfor continous improvements.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\" el_class=\"scrum-solu-image\"][vc_single_image image=\"6332\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539845177194{background-color: #293846 !important;}\"][vc_column][vc_column_text]</p>\r\n<ul class=\"home-page-logo-ticker\">\r\n<li><img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c1.png\" alt=\"\" data-original=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c1.png\" data-lazyload=\"true\" /></li>\r\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c2.png\" alt=\"\" /></li>\r\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c3.png\" alt=\"\" /></li>\r\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c4.png\" alt=\"\" /></li>\r\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c5.png\" alt=\"\" /></li>\r\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c6.png\" alt=\"\" /></li>\r\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c7.png\" alt=\"\" /></li>\r\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c8.png\" alt=\"\" /></li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1539848618914{padding-top: 50px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column][vc_custom_heading text=\"Scrum Features\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23292929\" use_theme_fonts=\"yes\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #555555; font-size: 16px;\">Simple and easy to understand features will help you get started quickly</span></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1540214749464{padding-top: 0px !important;padding-bottom: 0px !important;}\" el_class=\"home-solution scrum-page-tab\"][vc_column][vc_tta_tabs shape=\"square\" color=\"vista-blue\" active_section=\"1\" el_class=\"tabs\"][vc_tta_section title=\"Backlog\" tab_id=\"1539846877402-c47d652d-54de\"][vc_row_inner css=\".vc_custom_1539853554699{background-color: #ececec !important;}\" el_class=\"tab-content\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6344\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Backlog\" font_container=\"tag:h2|font_size:36px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps teams to keep<br />\r\nall stories in centralize location. It<br />\r\nprioritize them based on business<br />\r\nvalues and Estimated Size.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Planning\" tab_id=\"1539846877607-4ea1e31f-f9b5\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870480653{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6370\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Planning\"][vc_column_text]Define timebox duration & plan the<br />\r\ntimebox accurately, based on the<br />\r\noverall team availability.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Board\" tab_id=\"1539846877632-f081a618-c0a6\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870939679{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6374\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Board\" use_theme_fonts=\"yes\"][vc_column_text]Board helps team to execute<br />\r\ntimebox faster. Split all workitems<br />\r\ninto subitems, estimate required<br />\r\nefforts, attach files & collaborate<br />\r\nwith team members.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Collaborate\" tab_id=\"1539846877656-6b79aa2f-7d2f\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539871383542{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6376\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Collaborate\" use_theme_fonts=\"yes\"][vc_column_text]Keep every team members on the<br />\r\nsame page for Project & Timebox<br />\r\nprogress as well communicate with<br />\r\nteam members over any specific<br />\r\nworkitem. [/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Monitor\" tab_id=\"1539846877681-7c88828f-fa27\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539871687859{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6378\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Monitor\"][vc_column_text]Scrum charts such as Burndown,<br />\r\nVelocity, Effort Variance and<br />\r\nDistribution provides detail<br />\r\ninsights about project and<br />\r\ntimeboxes. It helps team to thrive<br />\r\nfor continuous success.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs active_section=\"1\" el_class=\"align-center\"][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]</p>\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<p><a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]</p>\r\n','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 11:29:15','2018-11-16 05:59:15','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6518,17,'2018-11-16 11:29:36','2018-11-16 05:59:36','<p>[vc_row full_width=\"stretch_row\" el_class=\"scrum-solution\" css=\".vc_custom_1540214878640{background-color: #00bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"scrum-left-txt\"][vc_custom_heading text=\"The Most Efficient<br />\r\nScrum Tool \" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\">Quickscrum help teams to follow Scrum rightly and thrive<br />\r\nfor continous improvements.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\" el_class=\"scrum-solu-image\"][vc_single_image image=\"6332\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"scrum-solution\" css=\".vc_custom_1540214878640{background-color: #00bfa5 !important;}\"][vc_column width=\"1/4\" el_class=\"scrum-left-txt\"][vc_custom_heading text=\"The Most Efficient<br />\r\nScrum Tool \" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\">Quickscrum help teams to follow Scrum rightly and thrive<br />\r\nfor continous improvements.</span>[/vc_column_text][/vc_column][vc_column width=\"3/4\" el_class=\"scrum-solu-image\"][vc_single_image image=\"6332\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539845177194{background-color: #293846 !important;}\"][vc_column][vc_column_text]</p>\r\n<ul class=\"home-page-logo-ticker\">\r\n<li><img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c1.png\" alt=\"\" data-original=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c1.png\" data-lazyload=\"true\" /></li>\r\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c2.png\" alt=\"\" /></li>\r\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c3.png\" alt=\"\" /></li>\r\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c4.png\" alt=\"\" /></li>\r\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c5.png\" alt=\"\" /></li>\r\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c6.png\" alt=\"\" /></li>\r\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c7.png\" alt=\"\" /></li>\r\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c8.png\" alt=\"\" /></li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1539848618914{padding-top: 50px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column][vc_custom_heading text=\"Scrum Features\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23292929\" use_theme_fonts=\"yes\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #555555; font-size: 16px;\">Simple and easy to understand features will help you get started quickly</span></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1540214749464{padding-top: 0px !important;padding-bottom: 0px !important;}\" el_class=\"home-solution scrum-page-tab\"][vc_column][vc_tta_tabs shape=\"square\" color=\"vista-blue\" active_section=\"1\" el_class=\"tabs\"][vc_tta_section title=\"Backlog\" tab_id=\"1539846877402-c47d652d-54de\"][vc_row_inner css=\".vc_custom_1539853554699{background-color: #ececec !important;}\" el_class=\"tab-content\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6344\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Backlog\" font_container=\"tag:h2|font_size:36px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps teams to keep<br />\r\nall stories in centralize location. It<br />\r\nprioritize them based on business<br />\r\nvalues and Estimated Size.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Planning\" tab_id=\"1539846877607-4ea1e31f-f9b5\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870480653{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6370\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Planning\"][vc_column_text]Define timebox duration & plan the<br />\r\ntimebox accurately, based on the<br />\r\noverall team availability.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Board\" tab_id=\"1539846877632-f081a618-c0a6\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870939679{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6374\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Board\" use_theme_fonts=\"yes\"][vc_column_text]Board helps team to execute<br />\r\ntimebox faster. Split all workitems<br />\r\ninto subitems, estimate required<br />\r\nefforts, attach files & collaborate<br />\r\nwith team members.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Collaborate\" tab_id=\"1539846877656-6b79aa2f-7d2f\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539871383542{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6376\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Collaborate\" use_theme_fonts=\"yes\"][vc_column_text]Keep every team members on the<br />\r\nsame page for Project & Timebox<br />\r\nprogress as well communicate with<br />\r\nteam members over any specific<br />\r\nworkitem. [/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Monitor\" tab_id=\"1539846877681-7c88828f-fa27\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539871687859{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6378\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Monitor\"][vc_column_text]Scrum charts such as Burndown,<br />\r\nVelocity, Effort Variance and<br />\r\nDistribution provides detail<br />\r\ninsights about project and<br />\r\ntimeboxes. It helps team to thrive<br />\r\nfor continuous success.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs active_section=\"1\" el_class=\"align-center\"][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]</p>\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<p><a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]</p>\r\n','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 11:29:36','2018-11-16 05:59:36','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6519,17,'2018-11-16 11:29:50','2018-11-16 05:59:50','<p>[vc_row full_width=\"stretch_row\" el_class=\"scrum-solution\" css=\".vc_custom_1540214878640{background-color: #00bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"scrum-left-txt\"][vc_custom_heading text=\"The Most Efficient<br />\r\nScrum Tool \" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\">Quickscrum help teams to follow Scrum rightly and thrive<br />\r\nfor continous improvements.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\" el_class=\"scrum-solu-image\"][vc_single_image image=\"6332\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539845177194{background-color: #293846 !important;}\"][vc_column][vc_column_text]</p>\r\n<ul class=\"home-page-logo-ticker\">\r\n<li><img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c1.png\" alt=\"\" data-original=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c1.png\" data-lazyload=\"true\" /></li>\r\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c2.png\" alt=\"\" /></li>\r\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c3.png\" alt=\"\" /></li>\r\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c4.png\" alt=\"\" /></li>\r\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c5.png\" alt=\"\" /></li>\r\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c6.png\" alt=\"\" /></li>\r\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c7.png\" alt=\"\" /></li>\r\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c8.png\" alt=\"\" /></li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1539848618914{padding-top: 50px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column][vc_custom_heading text=\"Scrum Features\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23292929\" use_theme_fonts=\"yes\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #555555; font-size: 16px;\">Simple and easy to understand features will help you get started quickly</span></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1540214749464{padding-top: 0px !important;padding-bottom: 0px !important;}\" el_class=\"home-solution scrum-page-tab\"][vc_column][vc_tta_tabs shape=\"square\" color=\"vista-blue\" active_section=\"1\" el_class=\"tabs\"][vc_tta_section title=\"Backlog\" tab_id=\"1539846877402-c47d652d-54de\"][vc_row_inner css=\".vc_custom_1539853554699{background-color: #ececec !important;}\" el_class=\"tab-content\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6344\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Backlog\" font_container=\"tag:h2|font_size:36px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps teams to keep<br />\r\nall stories in centralize location. It<br />\r\nprioritize them based on business<br />\r\nvalues and Estimated Size.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Planning\" tab_id=\"1539846877607-4ea1e31f-f9b5\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870480653{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6370\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Planning\"][vc_column_text]Define timebox duration & plan the<br />\r\ntimebox accurately, based on the<br />\r\noverall team availability.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Board\" tab_id=\"1539846877632-f081a618-c0a6\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870939679{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6374\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Board\" use_theme_fonts=\"yes\"][vc_column_text]Board helps team to execute<br />\r\ntimebox faster. Split all workitems<br />\r\ninto subitems, estimate required<br />\r\nefforts, attach files & collaborate<br />\r\nwith team members.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Collaborate\" tab_id=\"1539846877656-6b79aa2f-7d2f\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539871383542{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6376\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Collaborate\" use_theme_fonts=\"yes\"][vc_column_text]Keep every team members on the<br />\r\nsame page for Project & Timebox<br />\r\nprogress as well communicate with<br />\r\nteam members over any specific<br />\r\nworkitem. [/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Monitor\" tab_id=\"1539846877681-7c88828f-fa27\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539871687859{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6378\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Monitor\"][vc_column_text]Scrum charts such as Burndown,<br />\r\nVelocity, Effort Variance and<br />\r\nDistribution provides detail<br />\r\ninsights about project and<br />\r\ntimeboxes. It helps team to thrive<br />\r\nfor continuous success.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs active_section=\"1\" el_class=\"align-center\"][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]</p>\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<p><a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]</p>\r\n','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 11:29:50','2018-11-16 05:59:50','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6522,3,'2018-12-06 19:49:26','2018-12-06 14:19:26','<p>[vc_row full_width=\"stretch_row\" el_class=\"scrum-solution\" css=\".vc_custom_1540214878640{background-color: #00bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"scrum-left-txt\"][vc_custom_heading text=\"Build high performing lean team\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1544105851161{margin-top: -70px !important;}\"][vc_column_text css=\".vc_custom_1544105961319{margin-bottom: 30px !important;}\"]<span style=\"color: #ffffff; font-family: \'proxima nova regular\';\">Quickscrum help teams to follow kanban rightly, make them lean and thrive for the continuous improvements.</span>[/vc_column_text][vc_column_text css=\".vc_custom_1542702798366{padding-top: 15px !important;}\"]<span style=\"color: #ffffff;\"><a class=\"btn qsg-btn2 btn-full-width\" style=\"color: #ffffff;\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a></span>[/vc_column_text][vc_column_text css=\".vc_custom_1542702731609{padding-left: 40px !important;}\"]<strong><span style=\"font-size: 12px;\">NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</span></strong>[/vc_column_text][/vc_column][vc_column width=\"2/3\" el_class=\"scrum-solu-image\"][vc_single_image image=\"6452\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539845177194{background-color: #293846 !important;}\"][vc_column][vc_column_text]</p>\n<ul class=\"home-page-logo-ticker\">\n<li><img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c1.png\" alt=\"\" data-original=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c1.png\" data-lazyload=\"true\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c2.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c3.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c4.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c5.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c6.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c7.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c8.png\" alt=\"\" /></li>\n</ul>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1539848618914{padding-top: 50px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column][vc_custom_heading text=\"Kanban Features\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23292929\" use_theme_fonts=\"yes\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #555555; font-size: 16px;\">Simple and easy to understand features will help you get started quickly</span></p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1542607817987{padding-top: 0px !important;padding-bottom: 0px !important;}\" el_class=\"home-solution scrum-page-tab solution-post\"][vc_column][vc_tta_tabs shape=\"square\" color=\"vista-blue\" active_section=\"1\" el_class=\"tabs\"][vc_tta_section title=\"Kanban Board\" tab_id=\"1539846877402-c47d652d-54de\"][vc_row_inner css=\".vc_custom_1542703450591{background-color: #ececec !important;}\" el_class=\"tab-content\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text css_animation=\"none\"]<img class=\"alignnone size-full wp-image-6453\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/11/kanban-board.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Kanban Board\" font_container=\"tag:h2|font_size:36px|text_align:left\" use_theme_fonts=\"yes\" css=\".vc_custom_1542609140674{margin-top: 75px !important;}\"][vc_column_text]Keeps all your work items within a single board. Prioritize them based on business values & work complexity.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Backlog\" tab_id=\"1539846877607-4ea1e31f-f9b5\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870480653{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text css_animation=\"none\"]<img class=\"alignnone size-full wp-image-6454\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/11/Backlog-kanban.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Backlog\" css=\".vc_custom_1542609154547{margin-top: 75px !important;}\"][vc_column_text]As workitems grow it is difficult to manage them on a single board. Many teams require list view for the better management.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Collaborate\" tab_id=\"1539846877656-6b79aa2f-7d2f\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1542703403278{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text css_animation=\"none\"]<img class=\"alignnone size-full wp-image-6455\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/11/collaborate-kanban.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Collaborate\" use_theme_fonts=\"yes\" css=\".vc_custom_1542608862571{margin-top: 50px !important;}\"][vc_column_text]Keep everyone sync, track work progress and identify the bottleneck to improve continuously.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Monitor\" tab_id=\"1539846877632-f081a618-c0a6\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870939679{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text css_animation=\"none\"]<img class=\"alignnone size-full wp-image-6456\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/11/Monitor-kanban.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Monitor\" use_theme_fonts=\"yes\" css=\".vc_custom_1542609161769{margin-top: 75px !important;}\"][vc_column_text]Monitor work progress, identify the bottleneck, estimation accuracy and much more with Quickscrum.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][/vc_tta_tabs][vc_row_inner css=\".vc_custom_1542703553446{margin-top: -60px !important;padding-top: 10px !important;padding-bottom: 30px !important;background-color: #ececec !important;}\"][vc_column_inner][vc_column_text]</p>\n<p style=\"text-align: center;\"><a href=\"https://guide.quickscrum.com/product/feature/\">View All Features</a></p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs active_section=\"1\" el_class=\"align-center\"][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]</p>\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\n<p class=\"pricing-text txt-italic\">per User</p>\n<p class=\"pricing-text txt-italic\">per Month</p>\n<p><a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\n','Kanban','Manage your work process visually and optimize the workflow.','inherit','closed','closed','','6445-autosave-v1','','','2018-12-06 19:49:26','2018-12-06 14:19:26','',6445,'https://guide.quickscrum.com/product/6445-autosave-v1/',0,'revision','',0),(6523,17,'2018-11-16 12:04:15','2018-11-16 06:34:15','<p>[vc_row full_width=\"stretch_row\" el_class=\"scrum-solution\" css=\".vc_custom_1540214878640{background-color: #00bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"scrum-left-txt\"][vc_custom_heading text=\"The Most Efficient<br />\r\nScrum Tool \" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\">Quickscrum help teams to follow Scrum rightly and thrive<br />\r\nfor continous improvements.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\" el_class=\"scrum-solu-image\"][vc_single_image image=\"6332\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539845177194{background-color: #293846 !important;}\"][vc_column][vc_column_text]</p>\r\n<ul class=\"home-page-logo-ticker\">\r\n<li><img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c1.png\" alt=\"\" data-original=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c1.png\" data-lazyload=\"true\" /></li>\r\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c2.png\" alt=\"\" /></li>\r\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c3.png\" alt=\"\" /></li>\r\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c4.png\" alt=\"\" /></li>\r\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c5.png\" alt=\"\" /></li>\r\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c6.png\" alt=\"\" /></li>\r\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c7.png\" alt=\"\" /></li>\r\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c8.png\" alt=\"\" /></li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1539848618914{padding-top: 50px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column][vc_custom_heading text=\"Scrum Features\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23292929\" use_theme_fonts=\"yes\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #555555; font-size: 16px;\">Simple and easy to understand features will help you get started quickly</span></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1540214749464{padding-top: 0px !important;padding-bottom: 0px !important;}\" el_class=\"home-solution scrum-page-tab\"][vc_column][vc_tta_tabs shape=\"square\" color=\"vista-blue\" active_section=\"1\" el_class=\"tabs\"][vc_tta_section title=\"Backlog\" tab_id=\"1539846877402-c47d652d-54de\"][vc_row_inner css=\".vc_custom_1539853554699{background-color: #ececec !important;}\" el_class=\"tab-content\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6344\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Backlog\" font_container=\"tag:h2|font_size:36px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps teams to keep<br />\r\nall stories in centralize location. It<br />\r\nprioritize them based on business<br />\r\nvalues and Estimated Size.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Planning\" tab_id=\"1539846877607-4ea1e31f-f9b5\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870480653{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6370\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Planning\"][vc_column_text]Define timebox duration & plan the<br />\r\ntimebox accurately, based on the<br />\r\noverall team availability.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Board\" tab_id=\"1539846877632-f081a618-c0a6\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870939679{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6374\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Board\" use_theme_fonts=\"yes\"][vc_column_text]Board helps team to execute<br />\r\ntimebox faster. Split all workitems<br />\r\ninto subitems, estimate required<br />\r\nefforts, attach files & collaborate<br />\r\nwith team members.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Collaborate\" tab_id=\"1539846877656-6b79aa2f-7d2f\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539871383542{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6376\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Collaborate\" use_theme_fonts=\"yes\"][vc_column_text]Keep every team members on the<br />\r\nsame page for Project & Timebox<br />\r\nprogress as well communicate with<br />\r\nteam members over any specific<br />\r\nworkitem. [/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Monitor\" tab_id=\"1539846877681-7c88828f-fa27\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539871687859{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6378\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Monitor\"][vc_column_text]Scrum charts such as Burndown,<br />\r\nVelocity, Effort Variance and<br />\r\nDistribution provides detail<br />\r\ninsights about project and<br />\r\ntimeboxes. It helps team to thrive<br />\r\nfor continuous success.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1542350054195{margin-top: 60px !important;margin-bottom: 60px !important;}\" el_class=\"pricing-title\"][vc_tta_tabs active_section=\"1\" el_class=\"align-center\"][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]</p>\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<p><a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]</p>\r\n','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 12:04:15','2018-11-16 06:34:15','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6524,17,'2018-11-16 12:48:37','2018-11-16 07:18:37','<p>[vc_row full_width=\"stretch_row\" el_class=\"scrum-solution\" css=\".vc_custom_1540214878640{background-color: #00bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"scrum-left-txt\"][vc_custom_heading text=\"The Most Efficient<br />\r\nScrum Tool \" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\">Quickscrum help teams to follow Scrum rightly and thrive<br />\r\nfor continous improvements.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\" el_class=\"scrum-solu-image\"][vc_single_image image=\"6332\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542352716169{padding-top: 0px !important;padding-bottom: 0px !important;background-color: #293846 !important;}\"][vc_column][vc_column_text]</p>\r\n<ul class=\"home-page-logo-ticker\">\r\n<li><img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c1.png\" alt=\"\" data-original=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c1.png\" data-lazyload=\"true\" /></li>\r\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c2.png\" alt=\"\" /></li>\r\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c3.png\" alt=\"\" /></li>\r\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c4.png\" alt=\"\" /></li>\r\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c5.png\" alt=\"\" /></li>\r\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c6.png\" alt=\"\" /></li>\r\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c7.png\" alt=\"\" /></li>\r\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c8.png\" alt=\"\" /></li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1539848618914{padding-top: 50px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column][vc_custom_heading text=\"Scrum Features\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23292929\" use_theme_fonts=\"yes\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #555555; font-size: 16px;\">Simple and easy to understand features will help you get started quickly</span></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1540214749464{padding-top: 0px !important;padding-bottom: 0px !important;}\" el_class=\"home-solution scrum-page-tab\"][vc_column][vc_tta_tabs shape=\"square\" color=\"vista-blue\" active_section=\"1\" el_class=\"tabs\"][vc_tta_section title=\"Backlog\" tab_id=\"1539846877402-c47d652d-54de\"][vc_row_inner css=\".vc_custom_1539853554699{background-color: #ececec !important;}\" el_class=\"tab-content\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6344\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Backlog\" font_container=\"tag:h2|font_size:36px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps teams to keep<br />\r\nall stories in centralize location. It<br />\r\nprioritize them based on business<br />\r\nvalues and Estimated Size.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Planning\" tab_id=\"1539846877607-4ea1e31f-f9b5\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870480653{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6370\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Planning\"][vc_column_text]Define timebox duration & plan the<br />\r\ntimebox accurately, based on the<br />\r\noverall team availability.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Board\" tab_id=\"1539846877632-f081a618-c0a6\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870939679{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6374\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Board\" use_theme_fonts=\"yes\"][vc_column_text]Board helps team to execute<br />\r\ntimebox faster. Split all workitems<br />\r\ninto subitems, estimate required<br />\r\nefforts, attach files & collaborate<br />\r\nwith team members.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Collaborate\" tab_id=\"1539846877656-6b79aa2f-7d2f\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539871383542{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6376\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Collaborate\" use_theme_fonts=\"yes\"][vc_column_text]Keep every team members on the<br />\r\nsame page for Project & Timebox<br />\r\nprogress as well communicate with<br />\r\nteam members over any specific<br />\r\nworkitem. [/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Monitor\" tab_id=\"1539846877681-7c88828f-fa27\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539871687859{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6378\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Monitor\"][vc_column_text]Scrum charts such as Burndown,<br />\r\nVelocity, Effort Variance and<br />\r\nDistribution provides detail<br />\r\ninsights about project and<br />\r\ntimeboxes. It helps team to thrive<br />\r\nfor continuous success.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1542350054195{margin-top: 60px !important;margin-bottom: 60px !important;}\" el_class=\"pricing-title\"][vc_tta_tabs active_section=\"1\" el_class=\"align-center\"][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]</p>\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<p><a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]</p>\r\n','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 12:48:37','2018-11-16 07:18:37','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6525,17,'2018-11-16 12:49:12','2018-11-16 07:19:12','[vc_row full_width=\"stretch_row\" el_class=\"scrum-solution\" css=\".vc_custom_1540214878640{background-color: #00bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"scrum-left-txt\"][vc_custom_heading text=\"The Most Efficient\r\nScrum Tool \" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\">Quickscrum help teams to follow Scrum rightly and thrive\r\nfor continous improvements.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\" el_class=\"scrum-solu-image\"][vc_single_image image=\"6332\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542352716169{padding-top: 0px !important;padding-bottom: 0px !important;background-color: #293846 !important;}\"][vc_column][vc_column_text]\r\n<ul class=\"home-page-logo-ticker\">\r\n <li><img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c1.png\" alt=\"\" data-original=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c1.png\" data-lazyload=\"true\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c2.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c3.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c4.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c5.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c6.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c7.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c8.png\" alt=\"\" /></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1539848618914{padding-top: 50px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column][vc_custom_heading text=\"Scrum Features\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23292929\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #555555; font-size: 16px;\">Simple and easy to understand features will help you get started quickly</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1540214749464{padding-top: 0px !important;padding-bottom: 0px !important;}\" el_class=\"home-solution scrum-page-tab\"][vc_column][vc_tta_tabs shape=\"square\" color=\"vista-blue\" active_section=\"1\" el_class=\"tabs\"][vc_tta_section title=\"Backlog\" tab_id=\"1539846877402-c47d652d-54de\"][vc_row_inner css=\".vc_custom_1539853554699{background-color: #ececec !important;}\" el_class=\"tab-content\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6344\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Backlog\" font_container=\"tag:h2|font_size:36px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps teams to keep\r\nall stories in centralize location. It\r\nprioritize them based on business\r\nvalues and Estimated Size.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Planning\" tab_id=\"1539846877607-4ea1e31f-f9b5\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870480653{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6370\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Planning\"][vc_column_text]Define timebox duration & plan the\r\ntimebox accurately, based on the\r\noverall team availability.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Board\" tab_id=\"1539846877632-f081a618-c0a6\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870939679{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6374\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Board\" use_theme_fonts=\"yes\"][vc_column_text]Board helps team to execute\r\ntimebox faster. Split all workitems\r\ninto subitems, estimate required\r\nefforts, attach files & collaborate\r\nwith team members.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Collaborate\" tab_id=\"1539846877656-6b79aa2f-7d2f\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539871383542{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6376\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Collaborate\" use_theme_fonts=\"yes\"][vc_column_text]Keep every team members on the\r\nsame page for Project & Timebox\r\nprogress as well communicate with\r\nteam members over any specific\r\nworkitem. [/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Monitor\" tab_id=\"1539846877681-7c88828f-fa27\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539871687859{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6378\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Monitor\"][vc_column_text]Scrum charts such as Burndown,\r\nVelocity, Effort Variance and\r\nDistribution provides detail\r\ninsights about project and\r\ntimeboxes. It helps team to thrive\r\nfor continuous success.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1542350054195{margin-top: 60px !important;margin-bottom: 60px !important;}\" el_class=\"pricing-title\"][vc_tta_tabs active_section=\"1\" el_class=\"align-center\"][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 12:49:12','2018-11-16 07:19:12','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6526,17,'2018-11-16 12:49:31','2018-11-16 07:19:31','[vc_row full_width=\"stretch_row\" el_class=\"scrum-solution\" css=\".vc_custom_1540214878640{background-color: #00bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"scrum-left-txt\"][vc_custom_heading text=\"The Most Efficient\r\nScrum Tool \" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\">Quickscrum help teams to follow Scrum rightly and thrive\r\nfor continous improvements.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\" el_class=\"scrum-solu-image\"][vc_single_image image=\"6332\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542352716169{padding-top: 0px !important;padding-bottom: 0px !important;background-color: #293846 !important;}\"][vc_column][vc_column_text css=\".vc_custom_1542352770385{padding-top: 0px !important;padding-bottom: 0px !important;}\"]\r\n<ul class=\"home-page-logo-ticker\">\r\n <li><img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c1.png\" alt=\"\" data-original=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c1.png\" data-lazyload=\"true\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c2.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c3.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c4.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c5.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c6.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c7.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c8.png\" alt=\"\" /></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1539848618914{padding-top: 50px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column][vc_custom_heading text=\"Scrum Features\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23292929\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #555555; font-size: 16px;\">Simple and easy to understand features will help you get started quickly</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1540214749464{padding-top: 0px !important;padding-bottom: 0px !important;}\" el_class=\"home-solution scrum-page-tab\"][vc_column][vc_tta_tabs shape=\"square\" color=\"vista-blue\" active_section=\"1\" el_class=\"tabs\"][vc_tta_section title=\"Backlog\" tab_id=\"1539846877402-c47d652d-54de\"][vc_row_inner css=\".vc_custom_1539853554699{background-color: #ececec !important;}\" el_class=\"tab-content\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6344\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Backlog\" font_container=\"tag:h2|font_size:36px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps teams to keep\r\nall stories in centralize location. It\r\nprioritize them based on business\r\nvalues and Estimated Size.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Planning\" tab_id=\"1539846877607-4ea1e31f-f9b5\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870480653{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6370\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Planning\"][vc_column_text]Define timebox duration & plan the\r\ntimebox accurately, based on the\r\noverall team availability.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Board\" tab_id=\"1539846877632-f081a618-c0a6\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870939679{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6374\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Board\" use_theme_fonts=\"yes\"][vc_column_text]Board helps team to execute\r\ntimebox faster. Split all workitems\r\ninto subitems, estimate required\r\nefforts, attach files & collaborate\r\nwith team members.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Collaborate\" tab_id=\"1539846877656-6b79aa2f-7d2f\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539871383542{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6376\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Collaborate\" use_theme_fonts=\"yes\"][vc_column_text]Keep every team members on the\r\nsame page for Project & Timebox\r\nprogress as well communicate with\r\nteam members over any specific\r\nworkitem. [/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Monitor\" tab_id=\"1539846877681-7c88828f-fa27\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539871687859{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6378\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Monitor\"][vc_column_text]Scrum charts such as Burndown,\r\nVelocity, Effort Variance and\r\nDistribution provides detail\r\ninsights about project and\r\ntimeboxes. It helps team to thrive\r\nfor continuous success.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1542350054195{margin-top: 60px !important;margin-bottom: 60px !important;}\" el_class=\"pricing-title\"][vc_tta_tabs active_section=\"1\" el_class=\"align-center\"][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 12:49:31','2018-11-16 07:19:31','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6527,17,'2018-11-16 12:49:53','2018-11-16 07:19:53','[vc_row full_width=\"stretch_row\" el_class=\"scrum-solution\" css=\".vc_custom_1540214878640{background-color: #00bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"scrum-left-txt\"][vc_custom_heading text=\"The Most Efficient\r\nScrum Tool \" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\">Quickscrum help teams to follow Scrum rightly and thrive\r\nfor continous improvements.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\" el_class=\"scrum-solu-image\"][vc_single_image image=\"6332\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542352716169{padding-top: 0px !important;padding-bottom: 0px !important;background-color: #293846 !important;}\"][vc_column css=\".vc_custom_1542352791998{padding-top: 0px !important;}\"][vc_column_text css=\".vc_custom_1542352770385{padding-top: 0px !important;padding-bottom: 0px !important;}\"]\r\n<ul class=\"home-page-logo-ticker\">\r\n <li><img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c1.png\" alt=\"\" data-original=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c1.png\" data-lazyload=\"true\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c2.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c3.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c4.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c5.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c6.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c7.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c8.png\" alt=\"\" /></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1539848618914{padding-top: 50px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column][vc_custom_heading text=\"Scrum Features\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23292929\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #555555; font-size: 16px;\">Simple and easy to understand features will help you get started quickly</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1540214749464{padding-top: 0px !important;padding-bottom: 0px !important;}\" el_class=\"home-solution scrum-page-tab\"][vc_column][vc_tta_tabs shape=\"square\" color=\"vista-blue\" active_section=\"1\" el_class=\"tabs\"][vc_tta_section title=\"Backlog\" tab_id=\"1539846877402-c47d652d-54de\"][vc_row_inner css=\".vc_custom_1539853554699{background-color: #ececec !important;}\" el_class=\"tab-content\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6344\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Backlog\" font_container=\"tag:h2|font_size:36px|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Quickscrum helps teams to keep\r\nall stories in centralize location. It\r\nprioritize them based on business\r\nvalues and Estimated Size.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Planning\" tab_id=\"1539846877607-4ea1e31f-f9b5\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870480653{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6370\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Planning\"][vc_column_text]Define timebox duration & plan the\r\ntimebox accurately, based on the\r\noverall team availability.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Board\" tab_id=\"1539846877632-f081a618-c0a6\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870939679{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6374\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Board\" use_theme_fonts=\"yes\"][vc_column_text]Board helps team to execute\r\ntimebox faster. Split all workitems\r\ninto subitems, estimate required\r\nefforts, attach files & collaborate\r\nwith team members.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Collaborate\" tab_id=\"1539846877656-6b79aa2f-7d2f\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539871383542{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6376\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Collaborate\" use_theme_fonts=\"yes\"][vc_column_text]Keep every team members on the\r\nsame page for Project & Timebox\r\nprogress as well communicate with\r\nteam members over any specific\r\nworkitem. [/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Monitor\" tab_id=\"1539846877681-7c88828f-fa27\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539871687859{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_single_image image=\"6378\" img_size=\"full\"][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Monitor\"][vc_column_text]Scrum charts such as Burndown,\r\nVelocity, Effort Variance and\r\nDistribution provides detail\r\ninsights about project and\r\ntimeboxes. It helps team to thrive\r\nfor continuous success.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1542350054195{margin-top: 60px !important;margin-bottom: 60px !important;}\" el_class=\"pricing-title\"][vc_tta_tabs active_section=\"1\" el_class=\"align-center\"][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 12:49:53','2018-11-16 07:19:53','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6530,1,'2018-11-16 14:50:09','2018-11-16 09:20:09','','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 14:50:09','2018-11-16 09:20:09','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6531,1,'2018-11-16 14:52:51','2018-11-16 09:22:51','[vc_row][vc_column][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Quickscrum\r\nSale Partner\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 14:52:51','2018-11-16 09:22:51','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6532,1,'2018-11-16 14:54:31','2018-11-16 09:24:31','[vc_row el_class=\"scrum-solution\"][vc_column][vc_custom_heading text=\"Quickscrum\r\nSale Partner\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 14:54:31','2018-11-16 09:24:31','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6533,1,'2018-11-16 14:56:32','2018-11-16 09:26:32','[vc_row el_class=\"scrum-solution\" css=\".vc_custom_1542360363940{background-color: #00bfa5 !important;}\"][vc_column width=\"1/4\"][vc_custom_heading text=\"Quickscrum\r\nSale Partner\"][/vc_column][vc_column width=\"3/4\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 14:56:32','2018-11-16 09:26:32','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6534,3,'2018-12-06 18:08:02','2018-12-06 12:38:02','<p>[vc_row full_width=\"stretch_row\" el_class=\"scrum-solution\" css=\".vc_custom_1540214878640{background-color: #00bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"scrum-left-txt\"][vc_custom_heading text=\"Deliver values faster to your clients \" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1544099865292{margin-top: -70px !important;}\"][vc_column_text css=\".vc_custom_1542702870442{margin-bottom: 30px !important;}\"]<span style=\"color: #ffffff;\">Quickscrum help teams to follow Scrum rightly and thrive for continuous improvements.</span>[/vc_column_text][vc_column_text css=\".vc_custom_1542702773407{padding-top: 15px !important;}\"]<span style=\"color: #ffffff;\"><a class=\"btn qsg-btn2 btn-full-width\" style=\"color: #ffffff;\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a></span>[/vc_column_text][vc_column_text css=\".vc_custom_1542702678583{padding-left: 40px !important;}\"]<strong><span style=\"font-size: 12px;\">NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</span></strong>[/vc_column_text][/vc_column][vc_column width=\"2/3\" el_class=\"scrum-solu-image\"][vc_single_image image=\"6332\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539845177194{background-color: #293846 !important;}\"][vc_column css=\".vc_custom_1542352823132{padding-top: 0px !important;}\"][vc_column_text]</p>\n<ul class=\"home-page-logo-ticker\">\n<li><img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c1.png\" alt=\"\" data-original=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c1.png\" data-lazyload=\"true\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c2.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c3.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c4.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c5.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c6.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c7.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c8.png\" alt=\"\" /></li>\n</ul>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1539848618914{padding-top: 50px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column][vc_custom_heading text=\"Scrum Features\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23292929\" use_theme_fonts=\"yes\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #555555; font-size: 16px;\">Simple and easy to understand features will help you get started quickly</span></p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1542607884428{padding-top: 0px !important;padding-bottom: 0px !important;}\" el_class=\"home-solution scrum-page-tab solution-post\"][vc_column][vc_tta_tabs shape=\"square\" color=\"vista-blue\" active_section=\"1\" el_class=\"tabs\"][vc_tta_section title=\"Backlog\" tab_id=\"1539846877402-c47d652d-54de\"][vc_row_inner css=\".vc_custom_1539853554699{background-color: #ececec !important;}\" el_class=\"tab-content\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text]<img class=\"alignnone size-full wp-image-6344\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/Manage-Backlog-items.gif\" alt=\"\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Backlog\" font_container=\"tag:h2|font_size:36px|text_align:left\" use_theme_fonts=\"yes\" css=\".vc_custom_1542609341714{margin-top: 70px !important;}\"][vc_column_text]Quickscrum helps teams to keep all stories in centralize location. It prioritize them based on business values and Estimated Size.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Planning\" tab_id=\"1539846877607-4ea1e31f-f9b5\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870480653{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text]<img class=\"alignnone size-full wp-image-6370\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/Plan-Release-and-sprint.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Planning\" css=\".vc_custom_1542609356132{margin-top: 85px !important;}\"][vc_column_text]Define timebox duration & plan the timebox accurately, based on the overall team availability.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Board\" tab_id=\"1539846877632-f081a618-c0a6\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870939679{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text]<img class=\"alignnone size-full wp-image-6374\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/Execute-Board-add-task-1.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Board\" use_theme_fonts=\"yes\" css=\".vc_custom_1542609402338{margin-top: 60px !important;}\"][vc_column_text]Board helps team to execute timebox faster. Split all workitems into subitems, estimate required efforts, attach files & collaborate with team members.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Collaborate\" tab_id=\"1539846877656-6b79aa2f-7d2f\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539871383542{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text]<img class=\"alignnone size-full wp-image-6376\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/Collaborate-Comment-and-attach-file.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Collaborate\" use_theme_fonts=\"yes\" css=\".vc_custom_1542609478650{margin-top: 60px !important;}\"][vc_column_text]Keep every team members on the same page for Project & Timebox progress as well communicate with team members over any specific workitem.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Monitor\" tab_id=\"1539846877681-7c88828f-fa27\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539871687859{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text]<img class=\"alignnone size-full wp-image-6378\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/Monitor-Dashboard.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Monitor\" css=\".vc_custom_1542609501615{margin-top: 40px !important;}\"][vc_column_text]Scrum charts such as Burndown, Velocity, Effort Variance and Distribution provides detail insights about project and timeboxes. It help teams to thrive for continuous success.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][/vc_tta_tabs][vc_row_inner css=\".vc_custom_1542703592405{margin-top: -60px !important;padding-top: 10px !important;padding-bottom: 30px !important;background-color: #ececec !important;}\"][vc_column_inner][vc_column_text]</p>\n<p style=\"text-align: center;\"><a href=\"https://guide.quickscrum.com/product/feature/\">View All Features</a></p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs active_section=\"1\" el_class=\"align-center\"][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]</p>\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\n<p class=\"pricing-text txt-italic\">per User</p>\n<p class=\"pricing-text txt-italic\">per Month</p>\n<p><a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\n','Scrum','Plan, execute and deliver iteratively - every 1 to 4 weeks. Improve your team collaboration continuously.','inherit','closed','closed','','139-autosave-v1','','','2018-12-06 18:08:02','2018-12-06 12:38:02','',139,'https://guide.quickscrum.com/product/139-autosave-v1/',0,'revision','',0),(6535,1,'2018-11-16 15:01:02','2018-11-16 09:31:02','','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 15:01:02','2018-11-16 09:31:02','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6536,17,'2018-11-19 12:02:27','2018-11-19 06:32:27','<p>[vc_row full_width=\"stretch_row\" el_class=\"scrum-solution\" css=\".vc_custom_1540214878640{background-color: #00bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"scrum-left-txt\"][vc_custom_heading text=\"The Most Efficient<br />\nKanban Tool \" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\">Quickscrum help teams to follow Kanban rightly and thrive for continous improvements.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\" el_class=\"scrum-solu-image\"][vc_single_image image=\"6452\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539845177194{background-color: #293846 !important;}\"][vc_column][vc_column_text]</p>\n<ul class=\"home-page-logo-ticker\">\n<li><img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c1.png\" alt=\"\" data-original=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c1.png\" data-lazyload=\"true\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c2.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c3.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c4.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c5.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c6.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c7.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c8.png\" alt=\"\" /></li>\n</ul>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1539848618914{padding-top: 50px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column][vc_custom_heading text=\"Kanban Features\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23292929\" use_theme_fonts=\"yes\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #555555; font-size: 16px;\">Simple and easy to understand features will help you get started quickly</span></p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1542607817987{padding-top: 0px !important;padding-bottom: 0px !important;}\" el_class=\"home-solution scrum-page-tab solution-post\"][vc_column][vc_tta_tabs shape=\"square\" color=\"vista-blue\" active_section=\"1\" el_class=\"tabs\"][vc_tta_section title=\"Kanban Board\" tab_id=\"1539846877402-c47d652d-54de\"][vc_row_inner css=\".vc_custom_1542608792941{background-color: #ececec !important;}\" el_class=\"tab-content\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text]<img class=\"alignnone size-full wp-image-6453\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/11/kanban-board.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Kanban Board\" font_container=\"tag:h2|font_size:36px|text_align:left\" use_theme_fonts=\"yes\" css=\".vc_custom_1542609140674{margin-top: 75px !important;}\"][vc_column_text]Keeps all your work items within a single board. Prioritize them based on business values & work complexity.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Backlog\" tab_id=\"1539846877607-4ea1e31f-f9b5\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870480653{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text]<img class=\"alignnone size-full wp-image-6454\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/11/Backlog-kanban.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Backlog\" css=\".vc_custom_1542609051634{margin-top: 60px !important;}\"][vc_column_text]As workitems grow it is difficult to manage them on a single board. Many teams require list view for the better management.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Collaborate\" tab_id=\"1539846877656-6b79aa2f-7d2f\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1542608759875{margin-top: 50px !important;background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text]<img class=\"alignnone size-full wp-image-6455\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/11/collaborate-kanban.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Collaborate\" use_theme_fonts=\"yes\" css=\".vc_custom_1542608862571{margin-top: 50px !important;}\"][vc_column_text]Keep every team members on the same page for Project & Timebox progress as well communicate with team members over any specific workitem.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Monitor\" tab_id=\"1539846877632-f081a618-c0a6\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870939679{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text]<img class=\"alignnone size-full wp-image-6456\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/11/Monitor-kanban.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Monitor\" use_theme_fonts=\"yes\" css=\".vc_custom_1542609061485{margin-top: 45px !important;}\"][vc_column_text]Kanban charts such as Speed and Distribution provides detail insights about the project. It helps team to thrive for continuous success.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs active_section=\"1\" el_class=\"align-center\"][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]</p>\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\n<p class=\"pricing-text txt-italic\">per User</p>\n<p class=\"pricing-text txt-italic\">per Month</p>\n<p><a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]</p>\n','Kanban','Simply use a board and map your work process','inherit','closed','closed','','6445-autosave-v1','','','2018-11-19 12:02:27','2018-11-19 06:32:27','',6445,'https://guide.quickscrum.com/product/6445-autosave-v1/',0,'revision','',0),(6537,1,'2018-11-16 17:40:36','2018-11-16 12:10:36','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Quickscrum helps your team to Collaborate</span>\r\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Better, Achieve Goals and Improve</span>\r\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700169120{background-color: #d4ede9 !important;}\"][vc_column][vc_single_image image=\"6314\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700234412{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|font-weight: bold !important;|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep work centralized, access</span>\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">anywhere anytime, keep everyone</span>\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">sync</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700299043{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|font-weight: bold !important;|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Instant status updates for everyone, streamlined workflow, identify bottleneck</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700255662{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|font-weight: bold !important;|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep everyone sync, brings transparency</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700305577{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|font-weight: bold !important;|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Track Progress, Measure Speed, Insights for continuous improvements</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 17:40:36','2018-11-16 12:10:36','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6538,1,'2018-11-16 17:43:00','2018-11-16 12:13:00','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm\r\nSale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Quickscrum helps your team to Collaborate</span>\r\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Better, Achieve Goals and Improve</span>\r\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700169120{background-color: #d4ede9 !important;}\"][vc_column][vc_single_image image=\"6314\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700234412{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|font-weight: bold !important;|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep work centralized, access</span>\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">anywhere anytime, keep everyone</span>\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">sync</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700299043{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|font-weight: bold !important;|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Instant status updates for everyone, streamlined workflow, identify bottleneck</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700255662{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|font-weight: bold !important;|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep everyone sync, brings transparency</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700305577{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|font-weight: bold !important;|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Track Progress, Measure Speed, Insights for continuous improvements</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 17:43:00','2018-11-16 12:13:00','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6539,1,'2018-11-16 17:44:12','2018-11-16 12:14:12','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm\r\nSale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale</b></span></span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700169120{background-color: #d4ede9 !important;}\"][vc_column][vc_single_image image=\"6314\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700234412{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|font-weight: bold !important;|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep work centralized, access</span>\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">anywhere anytime, keep everyone</span>\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">sync</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700299043{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|font-weight: bold !important;|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Instant status updates for everyone, streamlined workflow, identify bottleneck</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700255662{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|font-weight: bold !important;|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep everyone sync, brings transparency</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700305577{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|font-weight: bold !important;|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Track Progress, Measure Speed, Insights for continuous improvements</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 17:44:12','2018-11-16 12:14:12','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6540,1,'2018-11-16 17:45:02','2018-11-16 12:15:02','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm\r\nSale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale</b></span></span>\r\n\r\nThe Great way to Grow your revenue[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700169120{background-color: #d4ede9 !important;}\"][vc_column][vc_single_image image=\"6314\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700234412{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|font-weight: bold !important;|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep work centralized, access</span>\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">anywhere anytime, keep everyone</span>\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">sync</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700299043{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|font-weight: bold !important;|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Instant status updates for everyone, streamlined workflow, identify bottleneck</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700255662{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|font-weight: bold !important;|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep everyone sync, brings transparency</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700305577{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|font-weight: bold !important;|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Track Progress, Measure Speed, Insights for continuous improvements</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 17:45:02','2018-11-16 12:15:02','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6541,1,'2018-11-16 17:46:18','2018-11-16 12:16:18','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm\r\nSale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700169120{background-color: #d4ede9 !important;}\"][vc_column][vc_single_image image=\"6314\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700234412{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|font-weight: bold !important;|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep work centralized, access</span>\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">anywhere anytime, keep everyone</span>\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">sync</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700299043{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|font-weight: bold !important;|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Instant status updates for everyone, streamlined workflow, identify bottleneck</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700255662{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|font-weight: bold !important;|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep everyone sync, brings transparency</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700305577{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|font-weight: bold !important;|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Track Progress, Measure Speed, Insights for continuous improvements</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 17:46:18','2018-11-16 12:16:18','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6542,1,'2018-11-16 17:48:56','2018-11-16 12:18:56','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm\r\nSale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][vc_btn title=\"LOGIN TO PARTNER PORTAL\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700169120{background-color: #d4ede9 !important;}\"][vc_column][vc_single_image image=\"6314\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700234412{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|font-weight: bold !important;|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep work centralized, access</span>\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">anywhere anytime, keep everyone</span>\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">sync</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700299043{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|font-weight: bold !important;|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Instant status updates for everyone, streamlined workflow, identify bottleneck</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700255662{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|font-weight: bold !important;|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep everyone sync, brings transparency</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700305577{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|font-weight: bold !important;|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Track Progress, Measure Speed, Insights for continuous improvements</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 17:48:56','2018-11-16 12:18:56','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6543,1,'2018-11-16 17:53:53','2018-11-16 12:23:53','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm\r\nSale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LOGIN TO PARTNER PORTAL\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700169120{background-color: #d4ede9 !important;}\"][vc_column][vc_single_image image=\"6314\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700234412{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|font-weight: bold !important;|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep work centralized, access</span>\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">anywhere anytime, keep everyone</span>\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">sync</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700299043{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Execute Faster\" font_container=\"tag:h2|font_size:46px|font-weight: bold !important;|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Instant status updates for everyone, streamlined workflow, identify bottleneck</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700255662{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|font-weight: bold !important;|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep everyone sync, brings transparency</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700305577{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|font-weight: bold !important;|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Track Progress, Measure Speed, Insights for continuous improvements</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 17:53:53','2018-11-16 12:23:53','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6544,1,'2018-11-16 18:00:31','2018-11-16 12:30:31','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm\r\nSale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LOGIN TO PARTNER PORTAL\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1542371400415{background-color: #293846 !important;}\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h2|font_size:%23fff|text_align:left\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 18:00:31','2018-11-16 12:30:31','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6545,1,'2018-11-16 18:02:17','2018-11-16 12:32:17','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm\r\nSale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LOGIN TO PARTNER PORTAL\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1542371400415{background-color: #293846 !important;}\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h2|font_size:%23fff|text_align:left\"][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 18:02:17','2018-11-16 12:32:17','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6546,1,'2018-11-16 18:03:55','2018-11-16 12:33:55','','header-partner','','inherit','closed','closed','','header-partner','','','2018-11-16 18:03:55','2018-11-16 12:33:55','',6500,'https://product.quickscrum.com/wp-content/uploads/2018/11/header-partner.png',0,'attachment','image/png',0),(6547,1,'2018-11-16 18:04:06','2018-11-16 12:34:06','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm\r\nSale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LOGIN TO PARTNER PORTAL\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1542371400415{background-color: #293846 !important;}\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h2|font_size:%23fff|text_align:left\"][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 18:04:06','2018-11-16 12:34:06','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6548,1,'2018-11-16 18:06:50','2018-11-16 12:36:50','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm\r\nSale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LOGIN TO PARTNER PORTAL\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1542371400415{background-color: #293846 !important;}\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h2|font_size:%23fff|text_align:left\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 16px;\">Become a Partner</span>\r\n\r\nSign up for Quickscrum partner program and get a unique referral link[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 18:06:50','2018-11-16 12:36:50','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6549,1,'2018-11-16 18:10:04','2018-11-16 12:40:04','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm\r\nSale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LOGIN TO PARTNER PORTAL\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542371976224{background-color: #293846 !important;}\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h2|font_size:%23fff|text_align:left\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 16px;\">Become a Partner</span>\r\n\r\nSign up for Quickscrum partner program and get a unique referral link[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 18:10:04','2018-11-16 12:40:04','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6550,1,'2018-11-16 18:12:43','2018-11-16 12:42:43','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm\r\nSale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LOGIN TO PARTNER PORTAL\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542371976224{background-color: #293846 !important;}\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h2|font_size:%23fff|text_align:left\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_column_text]<span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span>\r\n\r\nSign up for Quickscrum partner program and get a unique referral link[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\nPlace a Quickscrum ad on your website, Promot link through your blog, Promot Quickscrum to your clients or Network[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 18:12:43','2018-11-16 12:42:43','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6551,1,'2018-11-16 18:14:01','2018-11-16 12:44:01','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm\r\nSale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LOGIN TO PARTNER PORTAL\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542371976224{background-color: #293846 !important;}\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h2|font_size:%23fff|text_align:left\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_column_text]<span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promot link through your blog, Promot Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promot link through your blog, Promot Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promot link through your blog, Promot Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 18:14:01','2018-11-16 12:44:01','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6552,1,'2018-11-16 18:15:27','2018-11-16 12:45:27','','Partner-Home-1_03','','inherit','closed','closed','','partner-home-1_03','','','2018-11-16 18:15:27','2018-11-16 12:45:27','',6500,'https://product.quickscrum.com/wp-content/uploads/2018/11/Partner-Home-1_03.gif',0,'attachment','image/gif',0),(6553,1,'2018-11-16 18:16:27','2018-11-16 12:46:27','','partner-home-1_05','','inherit','closed','closed','','partner-home-1_05','','','2018-11-16 18:16:27','2018-11-16 12:46:27','',6500,'https://product.quickscrum.com/wp-content/uploads/2018/11/partner-home-1_05.gif',0,'attachment','image/gif',0),(6554,1,'2018-11-16 18:16:33','2018-11-16 12:46:33','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm\r\nSale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LOGIN TO PARTNER PORTAL\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542371976224{background-color: #293846 !important;}\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h2|font_size:%23fff|text_align:left\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"6552\" alignment=\"center\"][vc_column_text]<span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"6553\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promot link through your blog, Promot Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promot link through your blog, Promot Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promot link through your blog, Promot Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 18:16:33','2018-11-16 12:46:33','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6555,1,'2018-11-16 18:18:06','2018-11-16 12:48:06','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm\r\nSale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LOGIN TO PARTNER PORTAL\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542371976224{background-color: #293846 !important;}\"][vc_column][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promot link through your blog, Promot Quickscrum to your clients or Network</span>[/vc_column_text][vc_custom_heading text=\"How does it work\" font_container=\"tag:h2|font_size:%23fff|text_align:left\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"6552\" alignment=\"center\"][vc_column_text]<span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 18:18:06','2018-11-16 12:48:06','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6556,1,'2018-11-16 18:18:52','2018-11-16 12:48:52','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm\r\nSale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LOGIN TO PARTNER PORTAL\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542371976224{background-color: #293846 !important;}\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h2|font_size:%23fff|text_align:left\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"6552\" alignment=\"center\"][vc_column_text]<span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"6553\" alignment=\"center\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promot link through your blog, Promot Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 18:18:52','2018-11-16 12:48:52','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6557,1,'2018-11-16 18:20:19','2018-11-16 12:50:19','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm\r\nSale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LOGIN TO PARTNER PORTAL\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h2|font_size:%23fff|text_align:left\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"6552\" alignment=\"center\"][vc_column_text]<span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"6553\" alignment=\"center\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promot link through your blog, Promot Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 18:20:19','2018-11-16 12:50:19','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6558,1,'2018-11-16 18:25:25','2018-11-16 12:55:25','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm\r\nSale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LOGIN TO PARTNER PORTAL\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h2|font_size:%23fff|text_align:left\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6552\" alignment=\"center\"][vc_column_text]<span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6553\" alignment=\"center\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promot link through your blog, Promot Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 18:25:25','2018-11-16 12:55:25','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6559,1,'2018-11-16 18:27:49','2018-11-16 12:57:49','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm\r\nSale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LOGIN TO PARTNER PORTAL\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h2|font_size:%23fff|text_align:left\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6552\" alignment=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6553\" alignment=\"center\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promot link through your blog, Promot Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 18:27:49','2018-11-16 12:57:49','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6560,1,'2018-11-16 18:28:49','2018-11-16 12:58:49','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm\r\nSale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LOGIN TO PARTNER PORTAL\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h2|font_size:%23fff|text_align:left\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6552\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6553\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promot link through your blog, Promot Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 18:28:49','2018-11-16 12:58:49','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6561,1,'2018-11-16 18:36:50','2018-11-16 13:06:50','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm\r\nSale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LOGIN TO PARTNER PORTAL\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:%23fff|text_align:center\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6552\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6553\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promot link through your blog, Promot Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 18:36:50','2018-11-16 13:06:50','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6562,1,'2018-11-16 18:39:00','2018-11-16 13:09:00','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm\r\nSale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LOGIN TO PARTNER PORTAL\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:32px|text_align:center\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6552\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6553\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promot link through your blog, Promot Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 18:39:00','2018-11-16 13:09:00','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6563,1,'2018-11-16 18:39:29','2018-11-16 13:09:29','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm\r\nSale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LOGIN TO PARTNER PORTAL\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:32px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6552\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6553\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promot link through your blog, Promot Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 18:39:29','2018-11-16 13:09:29','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6564,1,'2018-11-16 18:45:06','2018-11-16 13:15:06','','partner-home-1_03','','inherit','closed','closed','','partner-home-1_03-2','','','2018-11-16 18:45:06','2018-11-16 13:15:06','',6500,'https://product.quickscrum.com/wp-content/uploads/2018/11/partner-home-1_03.png',0,'attachment','image/png',0),(6565,1,'2018-11-16 18:45:07','2018-11-16 13:15:07','','partner-home-1_05','','inherit','closed','closed','','partner-home-1_05-2','','','2018-11-16 18:45:07','2018-11-16 13:15:07','',6500,'https://product.quickscrum.com/wp-content/uploads/2018/11/partner-home-1_05.png',0,'attachment','image/png',0),(6566,1,'2018-11-16 18:45:07','2018-11-16 13:15:07','','partner-home-1_07','','inherit','closed','closed','','partner-home-1_07','','','2018-11-16 18:45:07','2018-11-16 13:15:07','',6500,'https://product.quickscrum.com/wp-content/uploads/2018/11/partner-home-1_07.png',0,'attachment','image/png',0),(6567,1,'2018-11-16 18:45:07','2018-11-16 13:15:07','','partner-home-1_09','','inherit','closed','closed','','partner-home-1_09','','','2018-11-16 18:45:07','2018-11-16 13:15:07','',6500,'https://product.quickscrum.com/wp-content/uploads/2018/11/partner-home-1_09.png',0,'attachment','image/png',0),(6568,1,'2018-11-16 18:46:07','2018-11-16 13:16:07','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm\r\nSale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LOGIN TO PARTNER PORTAL\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:32px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promot link through your blog, Promot Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<span style=\"font-size: 20px; color: #01bfa5;\">Track</span>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span>\r\n\r\n<span style=\"color: #ffffff;\">Get 70% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 18:46:07','2018-11-16 13:16:07','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6569,1,'2018-11-16 18:47:00','2018-11-16 13:17:00','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm\r\nSale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LOGIN TO PARTNER PORTAL\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:32px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promot link through your blog, Promot Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<span style=\"font-size: 20px; color: #01bfa5;\">Track</span>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span>\r\n\r\n<span style=\"color: #ffffff;\">Get 70% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 18:47:00','2018-11-16 13:17:00','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6570,1,'2018-11-16 18:48:13','2018-11-16 13:18:13','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm\r\nSale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LOGIN TO PARTNER PORTAL\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promot link through your blog, Promot Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<span style=\"font-size: 20px; color: #01bfa5;\">Track</span>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span>\r\n\r\n<span style=\"color: #ffffff;\">Get 70% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 18:48:13','2018-11-16 13:18:13','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6571,1,'2018-11-16 18:52:48','2018-11-16 13:22:48','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm\r\nSale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LOGIN TO PARTNER PORTAL\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promot link through your blog, Promot Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<span style=\"font-size: 20px; color: #01bfa5;\">Track</span>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span>\r\n\r\n<span style=\"color: #ffffff;\">Get 70% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]<strong>Am I eligible to be a Quickscrum Partner?</strong>\r\n\r\nIn General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having\r\n\r\nOwn Website, Blogs, Community, Personal Network or Existing Clients, can be a partner.\r\n\r\nEven If you want to start your business from zero, it’s the best option.\r\n\r\nOur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc.</em>\r\n\r\nPlease <strong>contact our sales expert</strong> if you want to check your eligibility.\r\n\r\n \r\n\r\n<strong>What are the chances of my success?</strong>\r\n\r\nYou may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.\r\n\r\nIf you are starting from scratch, it may take a while as you need to start generating sales leads.\r\n\r\nPlease <strong>contact us</strong> if you need a guidance from our sales expert. We are glad to assist you.\r\n\r\n<strong> </strong>\r\n\r\n<strong>How Quickscrum helps to increase my revenue?</strong>\r\n\r\nQuickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue.\r\n\r\nWe pay you 60% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.\r\n\r\n \r\n\r\n<strong>What happens when a client click on my unique referral link?</strong>\r\n\r\nQuickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 18:52:48','2018-11-16 13:22:48','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6572,1,'2018-11-16 18:53:30','2018-11-16 13:23:30','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm\r\nSale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LOGIN TO PARTNER PORTAL\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promot link through your blog, Promot Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<span style=\"font-size: 20px; color: #01bfa5;\">Track</span>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span>\r\n\r\n<span style=\"color: #ffffff;\">Get 70% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542374581403{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]<strong>Am I eligible to be a Quickscrum Partner?</strong>\r\n\r\nIn General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having\r\n\r\nOwn Website, Blogs, Community, Personal Network or Existing Clients, can be a partner.\r\n\r\nEven If you want to start your business from zero, it’s the best option.\r\n\r\nOur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc.</em>\r\n\r\nPlease <strong>contact our sales expert</strong> if you want to check your eligibility.\r\n\r\n \r\n\r\n<strong>What are the chances of my success?</strong>\r\n\r\nYou may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.\r\n\r\nIf you are starting from scratch, it may take a while as you need to start generating sales leads.\r\n\r\nPlease <strong>contact us</strong> if you need a guidance from our sales expert. We are glad to assist you.\r\n\r\n<strong> </strong>\r\n\r\n<strong>How Quickscrum helps to increase my revenue?</strong>\r\n\r\nQuickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue.\r\n\r\nWe pay you 60% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.\r\n\r\n \r\n\r\n<strong>What happens when a client click on my unique referral link?</strong>\r\n\r\nQuickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 18:53:30','2018-11-16 13:23:30','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6573,1,'2018-11-16 18:54:52','2018-11-16 13:24:52','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm\r\nSale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LOGIN TO PARTNER PORTAL\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promot link through your blog, Promot Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<span style=\"font-size: 20px; color: #01bfa5;\">Track</span>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span>\r\n\r\n<span style=\"color: #ffffff;\">Get 70% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542374581403{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]<strong>Am I eligible to be a Quickscrum Partner?</strong>\r\n\r\nIn General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having\r\n\r\nOwn Website, Blogs, Community, Personal Network or Existing Clients, can be a partner.\r\n\r\nEven If you want to start your business from zero, it’s the best option.\r\n\r\nOur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc.</em>\r\n\r\nPlease <strong>contact our sales expert</strong> if you want to check your eligibility.\r\n\r\n \r\n\r\n<strong>What are the chances of my success?</strong>\r\n\r\nYou may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.\r\n\r\nIf you are starting from scratch, it may take a while as you need to start generating sales leads.\r\n\r\nPlease <strong>contact us</strong> if you need a guidance from our sales expert. We are glad to assist you.\r\n\r\n<strong> </strong>\r\n\r\n<strong>How Quickscrum helps to increase my revenue?</strong>\r\n\r\nQuickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue.\r\n\r\nWe pay you 60% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.\r\n\r\n \r\n\r\n<strong>What happens when a client click on my unique referral link?</strong>\r\n\r\nQuickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]<strong>Do you provide any materials for promotion?</strong>\r\n\r\nYes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong>contact us </strong>to request for a banner.\r\n\r\n<strong> </strong>\r\n\r\n<strong>How does my commission get paid?</strong>\r\n\r\nYour commission gets paid by end of every month. We generally do the wire transfer to your bank account.\r\n\r\n \r\n\r\n<strong>What are the languages Quickscrum tool available?</strong>\r\n\r\nAt present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong>contact us</strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.\r\n\r\n \r\n\r\n<strong>Are there any fees to be a partner?</strong>\r\n\r\nNo. It’s absolutely free to be a partner. You don’t need to pay anything.\r\n\r\n \r\n\r\n<strong>Is there any obligation if I terminate as a Partner?</strong>\r\n\r\nNo. You can terminate with us just by writing an email. The due commission will be paid to you.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 18:54:52','2018-11-16 13:24:52','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6574,1,'2018-11-16 18:58:45','2018-11-16 13:28:45','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm\r\nSale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LOGIN TO PARTNER PORTAL\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promot link through your blog, Promot Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<span style=\"font-size: 20px; color: #01bfa5;\">Track</span>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span>\r\n\r\n<span style=\"color: #ffffff;\">Get 70% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542374581403{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20\" width=\"1/2\"][vc_column_text]<strong>Am I eligible to be a Quickscrum Partner?</strong>\r\n\r\nIn General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having\r\n\r\nOwn Website, Blogs, Community, Personal Network or Existing Clients, can be a partner.\r\n\r\nEven If you want to start your business from zero, it’s the best option.\r\n\r\nOur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc.</em>\r\n\r\nPlease <strong>contact our sales expert</strong> if you want to check your eligibility.\r\n\r\n \r\n\r\n<strong>What are the chances of my success?</strong>\r\n\r\nYou may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.\r\n\r\nIf you are starting from scratch, it may take a while as you need to start generating sales leads.\r\n\r\nPlease <strong>contact us</strong> if you need a guidance from our sales expert. We are glad to assist you.\r\n\r\n<strong> </strong>\r\n\r\n<strong>How Quickscrum helps to increase my revenue?</strong>\r\n\r\nQuickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue.\r\n\r\nWe pay you 60% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.\r\n\r\n \r\n\r\n<strong>What happens when a client click on my unique referral link?</strong>\r\n\r\nQuickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20\" width=\"1/2\"][vc_column_text]<strong>Do you provide any materials for promotion?</strong>\r\n\r\nYes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong>contact us </strong>to request for a banner.\r\n\r\n<strong> </strong>\r\n\r\n<strong>How does my commission get paid?</strong>\r\n\r\nYour commission gets paid by end of every month. We generally do the wire transfer to your bank account.\r\n\r\n \r\n\r\n<strong>What are the languages Quickscrum tool available?</strong>\r\n\r\nAt present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong>contact us</strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.\r\n\r\n \r\n\r\n<strong>Are there any fees to be a partner?</strong>\r\n\r\nNo. It’s absolutely free to be a partner. You don’t need to pay anything.\r\n\r\n \r\n\r\n<strong>Is there any obligation if I terminate as a Partner?</strong>\r\n\r\nNo. You can terminate with us just by writing an email. The due commission will be paid to you.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 18:58:45','2018-11-16 13:28:45','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6575,1,'2018-11-16 19:02:18','2018-11-16 13:32:18','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm\r\nSale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LOGIN TO PARTNER PORTAL\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promot link through your blog, Promot Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<span style=\"font-size: 20px; color: #01bfa5;\">Track</span>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span>\r\n\r\n<span style=\"color: #ffffff;\">Get 70% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<strong>Am I eligible to be a Quickscrum Partner?</strong>\r\n\r\nIn General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having\r\n\r\nOwn Website, Blogs, Community, Personal Network or Existing Clients, can be a partner.\r\n\r\nEven If you want to start your business from zero, it’s the best option.\r\n\r\nOur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc.</em>\r\n\r\nPlease <strong>contact our sales expert</strong> if you want to check your eligibility.\r\n\r\n \r\n\r\n<strong>What are the chances of my success?</strong>\r\n\r\nYou may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.\r\n\r\nIf you are starting from scratch, it may take a while as you need to start generating sales leads.\r\n\r\nPlease <strong>contact us</strong> if you need a guidance from our sales expert. We are glad to assist you.\r\n\r\n<strong> </strong>\r\n\r\n<strong>How Quickscrum helps to increase my revenue?</strong>\r\n\r\nQuickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue.\r\n\r\nWe pay you 60% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.\r\n\r\n \r\n\r\n<strong>What happens when a client click on my unique referral link?</strong>\r\n\r\nQuickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<strong>Do you provide any materials for promotion?</strong>\r\n\r\nYes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong>contact us </strong>to request for a banner.\r\n\r\n<strong> </strong>\r\n\r\n<strong>How does my commission get paid?</strong>\r\n\r\nYour commission gets paid by end of every month. We generally do the wire transfer to your bank account.\r\n\r\n \r\n\r\n<strong>What are the languages Quickscrum tool available?</strong>\r\n\r\nAt present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong>contact us</strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.\r\n\r\n \r\n\r\n<strong>Are there any fees to be a partner?</strong>\r\n\r\nNo. It’s absolutely free to be a partner. You don’t need to pay anything.\r\n\r\n \r\n\r\n<strong>Is there any obligation if I terminate as a Partner?</strong>\r\n\r\nNo. You can terminate with us just by writing an email. The due commission will be paid to you.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 19:02:18','2018-11-16 13:32:18','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6576,1,'2018-11-16 19:04:25','2018-11-16 13:34:25','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm\r\nSale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LOGIN TO PARTNER PORTAL\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promot link through your blog, Promot Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<span style=\"font-size: 20px; color: #01bfa5;\">Track</span>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span>\r\n\r\n<span style=\"color: #ffffff;\">Get 70% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<strong>Am I eligible to be a Quickscrum Partner?</strong>\r\n\r\nIn General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having\r\n\r\nOwn Website, Blogs, Community, Personal Network or Existing Clients, can be a partner.\r\n\r\nEven If you want to start your business from zero, it’s the best option.\r\n\r\nOur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. </em><strong>contact our sales expert</strong> if you want to check your eligibility.\r\n\r\n \r\n\r\n<strong>What are the chances of my success?</strong>\r\n\r\nYou may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.\r\n\r\nIf you are starting from scratch, it may take a while as you need to start generating sales leads.\r\n\r\nPlease <strong>contact us</strong> if you need a guidance from our sales expert. We are glad to assist you.\r\n\r\n<strong> </strong>\r\n\r\n<strong>How Quickscrum helps to increase my revenue?</strong>\r\n\r\nQuickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. pay you 60% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.\r\n\r\n \r\n\r\n<strong>Is there any obligation if I terminate as a Partner?</strong>\r\n\r\nNo. You can terminate with us just by writing an email. The due commission will be paid to you.[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<strong>Do you provide any materials for promotion?</strong>\r\n\r\nYes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong>contact us </strong>to request for a banner.\r\n\r\n<strong> </strong>\r\n\r\n<strong>How does my commission get paid?</strong>\r\n\r\nYour commission gets paid by end of every month. We generally do the wire transfer to your bank account.\r\n\r\n \r\n\r\n<strong>What are the languages Quickscrum tool available?</strong>\r\n\r\nAt present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong>contact us</strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.\r\n\r\n \r\n\r\n<strong>Are there any fees to be a partner?</strong>\r\n\r\nNo. It’s absolutely free to be a partner. You don’t need to pay anything.\r\n\r\n \r\n\r\n<strong>What happens when a client click on my unique referral link?</strong>\r\n\r\nQuickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 19:04:25','2018-11-16 13:34:25','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6577,1,'2018-11-16 19:06:50','2018-11-16 13:36:50','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm\r\nSale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LOGIN TO PARTNER PORTAL\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promot link through your blog, Promot Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<span style=\"font-size: 20px; color: #01bfa5;\">Track</span>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span>\r\n\r\n<span style=\"color: #ffffff;\">Get 70% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<strong>Am I eligible to be a Quickscrum Partner?</strong>\r\n\r\nIn General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having\r\n\r\nOwn Website, Blogs, Community, Personal Network or Existing Clients, can be a partner.\r\n\r\nEven If you want to start your business from zero, it’s the best option.\r\n\r\nOur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. </em><strong>contact our sales expert</strong> if you want to check your eligibility.\r\n\r\n \r\n\r\n<strong>What are the chances of my success?</strong>\r\n\r\nYou may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.\r\n\r\nIf you are starting from scratch, it may take a while as you need to start generating sales leads.\r\n\r\nPlease <strong>contact us</strong> if you need a guidance from our sales expert. We are glad to assist you.\r\n\r\n<strong> </strong>\r\n\r\n<strong>How Quickscrum helps to increase my revenue?</strong>\r\n\r\nQuickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. pay you 60% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.\r\n\r\n \r\n\r\n<strong>Is there any obligation if I terminate as a Partner?</strong>\r\n\r\nNo. You can terminate with us just by writing an email. The due commission will be paid to you.[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<strong>Do you provide any materials for promotion?</strong>\r\n\r\nYes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong>contact us </strong>to request for a banner.\r\n\r\n<strong> </strong>\r\n\r\n<strong>How does my commission get paid?</strong>\r\n\r\nYour commission gets paid by end of every month. We generally do the wire transfer to your bank account.\r\n\r\n \r\n\r\n<strong>What are the languages Quickscrum tool available?</strong>\r\n\r\nAt present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong>contact us</strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.\r\n\r\n \r\n\r\n<strong>Are there any fees to be a partner?</strong>\r\n\r\nNo. It’s absolutely free to be a partner. You don’t need to pay anything.\r\n\r\n \r\n\r\n<strong>What happens when a client click on my unique referral link?</strong>\r\n\r\nQuickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375327075{background-color: #01bfa5 !important;}\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%23ffffff\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 19:06:50','2018-11-16 13:36:50','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6578,1,'2018-11-16 19:08:36','2018-11-16 13:38:36','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm\r\nSale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LOGIN TO PARTNER PORTAL\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promot link through your blog, Promot Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<span style=\"font-size: 20px; color: #01bfa5;\">Track</span>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span>\r\n\r\n<span style=\"color: #ffffff;\">Get 70% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<strong>Am I eligible to be a Quickscrum Partner?</strong>\r\n\r\nIn General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having\r\n\r\nOwn Website, Blogs, Community, Personal Network or Existing Clients, can be a partner.\r\n\r\nEven If you want to start your business from zero, it’s the best option.\r\n\r\nOur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. </em><strong>contact our sales expert</strong> if you want to check your eligibility.\r\n\r\n \r\n\r\n<strong>What are the chances of my success?</strong>\r\n\r\nYou may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.\r\n\r\nIf you are starting from scratch, it may take a while as you need to start generating sales leads.\r\n\r\nPlease <strong>contact us</strong> if you need a guidance from our sales expert. We are glad to assist you.\r\n\r\n<strong> </strong>\r\n\r\n<strong>How Quickscrum helps to increase my revenue?</strong>\r\n\r\nQuickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. pay you 60% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.\r\n\r\n \r\n\r\n<strong>Is there any obligation if I terminate as a Partner?</strong>\r\n\r\nNo. You can terminate with us just by writing an email. The due commission will be paid to you.[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<strong>Do you provide any materials for promotion?</strong>\r\n\r\nYes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong>contact us </strong>to request for a banner.\r\n\r\n<strong> </strong>\r\n\r\n<strong>How does my commission get paid?</strong>\r\n\r\nYour commission gets paid by end of every month. We generally do the wire transfer to your bank account.\r\n\r\n \r\n\r\n<strong>What are the languages Quickscrum tool available?</strong>\r\n\r\nAt present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong>contact us</strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.\r\n\r\n \r\n\r\n<strong>Are there any fees to be a partner?</strong>\r\n\r\nNo. It’s absolutely free to be a partner. You don’t need to pay anything.\r\n\r\n \r\n\r\n<strong>What happens when a client click on my unique referral link?</strong>\r\n\r\nQuickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Start growing your revenue now. Get 60% of total sales.\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23ffffff\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 19:08:36','2018-11-16 13:38:36','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6579,1,'2018-11-16 19:09:21','2018-11-16 13:39:21','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm\r\nSale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LOGIN TO PARTNER PORTAL\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promot link through your blog, Promot Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<span style=\"font-size: 20px; color: #01bfa5;\">Track</span>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span>\r\n\r\n<span style=\"color: #ffffff;\">Get 70% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<strong>Am I eligible to be a Quickscrum Partner?</strong>\r\n\r\nIn General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having\r\n\r\nOwn Website, Blogs, Community, Personal Network or Existing Clients, can be a partner.\r\n\r\nEven If you want to start your business from zero, it’s the best option.\r\n\r\nOur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. </em><strong>contact our sales expert</strong> if you want to check your eligibility.\r\n\r\n \r\n\r\n<strong>What are the chances of my success?</strong>\r\n\r\nYou may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.\r\n\r\nIf you are starting from scratch, it may take a while as you need to start generating sales leads.\r\n\r\nPlease <strong>contact us</strong> if you need a guidance from our sales expert. We are glad to assist you.\r\n\r\n<strong> </strong>\r\n\r\n<strong>How Quickscrum helps to increase my revenue?</strong>\r\n\r\nQuickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. pay you 60% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.\r\n\r\n \r\n\r\n<strong>Is there any obligation if I terminate as a Partner?</strong>\r\n\r\nNo. You can terminate with us just by writing an email. The due commission will be paid to you.[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<strong>Do you provide any materials for promotion?</strong>\r\n\r\nYes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong>contact us </strong>to request for a banner.\r\n\r\n<strong> </strong>\r\n\r\n<strong>How does my commission get paid?</strong>\r\n\r\nYour commission gets paid by end of every month. We generally do the wire transfer to your bank account.\r\n\r\n \r\n\r\n<strong>What are the languages Quickscrum tool available?</strong>\r\n\r\nAt present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong>contact us</strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.\r\n\r\n \r\n\r\n<strong>Are there any fees to be a partner?</strong>\r\n\r\nNo. It’s absolutely free to be a partner. You don’t need to pay anything.\r\n\r\n \r\n\r\n<strong>What happens when a client click on my unique referral link?</strong>\r\n\r\nQuickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 60% of total sales.\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23ffffff\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 19:09:21','2018-11-16 13:39:21','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6580,1,'2018-11-16 19:10:03','2018-11-16 13:40:03','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm\r\nSale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LOGIN TO PARTNER PORTAL\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promot link through your blog, Promot Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<span style=\"font-size: 20px; color: #01bfa5;\">Track</span>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span>\r\n\r\n<span style=\"color: #ffffff;\">Get 70% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<strong>Am I eligible to be a Quickscrum Partner?</strong>\r\n\r\nIn General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having\r\n\r\nOwn Website, Blogs, Community, Personal Network or Existing Clients, can be a partner.\r\n\r\nEven If you want to start your business from zero, it’s the best option.\r\n\r\nOur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. </em><strong>contact our sales expert</strong> if you want to check your eligibility.\r\n\r\n \r\n\r\n<strong>What are the chances of my success?</strong>\r\n\r\nYou may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.\r\n\r\nIf you are starting from scratch, it may take a while as you need to start generating sales leads.\r\n\r\nPlease <strong>contact us</strong> if you need a guidance from our sales expert. We are glad to assist you.\r\n\r\n<strong> </strong>\r\n\r\n<strong>How Quickscrum helps to increase my revenue?</strong>\r\n\r\nQuickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. pay you 60% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.\r\n\r\n \r\n\r\n<strong>Is there any obligation if I terminate as a Partner?</strong>\r\n\r\nNo. You can terminate with us just by writing an email. The due commission will be paid to you.[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<strong>Do you provide any materials for promotion?</strong>\r\n\r\nYes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong>contact us </strong>to request for a banner.\r\n\r\n<strong> </strong>\r\n\r\n<strong>How does my commission get paid?</strong>\r\n\r\nYour commission gets paid by end of every month. We generally do the wire transfer to your bank account.\r\n\r\n \r\n\r\n<strong>What are the languages Quickscrum tool available?</strong>\r\n\r\nAt present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong>contact us</strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.\r\n\r\n \r\n\r\n<strong>Are there any fees to be a partner?</strong>\r\n\r\nNo. It’s absolutely free to be a partner. You don’t need to pay anything.\r\n\r\n \r\n\r\n<strong>What happens when a client click on my unique referral link?</strong>\r\n\r\nQuickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 60% of total sales.\" font_container=\"tag:h2|font_size:34px|text_align:center|color:%23ffffff\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 19:10:03','2018-11-16 13:40:03','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6581,1,'2018-11-16 19:11:15','2018-11-16 13:41:15','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm\r\nSale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LOGIN TO PARTNER PORTAL\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promot link through your blog, Promot Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<span style=\"font-size: 20px; color: #01bfa5;\">Track</span>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span>\r\n\r\n<span style=\"color: #ffffff;\">Get 70% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<strong>Am I eligible to be a Quickscrum Partner?</strong>\r\n\r\nIn General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having\r\n\r\nOwn Website, Blogs, Community, Personal Network or Existing Clients, can be a partner.\r\n\r\nEven If you want to start your business from zero, it’s the best option.\r\n\r\nOur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. </em><strong>contact our sales expert</strong> if you want to check your eligibility.\r\n\r\n \r\n\r\n<strong>What are the chances of my success?</strong>\r\n\r\nYou may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.\r\n\r\nIf you are starting from scratch, it may take a while as you need to start generating sales leads.\r\n\r\nPlease <strong>contact us</strong> if you need a guidance from our sales expert. We are glad to assist you.\r\n\r\n<strong> </strong>\r\n\r\n<strong>How Quickscrum helps to increase my revenue?</strong>\r\n\r\nQuickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. pay you 60% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.\r\n\r\n \r\n\r\n<strong>Is there any obligation if I terminate as a Partner?</strong>\r\n\r\nNo. You can terminate with us just by writing an email. The due commission will be paid to you.[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<strong>Do you provide any materials for promotion?</strong>\r\n\r\nYes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong>contact us </strong>to request for a banner.\r\n\r\n<strong> </strong>\r\n\r\n<strong>How does my commission get paid?</strong>\r\n\r\nYour commission gets paid by end of every month. We generally do the wire transfer to your bank account.\r\n\r\n \r\n\r\n<strong>What are the languages Quickscrum tool available?</strong>\r\n\r\nAt present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong>contact us</strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.\r\n\r\n \r\n\r\n<strong>Are there any fees to be a partner?</strong>\r\n\r\nNo. It’s absolutely free to be a partner. You don’t need to pay anything.\r\n\r\n \r\n\r\n<strong>What happens when a client click on my unique referral link?</strong>\r\n\r\nQuickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 60% of total sales.\" font_container=\"tag:h2|font_size:34px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" css=\".vc_custom_1542375646498{background-color: #fa6900 !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 19:11:15','2018-11-16 13:41:15','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6582,1,'2018-11-16 19:12:16','2018-11-16 13:42:16','[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm\r\nSale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LOGIN TO PARTNER PORTAL\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promot link through your blog, Promot Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<span style=\"font-size: 20px; color: #01bfa5;\">Track</span>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span>\r\n\r\n<span style=\"color: #ffffff;\">Get 70% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<strong>Am I eligible to be a Quickscrum Partner?</strong>\r\n\r\nIn General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having\r\n\r\nOwn Website, Blogs, Community, Personal Network or Existing Clients, can be a partner.\r\n\r\nEven If you want to start your business from zero, it’s the best option.\r\n\r\nOur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. </em><strong>contact our sales expert</strong> if you want to check your eligibility.\r\n\r\n \r\n\r\n<strong>What are the chances of my success?</strong>\r\n\r\nYou may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.\r\n\r\nIf you are starting from scratch, it may take a while as you need to start generating sales leads.\r\n\r\nPlease <strong>contact us</strong> if you need a guidance from our sales expert. We are glad to assist you.\r\n\r\n<strong> </strong>\r\n\r\n<strong>How Quickscrum helps to increase my revenue?</strong>\r\n\r\nQuickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. pay you 60% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.\r\n\r\n \r\n\r\n<strong>Is there any obligation if I terminate as a Partner?</strong>\r\n\r\nNo. You can terminate with us just by writing an email. The due commission will be paid to you.[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<strong>Do you provide any materials for promotion?</strong>\r\n\r\nYes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong>contact us </strong>to request for a banner.\r\n\r\n<strong> </strong>\r\n\r\n<strong>How does my commission get paid?</strong>\r\n\r\nYour commission gets paid by end of every month. We generally do the wire transfer to your bank account.\r\n\r\n \r\n\r\n<strong>What are the languages Quickscrum tool available?</strong>\r\n\r\nAt present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong>contact us</strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.\r\n\r\n \r\n\r\n<strong>Are there any fees to be a partner?</strong>\r\n\r\nNo. It’s absolutely free to be a partner. You don’t need to pay anything.\r\n\r\n \r\n\r\n<strong>What happens when a client click on my unique referral link?</strong>\r\n\r\nQuickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 60% of total sales.\" font_container=\"tag:h2|font_size:34px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 19:12:16','2018-11-16 13:42:16','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6583,1,'2018-11-16 19:12:51','2018-11-16 13:42:51','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm\r\nSale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LOGIN TO PARTNER PORTAL\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promot link through your blog, Promot Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<span style=\"font-size: 20px; color: #01bfa5;\">Track</span>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span>\r\n\r\n<span style=\"color: #ffffff;\">Get 70% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<strong>Am I eligible to be a Quickscrum Partner?</strong>\r\n\r\nIn General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having\r\n\r\nOwn Website, Blogs, Community, Personal Network or Existing Clients, can be a partner.\r\n\r\nEven If you want to start your business from zero, it’s the best option.\r\n\r\nOur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. </em><strong>contact our sales expert</strong> if you want to check your eligibility.\r\n\r\n \r\n\r\n<strong>What are the chances of my success?</strong>\r\n\r\nYou may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.\r\n\r\nIf you are starting from scratch, it may take a while as you need to start generating sales leads.\r\n\r\nPlease <strong>contact us</strong> if you need a guidance from our sales expert. We are glad to assist you.\r\n\r\n<strong> </strong>\r\n\r\n<strong>How Quickscrum helps to increase my revenue?</strong>\r\n\r\nQuickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. pay you 60% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.\r\n\r\n \r\n\r\n<strong>Is there any obligation if I terminate as a Partner?</strong>\r\n\r\nNo. You can terminate with us just by writing an email. The due commission will be paid to you.[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<strong>Do you provide any materials for promotion?</strong>\r\n\r\nYes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong>contact us </strong>to request for a banner.\r\n\r\n<strong> </strong>\r\n\r\n<strong>How does my commission get paid?</strong>\r\n\r\nYour commission gets paid by end of every month. We generally do the wire transfer to your bank account.\r\n\r\n \r\n\r\n<strong>What are the languages Quickscrum tool available?</strong>\r\n\r\nAt present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong>contact us</strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.\r\n\r\n \r\n\r\n<strong>Are there any fees to be a partner?</strong>\r\n\r\nNo. It’s absolutely free to be a partner. You don’t need to pay anything.\r\n\r\n \r\n\r\n<strong>What happens when a client click on my unique referral link?</strong>\r\n\r\nQuickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 60% of total sales.\" font_container=\"tag:h2|font_size:34px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 19:12:51','2018-11-16 13:42:51','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6584,1,'2018-11-16 19:14:41','2018-11-16 13:44:41','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm\r\nSale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promot link through your blog, Promot Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<span style=\"font-size: 20px; color: #01bfa5;\">Track</span>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span>\r\n\r\n<span style=\"color: #ffffff;\">Get 70% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<strong>Am I eligible to be a Quickscrum Partner?</strong>\r\n\r\nIn General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having\r\n\r\nOwn Website, Blogs, Community, Personal Network or Existing Clients, can be a partner.\r\n\r\nEven If you want to start your business from zero, it’s the best option.\r\n\r\nOur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. </em><strong>contact our sales expert</strong> if you want to check your eligibility.\r\n\r\n \r\n\r\n<strong>What are the chances of my success?</strong>\r\n\r\nYou may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.\r\n\r\nIf you are starting from scratch, it may take a while as you need to start generating sales leads.\r\n\r\nPlease <strong>contact us</strong> if you need a guidance from our sales expert. We are glad to assist you.\r\n\r\n<strong> </strong>\r\n\r\n<strong>How Quickscrum helps to increase my revenue?</strong>\r\n\r\nQuickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. pay you 60% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.\r\n\r\n \r\n\r\n<strong>Is there any obligation if I terminate as a Partner?</strong>\r\n\r\nNo. You can terminate with us just by writing an email. The due commission will be paid to you.[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<strong>Do you provide any materials for promotion?</strong>\r\n\r\nYes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong>contact us </strong>to request for a banner.\r\n\r\n<strong> </strong>\r\n\r\n<strong>How does my commission get paid?</strong>\r\n\r\nYour commission gets paid by end of every month. We generally do the wire transfer to your bank account.\r\n\r\n \r\n\r\n<strong>What are the languages Quickscrum tool available?</strong>\r\n\r\nAt present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong>contact us</strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.\r\n\r\n \r\n\r\n<strong>Are there any fees to be a partner?</strong>\r\n\r\nNo. It’s absolutely free to be a partner. You don’t need to pay anything.\r\n\r\n \r\n\r\n<strong>What happens when a client click on my unique referral link?</strong>\r\n\r\nQuickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 60% of total sales.\" font_container=\"tag:h2|font_size:34px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 19:14:41','2018-11-16 13:44:41','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6585,1,'2018-11-16 19:16:47','2018-11-16 13:46:47','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm\r\nSale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LOGIN TO PARTNER PORTAL\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promot link through your blog, Promot Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<span style=\"font-size: 20px; color: #01bfa5;\">Track</span>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span>\r\n\r\n<span style=\"color: #ffffff;\">Get 70% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<strong>Am I eligible to be a Quickscrum Partner?</strong>\r\n\r\nIn General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having\r\n\r\nOwn Website, Blogs, Community, Personal Network or Existing Clients, can be a partner.\r\n\r\nEven If you want to start your business from zero, it’s the best option.\r\n\r\nOur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. </em><strong>contact our sales expert</strong> if you want to check your eligibility.\r\n\r\n \r\n\r\n<strong>What are the chances of my success?</strong>\r\n\r\nYou may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.\r\n\r\nIf you are starting from scratch, it may take a while as you need to start generating sales leads.\r\n\r\nPlease <strong>contact us</strong> if you need a guidance from our sales expert. We are glad to assist you.\r\n\r\n<strong> </strong>\r\n\r\n<strong>How Quickscrum helps to increase my revenue?</strong>\r\n\r\nQuickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. pay you 60% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.\r\n\r\n \r\n\r\n<strong>Is there any obligation if I terminate as a Partner?</strong>\r\n\r\nNo. You can terminate with us just by writing an email. The due commission will be paid to you.[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<strong>Do you provide any materials for promotion?</strong>\r\n\r\nYes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong>contact us </strong>to request for a banner.\r\n\r\n<strong> </strong>\r\n\r\n<strong>How does my commission get paid?</strong>\r\n\r\nYour commission gets paid by end of every month. We generally do the wire transfer to your bank account.\r\n\r\n \r\n\r\n<strong>What are the languages Quickscrum tool available?</strong>\r\n\r\nAt present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong>contact us</strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.\r\n\r\n \r\n\r\n<strong>Are there any fees to be a partner?</strong>\r\n\r\nNo. It’s absolutely free to be a partner. You don’t need to pay anything.\r\n\r\n \r\n\r\n<strong>What happens when a client click on my unique referral link?</strong>\r\n\r\nQuickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 60% of total sales.\" font_container=\"tag:h2|font_size:34px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 19:16:47','2018-11-16 13:46:47','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6586,1,'2018-11-16 19:17:32','2018-11-16 13:47:32','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm\r\nSale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LOGIN TO PARTNER PORTAL\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" shape=\"square\" align=\"left\" button_block=\"true\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promot link through your blog, Promot Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<span style=\"font-size: 20px; color: #01bfa5;\">Track</span>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span>\r\n\r\n<span style=\"color: #ffffff;\">Get 70% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<strong>Am I eligible to be a Quickscrum Partner?</strong>\r\n\r\nIn General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having\r\n\r\nOwn Website, Blogs, Community, Personal Network or Existing Clients, can be a partner.\r\n\r\nEven If you want to start your business from zero, it’s the best option.\r\n\r\nOur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. </em><strong>contact our sales expert</strong> if you want to check your eligibility.\r\n\r\n \r\n\r\n<strong>What are the chances of my success?</strong>\r\n\r\nYou may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.\r\n\r\nIf you are starting from scratch, it may take a while as you need to start generating sales leads.\r\n\r\nPlease <strong>contact us</strong> if you need a guidance from our sales expert. We are glad to assist you.\r\n\r\n<strong> </strong>\r\n\r\n<strong>How Quickscrum helps to increase my revenue?</strong>\r\n\r\nQuickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. pay you 60% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.\r\n\r\n \r\n\r\n<strong>Is there any obligation if I terminate as a Partner?</strong>\r\n\r\nNo. You can terminate with us just by writing an email. The due commission will be paid to you.[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<strong>Do you provide any materials for promotion?</strong>\r\n\r\nYes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong>contact us </strong>to request for a banner.\r\n\r\n<strong> </strong>\r\n\r\n<strong>How does my commission get paid?</strong>\r\n\r\nYour commission gets paid by end of every month. We generally do the wire transfer to your bank account.\r\n\r\n \r\n\r\n<strong>What are the languages Quickscrum tool available?</strong>\r\n\r\nAt present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong>contact us</strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.\r\n\r\n \r\n\r\n<strong>Are there any fees to be a partner?</strong>\r\n\r\nNo. It’s absolutely free to be a partner. You don’t need to pay anything.\r\n\r\n \r\n\r\n<strong>What happens when a client click on my unique referral link?</strong>\r\n\r\nQuickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 60% of total sales.\" font_container=\"tag:h2|font_size:34px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 19:17:32','2018-11-16 13:47:32','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6587,1,'2018-11-16 19:21:05','2018-11-16 13:51:05','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"2/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm\r\nSale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LOGIN TO PARTNER PORTAL\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" shape=\"square\" align=\"left\" button_block=\"true\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promot link through your blog, Promot Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<span style=\"font-size: 20px; color: #01bfa5;\">Track</span>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span>\r\n\r\n<span style=\"color: #ffffff;\">Get 70% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<strong>Am I eligible to be a Quickscrum Partner?</strong>\r\n\r\nIn General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having\r\n\r\nOwn Website, Blogs, Community, Personal Network or Existing Clients, can be a partner.\r\n\r\nEven If you want to start your business from zero, it’s the best option.\r\n\r\nOur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. </em><strong>contact our sales expert</strong> if you want to check your eligibility.\r\n\r\n \r\n\r\n<strong>What are the chances of my success?</strong>\r\n\r\nYou may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.\r\n\r\nIf you are starting from scratch, it may take a while as you need to start generating sales leads.\r\n\r\nPlease <strong>contact us</strong> if you need a guidance from our sales expert. We are glad to assist you.\r\n\r\n<strong> </strong>\r\n\r\n<strong>How Quickscrum helps to increase my revenue?</strong>\r\n\r\nQuickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. pay you 60% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.\r\n\r\n \r\n\r\n<strong>Is there any obligation if I terminate as a Partner?</strong>\r\n\r\nNo. You can terminate with us just by writing an email. The due commission will be paid to you.[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<strong>Do you provide any materials for promotion?</strong>\r\n\r\nYes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong>contact us </strong>to request for a banner.\r\n\r\n<strong> </strong>\r\n\r\n<strong>How does my commission get paid?</strong>\r\n\r\nYour commission gets paid by end of every month. We generally do the wire transfer to your bank account.\r\n\r\n \r\n\r\n<strong>What are the languages Quickscrum tool available?</strong>\r\n\r\nAt present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong>contact us</strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.\r\n\r\n \r\n\r\n<strong>Are there any fees to be a partner?</strong>\r\n\r\nNo. It’s absolutely free to be a partner. You don’t need to pay anything.\r\n\r\n \r\n\r\n<strong>What happens when a client click on my unique referral link?</strong>\r\n\r\nQuickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 60% of total sales.\" font_container=\"tag:h2|font_size:34px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 19:21:05','2018-11-16 13:51:05','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6588,1,'2018-11-16 19:22:08','2018-11-16 13:52:08','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm\r\nSale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"2/3\"][vc_btn title=\"LOGIN TO PARTNER PORTAL\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" shape=\"square\" align=\"left\" button_block=\"true\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promot link through your blog, Promot Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<span style=\"font-size: 20px; color: #01bfa5;\">Track</span>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span>\r\n\r\n<span style=\"color: #ffffff;\">Get 70% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<strong>Am I eligible to be a Quickscrum Partner?</strong>\r\n\r\nIn General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having\r\n\r\nOwn Website, Blogs, Community, Personal Network or Existing Clients, can be a partner.\r\n\r\nEven If you want to start your business from zero, it’s the best option.\r\n\r\nOur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. </em><strong>contact our sales expert</strong> if you want to check your eligibility.\r\n\r\n \r\n\r\n<strong>What are the chances of my success?</strong>\r\n\r\nYou may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.\r\n\r\nIf you are starting from scratch, it may take a while as you need to start generating sales leads.\r\n\r\nPlease <strong>contact us</strong> if you need a guidance from our sales expert. We are glad to assist you.\r\n\r\n<strong> </strong>\r\n\r\n<strong>How Quickscrum helps to increase my revenue?</strong>\r\n\r\nQuickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. pay you 60% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.\r\n\r\n \r\n\r\n<strong>Is there any obligation if I terminate as a Partner?</strong>\r\n\r\nNo. You can terminate with us just by writing an email. The due commission will be paid to you.[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<strong>Do you provide any materials for promotion?</strong>\r\n\r\nYes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong>contact us </strong>to request for a banner.\r\n\r\n<strong> </strong>\r\n\r\n<strong>How does my commission get paid?</strong>\r\n\r\nYour commission gets paid by end of every month. We generally do the wire transfer to your bank account.\r\n\r\n \r\n\r\n<strong>What are the languages Quickscrum tool available?</strong>\r\n\r\nAt present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong>contact us</strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.\r\n\r\n \r\n\r\n<strong>Are there any fees to be a partner?</strong>\r\n\r\nNo. It’s absolutely free to be a partner. You don’t need to pay anything.\r\n\r\n \r\n\r\n<strong>What happens when a client click on my unique referral link?</strong>\r\n\r\nQuickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 60% of total sales.\" font_container=\"tag:h2|font_size:34px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 19:22:08','2018-11-16 13:52:08','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6589,1,'2018-11-16 19:23:09','2018-11-16 13:53:09','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm\r\nSale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner][vc_btn title=\"LOGIN TO PARTNER PORTAL\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" shape=\"square\" align=\"left\" button_block=\"true\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promot link through your blog, Promot Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<span style=\"font-size: 20px; color: #01bfa5;\">Track</span>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span>\r\n\r\n<span style=\"color: #ffffff;\">Get 70% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<strong>Am I eligible to be a Quickscrum Partner?</strong>\r\n\r\nIn General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having\r\n\r\nOwn Website, Blogs, Community, Personal Network or Existing Clients, can be a partner.\r\n\r\nEven If you want to start your business from zero, it’s the best option.\r\n\r\nOur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. </em><strong>contact our sales expert</strong> if you want to check your eligibility.\r\n\r\n \r\n\r\n<strong>What are the chances of my success?</strong>\r\n\r\nYou may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.\r\n\r\nIf you are starting from scratch, it may take a while as you need to start generating sales leads.\r\n\r\nPlease <strong>contact us</strong> if you need a guidance from our sales expert. We are glad to assist you.\r\n\r\n<strong> </strong>\r\n\r\n<strong>How Quickscrum helps to increase my revenue?</strong>\r\n\r\nQuickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. pay you 60% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.\r\n\r\n \r\n\r\n<strong>Is there any obligation if I terminate as a Partner?</strong>\r\n\r\nNo. You can terminate with us just by writing an email. The due commission will be paid to you.[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<strong>Do you provide any materials for promotion?</strong>\r\n\r\nYes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong>contact us </strong>to request for a banner.\r\n\r\n<strong> </strong>\r\n\r\n<strong>How does my commission get paid?</strong>\r\n\r\nYour commission gets paid by end of every month. We generally do the wire transfer to your bank account.\r\n\r\n \r\n\r\n<strong>What are the languages Quickscrum tool available?</strong>\r\n\r\nAt present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong>contact us</strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.\r\n\r\n \r\n\r\n<strong>Are there any fees to be a partner?</strong>\r\n\r\nNo. It’s absolutely free to be a partner. You don’t need to pay anything.\r\n\r\n \r\n\r\n<strong>What happens when a client click on my unique referral link?</strong>\r\n\r\nQuickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 60% of total sales.\" font_container=\"tag:h2|font_size:34px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 19:23:09','2018-11-16 13:53:09','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6590,1,'2018-11-16 19:23:39','2018-11-16 13:53:39','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm\r\nSale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner][vc_btn title=\"LOGIN TO PARTNER PORTAL\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promot link through your blog, Promot Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<span style=\"font-size: 20px; color: #01bfa5;\">Track</span>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span>\r\n\r\n<span style=\"color: #ffffff;\">Get 70% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<strong>Am I eligible to be a Quickscrum Partner?</strong>\r\n\r\nIn General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having\r\n\r\nOwn Website, Blogs, Community, Personal Network or Existing Clients, can be a partner.\r\n\r\nEven If you want to start your business from zero, it’s the best option.\r\n\r\nOur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. </em><strong>contact our sales expert</strong> if you want to check your eligibility.\r\n\r\n \r\n\r\n<strong>What are the chances of my success?</strong>\r\n\r\nYou may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.\r\n\r\nIf you are starting from scratch, it may take a while as you need to start generating sales leads.\r\n\r\nPlease <strong>contact us</strong> if you need a guidance from our sales expert. We are glad to assist you.\r\n\r\n<strong> </strong>\r\n\r\n<strong>How Quickscrum helps to increase my revenue?</strong>\r\n\r\nQuickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. pay you 60% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.\r\n\r\n \r\n\r\n<strong>Is there any obligation if I terminate as a Partner?</strong>\r\n\r\nNo. You can terminate with us just by writing an email. The due commission will be paid to you.[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<strong>Do you provide any materials for promotion?</strong>\r\n\r\nYes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong>contact us </strong>to request for a banner.\r\n\r\n<strong> </strong>\r\n\r\n<strong>How does my commission get paid?</strong>\r\n\r\nYour commission gets paid by end of every month. We generally do the wire transfer to your bank account.\r\n\r\n \r\n\r\n<strong>What are the languages Quickscrum tool available?</strong>\r\n\r\nAt present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong>contact us</strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.\r\n\r\n \r\n\r\n<strong>Are there any fees to be a partner?</strong>\r\n\r\nNo. It’s absolutely free to be a partner. You don’t need to pay anything.\r\n\r\n \r\n\r\n<strong>What happens when a client click on my unique referral link?</strong>\r\n\r\nQuickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 60% of total sales.\" font_container=\"tag:h2|font_size:34px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 19:23:39','2018-11-16 13:53:39','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6591,1,'2018-11-16 19:26:39','2018-11-16 13:56:39','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm\r\nSale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promot link through your blog, Promot Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<span style=\"font-size: 20px; color: #01bfa5;\">Track</span>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span>\r\n\r\n<span style=\"color: #ffffff;\">Get 70% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<strong>Am I eligible to be a Quickscrum Partner?</strong>\r\n\r\nIn General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having\r\n\r\nOwn Website, Blogs, Community, Personal Network or Existing Clients, can be a partner.\r\n\r\nEven If you want to start your business from zero, it’s the best option.\r\n\r\nOur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. </em><strong>contact our sales expert</strong> if you want to check your eligibility.\r\n\r\n \r\n\r\n<strong>What are the chances of my success?</strong>\r\n\r\nYou may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.\r\n\r\nIf you are starting from scratch, it may take a while as you need to start generating sales leads.\r\n\r\nPlease <strong>contact us</strong> if you need a guidance from our sales expert. We are glad to assist you.\r\n\r\n<strong> </strong>\r\n\r\n<strong>How Quickscrum helps to increase my revenue?</strong>\r\n\r\nQuickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. pay you 60% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.\r\n\r\n \r\n\r\n<strong>Is there any obligation if I terminate as a Partner?</strong>\r\n\r\nNo. You can terminate with us just by writing an email. The due commission will be paid to you.[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<strong>Do you provide any materials for promotion?</strong>\r\n\r\nYes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong>contact us </strong>to request for a banner.\r\n\r\n<strong> </strong>\r\n\r\n<strong>How does my commission get paid?</strong>\r\n\r\nYour commission gets paid by end of every month. We generally do the wire transfer to your bank account.\r\n\r\n \r\n\r\n<strong>What are the languages Quickscrum tool available?</strong>\r\n\r\nAt present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong>contact us</strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.\r\n\r\n \r\n\r\n<strong>Are there any fees to be a partner?</strong>\r\n\r\nNo. It’s absolutely free to be a partner. You don’t need to pay anything.\r\n\r\n \r\n\r\n<strong>What happens when a client click on my unique referral link?</strong>\r\n\r\nQuickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 60% of total sales.\" font_container=\"tag:h2|font_size:34px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 19:26:39','2018-11-16 13:56:39','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6592,1,'2018-11-16 19:27:50','2018-11-16 13:57:50','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promot link through your blog, Promot Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<span style=\"font-size: 20px; color: #01bfa5;\">Track</span>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span>\r\n\r\n<span style=\"color: #ffffff;\">Get 70% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<strong>Am I eligible to be a Quickscrum Partner?</strong>\r\n\r\nIn General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having\r\n\r\nOwn Website, Blogs, Community, Personal Network or Existing Clients, can be a partner.\r\n\r\nEven If you want to start your business from zero, it’s the best option.\r\n\r\nOur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. </em><strong>contact our sales expert</strong> if you want to check your eligibility.\r\n\r\n \r\n\r\n<strong>What are the chances of my success?</strong>\r\n\r\nYou may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.\r\n\r\nIf you are starting from scratch, it may take a while as you need to start generating sales leads.\r\n\r\nPlease <strong>contact us</strong> if you need a guidance from our sales expert. We are glad to assist you.\r\n\r\n<strong> </strong>\r\n\r\n<strong>How Quickscrum helps to increase my revenue?</strong>\r\n\r\nQuickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. pay you 60% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.\r\n\r\n \r\n\r\n<strong>Is there any obligation if I terminate as a Partner?</strong>\r\n\r\nNo. You can terminate with us just by writing an email. The due commission will be paid to you.[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<strong>Do you provide any materials for promotion?</strong>\r\n\r\nYes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong>contact us </strong>to request for a banner.\r\n\r\n<strong> </strong>\r\n\r\n<strong>How does my commission get paid?</strong>\r\n\r\nYour commission gets paid by end of every month. We generally do the wire transfer to your bank account.\r\n\r\n \r\n\r\n<strong>What are the languages Quickscrum tool available?</strong>\r\n\r\nAt present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong>contact us</strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.\r\n\r\n \r\n\r\n<strong>Are there any fees to be a partner?</strong>\r\n\r\nNo. It’s absolutely free to be a partner. You don’t need to pay anything.\r\n\r\n \r\n\r\n<strong>What happens when a client click on my unique referral link?</strong>\r\n\r\nQuickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 60% of total sales.\" font_container=\"tag:h2|font_size:34px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 19:27:50','2018-11-16 13:57:50','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6593,1,'2018-11-16 19:28:25','2018-11-16 13:58:25','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promot link through your blog, Promot Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 70% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<strong>Am I eligible to be a Quickscrum Partner?</strong>\r\n\r\nIn General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having\r\n\r\nOwn Website, Blogs, Community, Personal Network or Existing Clients, can be a partner.\r\n\r\nEven If you want to start your business from zero, it’s the best option.\r\n\r\nOur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. </em><strong>contact our sales expert</strong> if you want to check your eligibility.\r\n\r\n \r\n\r\n<strong>What are the chances of my success?</strong>\r\n\r\nYou may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.\r\n\r\nIf you are starting from scratch, it may take a while as you need to start generating sales leads.\r\n\r\nPlease <strong>contact us</strong> if you need a guidance from our sales expert. We are glad to assist you.\r\n\r\n<strong> </strong>\r\n\r\n<strong>How Quickscrum helps to increase my revenue?</strong>\r\n\r\nQuickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. pay you 60% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.\r\n\r\n \r\n\r\n<strong>Is there any obligation if I terminate as a Partner?</strong>\r\n\r\nNo. You can terminate with us just by writing an email. The due commission will be paid to you.[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<strong>Do you provide any materials for promotion?</strong>\r\n\r\nYes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong>contact us </strong>to request for a banner.\r\n\r\n<strong> </strong>\r\n\r\n<strong>How does my commission get paid?</strong>\r\n\r\nYour commission gets paid by end of every month. We generally do the wire transfer to your bank account.\r\n\r\n \r\n\r\n<strong>What are the languages Quickscrum tool available?</strong>\r\n\r\nAt present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong>contact us</strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.\r\n\r\n \r\n\r\n<strong>Are there any fees to be a partner?</strong>\r\n\r\nNo. It’s absolutely free to be a partner. You don’t need to pay anything.\r\n\r\n \r\n\r\n<strong>What happens when a client click on my unique referral link?</strong>\r\n\r\nQuickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 60% of total sales.\" font_container=\"tag:h2|font_size:34px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 19:28:25','2018-11-16 13:58:25','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6594,1,'2018-11-16 19:28:53','2018-11-16 13:58:53','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promot link through your blog, Promot Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 70% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<strong>Am I eligible to be a Quickscrum Partner?</strong>\r\n\r\nIn General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having\r\n\r\nOwn Website, Blogs, Community, Personal Network or Existing Clients, can be a partner.\r\n\r\nEven If you want to start your business from zero, it’s the best option.\r\n\r\nOur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. </em><strong>contact our sales expert</strong> if you want to check your eligibility.\r\n\r\n \r\n\r\n<strong>What are the chances of my success?</strong>\r\n\r\nYou may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.\r\n\r\nIf you are starting from scratch, it may take a while as you need to start generating sales leads.\r\n\r\nPlease <strong>contact us</strong> if you need a guidance from our sales expert. We are glad to assist you.\r\n\r\n<strong> </strong>\r\n\r\n<strong>How Quickscrum helps to increase my revenue?</strong>\r\n\r\nQuickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. pay you 60% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.\r\n\r\n \r\n\r\n<strong>Is there any obligation if I terminate as a Partner?</strong>\r\n\r\nNo. You can terminate with us just by writing an email. The due commission will be paid to you.[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<strong>Do you provide any materials for promotion?</strong>\r\n\r\nYes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong>contact us </strong>to request for a banner.\r\n\r\n<strong> </strong>\r\n\r\n<strong>How does my commission get paid?</strong>\r\n\r\nYour commission gets paid by end of every month. We generally do the wire transfer to your bank account.\r\n\r\n \r\n\r\n<strong>What are the languages Quickscrum tool available?</strong>\r\n\r\nAt present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong>contact us</strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.\r\n\r\n \r\n\r\n<strong>Are there any fees to be a partner?</strong>\r\n\r\nNo. It’s absolutely free to be a partner. You don’t need to pay anything.\r\n\r\n \r\n\r\n<strong>What happens when a client click on my unique referral link?</strong>\r\n\r\nQuickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 60% of total sales.\" font_container=\"tag:h2|font_size:34px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" size=\"lg\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 19:28:53','2018-11-16 13:58:53','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6595,1,'2018-11-16 19:29:21','2018-11-16 13:59:21','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promot link through your blog, Promot Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 70% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<strong>Am I eligible to be a Quickscrum Partner?</strong>\r\n\r\nIn General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having\r\n\r\nOwn Website, Blogs, Community, Personal Network or Existing Clients, can be a partner.\r\n\r\nEven If you want to start your business from zero, it’s the best option.\r\n\r\nOur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. </em><strong>contact our sales expert</strong> if you want to check your eligibility.\r\n\r\n \r\n\r\n<strong>What are the chances of my success?</strong>\r\n\r\nYou may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.\r\n\r\nIf you are starting from scratch, it may take a while as you need to start generating sales leads.\r\n\r\nPlease <strong>contact us</strong> if you need a guidance from our sales expert. We are glad to assist you.\r\n\r\n<strong> </strong>\r\n\r\n<strong>How Quickscrum helps to increase my revenue?</strong>\r\n\r\nQuickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. pay you 60% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.\r\n\r\n \r\n\r\n<strong>Is there any obligation if I terminate as a Partner?</strong>\r\n\r\nNo. You can terminate with us just by writing an email. The due commission will be paid to you.[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<strong>Do you provide any materials for promotion?</strong>\r\n\r\nYes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong>contact us </strong>to request for a banner.\r\n\r\n<strong> </strong>\r\n\r\n<strong>How does my commission get paid?</strong>\r\n\r\nYour commission gets paid by end of every month. We generally do the wire transfer to your bank account.\r\n\r\n \r\n\r\n<strong>What are the languages Quickscrum tool available?</strong>\r\n\r\nAt present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong>contact us</strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.\r\n\r\n \r\n\r\n<strong>Are there any fees to be a partner?</strong>\r\n\r\nNo. It’s absolutely free to be a partner. You don’t need to pay anything.\r\n\r\n \r\n\r\n<strong>What happens when a client click on my unique referral link?</strong>\r\n\r\nQuickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 60% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" size=\"lg\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 19:29:21','2018-11-16 13:59:21','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6596,1,'2018-11-16 19:31:42','2018-11-16 14:01:42','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promot link through your blog, Promot Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 70% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Own Website, Blogs, Community, Personal Network or Existing Clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Our targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. </em><strong>contact our sales expert</strong> if you want to check your eligibility.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Please <strong>contact us</strong> if you need a guidance from our sales expert. We are glad to assist you.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. pay you 60% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<strong>Do you provide any materials for promotion?</strong>\r\n\r\nYes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong>contact us </strong>to request for a banner.\r\n\r\n<strong> </strong>\r\n\r\n<strong>How does my commission get paid?</strong>\r\n\r\nYour commission gets paid by end of every month. We generally do the wire transfer to your bank account.\r\n\r\n \r\n\r\n<strong>What are the languages Quickscrum tool available?</strong>\r\n\r\nAt present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong>contact us</strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.\r\n\r\n \r\n\r\n<strong>Are there any fees to be a partner?</strong>\r\n\r\nNo. It’s absolutely free to be a partner. You don’t need to pay anything.\r\n\r\n \r\n\r\n<strong>What happens when a client click on my unique referral link?</strong>\r\n\r\nQuickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 60% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" size=\"lg\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 19:31:42','2018-11-16 14:01:42','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6597,1,'2018-11-16 19:32:15','2018-11-16 14:02:15','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promot link through your blog, Promot Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 70% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Own Website, Blogs, Community, Personal Network or Existing Clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Our targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. </em><strong>contact our sales expert</strong> if you want to check your eligibility.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Please <strong>contact us</strong> if you need a guidance from our sales expert. We are glad to assist you.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. pay you 60% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong>contact us </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong>contact us</strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Are there any fees to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 60% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" size=\"lg\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-16 19:32:15','2018-11-16 14:02:15','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6598,1,'2018-11-19 10:37:02','2018-11-19 05:07:02','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" shape=\"square\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promot link through your blog, Promot Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 70% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Own Website, Blogs, Community, Personal Network or Existing Clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Our targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. </em><strong>contact our sales expert</strong> if you want to check your eligibility.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Please <strong>contact us</strong> if you need a guidance from our sales expert. We are glad to assist you.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. pay you 60% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong>contact us </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong>contact us</strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Are there any fees to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 60% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-19 10:37:02','2018-11-19 05:07:02','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6599,6,'2018-11-19 12:11:17','2018-11-19 06:41:17','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale<br />\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]</p>\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span></p>\n<p><span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promot link through your blog, Promot Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong></p>\n<p><span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong></p>\n<p><span style=\"color: #ffffff;\">Get 70% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having</span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\">Own Website, Blogs, Community, Personal Network or Existing Clients, can be a partner.</span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option.</span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\">Our targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. </em><strong>contact our sales expert</strong> if you want to check your eligibility.</span></p>\n<p> </p>\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\">Please <strong>contact us</strong> if you need a guidance from our sales expert. We are glad to assist you.</span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. pay you 60% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span></p>\n<p> </p>\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong>contact us </strong>to request for a banner.</span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span></p>\n<p> </p>\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong>contact us</strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span></p>\n<p> </p>\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Are there any fees to be a partner?</strong></span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span></p>\n<p> </p>\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 60% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\"][/vc_column][/vc_row]</p>\n','Partner','','inherit','closed','closed','','6500-autosave-v1','','','2018-11-19 12:11:17','2018-11-19 06:41:17','',6500,'https://guide.quickscrum.com/product/6500-autosave-v1/',0,'revision','',0),(6600,6,'2018-11-19 12:09:53','2018-11-19 06:39:53','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609684690{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" shape=\"square\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promot link through your blog, Promot Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 70% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Own Website, Blogs, Community, Personal Network or Existing Clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Our targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. </em><strong>contact our sales expert</strong> if you want to check your eligibility.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Please <strong>contact us</strong> if you need a guidance from our sales expert. We are glad to assist you.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. pay you 60% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong>contact us </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong>contact us</strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Are there any fees to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 60% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-19 12:09:53','2018-11-19 06:39:53','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6601,6,'2018-11-19 12:11:18','2018-11-19 06:41:18','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promot link through your blog, Promot Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 70% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Own Website, Blogs, Community, Personal Network or Existing Clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Our targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. </em><strong>contact our sales expert</strong> if you want to check your eligibility.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Please <strong>contact us</strong> if you need a guidance from our sales expert. We are glad to assist you.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. pay you 60% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong>contact us </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong>contact us</strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Are there any fees to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 60% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-19 12:11:18','2018-11-19 06:41:18','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6602,6,'2018-11-19 12:13:41','2018-11-19 06:43:41','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 70% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promot link through your blog, Promot Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 70% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Own Website, Blogs, Community, Personal Network or Existing Clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Our targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. </em><strong>contact our sales expert</strong> if you want to check your eligibility.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Please <strong>contact us</strong> if you need a guidance from our sales expert. We are glad to assist you.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. pay you 60% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong>contact us </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong>contact us</strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Are there any fees to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 60% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-19 12:13:41','2018-11-19 06:43:41','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6604,3,'2018-11-20 10:46:17','2018-11-20 05:16:17','<p>[vc_row full_width=\"stretch_row\" el_class=\"scrum-solution\" css=\".vc_custom_1540214878640{background-color: #00bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"scrum-left-txt\"][vc_custom_heading text=\"The Most Efficient Task Management Tool \" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\">Organize your team tasks efficiently and get them done faster with Quickscrum.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\" el_class=\"scrum-solu-image\"][vc_single_image image=\"6452\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539845177194{background-color: #293846 !important;}\"][vc_column][vc_column_text]</p>\n<ul class=\"home-page-logo-ticker\">\n<li><img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c1.png\" alt=\"\" data-original=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c1.png\" data-lazyload=\"true\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c2.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c3.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c4.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c5.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c6.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c7.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c8.png\" alt=\"\" /></li>\n</ul>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1539848618914{padding-top: 50px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column][vc_custom_heading text=\"Task Management Tool\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23292929\" use_theme_fonts=\"yes\"][vc_column_text]<br />\n<p style=\"text-align: center;\"><span style=\"color: #555555; font-size: 16px;\">Organize your tasks efficiently and get them done faster </span></p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1542607817987{padding-top: 0px !important;padding-bottom: 0px !important;}\" el_class=\"home-solution scrum-page-tab solution-post\"][vc_column][vc_tta_tabs shape=\"square\" color=\"vista-blue\" active_section=\"1\" el_class=\"tabs\"][vc_tta_section title=\"Task List\" tab_id=\"1539846877402-c47d652d-54de\"][vc_row_inner css=\".vc_custom_1542608792941{background-color: #ececec !important;}\" el_class=\"tab-content\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text css_animation=\"none\"]<img class=\"alignnone size-full wp-image-6453\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/11/kanban-board.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Task List\" font_container=\"tag:h2|font_size:36px|text_align:left\" use_theme_fonts=\"yes\" css=\".vc_custom_1542690721101{margin-top: 75px !important;}\"][vc_column_text]Keep all your tasks in a single location, Create subtasks, Assign to team members, Prioritize them and Work effortlessly[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Task Board\" tab_id=\"1542690644011-31442fc8-4042\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870480653{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text css_animation=\"none\"]<img class=\"alignnone size-full wp-image-6454\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/11/Backlog-kanban.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Task Board\" css=\".vc_custom_1542690765925{margin-top: 75px !important;}\"][vc_column_text]As workitems grow it is difficult to manage them on a single board. Many teams require list view for the better management.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Collaborate\" tab_id=\"1539846877656-6b79aa2f-7d2f\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1542608759875{margin-top: 50px !important;background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text css_animation=\"none\"]<img class=\"alignnone size-full wp-image-6455\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/11/collaborate-kanban.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Collaborate\" use_theme_fonts=\"yes\" css=\".vc_custom_1542608862571{margin-top: 50px !important;}\"][vc_column_text]Keep every team members on the same page for Project & Timebox progress as well communicate with team members over any specific workitem.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Monitor\" tab_id=\"1539846877632-f081a618-c0a6\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870939679{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text css_animation=\"none\"]<img class=\"alignnone size-full wp-image-6456\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/11/Monitor-kanban.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Monitor\" use_theme_fonts=\"yes\" css=\".vc_custom_1542609161769{margin-top: 75px !important;}\"][vc_column_text]Charts such as Speed and Distribution provides detail insights about the project. It helps the team to thrive for continuous success.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs active_section=\"1\" el_class=\"align-center\"][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]</p>\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\n<p class=\"pricing-text txt-italic\">per User</p>\n<p class=\"pricing-text txt-italic\">per Month</p>\n<p><a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]</p>\n','Task Management','Simply manage your work with the tasks','inherit','closed','closed','','6447-autosave-v1','','','2018-11-20 10:46:17','2018-11-20 05:16:17','',6447,'https://guide.quickscrum.com/product/6447-autosave-v1/',0,'revision','',0),(6605,4,'2018-11-19 18:29:32','2018-11-19 12:59:32','','backlog-attach-file','','inherit','closed','closed','','backlog-attach-file','','','2018-11-19 18:29:32','2018-11-19 12:59:32','',6403,'https://product.quickscrum.com/wp-content/uploads/2018/11/backlog-attach-file.png',0,'attachment','image/png',0),(6606,4,'2018-11-19 18:29:33','2018-11-19 12:59:33','','backlog-duplicate','','inherit','closed','closed','','backlog-duplicate','','','2018-11-19 18:29:33','2018-11-19 12:59:33','',6403,'https://product.quickscrum.com/wp-content/uploads/2018/11/backlog-duplicate.png',0,'attachment','image/png',0),(6607,4,'2018-11-19 18:29:33','2018-11-19 12:59:33','','backlog-Filter','','inherit','closed','closed','','backlog-filter','','','2018-11-19 18:29:33','2018-11-19 12:59:33','',6403,'https://product.quickscrum.com/wp-content/uploads/2018/11/backlog-Filter.png',0,'attachment','image/png',0),(6608,4,'2018-11-19 18:29:33','2018-11-19 12:59:33','','backlog-Prioritize Workitem','','inherit','closed','closed','','backlog-prioritize-workitem','','','2018-11-19 18:29:33','2018-11-19 12:59:33','',6403,'https://product.quickscrum.com/wp-content/uploads/2018/11/backlog-Prioritize-Workitem.png',0,'attachment','image/png',0),(6609,4,'2018-11-19 18:29:33','2018-11-19 12:59:33','','backlog-Quick Edit','','inherit','closed','closed','','backlog-quick-edit','','','2018-11-19 18:29:33','2018-11-19 12:59:33','',6403,'https://product.quickscrum.com/wp-content/uploads/2018/11/backlog-Quick-Edit.png',0,'attachment','image/png',0),(6610,4,'2018-11-19 18:29:34','2018-11-19 12:59:34','','backlog-workitem','','inherit','closed','closed','','backlog-workitem','','','2018-11-19 18:29:34','2018-11-19 12:59:34','',6403,'https://product.quickscrum.com/wp-content/uploads/2018/11/backlog-workitem.png',0,'attachment','image/png',0),(6611,4,'2018-11-19 18:31:05','2018-11-19 13:01:05','','Bulk Edibacklog-t','','inherit','closed','closed','','bulk-edibacklog-t','','','2018-11-19 18:31:05','2018-11-19 13:01:05','',6406,'https://product.quickscrum.com/wp-content/uploads/2018/11/Bulk-Edibacklog-t.png',0,'attachment','image/png',0),(6612,1,'2018-11-22 17:06:00','2018-11-22 11:36:00','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_row_inner][vc_column_inner][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"landing-section\" css=\".vc_custom_1542886531907{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales<br />\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542881703798{border-radius: 3px !important;}\" el_class=\"home-solution btn-width-org\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]</p>\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span></p>\n<p><span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong></p>\n<p><span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong></p>\n<p><span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span></p>\n<p> </p>\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span></p>\n<p> </p>\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span></p>\n<p> </p>\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]</p>\n','Partner','','inherit','closed','closed','','6500-autosave-v1','','','2018-11-22 17:06:00','2018-11-22 11:36:00','',6500,'https://guide.quickscrum.com/product/6500-autosave-v1/',0,'revision','',0),(6613,4,'2018-11-19 18:33:11','2018-11-19 13:03:11','','Workitem-Estimate by Size','','inherit','closed','closed','','workitem-estimate-by-size','','','2018-11-19 18:33:11','2018-11-19 13:03:11','',6417,'https://product.quickscrum.com/wp-content/uploads/2018/11/Workitem-Estimate-by-Size.png',0,'attachment','image/png',0),(6614,17,'2018-11-19 18:34:49','2018-11-19 13:04:49','<p>[vc_row full_width=\"stretch_row\" el_class=\"scrum-solution\" css=\".vc_custom_1540214878640{background-color: #00bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"scrum-left-txt\"][vc_custom_heading text=\"The Most Efficient Task Management Tool \" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\">Organize your team tasks efficiently and get them done faster with Quickscrum.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\" el_class=\"scrum-solu-image\"][vc_single_image image=\"6452\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539845177194{background-color: #293846 !important;}\"][vc_column][vc_column_text]</p>\n<ul class=\"home-page-logo-ticker\">\n<li><img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c1.png\" alt=\"\" data-original=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c1.png\" data-lazyload=\"true\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c2.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c3.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c4.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c5.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c6.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c7.png\" alt=\"\" /></li>\n<li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c8.png\" alt=\"\" /></li>\n</ul>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1539848618914{padding-top: 50px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column][vc_custom_heading text=\"Task Management Tool\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23292929\" use_theme_fonts=\"yes\"][vc_column_text]<br />\n<p style=\"text-align: center;\"><span style=\"color: #555555; font-size: 16px;\">Simple and easy to understand features will help you get started quickly</span></p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1542607817987{padding-top: 0px !important;padding-bottom: 0px !important;}\" el_class=\"home-solution scrum-page-tab solution-post\"][vc_column][vc_tta_tabs shape=\"square\" color=\"vista-blue\" active_section=\"1\" el_class=\"tabs\"][vc_tta_section title=\"Kanban Board\" tab_id=\"1539846877402-c47d652d-54de\"][vc_row_inner css=\".vc_custom_1542608792941{background-color: #ececec !important;}\" el_class=\"tab-content\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text css_animation=\"none\"]<img class=\"alignnone size-full wp-image-6453\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/11/kanban-board.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Kanban Board\" font_container=\"tag:h2|font_size:36px|text_align:left\" use_theme_fonts=\"yes\" css=\".vc_custom_1542609140674{margin-top: 75px !important;}\"][vc_column_text]Keeps all your work items within a single board. Prioritize them based on business values & work complexity.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Backlog\" tab_id=\"1539846877607-4ea1e31f-f9b5\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870480653{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text css_animation=\"none\"]<img class=\"alignnone size-full wp-image-6454\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/11/Backlog-kanban.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Backlog\" css=\".vc_custom_1542609154547{margin-top: 75px !important;}\"][vc_column_text]As workitems grow it is difficult to manage them on a single board. Many teams require list view for the better management.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Collaborate\" tab_id=\"1539846877656-6b79aa2f-7d2f\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1542608759875{margin-top: 50px !important;background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text css_animation=\"none\"]<img class=\"alignnone size-full wp-image-6455\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/11/collaborate-kanban.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Collaborate\" use_theme_fonts=\"yes\" css=\".vc_custom_1542608862571{margin-top: 50px !important;}\"][vc_column_text]Keep every team members on the same page for Project & Timebox progress as well communicate with team members over any specific workitem.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Monitor\" tab_id=\"1539846877632-f081a618-c0a6\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870939679{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text css_animation=\"none\"]<img class=\"alignnone size-full wp-image-6456\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/11/Monitor-kanban.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Monitor\" use_theme_fonts=\"yes\" css=\".vc_custom_1542609161769{margin-top: 75px !important;}\"][vc_column_text]Kanban charts such as Speed and Distribution provides detail insights about the project. It helps team to thrive for continuous success.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs active_section=\"1\" el_class=\"align-center\"][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]</p>\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\n<p class=\"pricing-text txt-italic\">per User</p>\n<p class=\"pricing-text txt-italic\">per Month</p>\n<p><a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]</p>\n','Task Management','Simply manage your work with the tasks','inherit','closed','closed','','6447-autosave-v1','','','2018-11-19 18:34:49','2018-11-19 13:04:49','',6447,'https://guide.quickscrum.com/product/6447-autosave-v1/',0,'revision','',0),(6615,4,'2018-11-19 18:33:41','2018-11-19 13:03:41','','Workitem-Activity','','inherit','closed','closed','','workitem-activity','','','2018-11-19 18:33:41','2018-11-19 13:03:41','',6419,'https://product.quickscrum.com/wp-content/uploads/2018/11/Workitem-Activity.png',0,'attachment','image/png',0),(6616,4,'2018-11-19 18:33:41','2018-11-19 13:03:41','','Workitem-Add sub item','','inherit','closed','closed','','workitem-add-sub-item','','','2018-11-19 18:33:41','2018-11-19 13:03:41','',6419,'https://product.quickscrum.com/wp-content/uploads/2018/11/Workitem-Add-sub-item.png',0,'attachment','image/png',0),(6617,4,'2018-11-19 18:33:41','2018-11-19 13:03:41','','Workitem-Assign user','','inherit','closed','closed','','workitem-assign-user','','','2018-11-19 18:33:41','2018-11-19 13:03:41','',6419,'https://product.quickscrum.com/wp-content/uploads/2018/11/Workitem-Assign-user.png',0,'attachment','image/png',0),(6618,4,'2018-11-19 18:33:42','2018-11-19 13:03:42','','Workitem-attach-file','','inherit','closed','closed','','workitem-attach-file','','','2018-11-19 18:33:42','2018-11-19 13:03:42','',6419,'https://product.quickscrum.com/wp-content/uploads/2018/11/Workitem-attach-file.png',0,'attachment','image/png',0),(6619,4,'2018-11-19 18:33:42','2018-11-19 13:03:42','','Workitem-Comment','','inherit','closed','closed','','workitem-comment','','','2018-11-19 18:33:42','2018-11-19 13:03:42','',6419,'https://product.quickscrum.com/wp-content/uploads/2018/11/Workitem-Comment.png',0,'attachment','image/png',0),(6620,4,'2018-11-19 18:33:42','2018-11-19 13:03:42','','Workitem-log effort','','inherit','closed','closed','','workitem-log-effort','','','2018-11-19 18:33:42','2018-11-19 13:03:42','',6419,'https://product.quickscrum.com/wp-content/uploads/2018/11/Workitem-log-effort.png',0,'attachment','image/png',0),(6621,4,'2018-11-19 18:33:42','2018-11-19 13:03:42','','Workitem-Set Business Value','','inherit','closed','closed','','workitem-set-business-value','','','2018-11-19 18:33:42','2018-11-19 13:03:42','',6419,'https://product.quickscrum.com/wp-content/uploads/2018/11/Workitem-Set-Business-Value.png',0,'attachment','image/png',0),(6622,4,'2018-11-19 18:33:42','2018-11-19 13:03:42','','Workitem-Status','','inherit','closed','closed','','workitem-status','','','2018-11-19 18:33:42','2018-11-19 13:03:42','',6419,'https://product.quickscrum.com/wp-content/uploads/2018/11/Workitem-Status.png',0,'attachment','image/png',0),(6623,4,'2018-11-19 18:33:43','2018-11-19 13:03:43','','Workitem-Tag','','inherit','closed','closed','','workitem-tag','','','2018-11-19 18:33:43','2018-11-19 13:03:43','',6419,'https://product.quickscrum.com/wp-content/uploads/2018/11/Workitem-Tag.png',0,'attachment','image/png',0),(6624,4,'2018-11-19 18:56:20','2018-11-19 13:26:20','','Board-workitem','','inherit','closed','closed','','board-workitem','','','2018-11-19 18:56:20','2018-11-19 13:26:20','',6252,'https://product.quickscrum.com/wp-content/uploads/2018/10/Board-workitem.png',0,'attachment','image/png',0),(6625,4,'2018-11-19 18:56:45','2018-11-19 13:26:45','','Board- Custom Workflow','','inherit','closed','closed','','board-custom-workflow','','','2018-11-19 18:56:45','2018-11-19 13:26:45','',6256,'https://product.quickscrum.com/wp-content/uploads/2018/10/Board-Custom-Workflow.png',0,'attachment','image/png',0),(6626,4,'2018-11-19 18:57:11','2018-11-19 13:27:11','','Board-Update Workitem Status','','inherit','closed','closed','','board-update-workitem-status','','','2018-11-19 18:57:11','2018-11-19 13:27:11','',6257,'https://product.quickscrum.com/wp-content/uploads/2018/10/Board-Update-Workitem-Status.png',0,'attachment','image/png',0),(6627,4,'2018-11-19 18:57:39','2018-11-19 13:27:39','','board-Prioritize Workitem','','inherit','closed','closed','','board-prioritize-workitem','','','2018-11-19 18:57:39','2018-11-19 13:27:39','',6258,'https://product.quickscrum.com/wp-content/uploads/2018/10/board-Prioritize-Workitem.png',0,'attachment','image/png',0),(6628,4,'2018-11-19 18:58:02','2018-11-19 13:28:02','','board-Filter','','inherit','closed','closed','','board-filter','','','2018-11-19 18:58:02','2018-11-19 13:28:02','',6431,'https://product.quickscrum.com/wp-content/uploads/2018/11/board-Filter.png',0,'attachment','image/png',0),(6629,4,'2018-11-19 18:58:30','2018-11-19 13:28:30','','plan-Create Timebox','','inherit','closed','closed','','plan-create-timebox','','','2018-11-19 18:58:30','2018-11-19 13:28:30','',6266,'https://product.quickscrum.com/wp-content/uploads/2018/10/plan-Create-Timebox.png',0,'attachment','image/png',0),(6630,4,'2018-11-19 18:58:51','2018-11-19 13:28:51','','plan- plan timebox','','inherit','closed','closed','','plan-plan-timebox','','','2018-11-19 18:58:51','2018-11-19 13:28:51','',6268,'https://product.quickscrum.com/wp-content/uploads/2018/10/plan-plan-timebox.png',0,'attachment','image/png',0),(6631,4,'2018-11-19 18:59:11','2018-11-19 13:29:11','','plan- Filter','','inherit','closed','closed','','plan-filter','','','2018-11-19 18:59:11','2018-11-19 13:29:11','',6269,'https://product.quickscrum.com/wp-content/uploads/2018/10/plan-Filter.png',0,'attachment','image/png',0),(6632,4,'2018-11-19 18:59:44','2018-11-19 13:29:44','','time log -log effort','','inherit','closed','closed','','time-log-log-effort','','','2018-11-19 18:59:44','2018-11-19 13:29:44','',6435,'https://product.quickscrum.com/wp-content/uploads/2018/11/time-log-log-effort.png',0,'attachment','image/png',0),(6633,4,'2018-11-19 19:00:09','2018-11-19 13:30:09','','time log - Track Effort by User','','inherit','closed','closed','','time-log-track-effort-by-user','','','2018-11-19 19:00:09','2018-11-19 13:30:09','',6436,'https://product.quickscrum.com/wp-content/uploads/2018/11/time-log-Track-Effort-by-User.png',0,'attachment','image/png',0),(6634,4,'2018-11-19 19:00:35','2018-11-19 13:30:35','','Files - Add file','','inherit','closed','closed','','files-add-file','','','2018-11-19 19:00:35','2018-11-19 13:30:35','',6437,'https://product.quickscrum.com/wp-content/uploads/2018/11/Files-Add-file.png',0,'attachment','image/png',0),(6635,4,'2018-11-19 19:00:53','2018-11-19 13:30:53','','Files - Add Files to a Folder','','inherit','closed','closed','','files-add-files-to-a-folder','','','2018-11-19 19:00:53','2018-11-19 13:30:53','',6438,'https://product.quickscrum.com/wp-content/uploads/2018/11/Files-Add-Files-to-a-Folder.png',0,'attachment','image/png',0),(6636,4,'2018-11-19 19:01:11','2018-11-19 13:31:11','','Files - Drag & Drop Files','','inherit','closed','closed','','files-drag-drop-files','','','2018-11-19 19:01:11','2018-11-19 13:31:11','',6439,'https://product.quickscrum.com/wp-content/uploads/2018/11/Files-Drag-Drop-Files.png',0,'attachment','image/png',0),(6637,4,'2018-11-19 19:01:26','2018-11-19 13:31:26','','Files - View File In Viewer','','inherit','closed','closed','','files-view-file-in-viewer','','','2018-11-19 19:01:26','2018-11-19 13:31:26','',6440,'https://product.quickscrum.com/wp-content/uploads/2018/11/Files-View-File-In-Viewer.png',0,'attachment','image/png',0),(6638,4,'2018-11-19 19:01:56','2018-11-19 13:31:56','','Insights- burndown','','inherit','closed','closed','','insights-burndown','','','2018-11-19 19:01:56','2018-11-19 13:31:56','',6275,'https://product.quickscrum.com/wp-content/uploads/2018/10/Insights-burndown.png',0,'attachment','image/png',0),(6639,4,'2018-11-19 19:02:16','2018-11-19 13:32:16','','Insights- burnup','','inherit','closed','closed','','insights-burnup','','','2018-11-19 19:02:16','2018-11-19 13:32:16','',6274,'https://product.quickscrum.com/wp-content/uploads/2018/10/Insights-burnup.png',0,'attachment','image/png',0),(6640,4,'2018-11-19 19:02:36','2018-11-19 13:32:36','','Insights- Speed and Leakages','','inherit','closed','closed','','insights-speed-and-leakages','','','2018-11-19 19:02:36','2018-11-19 13:32:36','',6273,'https://product.quickscrum.com/wp-content/uploads/2018/10/Insights-Speed-and-Leakages.png',0,'attachment','image/png',0),(6641,4,'2018-11-19 19:03:01','2018-11-19 13:33:01','','Insights- Velocity','','inherit','closed','closed','','insights-velocity','','','2018-11-19 19:03:01','2018-11-19 13:33:01','',6271,'https://product.quickscrum.com/wp-content/uploads/2018/10/Insights-Velocity.png',0,'attachment','image/png',0),(6642,4,'2018-11-19 19:03:22','2018-11-19 13:33:22','','Insights- Distribution','','inherit','closed','closed','','insights-distribution','','','2018-11-19 19:03:22','2018-11-19 13:33:22','',6264,'https://product.quickscrum.com/wp-content/uploads/2018/10/Insights-Distribution.png',0,'attachment','image/png',0),(6643,4,'2018-11-19 19:03:44','2018-11-19 13:33:44','','Insights-Activity','','inherit','closed','closed','','insights-activity','','','2018-11-19 19:03:44','2018-11-19 13:33:44','',6265,'https://product.quickscrum.com/wp-content/uploads/2018/10/Insights-Activity-.png',0,'attachment','image/png',0),(6644,4,'2018-11-19 19:04:22','2018-11-19 13:34:22','','Integrations - bitbucket','','inherit','closed','closed','','integrations-bitbucket','','','2018-11-19 19:04:22','2018-11-19 13:34:22','',6410,'https://product.quickscrum.com/wp-content/uploads/2018/11/Integrations-bitbucket-.png',0,'attachment','image/png',0),(6645,4,'2018-11-19 19:04:23','2018-11-19 13:34:23','','Integrations - Box','','inherit','closed','closed','','integrations-box','','','2018-11-19 19:04:23','2018-11-19 13:34:23','',6410,'https://product.quickscrum.com/wp-content/uploads/2018/11/Integrations-Box.png',0,'attachment','image/png',0),(6646,4,'2018-11-19 19:04:23','2018-11-19 13:34:23','','Integrations - Drive','','inherit','closed','closed','','integrations-drive','','','2018-11-19 19:04:23','2018-11-19 13:34:23','',6410,'https://product.quickscrum.com/wp-content/uploads/2018/11/Integrations-Drive.png',0,'attachment','image/png',0),(6647,4,'2018-11-19 19:04:23','2018-11-19 13:34:23','','Integrations - Dropbox','','inherit','closed','closed','','integrations-dropbox','','','2018-11-19 19:04:23','2018-11-19 13:34:23','',6410,'https://product.quickscrum.com/wp-content/uploads/2018/11/Integrations-Dropbox.png',0,'attachment','image/png',0),(6648,4,'2018-11-19 19:04:23','2018-11-19 13:34:23','','Integrations - Github','','inherit','closed','closed','','integrations-github','','','2018-11-19 19:04:23','2018-11-19 13:34:23','',6410,'https://product.quickscrum.com/wp-content/uploads/2018/11/Integrations-Github.png',0,'attachment','image/png',0),(6649,4,'2018-11-19 19:04:24','2018-11-19 13:34:24','','Integrations - Gitlab','','inherit','closed','closed','','integrations-gitlab','','','2018-11-19 19:04:24','2018-11-19 13:34:24','',6410,'https://product.quickscrum.com/wp-content/uploads/2018/11/Integrations-Gitlab.png',0,'attachment','image/png',0),(6650,4,'2018-11-19 19:04:24','2018-11-19 13:34:24','','Integrations - Onedrive','','inherit','closed','closed','','integrations-onedrive','','','2018-11-19 19:04:24','2018-11-19 13:34:24','',6410,'https://product.quickscrum.com/wp-content/uploads/2018/11/Integrations-Onedrive.png',0,'attachment','image/png',0),(6651,3,'2018-11-20 08:20:40','2018-11-20 02:50:40','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promote link through your blog, Promote Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 70% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Own Website, Blogs, Community, Personal Network or Existing Clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Our targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. </em><strong>contact our sales expert</strong> if you want to check your eligibility.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Please <strong>contact us</strong> if you need a guidance from our sales expert. We are glad to assist you.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. pay you 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong>contact us </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong>contact us</strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Are there any fees to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 60% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-20 08:20:40','2018-11-20 02:50:40','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6652,3,'2018-11-20 08:22:39','2018-11-20 02:52:39','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promote link through your blog, Promote Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Own Website, Blogs, Community, Personal Network or Existing Clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Our targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. </em><strong>contact our sales expert</strong> if you want to check your eligibility.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Please <strong>contact us</strong> if you need a guidance from our sales expert. We are glad to assist you.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. pay you 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong>contact us </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong>contact us</strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Are there any fees to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 60% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-20 08:22:39','2018-11-20 02:52:39','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6653,3,'2018-11-20 08:23:06','2018-11-20 02:53:06','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promote link through your blog, Promote Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Own Website, Blogs, Community, Personal Network or Existing Clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Our targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. </em><strong>contact our sales expert</strong> if you want to check your eligibility.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Please <strong>contact us</strong> if you need a guidance from our sales expert. We are glad to assist you.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. pay you 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong>contact us </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong>contact us</strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Are there any fees to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-20 08:23:06','2018-11-20 02:53:06','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6654,3,'2018-11-20 08:23:52','2018-11-20 02:53:52','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of on Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum ad on your website, Promote link through your blog, Promote Quickscrum to your clients or Network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Own Website, Blogs, Community, Personal Network or Existing Clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Our targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. </em><strong>contact our sales expert</strong> if you want to check your eligibility.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Please <strong>contact us</strong> if you need a guidance from our sales expert. We are glad to assist you.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. pay you 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong>contact us </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong>contact us</strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Are there any fees to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-20 08:23:52','2018-11-20 02:53:52','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6655,3,'2018-11-20 09:51:16','2018-11-20 04:21:16','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\n\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\n\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\n\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\n\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\n\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\n\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\n\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\n\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\n\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\n\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\n\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\n\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\n\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\n\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\n\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\n\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\n\n \n\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\n\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\n\n \n\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\n\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\n\n \n\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\n\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-autosave-v1','','','2018-11-20 09:51:16','2018-11-20 04:21:16','',6500,'https://guide.quickscrum.com/product/6500-autosave-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (6656,3,'2018-11-20 08:57:41','2018-11-20 03:27:41','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 70% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Own Website, Blogs, Community, Personal Network or Existing Clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Our targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. </em><strong>contact our sales expert</strong> if you want to check your eligibility.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Please <strong>contact us</strong> if you need a guidance from our sales expert. We are glad to assist you.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. pay you 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong>contact us </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong>contact us</strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Are there any fees to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 60% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-20 08:57:41','2018-11-20 03:27:41','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6657,3,'2018-11-20 08:58:30','2018-11-20 03:28:30','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sale Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of on Total Sale\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Own Website, Blogs, Community, Personal Network or Existing Clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Our targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. </em><strong>contact our sales expert</strong> if you want to check your eligibility.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Please <strong>contact us</strong> if you need a guidance from our sales expert. We are glad to assist you.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. pay you 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong>contact us </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong>contact us</strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Are there any fees to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 60% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-20 08:58:30','2018-11-20 03:28:30','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6658,3,'2018-11-20 08:59:03','2018-11-20 03:29:03','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of on Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Own Website, Blogs, Community, Personal Network or Existing Clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Our targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. </em><strong>contact our sales expert</strong> if you want to check your eligibility.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Please <strong>contact us</strong> if you need a guidance from our sales expert. We are glad to assist you.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. pay you 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong>contact us </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong>contact us</strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Are there any fees to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 60% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-20 08:59:03','2018-11-20 03:29:03','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6659,3,'2018-11-20 08:59:26','2018-11-20 03:29:26','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Own Website, Blogs, Community, Personal Network or Existing Clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Our targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. </em><strong>contact our sales expert</strong> if you want to check your eligibility.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Please <strong>contact us</strong> if you need a guidance from our sales expert. We are glad to assist you.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. pay you 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong>contact us </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong>contact us</strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Are there any fees to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 60% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-20 08:59:26','2018-11-20 03:29:26','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6660,3,'2018-11-20 09:04:02','2018-11-20 03:34:02','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. pay you 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong>contact us </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong>contact us</strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Are there any fees to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 60% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-20 09:04:02','2018-11-20 03:34:02','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6661,3,'2018-11-20 09:05:34','2018-11-20 03:35:34','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. pay you 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href-\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong>contact us</strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Are there any fees to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 60% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-20 09:05:34','2018-11-20 03:35:34','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6662,3,'2018-11-20 09:06:13','2018-11-20 03:36:13','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. pay you 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong>contact us</strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Are there any fees to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 60% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-20 09:06:13','2018-11-20 03:36:13','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6663,3,'2018-11-20 09:09:09','2018-11-20 03:39:09','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. pay you 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Are there any fees to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 60% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-20 09:09:09','2018-11-20 03:39:09','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6664,3,'2018-11-20 09:10:35','2018-11-20 03:40:35','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. pay you 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fees to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 60% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-20 09:10:35','2018-11-20 03:40:35','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6665,3,'2018-11-20 09:11:12','2018-11-20 03:41:12','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. pay you 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 60% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-20 09:11:12','2018-11-20 03:41:12','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6666,3,'2018-11-20 09:14:54','2018-11-20 03:44:54','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 60% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-20 09:14:54','2018-11-20 03:44:54','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6667,3,'2018-11-20 09:51:17','2018-11-20 04:21:17','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-20 09:51:17','2018-11-20 04:21:17','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6668,1,'2018-11-20 18:14:53','2018-11-20 12:44:53','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Anyone Can Refer\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]<strong><span style=\"font-size: 16px; color: #fa6900;\">Scrum Masters</span></strong>\r\n<div class=\"aio-icon-component style_1\">\r\n<div id=\"Info-box-wrap-8729\" class=\"aio-icon-box default-icon\">\r\n<div class=\"aio-icon-description ult-responsive\" data-ultimate-target=\"#Info-box-wrap-8729 .aio-icon-description\" data-responsive-json-new=\"{"font-size":"desktop:16px;","line-height":"undefined"}\">Help expose FreeeUp to business owners at conferences and public speaking events. You’ll be rewarded for every referral you give.</div>\r\n</div>\r\n</div>\r\n<div class=\"aio-icon-component style_1\">\r\n<div id=\"Info-box-wrap-6433\" class=\"aio-icon-box default-icon\">\r\n<div class=\"aio-icon-header\"></div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-20 18:14:53','2018-11-20 12:44:53','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6669,1,'2018-11-20 18:16:06','2018-11-20 12:46:06','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Anyone Can Refer\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"font-size: 20px;\"><strong><span style=\"color: #fa6900;\">Scrum Masters</span></strong></span>\r\n<div class=\"aio-icon-component style_1\">\r\n<div id=\"Info-box-wrap-8729\" class=\"aio-icon-box default-icon\">\r\n<div class=\"aio-icon-description ult-responsive\" data-ultimate-target=\"#Info-box-wrap-8729 .aio-icon-description\" data-responsive-json-new=\"{"font-size":"desktop:16px;","line-height":"undefined"}\"><span style=\"font-size: 20px;\">Help expose FreeeUp to business owners at conferences and public speaking events. You’ll be rewarded for every referral you give.</span></div>\r\n</div>\r\n</div>\r\n<div class=\"aio-icon-component style_1\">\r\n<div id=\"Info-box-wrap-6433\" class=\"aio-icon-box default-icon\">\r\n<div class=\"aio-icon-header\"></div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-20 18:16:06','2018-11-20 12:46:06','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6670,1,'2018-11-20 18:17:13','2018-11-20 12:47:13','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Anyone Can Refer\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-size: 20px;\"><strong><span style=\"color: #fa6900;\">Scrum Masters</span></strong></span>\r\n<div class=\"aio-icon-component style_1\">\r\n<div id=\"Info-box-wrap-8729\" class=\"aio-icon-box default-icon\">\r\n<div class=\"aio-icon-description ult-responsive\" data-ultimate-target=\"#Info-box-wrap-8729 .aio-icon-description\" data-responsive-json-new=\"{"font-size":"desktop:16px;","line-height":"undefined"}\"><span style=\"font-size: 20px;\">Help expose FreeeUp to business owners at conferences and public speaking events. You’ll be rewarded for every referral you give.</span></div>\r\n</div>\r\n</div>\r\n<div class=\"aio-icon-component style_1\">\r\n<div id=\"Info-box-wrap-6433\" class=\"aio-icon-box default-icon\">\r\n<div class=\"aio-icon-header\"></div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-20 18:17:13','2018-11-20 12:47:13','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6671,1,'2018-11-20 18:18:51','2018-11-20 12:48:51','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Anyone Can Refer\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20\" width=\"1/2\"][vc_column_text]<span style=\"font-size: 20px;\"><strong><span style=\"color: #fa6900;\">Scrum Masters</span></strong></span>\r\n<div class=\"aio-icon-component style_1\">\r\n<div id=\"Info-box-wrap-8729\" class=\"aio-icon-box default-icon\">\r\n<div class=\"aio-icon-description ult-responsive\" data-ultimate-target=\"#Info-box-wrap-8729 .aio-icon-description\" data-responsive-json-new=\"{"font-size":"desktop:16px;","line-height":"undefined"}\"><span style=\"font-size: 20px;\">Help expose FreeeUp to business owners at conferences and public speaking events. You’ll be rewarded for every referral you give.</span></div>\r\n</div>\r\n</div>\r\n<div class=\"aio-icon-component style_1\">\r\n<div id=\"Info-box-wrap-6433\" class=\"aio-icon-box default-icon\">\r\n<div class=\"aio-icon-header\"></div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-20 18:18:51','2018-11-20 12:48:51','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6672,1,'2018-11-20 18:19:41','2018-11-20 12:49:41','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Anyone Can Refer\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20\" width=\"1/2\"][vc_column_text]<span style=\"font-size: 20px;\"><strong><span style=\"color: #fa6900;\">Scrum Masters</span></strong></span>\r\n<div class=\"aio-icon-component style_1\">\r\n<div id=\"Info-box-wrap-8729\" class=\"aio-icon-box default-icon\">\r\n<div class=\"aio-icon-description ult-responsive\" data-ultimate-target=\"#Info-box-wrap-8729 .aio-icon-description\" data-responsive-json-new=\"{"font-size":"desktop:16px;","line-height":"undefined"}\"><span style=\"font-size: 20px;\">Help expose FreeeUp to business owners at conferences and public speaking events. You’ll be rewarded for every referral you give.</span></div>\r\n</div>\r\n</div>\r\n<div class=\"aio-icon-component style_1\">\r\n<div id=\"Info-box-wrap-6433\" class=\"aio-icon-box default-icon\">\r\n<div class=\"aio-icon-header\"></div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"font-size: 20px;\"><strong><span style=\"color: #fa6900;\">Scrum Masters</span></strong></span>\r\n<div class=\"aio-icon-component style_1\">\r\n<div id=\"Info-box-wrap-8729\" class=\"aio-icon-box default-icon\">\r\n<div class=\"aio-icon-description ult-responsive\" data-ultimate-target=\"#Info-box-wrap-8729 .aio-icon-description\" data-responsive-json-new=\"{"font-size":"desktop:16px;","line-height":"undefined"}\"><span style=\"font-size: 20px;\">Help expose FreeeUp to business owners at conferences and public speaking events. You’ll be rewarded for every referral you give.</span></div>\r\n</div>\r\n</div>\r\n<div class=\"aio-icon-component style_1\">\r\n<div id=\"Info-box-wrap-6433\" class=\"aio-icon-box default-icon\">\r\n<div class=\"aio-icon-header\"></div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-20 18:19:41','2018-11-20 12:49:41','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6673,1,'2018-11-20 18:20:14','2018-11-20 12:50:14','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Anyone Can Refer\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20\" width=\"1/2\"][vc_column_text]<span style=\"font-size: 16px;\"><strong><span style=\"color: #fa6900;\">Scrum Masters</span></strong></span>\r\n<div class=\"aio-icon-component style_1\">\r\n<div id=\"Info-box-wrap-8729\" class=\"aio-icon-box default-icon\">\r\n<div class=\"aio-icon-description ult-responsive\" data-ultimate-target=\"#Info-box-wrap-8729 .aio-icon-description\" data-responsive-json-new=\"{"font-size":"desktop:16px;","line-height":"undefined"}\"><span style=\"font-size: 16px;\">Help expose FreeeUp to business owners at conferences and public speaking events. You’ll be rewarded for every referral you give.</span></div>\r\n</div>\r\n</div>\r\n<div class=\"aio-icon-component style_1\">\r\n<div id=\"Info-box-wrap-6433\" class=\"aio-icon-box default-icon\">\r\n<div class=\"aio-icon-header\"></div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"font-size: 16px;\"><strong><span style=\"color: #fa6900;\">Scrum Masters</span></strong></span>\r\n<div class=\"aio-icon-component style_1\">\r\n<div id=\"Info-box-wrap-8729\" class=\"aio-icon-box default-icon\">\r\n<div class=\"aio-icon-description ult-responsive\" data-ultimate-target=\"#Info-box-wrap-8729 .aio-icon-description\" data-responsive-json-new=\"{"font-size":"desktop:16px;","line-height":"undefined"}\"><span style=\"font-size: 16px;\">Help expose FreeeUp to business owners at conferences and public speaking events. You’ll be rewarded for every referral you give.</span></div>\r\n</div>\r\n</div>\r\n<div class=\"aio-icon-component style_1\">\r\n<div id=\"Info-box-wrap-6433\" class=\"aio-icon-box default-icon\">\r\n<div class=\"aio-icon-header\"></div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-20 18:20:14','2018-11-20 12:50:14','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6674,1,'2018-11-20 18:21:27','2018-11-20 12:51:27','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Anyone Can Refer\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20\" width=\"1/2\"][vc_column_text]<span style=\"font-size: 20px;\"><strong><span style=\"color: #fa6900;\">Scrum Masters</span></strong></span>\r\n<div class=\"aio-icon-component style_1\">\r\n<div id=\"Info-box-wrap-8729\" class=\"aio-icon-box default-icon\">\r\n<div class=\"aio-icon-description ult-responsive\" data-ultimate-target=\"#Info-box-wrap-8729 .aio-icon-description\" data-responsive-json-new=\"{"font-size":"desktop:16px;","line-height":"undefined"}\"><span style=\"font-size: 16px;\">Help expose FreeeUp to business owners at conferences and public speaking events. You’ll be rewarded for every referral you give.</span></div>\r\n</div>\r\n</div>\r\n<div class=\"aio-icon-component style_1\">\r\n<div id=\"Info-box-wrap-6433\" class=\"aio-icon-box default-icon\">\r\n<div class=\"aio-icon-header\"></div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"font-size: 20px;\"><strong><span style=\"color: #fa6900;\">Scrum Masters</span></strong></span>\r\n<div class=\"aio-icon-component style_1\">\r\n<div id=\"Info-box-wrap-8729\" class=\"aio-icon-box default-icon\">\r\n<div class=\"aio-icon-description ult-responsive\" data-ultimate-target=\"#Info-box-wrap-8729 .aio-icon-description\" data-responsive-json-new=\"{"font-size":"desktop:16px;","line-height":"undefined"}\"><span style=\"font-size: 16px;\">Help expose FreeeUp to business owners at conferences and public speaking events. You’ll be rewarded for every referral you give.</span></div>\r\n</div>\r\n</div>\r\n<div class=\"aio-icon-component style_1\">\r\n<div id=\"Info-box-wrap-6433\" class=\"aio-icon-box default-icon\">\r\n<div class=\"aio-icon-header\"></div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-20 18:21:27','2018-11-20 12:51:27','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6675,4,'2018-11-20 18:41:44','2018-11-20 13:11:44','','Task-management-Tasklist','','inherit','closed','closed','','task-management-tasklist','','','2018-11-20 18:41:44','2018-11-20 13:11:44','',6447,'https://product.quickscrum.com/wp-content/uploads/2018/11/Task-management-Tasklist.gif',0,'attachment','image/gif',0),(6676,4,'2018-11-20 18:42:07','2018-11-20 13:12:07','','Task-management-Taskboard','','inherit','closed','closed','','task-management-taskboard','','','2018-11-20 18:42:07','2018-11-20 13:12:07','',6447,'https://product.quickscrum.com/wp-content/uploads/2018/11/Task-management-Taskboard.gif',0,'attachment','image/gif',0),(6677,4,'2018-11-20 18:42:24','2018-11-20 13:12:24','','Task-management-Collaborate','','inherit','closed','closed','','task-management-collaborate','','','2018-11-20 18:42:24','2018-11-20 13:12:24','',6447,'https://product.quickscrum.com/wp-content/uploads/2018/11/Task-management-Collaborate.gif',0,'attachment','image/gif',0),(6678,1,'2018-11-20 18:57:24','2018-11-20 13:27:24','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:left\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20\" width=\"1/2\"][vc_column_text]<span style=\"font-size: 18px;\"><strong><span style=\"color: #fa6900;\">Scrum Masters</span></strong></span>\r\n<div class=\"aio-icon-component style_1\">\r\n<div id=\"Info-box-wrap-8729\" class=\"aio-icon-box default-icon\">\r\n<div class=\"aio-icon-description ult-responsive\" data-ultimate-target=\"#Info-box-wrap-8729 .aio-icon-description\" data-responsive-json-new=\"{"font-size":"desktop:16px;","line-height":"undefined"}\"><span style=\"font-size: 18px;\">Help expose FreeeUp to business owners at conferences and public speaking events. You’ll be rewarded for every referral you give.</span></div>\r\n</div>\r\n</div>\r\n<div class=\"aio-icon-component style_1\">\r\n<div id=\"Info-box-wrap-6433\" class=\"aio-icon-box default-icon\">\r\n<div class=\"aio-icon-header\"></div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-20 18:57:24','2018-11-20 13:27:24','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6679,1,'2018-11-20 18:57:48','2018-11-20 13:27:48','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20\" width=\"1/2\"][vc_column_text]<span style=\"font-size: 18px;\"><strong><span style=\"color: #fa6900;\">Scrum Masters</span></strong></span>\r\n<div class=\"aio-icon-component style_1\">\r\n<div id=\"Info-box-wrap-8729\" class=\"aio-icon-box default-icon\">\r\n<div class=\"aio-icon-description ult-responsive\" data-ultimate-target=\"#Info-box-wrap-8729 .aio-icon-description\" data-responsive-json-new=\"{"font-size":"desktop:16px;","line-height":"undefined"}\"><span style=\"font-size: 18px;\">Help expose FreeeUp to business owners at conferences and public speaking events. You’ll be rewarded for every referral you give.</span></div>\r\n</div>\r\n</div>\r\n<div class=\"aio-icon-component style_1\">\r\n<div id=\"Info-box-wrap-6433\" class=\"aio-icon-box default-icon\">\r\n<div class=\"aio-icon-header\"></div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-20 18:57:48','2018-11-20 13:27:48','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6680,1,'2018-11-20 18:58:59','2018-11-20 13:28:59','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20\" width=\"1/2\"][vc_column_text]<span style=\"font-size: 18px;\"><strong><span style=\"color: #fa6900;\">Bloggers</span></strong></span>\r\n<div class=\"aio-icon-component style_1\">\r\n<div id=\"Info-box-wrap-8729\" class=\"aio-icon-box default-icon\">\r\n<div class=\"aio-icon-description ult-responsive\" data-ultimate-target=\"#Info-box-wrap-8729 .aio-icon-description\" data-responsive-json-new=\"{"font-size":"desktop:16px;","line-height":"undefined"}\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com\">quickscrum.com</a> to earn high commission.</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-20 18:58:59','2018-11-20 13:28:59','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6681,1,'2018-11-20 18:59:34','2018-11-20 13:29:34','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20\" width=\"1/2\"][vc_column_text]<span style=\"font-size: 18px; font-family: \'proximanova semibold\';\"><strong><span style=\"color: #fa6900;\">Bloggers</span></strong></span>\r\n<div class=\"aio-icon-component style_1\">\r\n<div id=\"Info-box-wrap-8729\" class=\"aio-icon-box default-icon\">\r\n<div class=\"aio-icon-description ult-responsive\" data-ultimate-target=\"#Info-box-wrap-8729 .aio-icon-description\" data-responsive-json-new=\"{"font-size":"desktop:16px;","line-height":"undefined"}\"><span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com\">quickscrum.com</a> to earn high commission.</span></div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-20 18:59:34','2018-11-20 13:29:34','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6682,1,'2018-11-20 19:00:38','2018-11-20 13:30:38','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20\" width=\"1/2\"][vc_column_text]<span style=\"font-size: 16px; font-family: \'proximanova semibold\';\"><strong><span style=\"color: #fa6900;\">Bloggers</span></strong></span>\r\n<div class=\"aio-icon-component style_1\">\r\n<div id=\"Info-box-wrap-8729\" class=\"aio-icon-box default-icon\">\r\n<div class=\"aio-icon-description ult-responsive\" data-ultimate-target=\"#Info-box-wrap-8729 .aio-icon-description\" data-responsive-json-new=\"{"font-size":"desktop:16px;","line-height":"undefined"}\"><span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com\">quickscrum.com</a> to earn high commission.</span></div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-20 19:00:38','2018-11-20 13:30:38','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6683,1,'2018-11-20 19:05:07','2018-11-20 13:35:07','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to quickscrum.com</span>\r\n<span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-20 19:05:07','2018-11-20 13:35:07','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6684,1,'2018-11-20 19:09:31','2018-11-20 13:39:31','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-20 19:09:31','2018-11-20 13:39:31','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6685,1,'2018-11-20 19:14:27','2018-11-20 13:44:27','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][vc_column_text]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][vc_column_text]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][vc_column_text]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][vc_column_text]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-20 19:14:27','2018-11-20 13:44:27','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6686,1,'2018-11-20 19:15:46','2018-11-20 13:45:46','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-20 19:15:46','2018-11-20 13:45:46','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6687,1,'2018-11-20 19:16:19','2018-11-20 13:46:19','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-20 19:16:19','2018-11-20 13:46:19','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6689,1,'2018-11-20 19:22:56','2018-11-20 13:52:56','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-20 19:22:56','2018-11-20 13:52:56','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6690,1,'2018-11-20 19:23:27','2018-11-20 13:53:27','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-20 19:23:27','2018-11-20 13:53:27','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6691,1,'2018-11-20 19:24:07','2018-11-20 13:54:07','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-20 19:24:07','2018-11-20 13:54:07','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6692,1,'2018-11-21 09:48:30','2018-11-21 04:18:30','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-21 09:48:30','2018-11-21 04:18:30','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6693,1,'2018-11-21 09:51:36','2018-11-21 04:21:36','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-21 09:51:36','2018-11-21 04:21:36','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6694,1,'2018-11-21 09:58:14','2018-11-21 04:28:14','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"landing-section\" css=\".vc_custom_1542774467523{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-21 09:58:14','2018-11-21 04:28:14','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6695,1,'2018-11-21 09:58:41','2018-11-21 04:28:41','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542774493913{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-21 09:58:41','2018-11-21 04:28:41','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6697,17,'2018-11-21 15:35:51','2018-11-21 10:05:51','[vc_row full_width=\"stretch_row\" el_class=\"custom-sec1\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\"][vc_column_text]Quickscrum helps your team to Collaborate\r\nBetter, Achieve Goals and Improve\r\nContinuously[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-sec2\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\"][vc_column_text]Keep work centralized, access\r\nanywhere anytime, keep everyone\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-sec3\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\"][vc_column_text]Instant status updates for everyone, streamlined workflow, identify bottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-price-sec\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"Cloud(hosted-by-us)\"][vc_column_text]\r\n<h2>$3</h2>\r\nper User\r\n\r\nper Month\r\n\r\n<a href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"features-tab-sec\"][vc_column][vc_custom_heading text=\"Scrum Features\"][vc_column_text]Simple and easy to understand features will help you get started quickly[/vc_column_text][vc_tta_tabs][vc_tta_section title=\"Backlog\" tab_id=\"backlog\"][vc_row_inner][vc_column_inner width=\"2/3\"][vc_single_image image=\"6370\" img_size=\"full\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_custom_heading text=\"Backlog\"][vc_column_text]Quickscrum helps teams to keep all stories in centralize location. It prioritize them based on business values and Estimated Size.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Planning\" tab_id=\"planning\"][vc_row_inner][vc_column_inner width=\"2/3\"][vc_single_image image=\"6370\" img_size=\"full\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_custom_heading text=\"Planning\"][vc_column_text]Define timebox duration & plan the timebox accurately, based on the overall team availability.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Board\" tab_id=\"board\"][vc_row_inner][vc_column_inner width=\"2/3\"][vc_single_image image=\"6374\" img_size=\"full\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_custom_heading text=\"Board\"][vc_column_text]Board helps team to execute timebox faster. Split all workitems into subitems, estimate required efforts, attach files & collaborate with team members.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','Demo Section','','publish','closed','closed','','demo-section','','','2018-11-22 11:42:08','2018-11-22 06:12:08','',0,'https://guide.quickscrum.com/product/?page_id=6697',0,'page','',0),(6698,17,'2018-11-21 15:35:39','2018-11-21 10:05:39','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Quickscrum helps your team to Collaborate</span><br />\r\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Better, Achieve Goals and Improve</span><br />\r\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700234412{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|font-weight: bold !important;|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep work centralized, access</span><br />\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">anywhere anytime, keep everyone</span><br />\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">sync</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700234412{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|font-weight: bold !important;|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep work centralized, access</span><br />\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">anywhere anytime, keep everyone</span><br />\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">sync</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700255662{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate<br />\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|font-weight: bold !important;|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep everyone sync, brings transparency</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700305577{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|font-weight: bold !important;|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Track Progress, Measure Speed, Insights for continuous improvements</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]</p>\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<p><a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]</p>\r\n[vc_row full_width=\"stretch_row\" el_class=\"scrum-solution\" css=\".vc_custom_1540214878640{background-color: #00bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"scrum-left-txt\"][vc_custom_heading text=\"The Most Efficient\r\nScrum Tool \" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1542702469385{margin-top: -70px !important;}\"][vc_column_text css=\".vc_custom_1542702870442{margin-bottom: 30px !important;}\"]<span style=\"color: #ffffff;\">Quickscrum help teams to follow Scrum rightly and thrive for continuous improvements.</span>[/vc_column_text][vc_column_text css=\".vc_custom_1542702773407{padding-top: 15px !important;}\"]<span style=\"color: #ffffff;\"><a class=\"btn qsg-btn2 btn-full-width\" style=\"color: #ffffff;\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a></span>[/vc_column_text][vc_column_text css=\".vc_custom_1542702678583{padding-left: 40px !important;}\"]<strong><span style=\"font-size: 12px;\">NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</span></strong>[/vc_column_text][/vc_column][vc_column width=\"2/3\" el_class=\"scrum-solu-image\"][vc_single_image image=\"6332\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539845177194{background-color: #293846 !important;}\"][vc_column css=\".vc_custom_1542352823132{padding-top: 0px !important;}\"][vc_column_text]\r\n<ul class=\"home-page-logo-ticker\">\r\n <li><img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c1.png\" alt=\"\" data-original=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c1.png\" data-lazyload=\"true\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c2.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c3.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c4.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c5.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c6.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c7.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c8.png\" alt=\"\" /></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1539848618914{padding-top: 50px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column][vc_custom_heading text=\"Scrum Features\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23292929\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #555555; font-size: 16px;\">Simple and easy to understand features will help you get started quickly</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1542607884428{padding-top: 0px !important;padding-bottom: 0px !important;}\" el_class=\"home-solution scrum-page-tab solution-post\"][vc_column][vc_tta_tabs shape=\"square\" color=\"vista-blue\" active_section=\"1\" el_class=\"tabs\"][vc_tta_section title=\"Backlog\" tab_id=\"1539846877402-c47d652d-54de\"][vc_row_inner css=\".vc_custom_1539853554699{background-color: #ececec !important;}\" el_class=\"tab-content\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text]<img class=\"alignnone size-full wp-image-6344\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/Manage-Backlog-items.gif\" alt=\"\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Backlog\" font_container=\"tag:h2|font_size:36px|text_align:left\" use_theme_fonts=\"yes\" css=\".vc_custom_1542609341714{margin-top: 70px !important;}\"][vc_column_text]Quickscrum helps teams to keep all stories in centralize location. It prioritize them based on business values and Estimated Size.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Planning\" tab_id=\"1539846877607-4ea1e31f-f9b5\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870480653{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text]<img class=\"alignnone size-full wp-image-6370\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/Plan-Release-and-sprint.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Planning\" css=\".vc_custom_1542609356132{margin-top: 85px !important;}\"][vc_column_text]Define timebox duration & plan the timebox accurately, based on the overall team availability.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Board\" tab_id=\"1539846877632-f081a618-c0a6\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870939679{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text]<img class=\"alignnone size-full wp-image-6374\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/Execute-Board-add-task-1.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Board\" use_theme_fonts=\"yes\" css=\".vc_custom_1542609402338{margin-top: 60px !important;}\"][vc_column_text]Board helps team to execute timebox faster. Split all workitems into subitems, estimate required efforts, attach files & collaborate with team members.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Collaborate\" tab_id=\"1539846877656-6b79aa2f-7d2f\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539871383542{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text]<img class=\"alignnone size-full wp-image-6376\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/Collaborate-Comment-and-attach-file.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Collaborate\" use_theme_fonts=\"yes\" css=\".vc_custom_1542609478650{margin-top: 60px !important;}\"][vc_column_text]Keep every team members on the same page for Project & Timebox progress as well communicate with team members over any specific workitem.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Monitor\" tab_id=\"1539846877681-7c88828f-fa27\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539871687859{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text]<img class=\"alignnone size-full wp-image-6378\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/Monitor-Dashboard.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Monitor\" css=\".vc_custom_1542609501615{margin-top: 40px !important;}\"][vc_column_text]Scrum charts such as Burndown, Velocity, Effort Variance and Distribution provides detail insights about project and timeboxes. It help teams to thrive for continuous success.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][/vc_tta_tabs][vc_row_inner css=\".vc_custom_1542703592405{margin-top: -60px !important;padding-top: 10px !important;padding-bottom: 30px !important;background-color: #ececec !important;}\"][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a href=\"https://guide.quickscrum.com/product/feature/\">View All Features</a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs active_section=\"1\" el_class=\"align-center\"][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','','','inherit','closed','closed','','6697-revision-v1','','','2018-11-21 15:35:39','2018-11-21 10:05:39','',6697,'https://guide.quickscrum.com/product/6697-revision-v1/',0,'revision','',0),(6699,17,'2018-11-21 15:35:51','2018-11-21 10:05:51','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Quickscrum helps your team to Collaborate</span><br />\r\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Better, Achieve Goals and Improve</span><br />\r\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700234412{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|font-weight: bold !important;|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep work centralized, access</span><br />\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">anywhere anytime, keep everyone</span><br />\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">sync</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700234412{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|font-weight: bold !important;|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep work centralized, access</span><br />\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">anywhere anytime, keep everyone</span><br />\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">sync</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700255662{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate<br />\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|font-weight: bold !important;|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep everyone sync, brings transparency</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700305577{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|font-weight: bold !important;|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Track Progress, Measure Speed, Insights for continuous improvements</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]</p>\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<p><a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]</p>\r\n[vc_row full_width=\"stretch_row\" el_class=\"scrum-solution\" css=\".vc_custom_1540214878640{background-color: #00bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"scrum-left-txt\"][vc_custom_heading text=\"The Most Efficient\r\nScrum Tool \" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1542702469385{margin-top: -70px !important;}\"][vc_column_text css=\".vc_custom_1542702870442{margin-bottom: 30px !important;}\"]<span style=\"color: #ffffff;\">Quickscrum help teams to follow Scrum rightly and thrive for continuous improvements.</span>[/vc_column_text][vc_column_text css=\".vc_custom_1542702773407{padding-top: 15px !important;}\"]<span style=\"color: #ffffff;\"><a class=\"btn qsg-btn2 btn-full-width\" style=\"color: #ffffff;\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a></span>[/vc_column_text][vc_column_text css=\".vc_custom_1542702678583{padding-left: 40px !important;}\"]<strong><span style=\"font-size: 12px;\">NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</span></strong>[/vc_column_text][/vc_column][vc_column width=\"2/3\" el_class=\"scrum-solu-image\"][vc_single_image image=\"6332\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539845177194{background-color: #293846 !important;}\"][vc_column css=\".vc_custom_1542352823132{padding-top: 0px !important;}\"][vc_column_text]\r\n<ul class=\"home-page-logo-ticker\">\r\n <li><img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c1.png\" alt=\"\" data-original=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c1.png\" data-lazyload=\"true\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c2.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c3.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c4.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c5.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c6.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c7.png\" alt=\"\" /></li>\r\n <li><img src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/c8.png\" alt=\"\" /></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1539848618914{padding-top: 50px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column][vc_custom_heading text=\"Scrum Features\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23292929\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #555555; font-size: 16px;\">Simple and easy to understand features will help you get started quickly</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1542607884428{padding-top: 0px !important;padding-bottom: 0px !important;}\" el_class=\"home-solution scrum-page-tab solution-post\"][vc_column][vc_tta_tabs shape=\"square\" color=\"vista-blue\" active_section=\"1\" el_class=\"tabs\"][vc_tta_section title=\"Backlog\" tab_id=\"1539846877402-c47d652d-54de\"][vc_row_inner css=\".vc_custom_1539853554699{background-color: #ececec !important;}\" el_class=\"tab-content\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text]<img class=\"alignnone size-full wp-image-6344\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/Manage-Backlog-items.gif\" alt=\"\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Backlog\" font_container=\"tag:h2|font_size:36px|text_align:left\" use_theme_fonts=\"yes\" css=\".vc_custom_1542609341714{margin-top: 70px !important;}\"][vc_column_text]Quickscrum helps teams to keep all stories in centralize location. It prioritize them based on business values and Estimated Size.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Planning\" tab_id=\"1539846877607-4ea1e31f-f9b5\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870480653{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text]<img class=\"alignnone size-full wp-image-6370\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/Plan-Release-and-sprint.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Planning\" css=\".vc_custom_1542609356132{margin-top: 85px !important;}\"][vc_column_text]Define timebox duration & plan the timebox accurately, based on the overall team availability.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Board\" tab_id=\"1539846877632-f081a618-c0a6\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870939679{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text]<img class=\"alignnone size-full wp-image-6374\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/Execute-Board-add-task-1.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Board\" use_theme_fonts=\"yes\" css=\".vc_custom_1542609402338{margin-top: 60px !important;}\"][vc_column_text]Board helps team to execute timebox faster. Split all workitems into subitems, estimate required efforts, attach files & collaborate with team members.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Collaborate\" tab_id=\"1539846877656-6b79aa2f-7d2f\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539871383542{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text]<img class=\"alignnone size-full wp-image-6376\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/Collaborate-Comment-and-attach-file.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Collaborate\" use_theme_fonts=\"yes\" css=\".vc_custom_1542609478650{margin-top: 60px !important;}\"][vc_column_text]Keep every team members on the same page for Project & Timebox progress as well communicate with team members over any specific workitem.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Monitor\" tab_id=\"1539846877681-7c88828f-fa27\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539871687859{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text]<img class=\"alignnone size-full wp-image-6378\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/Monitor-Dashboard.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Monitor\" css=\".vc_custom_1542609501615{margin-top: 40px !important;}\"][vc_column_text]Scrum charts such as Burndown, Velocity, Effort Variance and Distribution provides detail insights about project and timeboxes. It help teams to thrive for continuous success.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][/vc_tta_tabs][vc_row_inner css=\".vc_custom_1542703592405{margin-top: -60px !important;padding-top: 10px !important;padding-bottom: 30px !important;background-color: #ececec !important;}\"][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a href=\"https://guide.quickscrum.com/product/feature/\">View All Features</a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs active_section=\"1\" el_class=\"align-center\"][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','teste','','inherit','closed','closed','','6697-revision-v1','','','2018-11-21 15:35:51','2018-11-21 10:05:51','',6697,'https://guide.quickscrum.com/product/6697-revision-v1/',0,'revision','',0),(6700,17,'2018-11-21 15:37:05','2018-11-21 10:07:05','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Quickscrum helps your team to Collaborate</span><br />\r\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Better, Achieve Goals and Improve</span><br />\r\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700234412{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|font-weight: bold !important;|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep work centralized, access</span><br />\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">anywhere anytime, keep everyone</span><br />\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">sync</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700234412{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Work\" font_container=\"tag:h2|font_size:46px|text_align:left|font-weight: bold !important;|color:%234f4a4e\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep work centralized, access</span><br />\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">anywhere anytime, keep everyone</span><br />\r\n<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">sync</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1539700255662{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column width=\"2/3\"][vc_single_image image=\"6228\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Collaborate<br />\r\nBetter\" font_container=\"tag:h2|font_size:46px|text_align:left|font-weight: bold !important;|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep everyone sync, brings transparency</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539700305577{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Great Insights\" font_container=\"tag:h2|font_size:46px|font-weight: bold !important;|text_align:left|color:%234f4a4e|font-weight: 600 !important;\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Track Progress, Measure Speed, Insights for continuous improvements</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6230\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]</p>\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<p><a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"scrum-solution\" css=\".vc_custom_1540214878640{background-color: #00bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"scrum-left-txt\"][vc_custom_heading text=\"The Most Efficient<br />\r\nScrum Tool \" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1542702469385{margin-top: -70px !important;}\"][vc_column_text css=\".vc_custom_1542702870442{margin-bottom: 30px !important;}\"]<span style=\"color: #ffffff;\">Quickscrum help teams to follow Scrum rightly and thrive for continuous improvements.</span>[/vc_column_text][vc_column_text css=\".vc_custom_1542702773407{padding-top: 15px !important;}\"]<span style=\"color: #ffffff;\"><a class=\"btn qsg-btn2 btn-full-width\" style=\"color: #ffffff;\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a></span>[/vc_column_text][vc_column_text css=\".vc_custom_1542702678583{padding-left: 40px !important;}\"]<strong><span style=\"font-size: 12px;\">NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</span></strong>[/vc_column_text][/vc_column][vc_column width=\"2/3\" el_class=\"scrum-solu-image\"][vc_single_image image=\"6332\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1539848618914{padding-top: 50px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}\" el_class=\"home-solution\"][vc_column][vc_custom_heading text=\"Scrum Features\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23292929\" use_theme_fonts=\"yes\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #555555; font-size: 16px;\">Simple and easy to understand features will help you get started quickly</span></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1542607884428{padding-top: 0px !important;padding-bottom: 0px !important;}\" el_class=\"home-solution scrum-page-tab solution-post\"][vc_column][vc_tta_tabs shape=\"square\" color=\"vista-blue\" active_section=\"1\" el_class=\"tabs\"][vc_tta_section title=\"Backlog\" tab_id=\"1539846877402-c47d652d-54de\"][vc_row_inner css=\".vc_custom_1539853554699{background-color: #ececec !important;}\" el_class=\"tab-content\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text]<img class=\"alignnone size-full wp-image-6344\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/Manage-Backlog-items.gif\" alt=\"\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Backlog\" font_container=\"tag:h2|font_size:36px|text_align:left\" use_theme_fonts=\"yes\" css=\".vc_custom_1542609341714{margin-top: 70px !important;}\"][vc_column_text]Quickscrum helps teams to keep all stories in centralize location. It prioritize them based on business values and Estimated Size.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Planning\" tab_id=\"1539846877607-4ea1e31f-f9b5\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870480653{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text]<img class=\"alignnone size-full wp-image-6370\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/Plan-Release-and-sprint.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Planning\" css=\".vc_custom_1542609356132{margin-top: 85px !important;}\"][vc_column_text]Define timebox duration & plan the timebox accurately, based on the overall team availability.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Board\" tab_id=\"1539846877632-f081a618-c0a6\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539870939679{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text]<img class=\"alignnone size-full wp-image-6374\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/Execute-Board-add-task-1.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Board\" use_theme_fonts=\"yes\" css=\".vc_custom_1542609402338{margin-top: 60px !important;}\"][vc_column_text]Board helps team to execute timebox faster. Split all workitems into subitems, estimate required efforts, attach files & collaborate with team members.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Collaborate\" tab_id=\"1539846877656-6b79aa2f-7d2f\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539871383542{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text]<img class=\"alignnone size-full wp-image-6376\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/Collaborate-Comment-and-attach-file.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Collaborate\" use_theme_fonts=\"yes\" css=\".vc_custom_1542609478650{margin-top: 60px !important;}\"][vc_column_text]Keep every team members on the same page for Project & Timebox progress as well communicate with team members over any specific workitem.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Monitor\" tab_id=\"1539846877681-7c88828f-fa27\"][vc_row_inner el_class=\"tab-content\" css=\".vc_custom_1539871687859{background-color: #ececec !important;}\"][vc_column_inner el_class=\"tab-content-img\" width=\"2/3\"][vc_column_text]<img class=\"alignnone size-full wp-image-6378\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/10/Monitor-Dashboard.gif\" alt=\"\" width=\"1356\" height=\"650\" />[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"tab-content-txt\" width=\"1/3\"][vc_custom_heading text=\"Monitor\" css=\".vc_custom_1542609501615{margin-top: 40px !important;}\"][vc_column_text]Scrum charts such as Burndown, Velocity, Effort Variance and Distribution provides detail insights about project and timeboxes. It help teams to thrive for continuous success.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][/vc_tta_tabs][vc_row_inner css=\".vc_custom_1542703592405{margin-top: -60px !important;padding-top: 10px !important;padding-bottom: 30px !important;background-color: #ececec !important;}\"][vc_column_inner][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><a href=\"https://guide.quickscrum.com/product/feature/\">View All Features</a></p>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs active_section=\"1\" el_class=\"align-center\"][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]</p>\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<p><a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]</p>\r\n','teste','','inherit','closed','closed','','6697-revision-v1','','','2018-11-21 15:37:05','2018-11-21 10:07:05','',6697,'https://guide.quickscrum.com/product/6697-revision-v1/',0,'revision','',0),(6701,17,'2018-11-22 11:41:19','2018-11-22 06:11:19','<p>[vc_row full_width=\"stretch_row\" el_class=\"custom-sec1\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done<br />\nQuickly\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\nBetter, Achieve Goals and Improve<br />\nContinuously[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-sec2\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\"][vc_column_text]Keep work centralized, access<br />\nanywhere anytime, keep everyone<br />\nsync[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-sec3\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\"][vc_column_text]Instant status updates for everyone, streamlined workflow, identify bottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-price-sec\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"Cloud(hosted-by-us)\"][vc_column_text]</p>\n<h2>$3</h2>\n<p>per User</p>\n<p>per Month</p>\n<p><a href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"features-tab-sec\"][vc_column][vc_custom_heading text=\"Scrum Features\"][vc_column_text]Simple and easy to understand features will help you get started quickly[/vc_column_text][vc_tta_tabs][vc_tta_section title=\"Backlog\" tab_id=\"backlog\"][vc_row_inner][vc_column_inner width=\"2/3\"][vc_single_image image=\"6370\" img_size=\"full\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_custom_heading text=\"Backlog\"][vc_column_text]Quickscrum helps teams to keep all stories in centralize location. It prioritize them based on business values and Estimated Size.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Planning\" tab_id=\"planning\"][vc_row_inner][vc_column_inner width=\"2/3\"][vc_single_image image=\"6370\" img_size=\"full\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_custom_heading text=\"Planning\"][vc_column_text]Define timebox duration & plan the timebox accurately, based on the overall team availability.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Board\" tab_id=\"board\"][vc_row_inner][vc_column_inner width=\"2/3\"][vc_single_image][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text]Board helps team to execute timebox faster. Split all workitems into subitems, estimate required efforts, attach files & collaborate with team members.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]</p>\n','Demo Section','','inherit','closed','closed','','6697-autosave-v1','','','2018-11-22 11:41:19','2018-11-22 06:11:19','',6697,'https://guide.quickscrum.com/product/6697-autosave-v1/',0,'revision','',0),(6702,17,'2018-11-21 16:17:11','2018-11-21 10:47:11','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution\" css=\".vc_custom_1539692473743{background-color: #01bfa5 !important;}\"][vc_column width=\"1/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Quickscrum helps your team to Collaborate</span><br />\r\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Better, Achieve Goals and Improve</span><br />\r\n<span style=\"color: #ffffff; font-size: 20px; font-weight: 600;\">Continuously</span>[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"left\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row]</p>\r\n','teste','','inherit','closed','closed','','6697-revision-v1','','','2018-11-21 16:17:11','2018-11-21 10:47:11','',6697,'https://guide.quickscrum.com/product/6697-revision-v1/',0,'revision','',0),(6703,17,'2018-11-21 16:35:17','2018-11-21 11:05:17','<p>[vc_row][vc_column width=\"1/3\"][vc_btn title=\"Start Being Agile Now - 14 Days Free\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][/vc_column][/vc_row]</p>\r\n','teste','','inherit','closed','closed','','6697-revision-v1','','','2018-11-21 16:35:17','2018-11-21 11:05:17','',6697,'https://guide.quickscrum.com/product/6697-revision-v1/',0,'revision','',0),(6704,17,'2018-11-21 16:35:47','2018-11-21 11:05:47','<p>[vc_row][vc_column width=\"1/3\"][vc_btn title=\"Start Being Agile Now - 14 Days Free\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\"][/vc_column][vc_column width=\"2/3\"][/vc_column][/vc_row]</p>\r\n','teste','','inherit','closed','closed','','6697-revision-v1','','','2018-11-21 16:35:47','2018-11-21 11:05:47','',6697,'https://guide.quickscrum.com/product/6697-revision-v1/',0,'revision','',0),(6705,17,'2018-11-21 16:35:53','2018-11-21 11:05:53','<p>[vc_row][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\"][vc_btn title=\"Start Being Agile Now - 14 Days Free\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][/vc_column][/vc_row]</p>\r\n','teste','','inherit','closed','closed','','6697-revision-v1','','','2018-11-21 16:35:53','2018-11-21 11:05:53','',6697,'https://guide.quickscrum.com/product/6697-revision-v1/',0,'revision','',0),(6706,17,'2018-11-21 16:37:12','2018-11-21 11:07:12','[vc_row][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\"][vc_btn title=\"Start Being Agile Now - 14 Days Free\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][vc_column_text]Quickscrum helps your team to Collaborate\r\nBetter, Achieve Goals and Improve Continuously[/vc_column_text][/vc_column][vc_column width=\"2/3\"][/vc_column][/vc_row]','teste','','inherit','closed','closed','','6697-revision-v1','','','2018-11-21 16:37:12','2018-11-21 11:07:12','',6697,'https://guide.quickscrum.com/product/6697-revision-v1/',0,'revision','',0),(6707,17,'2018-11-21 16:37:29','2018-11-21 11:07:29','[vc_row][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\"][vc_column_text]Quickscrum helps your team to Collaborate\r\nBetter, Achieve Goals and Improve\r\nContinuously[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][/vc_column][/vc_row]','teste','','inherit','closed','closed','','6697-revision-v1','','','2018-11-21 16:37:29','2018-11-21 11:07:29','',6697,'https://guide.quickscrum.com/product/6697-revision-v1/',0,'revision','',0),(6708,17,'2018-11-21 16:44:01','2018-11-21 11:14:01','[vc_row el_class=\"custom-sec1\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\"][vc_column_text]Quickscrum helps your team to Collaborate\r\nBetter, Achieve Goals and Improve\r\nContinuously[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][/vc_column][/vc_row]','teste','','inherit','closed','closed','','6697-revision-v1','','','2018-11-21 16:44:01','2018-11-21 11:14:01','',6697,'https://guide.quickscrum.com/product/6697-revision-v1/',0,'revision','',0),(6709,17,'2018-11-21 16:46:09','2018-11-21 11:16:09','<p>[vc_row full_width=\"stretch_row\" el_class=\"custom-sec1\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][/vc_column][/vc_row]</p>\r\n','teste','','inherit','closed','closed','','6697-revision-v1','','','2018-11-21 16:46:09','2018-11-21 11:16:09','',6697,'https://guide.quickscrum.com/product/6697-revision-v1/',0,'revision','',0),(6710,17,'2018-11-21 16:50:20','2018-11-21 11:20:20','<p>[vc_row full_width=\"stretch_row\" el_class=\"custom-sec1\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6199\"][/vc_column][/vc_row]</p>\r\n','teste','','inherit','closed','closed','','6697-revision-v1','','','2018-11-21 16:50:20','2018-11-21 11:20:20','',6697,'https://guide.quickscrum.com/product/6697-revision-v1/',0,'revision','',0),(6711,17,'2018-11-21 16:50:44','2018-11-21 11:20:44','<p>[vc_row full_width=\"stretch_row\" el_class=\"custom-sec1\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6199\" img_size=\"full\"][/vc_column][/vc_row]</p>\r\n','teste','','inherit','closed','closed','','6697-revision-v1','','','2018-11-21 16:50:44','2018-11-21 11:20:44','',6697,'https://guide.quickscrum.com/product/6697-revision-v1/',0,'revision','',0),(6712,1,'2018-11-21 17:15:42','2018-11-21 11:45:42','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542774493913{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_accordion][vc_tta_section title=\"Section 1\" tab_id=\"1542800690456-1de8cd16-f46e\"][/vc_tta_section][vc_tta_section title=\"Section 2\" tab_id=\"1542800690484-f8264986-2126\"][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-21 17:15:42','2018-11-21 11:45:42','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6713,1,'2018-11-21 17:17:07','2018-11-21 11:47:07','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542774493913{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_accordion][vc_tta_section title=\"Am I eligible to be a Quickscrum Partner?\" tab_id=\"1542800690456-1de8cd16-f46e\"][vc_column_text]In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having\r\n\r\nOwn Website, Blogs, Community, Personal Network or Existing Clients, can be a partner.\r\n\r\nEven If you want to start your business from zero, it’s the best option.\r\n\r\nOur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc.</em>\r\n\r\nPlease <strong>contact our sales expert</strong> if you want to check your eligibility.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section 2\" tab_id=\"1542800690484-f8264986-2126\"][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-21 17:17:07','2018-11-21 11:47:07','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6714,1,'2018-11-21 17:17:58','2018-11-21 11:47:58','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542774493913{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542375051673{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-21 17:17:58','2018-11-21 11:47:58','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6715,17,'2018-11-21 17:21:49','2018-11-21 11:51:49','[vc_row full_width=\"stretch_row\" el_class=\"custom-sec1\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\"][vc_column_text]Quickscrum helps your team to Collaborate\r\nBetter, Achieve Goals and Improve\r\nContinuously[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][/vc_row]','teste','','inherit','closed','closed','','6697-revision-v1','','','2018-11-21 17:21:49','2018-11-21 11:51:49','',6697,'https://guide.quickscrum.com/product/6697-revision-v1/',0,'revision','',0),(6716,17,'2018-11-21 17:46:21','2018-11-21 12:16:21','[vc_row full_width=\"stretch_row\" el_class=\"custom-sec1\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\"][vc_column_text]Quickscrum helps your team to Collaborate\r\nBetter, Achieve Goals and Improve\r\nContinuously[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','teste','','inherit','closed','closed','','6697-revision-v1','','','2018-11-21 17:46:21','2018-11-21 12:16:21','',6697,'https://guide.quickscrum.com/product/6697-revision-v1/',0,'revision','',0),(6717,17,'2018-11-21 17:46:51','2018-11-21 12:16:51','[vc_row full_width=\"stretch_row\" el_class=\"custom-sec1\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\"][vc_column_text]Quickscrum helps your team to Collaborate\r\nBetter, Achieve Goals and Improve\r\nContinuously[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"custom-sec2\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','teste','','inherit','closed','closed','','6697-revision-v1','','','2018-11-21 17:46:51','2018-11-21 12:16:51','',6697,'https://guide.quickscrum.com/product/6697-revision-v1/',0,'revision','',0),(6718,17,'2018-11-21 17:48:50','2018-11-21 12:18:50','[vc_row full_width=\"stretch_row\" el_class=\"custom-sec1\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\"][vc_column_text]Quickscrum helps your team to Collaborate\r\nBetter, Achieve Goals and Improve\r\nContinuously[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"custom-sec2\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\"][vc_column_text]Keep work centralized, access\r\nanywhere anytime, keep everyone\r\nsync[/vc_column_text][/vc_column][/vc_row]','teste','','inherit','closed','closed','','6697-revision-v1','','','2018-11-21 17:48:50','2018-11-21 12:18:50','',6697,'https://guide.quickscrum.com/product/6697-revision-v1/',0,'revision','',0),(6719,1,'2018-11-21 18:07:51','2018-11-21 12:37:51','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscurm Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-21 18:07:51','2018-11-21 12:37:51','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6720,17,'2018-11-21 18:08:54','2018-11-21 12:38:54','[vc_row full_width=\"stretch_row\" el_class=\"custom-sec1\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\"][vc_column_text]Quickscrum helps your team to Collaborate\r\nBetter, Achieve Goals and Improve\r\nContinuously[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-sec2\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\"][vc_column_text]Keep work centralized, access\r\nanywhere anytime, keep everyone\r\nsync[/vc_column_text][/vc_column][/vc_row]','teste','','inherit','closed','closed','','6697-revision-v1','','','2018-11-21 18:08:54','2018-11-21 12:38:54','',6697,'https://guide.quickscrum.com/product/6697-revision-v1/',0,'revision','',0),(6721,17,'2018-11-21 18:15:28','2018-11-21 12:45:28','[vc_row full_width=\"stretch_row\" el_class=\"custom-sec1\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\"][vc_column_text]Quickscrum helps your team to Collaborate\r\nBetter, Achieve Goals and Improve\r\nContinuously[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-sec2\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\"][vc_column_text]Keep work centralized, access\r\nanywhere anytime, keep everyone\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-sec3\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\"][vc_column_text]Instant status updates for everyone, streamlined workflow, identify bottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\"][/vc_column][/vc_row]','teste','','inherit','closed','closed','','6697-revision-v1','','','2018-11-21 18:15:28','2018-11-21 12:45:28','',6697,'https://guide.quickscrum.com/product/6697-revision-v1/',0,'revision','',0),(6722,17,'2018-11-21 18:25:56','2018-11-21 12:55:56','[vc_row full_width=\"stretch_row\" el_class=\"custom-sec1\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\"][vc_column_text]Quickscrum helps your team to Collaborate\r\nBetter, Achieve Goals and Improve\r\nContinuously[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-sec2\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\"][vc_column_text]Keep work centralized, access\r\nanywhere anytime, keep everyone\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-sec3\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\"][vc_column_text]Instant status updates for everyone, streamlined workflow, identify bottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"custom-price-sec\"][vc_column][/vc_column][/vc_row]','teste','','inherit','closed','closed','','6697-revision-v1','','','2018-11-21 18:25:56','2018-11-21 12:55:56','',6697,'https://guide.quickscrum.com/product/6697-revision-v1/',0,'revision','',0),(6723,17,'2018-11-21 18:50:26','2018-11-21 13:20:26','[vc_row full_width=\"stretch_row\" el_class=\"custom-sec1\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\"][vc_column_text]Quickscrum helps your team to Collaborate\r\nBetter, Achieve Goals and Improve\r\nContinuously[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-sec2\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\"][vc_column_text]Keep work centralized, access\r\nanywhere anytime, keep everyone\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-sec3\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\"][vc_column_text]Instant status updates for everyone, streamlined workflow, identify bottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"custom-price-sec\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\"][/vc_column][/vc_row]','teste','','inherit','closed','closed','','6697-revision-v1','','','2018-11-21 18:50:26','2018-11-21 13:20:26','',6697,'https://guide.quickscrum.com/product/6697-revision-v1/',0,'revision','',0),(6724,17,'2018-11-21 18:51:51','2018-11-21 13:21:51','[vc_row full_width=\"stretch_row\" el_class=\"custom-sec1\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\"][vc_column_text]Quickscrum helps your team to Collaborate\r\nBetter, Achieve Goals and Improve\r\nContinuously[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-sec2\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\"][vc_column_text]Keep work centralized, access\r\nanywhere anytime, keep everyone\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-sec3\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\"][vc_column_text]Instant status updates for everyone, streamlined workflow, identify bottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-price-sec\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\"][/vc_column][/vc_row]','teste','','inherit','closed','closed','','6697-revision-v1','','','2018-11-21 18:51:51','2018-11-21 13:21:51','',6697,'https://guide.quickscrum.com/product/6697-revision-v1/',0,'revision','',0),(6725,17,'2018-11-21 18:54:53','2018-11-21 13:24:53','[vc_row full_width=\"stretch_row\" el_class=\"custom-sec1\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\"][vc_column_text]Quickscrum helps your team to Collaborate\r\nBetter, Achieve Goals and Improve\r\nContinuously[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-sec2\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\"][vc_column_text]Keep work centralized, access\r\nanywhere anytime, keep everyone\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-sec3\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\"][vc_column_text]Instant status updates for everyone, streamlined workflow, identify bottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-price-sec\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"Cloud(hosted-by-us)\"][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','teste','','inherit','closed','closed','','6697-revision-v1','','','2018-11-21 18:54:53','2018-11-21 13:24:53','',6697,'https://guide.quickscrum.com/product/6697-revision-v1/',0,'revision','',0),(6726,17,'2018-11-21 19:01:37','2018-11-21 13:31:37','[vc_row full_width=\"stretch_row\" el_class=\"custom-sec1\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\"][vc_column_text]Quickscrum helps your team to Collaborate\r\nBetter, Achieve Goals and Improve\r\nContinuously[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-sec2\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\"][vc_column_text]Keep work centralized, access\r\nanywhere anytime, keep everyone\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-sec3\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\"][vc_column_text]Instant status updates for everyone, streamlined workflow, identify bottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-price-sec\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"Cloud(hosted-by-us)\"][vc_custom_heading][vc_column_text]\r\n\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\r\n\r\n[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','teste','','inherit','closed','closed','','6697-revision-v1','','','2018-11-21 19:01:37','2018-11-21 13:31:37','',6697,'https://guide.quickscrum.com/product/6697-revision-v1/',0,'revision','',0),(6727,17,'2018-11-21 19:02:04','2018-11-21 13:32:04','[vc_row full_width=\"stretch_row\" el_class=\"custom-sec1\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\"][vc_column_text]Quickscrum helps your team to Collaborate\r\nBetter, Achieve Goals and Improve\r\nContinuously[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-sec2\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\"][vc_column_text]Keep work centralized, access\r\nanywhere anytime, keep everyone\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-sec3\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\"][vc_column_text]Instant status updates for everyone, streamlined workflow, identify bottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-price-sec\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"Cloud(hosted-by-us)\"][vc_custom_heading text=\"$3\"][vc_column_text]\r\n\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\r\n\r\n[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','teste','','inherit','closed','closed','','6697-revision-v1','','','2018-11-21 19:02:04','2018-11-21 13:32:04','',6697,'https://guide.quickscrum.com/product/6697-revision-v1/',0,'revision','',0),(6728,17,'2018-11-21 19:05:23','2018-11-21 13:35:23','[vc_row full_width=\"stretch_row\" el_class=\"custom-sec1\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\"][vc_column_text]Quickscrum helps your team to Collaborate\r\nBetter, Achieve Goals and Improve\r\nContinuously[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-sec2\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\"][vc_column_text]Keep work centralized, access\r\nanywhere anytime, keep everyone\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-sec3\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\"][vc_column_text]Instant status updates for everyone, streamlined workflow, identify bottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-price-sec\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"Cloud(hosted-by-us)\"][vc_custom_heading text=\"$3\"][vc_column_text]<h2\">$3\r\n\r\nper User\r\n\r\nper Month\r\n\r\n<a href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','teste','','inherit','closed','closed','','6697-revision-v1','','','2018-11-21 19:05:23','2018-11-21 13:35:23','',6697,'https://guide.quickscrum.com/product/6697-revision-v1/',0,'revision','',0),(6729,17,'2018-11-21 19:05:55','2018-11-21 13:35:55','[vc_row full_width=\"stretch_row\" el_class=\"custom-sec1\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\"][vc_column_text]Quickscrum helps your team to Collaborate\r\nBetter, Achieve Goals and Improve\r\nContinuously[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-sec2\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\"][vc_column_text]Keep work centralized, access\r\nanywhere anytime, keep everyone\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-sec3\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\"][vc_column_text]Instant status updates for everyone, streamlined workflow, identify bottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-price-sec\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"Cloud(hosted-by-us)\"][vc_custom_heading text=\"$3\"][vc_column_text]\r\n<h2>$3</h2>\r\nper User\r\n\r\nper Month\r\n\r\n<a href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','teste','','inherit','closed','closed','','6697-revision-v1','','','2018-11-21 19:05:55','2018-11-21 13:35:55','',6697,'https://guide.quickscrum.com/product/6697-revision-v1/',0,'revision','',0),(6730,17,'2018-11-21 19:06:12','2018-11-21 13:36:12','<p>[vc_row full_width=\"stretch_row\" el_class=\"custom-sec1\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-sec2\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\"][vc_column_text]Keep work centralized, access<br />\r\nanywhere anytime, keep everyone<br />\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-sec3\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\"][vc_column_text]Instant status updates for everyone, streamlined workflow, identify bottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-price-sec\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"Cloud(hosted-by-us)\"][vc_column_text]</p>\r\n<h2>$3</h2>\r\n<p>per User</p>\r\n<p>per Month</p>\r\n<p><a href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]</p>\r\n','teste','','inherit','closed','closed','','6697-revision-v1','','','2018-11-21 19:06:12','2018-11-21 13:36:12','',6697,'https://guide.quickscrum.com/product/6697-revision-v1/',0,'revision','',0),(6731,17,'2018-11-21 19:23:46','2018-11-21 13:53:46','<p>[vc_row full_width=\"stretch_row\" el_class=\"custom-sec1\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-sec2\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\"][vc_column_text]Keep work centralized, access<br />\r\nanywhere anytime, keep everyone<br />\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-sec3\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\"][vc_column_text]Instant status updates for everyone, streamlined workflow, identify bottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-price-sec\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"Cloud(hosted-by-us)\"][vc_column_text]</p>\r\n<h2>$3</h2>\r\n<p>per User</p>\r\n<p>per Month</p>\r\n<p><a href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]</p>\r\n','Demo Section','','inherit','closed','closed','','6697-revision-v1','','','2018-11-21 19:23:46','2018-11-21 13:53:46','',6697,'https://guide.quickscrum.com/product/6697-revision-v1/',0,'revision','',0),(6732,17,'2018-11-21 19:29:45','2018-11-21 13:59:45','<p>[vc_row full_width=\"stretch_row\" el_class=\"custom-sec1\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-sec2\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\"][vc_column_text]Keep work centralized, access<br />\r\nanywhere anytime, keep everyone<br />\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-sec3\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\"][vc_column_text]Instant status updates for everyone, streamlined workflow, identify bottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-price-sec\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"Cloud(hosted-by-us)\"][vc_column_text]</p>\r\n<h2>$3</h2>\r\n<p>per User</p>\r\n<p>per Month</p>\r\n<p><a href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row][vc_row el_class=\"features-tab-sec\"][vc_column][vc_tta_tabs][vc_tta_section title=\"Tab 1\" tab_id=\"1542808607838-268712a8-12ce\"][/vc_tta_section][vc_tta_section title=\"Tab 2\" tab_id=\"1542808607855-c4c3810c-f18b\"][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]</p>\r\n','Demo Section','','inherit','closed','closed','','6697-revision-v1','','','2018-11-21 19:29:45','2018-11-21 13:59:45','',6697,'https://guide.quickscrum.com/product/6697-revision-v1/',0,'revision','',0),(6733,17,'2018-11-21 19:30:37','2018-11-21 14:00:37','<p>[vc_row full_width=\"stretch_row\" el_class=\"custom-sec1\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-sec2\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\"][vc_column_text]Keep work centralized, access<br />\r\nanywhere anytime, keep everyone<br />\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-sec3\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\"][vc_column_text]Instant status updates for everyone, streamlined workflow, identify bottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-price-sec\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"Cloud(hosted-by-us)\"][vc_column_text]</p>\r\n<h2>$3</h2>\r\n<p>per User</p>\r\n<p>per Month</p>\r\n<p><a href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row][vc_row el_class=\"features-tab-sec\"][vc_column][vc_custom_heading text=\"Scrum Features\"][vc_tta_tabs][vc_tta_section title=\"Tab 1\" tab_id=\"1542808607838-268712a8-12ce\"][/vc_tta_section][vc_tta_section title=\"Tab 2\" tab_id=\"1542808607855-c4c3810c-f18b\"][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]</p>\r\n','Demo Section','','inherit','closed','closed','','6697-revision-v1','','','2018-11-21 19:30:37','2018-11-21 14:00:37','',6697,'https://guide.quickscrum.com/product/6697-revision-v1/',0,'revision','',0),(6734,17,'2018-11-21 19:31:46','2018-11-21 14:01:46','<p>[vc_row full_width=\"stretch_row\" el_class=\"custom-sec1\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done<br />\r\nQuickly\"][vc_column_text]Quickscrum helps your team to Collaborate<br />\r\nBetter, Achieve Goals and Improve<br />\r\nContinuously[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-sec2\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\"][vc_column_text]Keep work centralized, access<br />\r\nanywhere anytime, keep everyone<br />\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-sec3\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\"][vc_column_text]Instant status updates for everyone, streamlined workflow, identify bottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-price-sec\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"Cloud(hosted-by-us)\"][vc_column_text]</p>\r\n<h2>$3</h2>\r\n<p>per User</p>\r\n<p>per Month</p>\r\n<p><a href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"features-tab-sec\"][vc_column][vc_custom_heading text=\"Scrum Features\"][vc_tta_tabs][vc_tta_section title=\"Tab 1\" tab_id=\"1542808607838-268712a8-12ce\"][/vc_tta_section][vc_tta_section title=\"Tab 2\" tab_id=\"1542808607855-c4c3810c-f18b\"][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]</p>\r\n','Demo Section','','inherit','closed','closed','','6697-revision-v1','','','2018-11-21 19:31:46','2018-11-21 14:01:46','',6697,'https://guide.quickscrum.com/product/6697-revision-v1/',0,'revision','',0),(6735,17,'2018-11-21 19:32:44','2018-11-21 14:02:44','[vc_row full_width=\"stretch_row\" el_class=\"custom-sec1\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\"][vc_column_text]Quickscrum helps your team to Collaborate\r\nBetter, Achieve Goals and Improve\r\nContinuously[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-sec2\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\"][vc_column_text]Keep work centralized, access\r\nanywhere anytime, keep everyone\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-sec3\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\"][vc_column_text]Instant status updates for everyone, streamlined workflow, identify bottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-price-sec\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"Cloud(hosted-by-us)\"][vc_column_text]\r\n<h2>$3</h2>\r\nper User\r\n\r\nper Month\r\n\r\n<a href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"features-tab-sec\"][vc_column][vc_custom_heading text=\"Scrum Features\"][vc_column_text]Simple and easy to understand features will help you get started quickly[/vc_column_text][vc_tta_tabs][vc_tta_section title=\"Tab 1\" tab_id=\"1542808607838-268712a8-12ce\"][/vc_tta_section][vc_tta_section title=\"Tab 2\" tab_id=\"1542808607855-c4c3810c-f18b\"][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','Demo Section','','inherit','closed','closed','','6697-revision-v1','','','2018-11-21 19:32:44','2018-11-21 14:02:44','',6697,'https://guide.quickscrum.com/product/6697-revision-v1/',0,'revision','',0),(6736,17,'2018-11-21 19:37:56','2018-11-21 14:07:56','[vc_row full_width=\"stretch_row\" el_class=\"custom-sec1\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\"][vc_column_text]Quickscrum helps your team to Collaborate\r\nBetter, Achieve Goals and Improve\r\nContinuously[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-sec2\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\"][vc_column_text]Keep work centralized, access\r\nanywhere anytime, keep everyone\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-sec3\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\"][vc_column_text]Instant status updates for everyone, streamlined workflow, identify bottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-price-sec\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"Cloud(hosted-by-us)\"][vc_column_text]\r\n<h2>$3</h2>\r\nper User\r\n\r\nper Month\r\n\r\n<a href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"features-tab-sec\"][vc_column][vc_custom_heading text=\"Scrum Features\"][vc_column_text]Simple and easy to understand features will help you get started quickly[/vc_column_text][vc_tta_tabs][vc_tta_section title=\"Backlog\" tab_id=\"backlog\"][vc_row_inner][vc_column_inner width=\"2/3\"][vc_single_image image=\"6370\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Tab 2\" tab_id=\"1542808607855-c4c3810c-f18b\"][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','Demo Section','','inherit','closed','closed','','6697-revision-v1','','','2018-11-21 19:37:56','2018-11-21 14:07:56','',6697,'https://guide.quickscrum.com/product/6697-revision-v1/',0,'revision','',0),(6737,17,'2018-11-21 19:38:17','2018-11-21 14:08:17','[vc_row full_width=\"stretch_row\" el_class=\"custom-sec1\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\"][vc_column_text]Quickscrum helps your team to Collaborate\r\nBetter, Achieve Goals and Improve\r\nContinuously[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-sec2\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\"][vc_column_text]Keep work centralized, access\r\nanywhere anytime, keep everyone\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-sec3\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\"][vc_column_text]Instant status updates for everyone, streamlined workflow, identify bottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-price-sec\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"Cloud(hosted-by-us)\"][vc_column_text]\r\n<h2>$3</h2>\r\nper User\r\n\r\nper Month\r\n\r\n<a href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"features-tab-sec\"][vc_column][vc_custom_heading text=\"Scrum Features\"][vc_column_text]Simple and easy to understand features will help you get started quickly[/vc_column_text][vc_tta_tabs][vc_tta_section title=\"Backlog\" tab_id=\"backlog\"][vc_row_inner][vc_column_inner width=\"2/3\"][vc_single_image image=\"6370\" img_size=\"full\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Tab 2\" tab_id=\"1542808607855-c4c3810c-f18b\"][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','Demo Section','','inherit','closed','closed','','6697-revision-v1','','','2018-11-21 19:38:17','2018-11-21 14:08:17','',6697,'https://guide.quickscrum.com/product/6697-revision-v1/',0,'revision','',0),(6738,17,'2018-11-21 19:39:04','2018-11-21 14:09:04','[vc_row full_width=\"stretch_row\" el_class=\"custom-sec1\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\"][vc_column_text]Quickscrum helps your team to Collaborate\r\nBetter, Achieve Goals and Improve\r\nContinuously[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-sec2\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\"][vc_column_text]Keep work centralized, access\r\nanywhere anytime, keep everyone\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-sec3\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\"][vc_column_text]Instant status updates for everyone, streamlined workflow, identify bottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-price-sec\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"Cloud(hosted-by-us)\"][vc_column_text]\r\n<h2>$3</h2>\r\nper User\r\n\r\nper Month\r\n\r\n<a href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"features-tab-sec\"][vc_column][vc_custom_heading text=\"Scrum Features\"][vc_column_text]Simple and easy to understand features will help you get started quickly[/vc_column_text][vc_tta_tabs][vc_tta_section title=\"Backlog\" tab_id=\"backlog\"][vc_row_inner][vc_column_inner width=\"2/3\"][vc_single_image image=\"6370\" img_size=\"full\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_custom_heading text=\"Backlog\"][vc_column_text]Quickscrum helps teams to keep all stories in centralize location. It prioritize them based on business values and Estimated Size.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Tab 2\" tab_id=\"1542808607855-c4c3810c-f18b\"][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','Demo Section','','inherit','closed','closed','','6697-revision-v1','','','2018-11-21 19:39:04','2018-11-21 14:09:04','',6697,'https://guide.quickscrum.com/product/6697-revision-v1/',0,'revision','',0),(6739,17,'2018-11-21 19:41:16','2018-11-21 14:11:16','[vc_row full_width=\"stretch_row\" el_class=\"custom-sec1\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\"][vc_column_text]Quickscrum helps your team to Collaborate\r\nBetter, Achieve Goals and Improve\r\nContinuously[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-sec2\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\"][vc_column_text]Keep work centralized, access\r\nanywhere anytime, keep everyone\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-sec3\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\"][vc_column_text]Instant status updates for everyone, streamlined workflow, identify bottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-price-sec\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"Cloud(hosted-by-us)\"][vc_column_text]\r\n<h2>$3</h2>\r\nper User\r\n\r\nper Month\r\n\r\n<a href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"features-tab-sec\"][vc_column][vc_custom_heading text=\"Scrum Features\"][vc_column_text]Simple and easy to understand features will help you get started quickly[/vc_column_text][vc_tta_tabs][vc_tta_section title=\"Backlog\" tab_id=\"backlog\"][vc_row_inner][vc_column_inner width=\"2/3\"][vc_single_image image=\"6370\" img_size=\"full\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_custom_heading text=\"Backlog\"][vc_column_text]Quickscrum helps teams to keep all stories in centralize location. It prioritize them based on business values and Estimated Size.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Tab 2\" tab_id=\"1542808607855-c4c3810c-f18b\"][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','Demo Section','','inherit','closed','closed','','6697-revision-v1','','','2018-11-21 19:41:16','2018-11-21 14:11:16','',6697,'https://guide.quickscrum.com/product/6697-revision-v1/',0,'revision','',0),(6740,17,'2018-11-21 20:19:16','2018-11-21 14:49:16','[vc_row full_width=\"stretch_row\" el_class=\"custom-sec1\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\"][vc_column_text]Quickscrum helps your team to Collaborate\r\nBetter, Achieve Goals and Improve\r\nContinuously[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-sec2\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\"][vc_column_text]Keep work centralized, access\r\nanywhere anytime, keep everyone\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-sec3\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\"][vc_column_text]Instant status updates for everyone, streamlined workflow, identify bottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-price-sec\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"Cloud(hosted-by-us)\"][vc_column_text]\r\n<h2>$3</h2>\r\nper User\r\n\r\nper Month\r\n\r\n<a href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"features-tab-sec\"][vc_column][vc_custom_heading text=\"Scrum Features\"][vc_column_text]Simple and easy to understand features will help you get started quickly[/vc_column_text][vc_tta_tabs][vc_tta_section title=\"Backlog\" tab_id=\"backlog\"][vc_row_inner][vc_column_inner width=\"2/3\"][vc_single_image image=\"6370\" img_size=\"full\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_custom_heading text=\"Backlog\"][vc_column_text]Quickscrum helps teams to keep all stories in centralize location. It prioritize them based on business values and Estimated Size.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Planning\" tab_id=\"planning\"][vc_row_inner][vc_column_inner width=\"2/3\"][vc_single_image image=\"6370\" img_size=\"full\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_custom_heading text=\"Planning\"][vc_column_text]Define timebox duration & plan the timebox accurately, based on the overall team availability.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','Demo Section','','inherit','closed','closed','','6697-revision-v1','','','2018-11-21 20:19:16','2018-11-21 14:49:16','',6697,'https://guide.quickscrum.com/product/6697-revision-v1/',0,'revision','',0),(6741,3,'2018-11-22 10:39:04','2018-11-22 05:09:04','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 10:39:04','2018-11-22 05:09:04','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6742,17,'2018-11-22 11:41:36','2018-11-22 06:11:36','[vc_row full_width=\"stretch_row\" el_class=\"custom-sec1\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\"][vc_column_text]Quickscrum helps your team to Collaborate\r\nBetter, Achieve Goals and Improve\r\nContinuously[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-sec2\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\"][vc_column_text]Keep work centralized, access\r\nanywhere anytime, keep everyone\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-sec3\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\"][vc_column_text]Instant status updates for everyone, streamlined workflow, identify bottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-price-sec\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"Cloud(hosted-by-us)\"][vc_column_text]\r\n<h2>$3</h2>\r\nper User\r\n\r\nper Month\r\n\r\n<a href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"features-tab-sec\"][vc_column][vc_custom_heading text=\"Scrum Features\"][vc_column_text]Simple and easy to understand features will help you get started quickly[/vc_column_text][vc_tta_tabs][vc_tta_section title=\"Backlog\" tab_id=\"backlog\"][vc_row_inner][vc_column_inner width=\"2/3\"][vc_single_image image=\"6370\" img_size=\"full\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_custom_heading text=\"Backlog\"][vc_column_text]Quickscrum helps teams to keep all stories in centralize location. It prioritize them based on business values and Estimated Size.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Planning\" tab_id=\"planning\"][vc_row_inner][vc_column_inner width=\"2/3\"][vc_single_image image=\"6370\" img_size=\"full\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_custom_heading text=\"Planning\"][vc_column_text]Define timebox duration & plan the timebox accurately, based on the overall team availability.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Board\" tab_id=\"board\"][vc_row_inner][vc_column_inner width=\"2/3\"][vc_single_image image=\"6374\" img_size=\"full\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text]Board helps team to execute timebox faster. Split all workitems into subitems, estimate required efforts, attach files & collaborate with team members.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','Demo Section','','inherit','closed','closed','','6697-revision-v1','','','2018-11-22 11:41:36','2018-11-22 06:11:36','',6697,'https://guide.quickscrum.com/product/6697-revision-v1/',0,'revision','',0),(6743,17,'2018-11-22 11:42:08','2018-11-22 06:12:08','[vc_row full_width=\"stretch_row\" el_class=\"custom-sec1\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Get Things Done\r\nQuickly\"][vc_column_text]Quickscrum helps your team to Collaborate\r\nBetter, Achieve Goals and Improve\r\nContinuously[/vc_column_text][vc_btn title=\"Start Being Agile Now - 14 Days Free\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-sec2\"][vc_column width=\"2/3\"][vc_single_image image=\"6225\" img_size=\"full\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Manage Work\"][vc_column_text]Keep work centralized, access\r\nanywhere anytime, keep everyone\r\nsync[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-sec3\"][vc_column width=\"1/3\"][vc_custom_heading text=\"Execute Faster\"][vc_column_text]Instant status updates for everyone, streamlined workflow, identify bottleneck[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"6221\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"custom-price-sec\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"Cloud(hosted-by-us)\"][vc_column_text]\r\n<h2>$3</h2>\r\nper User\r\n\r\nper Month\r\n\r\n<a href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"features-tab-sec\"][vc_column][vc_custom_heading text=\"Scrum Features\"][vc_column_text]Simple and easy to understand features will help you get started quickly[/vc_column_text][vc_tta_tabs][vc_tta_section title=\"Backlog\" tab_id=\"backlog\"][vc_row_inner][vc_column_inner width=\"2/3\"][vc_single_image image=\"6370\" img_size=\"full\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_custom_heading text=\"Backlog\"][vc_column_text]Quickscrum helps teams to keep all stories in centralize location. It prioritize them based on business values and Estimated Size.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Planning\" tab_id=\"planning\"][vc_row_inner][vc_column_inner width=\"2/3\"][vc_single_image image=\"6370\" img_size=\"full\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_custom_heading text=\"Planning\"][vc_column_text]Define timebox duration & plan the timebox accurately, based on the overall team availability.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][vc_tta_section title=\"Board\" tab_id=\"board\"][vc_row_inner][vc_column_inner width=\"2/3\"][vc_single_image image=\"6374\" img_size=\"full\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_custom_heading text=\"Board\"][vc_column_text]Board helps team to execute timebox faster. Split all workitems into subitems, estimate required efforts, attach files & collaborate with team members.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','Demo Section','','inherit','closed','closed','','6697-revision-v1','','','2018-11-22 11:42:08','2018-11-22 06:12:08','',6697,'https://guide.quickscrum.com/product/6697-revision-v1/',0,'revision','',0),(6745,4,'2018-11-22 18:55:27','2018-11-22 13:25:27','<p>[vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542890309533{margin-top: -60px !important;margin-bottom: -60px !important;background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000|line_height:65px\" use_theme_fonts=\"yes\" css=\".vc_custom_1542889767326{margin-top: 150px !important;}\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b><span style=\"font-size: 24px;\">Get 50% of Total Sales</span><br />\n</b></span></span><span style=\"font-size: 20px;\">The Great way to Grow your revenue</span>[/vc_column_text][vc_row_inner css=\".vc_custom_1542888888496{margin-top: 25px !important;}\"][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"font-size: 20px;\"\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542890038821{border-radius: 3px !important;}\" el_class=\"home-solution\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6816\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]</p>\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span></p>\n<p><span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong></p>\n<p><span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong></p>\n<p><span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span></p>\n<p> </p>\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span></p>\n<p> </p>\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span></p>\n<p> </p>\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span></p>\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]</p>\n','Partner','','inherit','closed','closed','','6500-autosave-v1','','','2018-11-22 18:55:27','2018-11-22 13:25:27','',6500,'https://guide.quickscrum.com/product/6500-autosave-v1/',0,'revision','',0),(6746,4,'2018-11-22 14:39:49','2018-11-22 09:09:49','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][vc_column_text]<a href=\"https://guide.quickscrum.com/product/partner/\">BECOME A PARTNER</a>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 14:39:49','2018-11-22 09:09:49','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6747,4,'2018-11-22 14:40:31','2018-11-22 09:10:31','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 14:40:31','2018-11-22 09:10:31','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6748,4,'2018-11-22 14:51:15','2018-11-22 09:21:15','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 14:51:15','2018-11-22 09:21:15','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6749,4,'2018-11-22 14:57:41','2018-11-22 09:27:41','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542878861134{margin-top: 10px !important;border-bottom-width: -30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 14:57:41','2018-11-22 09:27:41','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6750,4,'2018-11-22 15:05:26','2018-11-22 09:35:26','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879326306{margin-top: 10px !important;border-bottom-width: -90px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 15:05:26','2018-11-22 09:35:26','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6751,4,'2018-11-22 15:06:26','2018-11-22 09:36:26','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879387048{margin-top: 20px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 15:06:26','2018-11-22 09:36:26','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6752,4,'2018-11-22 15:06:50','2018-11-22 09:36:50','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 15:06:50','2018-11-22 09:36:50','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6753,4,'2018-11-22 15:14:42','2018-11-22 09:44:42','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -90px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 15:14:42','2018-11-22 09:44:42','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6754,4,'2018-11-22 15:15:07','2018-11-22 09:45:07','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -50px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 15:15:07','2018-11-22 09:45:07','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6755,4,'2018-11-22 15:15:36','2018-11-22 09:45:36','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 15:15:36','2018-11-22 09:45:36','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6756,4,'2018-11-22 15:16:45','2018-11-22 09:46:45','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales<br />\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]</p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span></p>\r\n<p><span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]</p>\r\n','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 15:16:45','2018-11-22 09:46:45','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6758,4,'2018-11-22 15:17:18','2018-11-22 09:47:18','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales<br />\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]</p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span></p>\r\n<p><span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]</p>\r\n','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 15:17:18','2018-11-22 09:47:18','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6760,4,'2018-11-22 15:19:42','2018-11-22 09:49:42','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales<br />\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]</p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span></p>\r\n<p><span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]</p>\r\n','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 15:19:42','2018-11-22 09:49:42','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6761,4,'2018-11-22 15:20:16','2018-11-22 09:50:16','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales<br />\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]</p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span></p>\r\n<p><span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]</p>\r\n','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 15:20:16','2018-11-22 09:50:16','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6762,4,'2018-11-22 15:21:40','2018-11-22 09:51:40','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales<br />\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]</p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span></p>\r\n<p><span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]</p>\r\n','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 15:21:40','2018-11-22 09:51:40','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6763,4,'2018-11-22 15:21:55','2018-11-22 09:51:55','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales<br />\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]</p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span></p>\r\n<p><span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]</p>\r\n','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 15:21:55','2018-11-22 09:51:55','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6764,4,'2018-11-22 15:22:48','2018-11-22 09:52:48','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales<br />\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"2/3\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1542609694691{border-radius: 3px !important;}\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]</p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span></p>\r\n<p><span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]</p>\r\n','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 15:22:48','2018-11-22 09:52:48','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6765,4,'2018-11-22 15:23:14','2018-11-22 09:53:14','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales<br />\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]</p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span></p>\r\n<p><span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]</p>\r\n','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 15:23:14','2018-11-22 09:53:14','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6766,4,'2018-11-22 15:23:40','2018-11-22 09:53:40','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales<br />\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"right\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]</p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span></p>\r\n<p><span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]</p>\r\n','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 15:23:40','2018-11-22 09:53:40','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6767,4,'2018-11-22 15:24:08','2018-11-22 09:54:08','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales<br />\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]</p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span></p>\r\n<p><span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]</p>\r\n','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 15:24:08','2018-11-22 09:54:08','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6769,4,'2018-11-22 15:32:08','2018-11-22 10:02:08','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales<br />\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" width:180px\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]</p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span></p>\r\n<p><span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]</p>\r\n','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 15:32:08','2018-11-22 10:02:08','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6770,4,'2018-11-22 15:33:14','2018-11-22 10:03:14','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales<br />\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" custom_width=\"180px\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]</p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span></p>\r\n<p><span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]</p>\r\n','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 15:33:14','2018-11-22 10:03:14','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6771,4,'2018-11-22 15:33:39','2018-11-22 10:03:39','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales<br />\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609797286{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]</p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span></p>\r\n<p><span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]</p>\r\n','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 15:33:39','2018-11-22 10:03:39','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6772,4,'2018-11-22 15:37:27','2018-11-22 10:07:27','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales<br />\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542881247858{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]</p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span></p>\r\n<p><span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]</p>\r\n','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 15:37:27','2018-11-22 10:07:27','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6773,4,'2018-11-22 15:41:15','2018-11-22 10:11:15','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales<br />\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542881475070{border-radius: 3px !important;}\" el_class=\"btn-width-org\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]</p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span></p>\r\n<p><span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]</p>\r\n','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 15:41:15','2018-11-22 10:11:15','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6774,4,'2018-11-22 15:42:50','2018-11-22 10:12:50','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales<br />\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542881564758{border-radius: 3px !important;}\" el_class=\"home-solution btn-width-org\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]</p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span></p>\r\n<p><span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]</p>\r\n','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 15:42:50','2018-11-22 10:12:50','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6775,4,'2018-11-22 15:45:04','2018-11-22 10:15:04','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales<br />\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542881703798{border-radius: 3px !important;}\" el_class=\"home-solution btn-width-org\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]</p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span></p>\r\n<p><span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]</p>\r\n','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 15:45:04','2018-11-22 10:15:04','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6776,4,'2018-11-22 15:49:40','2018-11-22 10:19:40','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales<br />\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_width=\"180px\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542881703798{border-radius: 3px !important;}\" el_class=\"home-solution btn-width-org\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]</p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span></p>\r\n<p><span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]</p>\r\n','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 15:49:40','2018-11-22 10:19:40','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6777,4,'2018-11-22 15:50:30','2018-11-22 10:20:30','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales<br />\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_width=\"180px\" <!--more-->\r\ncustom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542881703798{border-radius: 3px !important;}\" el_class=\"home-solution btn-width-org\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]</p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span></p>\r\n<p><span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]</p>\r\n','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 15:50:30','2018-11-22 10:20:30','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6778,4,'2018-11-22 15:50:55','2018-11-22 10:20:55','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales<br />\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" <!--more-->\r\ncustom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542881703798{border-radius: 3px !important;}\" el_class=\"home-solution btn-width-org\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]</p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span></p>\r\n<p><span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]</p>\r\n','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 15:50:55','2018-11-22 10:20:55','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6779,4,'2018-11-22 15:58:56','2018-11-22 10:28:56','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales<br />\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542882535873{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]</p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span></p>\r\n<p><span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]</p>\r\n','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 15:58:56','2018-11-22 10:28:56','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6780,4,'2018-11-22 16:01:14','2018-11-22 10:31:14','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales<br />\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542882535873{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"674x458\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]</p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span></p>\r\n<p><span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]</p>\r\n','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 16:01:14','2018-11-22 10:31:14','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6781,4,'2018-11-22 16:02:18','2018-11-22 10:32:18','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales<br />\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542882535873{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"674x458\" alignment=\"center\" onclick=\"zoom\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]</p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span></p>\r\n<p><span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]</p>\r\n','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 16:02:18','2018-11-22 10:32:18','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6782,4,'2018-11-22 16:03:15','2018-11-22 10:33:15','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales<br />\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542882535873{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\" onclick=\"zoom\"][vc_column_text]</p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span></p>\r\n<p><span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]</p>\r\n','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 16:03:15','2018-11-22 10:33:15','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6783,4,'2018-11-22 16:03:47','2018-11-22 10:33:47','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales<br />\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542882535873{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\" onclick=\"img_link_large\"][vc_column_text]</p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span></p>\r\n<p><span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]</p>\r\n','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 16:03:47','2018-11-22 10:33:47','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6785,4,'2018-11-22 16:04:23','2018-11-22 10:34:23','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales<br />\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542882535873{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\" onclick=\"link_image\"][vc_column_text]</p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span></p>\r\n<p><span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]</p>\r\n','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 16:04:23','2018-11-22 10:34:23','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (6786,4,'2018-11-22 16:05:12','2018-11-22 10:35:12','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales<br />\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542882535873{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\" css_animation=\"bounceInUp\"][vc_column_text]</p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span></p>\r\n<p><span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]</p>\r\n','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 16:05:12','2018-11-22 10:35:12','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6787,4,'2018-11-22 16:05:58','2018-11-22 10:35:58','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales<br />\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542882535873{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\" css_animation=\"flipInX\"][vc_column_text]</p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span></p>\r\n<p><span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]</p>\r\n','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 16:05:58','2018-11-22 10:35:58','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6788,4,'2018-11-22 16:07:25','2018-11-22 10:37:25','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales<br />\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542882535873{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\" css_animation=\"fadeIn\"][vc_column_text]</p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\" css_animation=\"fadeIn\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span></p>\r\n<p><span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\" css_animation=\"fadeIn\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\" css_animation=\"fadeIn\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]</p>\r\n','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 16:07:25','2018-11-22 10:37:25','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6790,4,'2018-11-22 16:08:21','2018-11-22 10:38:21','<p>[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales<br />\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542882535873{border-radius: 3px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\" css_animation=\"none\"][vc_column_text]</p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\" css_animation=\"none\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span></p>\r\n<p><span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\" css_animation=\"none\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\" css_animation=\"none\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]</p>\r\n','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 16:08:21','2018-11-22 10:38:21','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6791,4,'2018-11-22 16:08:53','2018-11-22 10:38:53','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" <!--more-->\r\ncustom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542881703798{border-radius: 3px !important;}\" el_class=\"home-solution btn-width-org\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 16:08:53','2018-11-22 10:38:53','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6796,1,'2018-11-22 16:58:48','2018-11-22 11:28:48','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"2/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542881703798{border-radius: 3px !important;}\" el_class=\"home-solution btn-width-org\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 16:58:48','2018-11-22 11:28:48','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6797,1,'2018-11-22 16:59:26','2018-11-22 11:29:26','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542881703798{border-radius: 3px !important;}\" el_class=\"home-solution btn-width-org\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 16:59:26','2018-11-22 11:29:26','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6798,1,'2018-11-22 16:59:56','2018-11-22 11:29:56','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"2/3\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542881703798{border-radius: 3px !important;}\" el_class=\"home-solution btn-width-org\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 16:59:56','2018-11-22 11:29:56','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6799,1,'2018-11-22 17:01:40','2018-11-22 11:31:40','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542881703798{border-radius: 3px !important;}\" el_class=\"home-solution btn-width-org\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 17:01:40','2018-11-22 11:31:40','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6800,1,'2018-11-22 17:03:34','2018-11-22 11:33:34','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542881703798{border-radius: 3px !important;}\" el_class=\"home-solution btn-width-org\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 17:03:34','2018-11-22 11:33:34','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6801,1,'2018-11-22 17:06:01','2018-11-22 11:36:01','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_row_inner][vc_column_inner][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row el_class=\"landing-section\" css=\".vc_custom_1542886531907{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542881703798{border-radius: 3px !important;}\" el_class=\"home-solution btn-width-org\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 17:06:01','2018-11-22 11:36:01','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6802,1,'2018-11-22 17:06:33','2018-11-22 11:36:33','[vc_row full_width=\"stretch_row\" el_class=\"home-solution landing-section\" css=\".vc_custom_1542375742738{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\" el_class=\"main-left-txt\"][vc_row_inner][vc_column_inner][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542886561939{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542881703798{border-radius: 3px !important;}\" el_class=\"home-solution btn-width-org\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 17:06:33','2018-11-22 11:36:33','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6803,1,'2018-11-22 17:07:26','2018-11-22 11:37:26','[vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542886561939{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542881703798{border-radius: 3px !important;}\" el_class=\"home-solution btn-width-org\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 17:07:26','2018-11-22 11:37:26','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6804,1,'2018-11-22 17:09:24','2018-11-22 11:39:24','[vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542886561939{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542881703798{border-radius: 3px !important;}\" el_class=\"home-solution btn-width-org\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 17:09:24','2018-11-22 11:39:24','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6805,1,'2018-11-22 17:09:42','2018-11-22 11:39:42','[vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542886561939{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542881703798{border-radius: 3px !important;}\" el_class=\"home-solution btn-width-org\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 17:09:42','2018-11-22 11:39:42','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6806,1,'2018-11-22 17:10:29','2018-11-22 11:40:29','[vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542886561939{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542881703798{border-radius: 3px !important;}\" el_class=\"home-solution btn-width-org\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 17:10:29','2018-11-22 11:40:29','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6807,1,'2018-11-22 17:11:30','2018-11-22 11:41:30','[vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542886561939{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542881703798{border-radius: 3px !important;}\" el_class=\"home-solution btn-width-org\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 17:11:30','2018-11-22 11:41:30','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6808,1,'2018-11-22 17:43:04','2018-11-22 12:13:04','[vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542886561939{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542881703798{border-radius: 3px !important;}\" el_class=\"home-solution btn-width-org\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 17:43:04','2018-11-22 12:13:04','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6809,1,'2018-11-22 17:43:41','2018-11-22 12:13:41','[vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542886561939{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"left\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542888781454{border-radius: 3px !important;}\" el_class=\"home-solution btn-width-org\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"left\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 17:43:41','2018-11-22 12:13:41','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6810,1,'2018-11-22 17:44:18','2018-11-22 12:14:18','[vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542886561939{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542888821371{border-radius: 3px !important;}\" el_class=\"home-solution btn-width-org\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 17:44:18','2018-11-22 12:14:18','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6811,1,'2018-11-22 17:45:17','2018-11-22 12:15:17','[vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542886561939{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner css=\".vc_custom_1542888888496{margin-top: 25px !important;}\"][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542888821371{border-radius: 3px !important;}\" el_class=\"home-solution btn-width-org\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 17:45:17','2018-11-22 12:15:17','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6812,1,'2018-11-22 17:45:48','2018-11-22 12:15:48','[vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542886561939{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner css=\".vc_custom_1542888888496{margin-top: 25px !important;}\"][vc_column_inner width=\"1/3\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542888821371{border-radius: 3px !important;}\" el_class=\"home-solution btn-width-org\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 17:45:48','2018-11-22 12:15:48','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6813,1,'2018-11-22 17:46:05','2018-11-22 12:16:05','[vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542886561939{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner css=\".vc_custom_1542888888496{margin-top: 25px !important;}\"][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542888821371{border-radius: 3px !important;}\" el_class=\"home-solution btn-width-org\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6546\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 17:46:05','2018-11-22 12:16:05','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6814,4,'2018-11-22 17:51:10','2018-11-22 12:21:10','','Partnership23','','inherit','closed','closed','','partnership23','','','2018-11-22 17:51:10','2018-11-22 12:21:10','',6500,'https://product.quickscrum.com/wp-content/uploads/2018/11/Partnership23.png',0,'attachment','image/png',0),(6815,4,'2018-11-22 17:51:20','2018-11-22 12:21:20','[vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542886561939{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner css=\".vc_custom_1542888888496{margin-top: 25px !important;}\"][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542888821371{border-radius: 3px !important;}\" el_class=\"home-solution btn-width-org\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6814\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 17:51:20','2018-11-22 12:21:20','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6816,4,'2018-11-22 17:53:48','2018-11-22 12:23:48','','Partnership24','','inherit','closed','closed','','partnership24','','','2018-11-22 17:53:48','2018-11-22 12:23:48','',6500,'https://product.quickscrum.com/wp-content/uploads/2018/11/Partnership24.png',0,'attachment','image/png',0),(6817,4,'2018-11-22 17:53:55','2018-11-22 12:23:55','[vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542886561939{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner css=\".vc_custom_1542888888496{margin-top: 25px !important;}\"][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542888821371{border-radius: 3px !important;}\" el_class=\"home-solution btn-width-org\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6816\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 17:53:55','2018-11-22 12:23:55','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6818,4,'2018-11-22 17:54:43','2018-11-22 12:24:43','[vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542886561939{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner css=\".vc_custom_1542888888496{margin-top: 25px !important;}\"][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542888821371{border-radius: 3px !important;}\" el_class=\"home-solution btn-width-org\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6816\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 17:54:43','2018-11-22 12:24:43','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6819,4,'2018-11-22 17:56:28','2018-11-22 12:26:28','[vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542889588509{margin-top: -50px !important;background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000|line_height:65px\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner css=\".vc_custom_1542888888496{margin-top: 25px !important;}\"][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542888821371{border-radius: 3px !important;}\" el_class=\"home-solution btn-width-org\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6816\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 17:56:28','2018-11-22 12:26:28','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6820,4,'2018-11-22 17:57:12','2018-11-22 12:27:12','[vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542889588509{margin-top: -50px !important;background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000|line_height:65px\" use_theme_fonts=\"yes\" css=\".vc_custom_1542889632624{margin-top: 50px !important;}\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner css=\".vc_custom_1542888888496{margin-top: 25px !important;}\"][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542888821371{border-radius: 3px !important;}\" el_class=\"home-solution btn-width-org\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6816\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 17:57:12','2018-11-22 12:27:12','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6821,4,'2018-11-22 17:57:44','2018-11-22 12:27:44','[vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542889588509{margin-top: -50px !important;background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000|line_height:65px\" use_theme_fonts=\"yes\" css=\".vc_custom_1542889664735{margin-top: 100px !important;}\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner css=\".vc_custom_1542888888496{margin-top: 25px !important;}\"][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542888821371{border-radius: 3px !important;}\" el_class=\"home-solution btn-width-org\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6816\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 17:57:44','2018-11-22 12:27:44','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6822,4,'2018-11-22 17:58:28','2018-11-22 12:28:28','[vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542889707965{background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000|line_height:65px\" use_theme_fonts=\"yes\" css=\".vc_custom_1542889664735{margin-top: 100px !important;}\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner css=\".vc_custom_1542888888496{margin-top: 25px !important;}\"][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542888821371{border-radius: 3px !important;}\" el_class=\"home-solution btn-width-org\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6816\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 17:58:28','2018-11-22 12:28:28','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6823,4,'2018-11-22 17:59:26','2018-11-22 12:29:26','[vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542889750996{margin-top: -60px !important;background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000|line_height:65px\" use_theme_fonts=\"yes\" css=\".vc_custom_1542889767326{margin-top: 150px !important;}\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b>Get 50% of of Total Sales\r\n</b></span></span>The Great way to Grow your revenue[/vc_column_text][vc_row_inner css=\".vc_custom_1542888888496{margin-top: 25px !important;}\"][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542888821371{border-radius: 3px !important;}\" el_class=\"home-solution btn-width-org\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6816\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 17:59:26','2018-11-22 12:29:26','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6824,4,'2018-11-22 18:00:59','2018-11-22 12:30:59','[vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542889750996{margin-top: -60px !important;background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000|line_height:65px\" use_theme_fonts=\"yes\" css=\".vc_custom_1542889767326{margin-top: 150px !important;}\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b><span style=\"font-size: 24px;\">Get 50% </span>of of<span style=\"font-size: 24px;\"> Total Sales</span>\r\n</b></span></span><span style=\"font-size: 20px;\">The Great way to Grow your revenue</span>[/vc_column_text][vc_row_inner css=\".vc_custom_1542888888496{margin-top: 25px !important;}\"][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542888821371{border-radius: 3px !important;}\" el_class=\"home-solution btn-width-org\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6816\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 18:00:59','2018-11-22 12:30:59','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6825,4,'2018-11-22 18:01:46','2018-11-22 12:31:46','[vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542889750996{margin-top: -60px !important;background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000|line_height:65px\" use_theme_fonts=\"yes\" css=\".vc_custom_1542889767326{margin-top: 150px !important;}\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b><span style=\"font-size: 24px;\">Get 50% of Total Sales</span>\r\n</b></span></span><span style=\"font-size: 20px;\">The Great way to Grow your revenue</span>[/vc_column_text][vc_row_inner css=\".vc_custom_1542888888496{margin-top: 25px !important;}\"][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542888821371{border-radius: 3px !important;}\" el_class=\"home-solution btn-width-org\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6816\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 18:01:46','2018-11-22 12:31:46','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6826,4,'2018-11-22 18:02:07','2018-11-22 12:32:07','[vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542889750996{margin-top: -60px !important;background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000|line_height:65px\" use_theme_fonts=\"yes\" css=\".vc_custom_1542889767326{margin-top: 150px !important;}\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b><span style=\"font-size: 24px;\">Get 50% of Total Sales</span>\r\n</b></span></span><span style=\"font-size: 20px;\">The Great way to Grow your revenue</span>[/vc_column_text][vc_row_inner css=\".vc_custom_1542888888496{margin-top: 25px !important;}\"][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542888821371{border-radius: 3px !important;}\" el_class=\"home-solution btn-width-org\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6816\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 18:02:07','2018-11-22 12:32:07','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6827,4,'2018-11-22 18:03:59','2018-11-22 12:33:59','[vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542889750996{margin-top: -60px !important;background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000|line_height:65px\" use_theme_fonts=\"yes\" css=\".vc_custom_1542889767326{margin-top: 150px !important;}\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b><span style=\"font-size: 24px;\">Get 50% of Total Sales</span>\r\n</b></span></span><span style=\"font-size: 20px;\">The Great way to Grow your revenue</span>[/vc_column_text][vc_row_inner css=\".vc_custom_1542888888496{margin-top: 25px !important;}\"][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542890038821{border-radius: 3px !important;}\" el_class=\"home-solution\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6816\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 18:03:59','2018-11-22 12:33:59','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6828,4,'2018-11-22 18:04:36','2018-11-22 12:34:36','[vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542889750996{margin-top: -60px !important;background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000|line_height:65px\" use_theme_fonts=\"yes\" css=\".vc_custom_1542889767326{margin-top: 150px !important;}\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b><span style=\"font-size: 24px;\">Get 50% of Total Sales</span>\r\n</b></span></span><span style=\"font-size: 20px;\">The Great way to Grow your revenue</span>[/vc_column_text][vc_row_inner css=\".vc_custom_1542888888496{margin-top: 25px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1542890075776{margin-right: 10px !important;margin-left: 10px !important;}\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542890038821{border-radius: 3px !important;}\" el_class=\"home-solution\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6816\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 18:04:36','2018-11-22 12:34:36','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6829,4,'2018-11-22 18:05:01','2018-11-22 12:35:01','[vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542889750996{margin-top: -60px !important;background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000|line_height:65px\" use_theme_fonts=\"yes\" css=\".vc_custom_1542889767326{margin-top: 150px !important;}\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b><span style=\"font-size: 24px;\">Get 50% of Total Sales</span>\r\n</b></span></span><span style=\"font-size: 20px;\">The Great way to Grow your revenue</span>[/vc_column_text][vc_row_inner css=\".vc_custom_1542888888496{margin-top: 25px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1542890101096{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542890038821{border-radius: 3px !important;}\" el_class=\"home-solution\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6816\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 18:05:01','2018-11-22 12:35:01','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6830,4,'2018-11-22 18:05:27','2018-11-22 12:35:27','[vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542889750996{margin-top: -60px !important;background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000|line_height:65px\" use_theme_fonts=\"yes\" css=\".vc_custom_1542889767326{margin-top: 150px !important;}\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b><span style=\"font-size: 24px;\">Get 50% of Total Sales</span>\r\n</b></span></span><span style=\"font-size: 20px;\">The Great way to Grow your revenue</span>[/vc_column_text][vc_row_inner css=\".vc_custom_1542888888496{margin-top: 25px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1542890128216{margin-right: -30px !important;margin-left: -30px !important;}\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542890038821{border-radius: 3px !important;}\" el_class=\"home-solution\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6816\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 18:05:27','2018-11-22 12:35:27','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6831,4,'2018-11-22 18:05:54','2018-11-22 12:35:54','[vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542889750996{margin-top: -60px !important;background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000|line_height:65px\" use_theme_fonts=\"yes\" css=\".vc_custom_1542889767326{margin-top: 150px !important;}\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b><span style=\"font-size: 24px;\">Get 50% of Total Sales</span>\r\n</b></span></span><span style=\"font-size: 20px;\">The Great way to Grow your revenue</span>[/vc_column_text][vc_row_inner css=\".vc_custom_1542888888496{margin-top: 25px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1542890154719{padding-right: -30px !important;padding-left: -30px !important;}\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542890038821{border-radius: 3px !important;}\" el_class=\"home-solution\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6816\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 18:05:54','2018-11-22 12:35:54','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6832,4,'2018-11-22 18:06:16','2018-11-22 12:36:16','[vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542889750996{margin-top: -60px !important;background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000|line_height:65px\" use_theme_fonts=\"yes\" css=\".vc_custom_1542889767326{margin-top: 150px !important;}\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b><span style=\"font-size: 24px;\">Get 50% of Total Sales</span>\r\n</b></span></span><span style=\"font-size: 20px;\">The Great way to Grow your revenue</span>[/vc_column_text][vc_row_inner css=\".vc_custom_1542888888496{margin-top: 25px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1542890176704{padding-right: -90px !important;padding-left: -90px !important;}\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542890038821{border-radius: 3px !important;}\" el_class=\"home-solution\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6816\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 18:06:16','2018-11-22 12:36:16','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6833,4,'2018-11-22 18:06:40','2018-11-22 12:36:40','[vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542889750996{margin-top: -60px !important;background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000|line_height:65px\" use_theme_fonts=\"yes\" css=\".vc_custom_1542889767326{margin-top: 150px !important;}\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b><span style=\"font-size: 24px;\">Get 50% of Total Sales</span>\r\n</b></span></span><span style=\"font-size: 20px;\">The Great way to Grow your revenue</span>[/vc_column_text][vc_row_inner css=\".vc_custom_1542888888496{margin-top: 25px !important;}\"][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542890038821{border-radius: 3px !important;}\" el_class=\"home-solution\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6816\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 18:06:40','2018-11-22 12:36:40','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6834,4,'2018-11-22 18:08:29','2018-11-22 12:38:29','[vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542890309533{margin-top: -60px !important;margin-bottom: -60px !important;background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000|line_height:65px\" use_theme_fonts=\"yes\" css=\".vc_custom_1542889767326{margin-top: 150px !important;}\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b><span style=\"font-size: 24px;\">Get 50% of Total Sales</span>\r\n</b></span></span><span style=\"font-size: 20px;\">The Great way to Grow your revenue</span>[/vc_column_text][vc_row_inner css=\".vc_custom_1542888888496{margin-top: 25px !important;}\"][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542890038821{border-radius: 3px !important;}\" el_class=\"home-solution\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6816\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 18:08:29','2018-11-22 12:38:29','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6835,4,'2018-11-22 18:22:50','2018-11-22 12:52:50','[vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542890309533{margin-top: -60px !important;margin-bottom: -60px !important;background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000|line_height:65px\" use_theme_fonts=\"yes\" css=\".vc_custom_1542889767326{margin-top: 150px !important;}\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b><span style=\"font-size: 24px;\">Get 50% of Total Sales</span>\r\n</b></span></span><span style=\"font-size: 20px;\">The Great way to Grow your revenue</span>[/vc_column_text][vc_row_inner css=\".vc_custom_1542888888496{margin-top: 25px !important;}\"][vc_column_inner width=\"1/5\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542890038821{border-radius: 3px !important;}\" el_class=\"home-solution\"][/vc_column_inner][vc_column_inner width=\"1/5\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6816\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 18:22:50','2018-11-22 12:52:50','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6836,4,'2018-11-22 18:23:13','2018-11-22 12:53:13','[vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542890309533{margin-top: -60px !important;margin-bottom: -60px !important;background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000|line_height:65px\" use_theme_fonts=\"yes\" css=\".vc_custom_1542889767326{margin-top: 150px !important;}\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b><span style=\"font-size: 24px;\">Get 50% of Total Sales</span>\r\n</b></span></span><span style=\"font-size: 20px;\">The Great way to Grow your revenue</span>[/vc_column_text][vc_row_inner css=\".vc_custom_1542888888496{margin-top: 25px !important;}\"][vc_column_inner width=\"1/3\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542890038821{border-radius: 3px !important;}\" el_class=\"home-solution\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6816\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 18:23:13','2018-11-22 12:53:13','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6837,4,'2018-11-22 18:23:27','2018-11-22 12:53:27','[vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542890309533{margin-top: -60px !important;margin-bottom: -60px !important;background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000|line_height:65px\" use_theme_fonts=\"yes\" css=\".vc_custom_1542889767326{margin-top: 150px !important;}\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b><span style=\"font-size: 24px;\">Get 50% of Total Sales</span>\r\n</b></span></span><span style=\"font-size: 20px;\">The Great way to Grow your revenue</span>[/vc_column_text][vc_row_inner css=\".vc_custom_1542888888496{margin-top: 25px !important;}\"][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542890038821{border-radius: 3px !important;}\" el_class=\"home-solution\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6816\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 18:23:27','2018-11-22 12:53:27','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6838,4,'2018-11-22 18:24:11','2018-11-22 12:54:11','[vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542890309533{margin-top: -60px !important;margin-bottom: -60px !important;background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000|line_height:65px\" use_theme_fonts=\"yes\" css=\".vc_custom_1542889767326{margin-top: 150px !important;}\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b><span style=\"font-size: 24px;\">Get 50% of Total Sales</span>\r\n</b></span></span><span style=\"font-size: 20px;\">The Great way to Grow your revenue</span>[/vc_column_text][vc_row_inner css=\".vc_custom_1542888888496{margin-top: 25px !important;}\"][vc_column_inner width=\"1/4\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542890038821{border-radius: 3px !important;}\" el_class=\"home-solution\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6816\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 18:24:11','2018-11-22 12:54:11','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6839,4,'2018-11-22 18:24:22','2018-11-22 12:54:22','[vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542890309533{margin-top: -60px !important;margin-bottom: -60px !important;background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000|line_height:65px\" use_theme_fonts=\"yes\" css=\".vc_custom_1542889767326{margin-top: 150px !important;}\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b><span style=\"font-size: 24px;\">Get 50% of Total Sales</span>\r\n</b></span></span><span style=\"font-size: 20px;\">The Great way to Grow your revenue</span>[/vc_column_text][vc_row_inner css=\".vc_custom_1542888888496{margin-top: 25px !important;}\"][vc_column_inner width=\"1/1\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542890038821{border-radius: 3px !important;}\" el_class=\"home-solution\"][/vc_column_inner][vc_column_inner width=\"1/1\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6816\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 18:24:22','2018-11-22 12:54:22','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6840,4,'2018-11-22 18:24:36','2018-11-22 12:54:36','[vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542890309533{margin-top: -60px !important;margin-bottom: -60px !important;background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000|line_height:65px\" use_theme_fonts=\"yes\" css=\".vc_custom_1542889767326{margin-top: 150px !important;}\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b><span style=\"font-size: 24px;\">Get 50% of Total Sales</span>\r\n</b></span></span><span style=\"font-size: 20px;\">The Great way to Grow your revenue</span>[/vc_column_text][vc_row_inner css=\".vc_custom_1542888888496{margin-top: 25px !important;}\"][vc_column_inner width=\"1/6\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542890038821{border-radius: 3px !important;}\" el_class=\"home-solution\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6816\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 18:24:36','2018-11-22 12:54:36','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6841,4,'2018-11-22 18:24:56','2018-11-22 12:54:56','[vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542890309533{margin-top: -60px !important;margin-bottom: -60px !important;background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000|line_height:65px\" use_theme_fonts=\"yes\" css=\".vc_custom_1542889767326{margin-top: 150px !important;}\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b><span style=\"font-size: 24px;\">Get 50% of Total Sales</span>\r\n</b></span></span><span style=\"font-size: 20px;\">The Great way to Grow your revenue</span>[/vc_column_text][vc_row_inner css=\".vc_custom_1542888888496{margin-top: 25px !important;}\"][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542890038821{border-radius: 3px !important;}\" el_class=\"home-solution\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6816\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 18:24:56','2018-11-22 12:54:56','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6842,4,'2018-11-22 18:29:20','2018-11-22 12:59:20','<p>[vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542890309533{margin-top: -60px !important;margin-bottom: -60px !important;background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000|line_height:65px\" use_theme_fonts=\"yes\" css=\".vc_custom_1542889767326{margin-top: 150px !important;}\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b><span style=\"font-size: 24px;\">Get 50% of Total Sales</span><br />\r\n</b></span></span><span style=\"font-size: 20px;\">The Great way to Grow your revenue</span>[/vc_column_text][vc_row_inner css=\".vc_custom_1542888888496{margin-top: 25px !important;}\"][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542890038821{border-radius: 3px !important;}\" el_class=\"home-solution\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6816\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]</p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span></p>\r\n<p><span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]</p>\r\n','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 18:29:20','2018-11-22 12:59:20','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6843,4,'2018-11-22 18:34:26','2018-11-22 13:04:26','<p>[vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542890309533{margin-top: -60px !important;margin-bottom: -60px !important;background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000|line_height:65px\" use_theme_fonts=\"yes\" css=\".vc_custom_1542889767326{margin-top: 150px !important;}\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b><span style=\"font-size: 24px;\">Get 50% of Total Sales</span><br />\r\n</b></span></span><span style=\"font-size: 20px;\">The Great way to Grow your revenue</span>[/vc_column_text][vc_row_inner css=\".vc_custom_1542888888496{margin-top: 25px !important;}\"][vc_column_inner width=\"4/6\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542890038821{border-radius: 3px !important;}\" el_class=\"home-solution\"][/vc_column_inner][vc_column_inner width=\"2/6\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6816\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]</p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span></p>\r\n<p><span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]</p>\r\n','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 18:34:26','2018-11-22 13:04:26','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6844,4,'2018-11-22 18:40:02','2018-11-22 13:10:02','<p>[vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542890309533{margin-top: -60px !important;margin-bottom: -60px !important;background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000|line_height:65px\" use_theme_fonts=\"yes\" css=\".vc_custom_1542889767326{margin-top: 150px !important;}\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b><span style=\"font-size: 24px;\">Get 50% of Total Sales</span><br />\r\n</b></span></span><span style=\"font-size: 20px;\">The Great way to Grow your revenue</span>[/vc_column_text][vc_row_inner css=\".vc_custom_1542888888496{margin-top: 25px !important;}\"][vc_column_inner width=\"2/3\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542890038821{border-radius: 3px !important;}\" el_class=\"home-solution\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6816\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]</p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span></p>\r\n<p><span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]</p>\r\n','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 18:40:02','2018-11-22 13:10:02','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6845,4,'2018-11-22 18:42:05','2018-11-22 13:12:05','<p>[vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542890309533{margin-top: -60px !important;margin-bottom: -60px !important;background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000|line_height:65px\" use_theme_fonts=\"yes\" css=\".vc_custom_1542889767326{margin-top: 150px !important;}\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b><span style=\"font-size: 24px;\">Get 50% of Total Sales</span><br />\r\n</b></span></span><span style=\"font-size: 20px;\">The Great way to Grow your revenue</span>[/vc_column_text][vc_row_inner css=\".vc_custom_1542888888496{margin-top: 25px !important;}\"][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542890038821{border-radius: 3px !important;}\" el_class=\"home-solution\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6816\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]</p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span></p>\r\n<p><span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]</p>\r\n','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 18:42:05','2018-11-22 13:12:05','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6846,4,'2018-11-22 18:55:33','2018-11-22 13:25:33','<p>[vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542890309533{margin-top: -60px !important;margin-bottom: -60px !important;background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000|line_height:65px\" use_theme_fonts=\"yes\" css=\".vc_custom_1542889767326{margin-top: 150px !important;}\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b><span style=\"font-size: 24px;\">Get 50% of Total Sales</span><br />\r\n</b></span></span><span style=\"font-size: 20px;\">The Great way to Grow your revenue</span>[/vc_column_text][vc_row_inner css=\".vc_custom_1542888888496{margin-top: 25px !important;}\"][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"font-size: 20px;\" \"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542890038821{border-radius: 3px !important;}\" el_class=\"home-solution\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6816\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]</p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span></p>\r\n<p><span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]</p>\r\n','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 18:55:33','2018-11-22 13:25:33','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6847,4,'2018-11-22 18:56:29','2018-11-22 13:26:29','<p>[vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542890309533{margin-top: -60px !important;margin-bottom: -60px !important;background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000|line_height:65px\" use_theme_fonts=\"yes\" css=\".vc_custom_1542889767326{margin-top: 150px !important;}\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b><span style=\"font-size: 24px;\">Get 50% of Total Sales</span><br />\r\n</b></span></span><span style=\"font-size: 20px;\">The Great way to Grow your revenue</span>[/vc_column_text][vc_row_inner css=\".vc_custom_1542888888496{margin-top: 25px !important;}\"][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" custom_size=\"20px\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542890038821{border-radius: 3px !important;}\" el_class=\"home-solution\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6816\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]</p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span></p>\r\n<p><span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]</p>\r\n','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 18:56:29','2018-11-22 13:26:29','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6848,4,'2018-11-22 18:56:57','2018-11-22 13:26:57','<p>[vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542890309533{margin-top: -60px !important;margin-bottom: -60px !important;background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000|line_height:65px\" use_theme_fonts=\"yes\" css=\".vc_custom_1542889767326{margin-top: 150px !important;}\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b><span style=\"font-size: 24px;\">Get 50% of Total Sales</span><br />\r\n</b></span></span><span style=\"font-size: 20px;\">The Great way to Grow your revenue</span>[/vc_column_text][vc_row_inner css=\".vc_custom_1542888888496{margin-top: 25px !important;}\"][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" custom_font_size=\"20px\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542890038821{border-radius: 3px !important;}\" el_class=\"home-solution\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6816\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]</p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span></p>\r\n<p><span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]</p>\r\n','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 18:56:57','2018-11-22 13:26:57','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6849,4,'2018-11-22 18:57:36','2018-11-22 13:27:36','<p>[vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542890309533{margin-top: -60px !important;margin-bottom: -60px !important;background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000|line_height:65px\" use_theme_fonts=\"yes\" css=\".vc_custom_1542889767326{margin-top: 150px !important;}\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b><span style=\"font-size: 24px;\">Get 50% of Total Sales</span><br />\r\n</b></span></span><span style=\"font-size: 20px;\">The Great way to Grow your revenue</span>[/vc_column_text][vc_row_inner css=\".vc_custom_1542888888496{margin-top: 25px !important;}\"][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" \"font-size: 20px;\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542890038821{border-radius: 3px !important;}\" el_class=\"home-solution\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6816\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]</p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span></p>\r\n<p><span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]</p>\r\n','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 18:57:36','2018-11-22 13:27:36','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6850,4,'2018-11-22 18:57:48','2018-11-22 13:27:48','<p>[vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542890309533{margin-top: -60px !important;margin-bottom: -60px !important;background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000|line_height:65px\" use_theme_fonts=\"yes\" css=\".vc_custom_1542889767326{margin-top: 150px !important;}\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b><span style=\"font-size: 24px;\">Get 50% of Total Sales</span><br />\r\n</b></span></span><span style=\"font-size: 20px;\">The Great way to Grow your revenue</span>[/vc_column_text][vc_row_inner css=\".vc_custom_1542888888496{margin-top: 25px !important;}\"][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" font-size: 20px;\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542890038821{border-radius: 3px !important;}\" el_class=\"home-solution\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6816\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]</p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span></p>\r\n<p><span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]</p>\r\n','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 18:57:48','2018-11-22 13:27:48','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6851,4,'2018-11-22 18:58:07','2018-11-22 13:28:07','<p>[vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542890309533{margin-top: -60px !important;margin-bottom: -60px !important;background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000|line_height:65px\" use_theme_fonts=\"yes\" css=\".vc_custom_1542889767326{margin-top: 150px !important;}\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b><span style=\"font-size: 24px;\">Get 50% of Total Sales</span><br />\r\n</b></span></span><span style=\"font-size: 20px;\">The Great way to Grow your revenue</span>[/vc_column_text][vc_row_inner css=\".vc_custom_1542888888496{margin-top: 25px !important;}\"][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542890038821{border-radius: 3px !important;}\" el_class=\"home-solution\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6816\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]</p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span></p>\r\n<p><span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong></p>\r\n<p><span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880216154{margin-top: 30px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542880037707{margin-top: 40px !important;margin-bottom: -40px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span></p>\r\n<p><span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542879410721{margin-bottom: -40px !important;margin-top: 30px !important;border-radius: 3px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]</p>\r\n','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-22 18:58:07','2018-11-22 13:28:07','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6853,1,'2018-11-23 10:51:16','2018-11-23 05:21:16','[vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542890309533{margin-top: -60px !important;margin-bottom: -60px !important;background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000|line_height:65px\" use_theme_fonts=\"yes\" css=\".vc_custom_1542889767326{margin-top: 150px !important;}\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b><span style=\"font-size: 24px;\">Get 50% of Total Sales</span>\r\n</b></span></span><span style=\"font-size: 20px;\">The Great way to Grow your revenue</span>[/vc_column_text][vc_row_inner css=\".vc_custom_1542888888496{margin-top: 25px !important;}\"][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542890038821{border-radius: 3px !important;}\" el_class=\"home-solution\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6816\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Partner','','inherit','closed','closed','','6500-revision-v1','','','2018-11-23 10:51:16','2018-11-23 05:21:16','',6500,'https://guide.quickscrum.com/product/6500-revision-v1/',0,'revision','',0),(6854,3,'2018-11-23 11:01:31','2018-11-23 05:31:31','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Execute your marketing strategy effectively \" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1544236845022{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team plan every single milestone, track work status and collaborate better with the team to achieve marketing goals. Share higher level goals with everyone and visually track the progress using Quickscrum.</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"solution-fea-light-heading\"][vc_column][vc_custom_heading text=\"Quickscrum maps your strategy to execution visually\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384677922{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7038\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Set Marketing Goal\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%2301bfa5|line_height:53px\" use_theme_fonts=\"yes\" css=\".vc_custom_1544237345014{margin-bottom: 20px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Define a long-term marketing goal as per the company vision.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution font-weight-bold-h2\" css=\".vc_custom_1543384737068{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Plan Milestones\" font_container=\"tag:h2|font_size:45px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Plan smaller milestones of the month or quarter to achieve the long-term goal. List out actions to be taken in every milestone.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"7039\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7040\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Achieve Goal\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\" css=\".vc_custom_1544237384080{margin-top: 30px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Collaborate better with the teams, track work status and achieve monthly or quarterly milestones. Visually map progress towards the long-term goal and achieve great success.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Marketing Strategy','Break down your marketing strategy into step by step execution plan. Let everyone see the roadmap to the success.\r\n','publish','closed','closed','','marketing-strategy','','','2018-12-08 08:23:55','2018-12-08 02:53:55','',0,'https://guide.quickscrum.com/product/?post_type=solution&p=6854',4,'solution','',0),(6856,4,'2018-11-23 11:10:45','2018-11-23 05:40:45','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Launch the most successful campaign\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543384496447{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team discuss over creative ideas, plan campaign effectively and keep everyone sync to launch the most successful campaign</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"solution-fea-light-heading\"][vc_column][vc_custom_heading text=\"Launch the successful campaign\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384677922{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7024\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Set Campaign Goal\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\" css=\".vc_custom_1544246744401{margin-top: 20px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Set a highly precise campaign objective and share with all team members.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution font-weight-bold-h2\" css=\".vc_custom_1543384737068{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"List Actions\" font_container=\"tag:h2|font_size:45px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\" css=\".vc_custom_1544247342403{margin-top: 20px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">List actions, assign to the team members and track the status.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"7025\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7026\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Launch Campaign\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\" css=\".vc_custom_1544247353046{margin-top: 20px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 1.12px;\">Collaborate with the team better and follow the action plan to launch a successful campaign.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Campaign Management','Launch the most creative campaigns and keep on increasing your brand value.','publish','closed','closed','','campaign-management','','','2018-12-08 11:11:12','2018-12-08 05:41:12','',0,'https://guide.quickscrum.com/product/?post_type=solution&p=6856',7,'solution','',0),(6879,1,'2018-11-23 17:34:05','2018-11-23 12:04:05','[vc_row full_width=\"stretch_row\" el_class=\"landing-section\"][vc_column el_class=\"landing-title\"][vc_custom_heading text=\"For the work that matters most\" font_container=\"tag:h1|text_align:center\"][vc_custom_heading text=\"Quickscrum is the work management platform teams use to stay focused on the goals, projects, and daily tasks that grow your business.\" font_container=\"tag:h2|text_align:center\"][vc_btn title=\"Register\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" css=\".vc_custom_1542978650421{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][/vc_column][/vc_row]','Tour','','pending','closed','closed','','tour','','','2018-11-23 18:42:20','2018-11-23 13:12:20','',0,'https://guide.quickscrum.com/product/?page_id=6879',0,'page','',0),(6880,1,'2018-11-23 17:33:57','2018-11-23 12:03:57','[vc_row full_width=\"stretch_row\" el_class=\"landing-section\"][vc_column el_class=\"landing-tag-lines\"][vc_custom_heading text=\"For the work that matters most\" font_container=\"tag:h1|text_align:center\"][/vc_column][/vc_row]','Product','','inherit','closed','closed','','6879-revision-v1','','','2018-11-23 17:33:57','2018-11-23 12:03:57','',6879,'https://guide.quickscrum.com/product/6879-revision-v1/',0,'revision','',0),(6881,1,'2018-11-23 18:39:53','2018-11-23 13:09:53','<p>[vc_row full_width=\"stretch_row\" el_class=\"landing-section\"][vc_column el_class=\"landing-title\"][vc_custom_heading text=\"For the work that matters most\" font_container=\"tag:h1|text_align:center\"][vc_custom_heading text=\"Quickscrum is the work management platform teams use to stay focused on the goals, projects, and daily tasks that grow your business.\" font_container=\"tag:h2|text_align:center\"][vc_btn title=\"Register\" style=\"flat\" color=\"default\" align=\"center\" css=\".vc_custom_1542978562408{background-color: #fa6900 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][/vc_column][/vc_row]</p>\n','Tour','','inherit','closed','closed','','6879-autosave-v1','','','2018-11-23 18:39:53','2018-11-23 13:09:53','',6879,'https://guide.quickscrum.com/product/6879-autosave-v1/',0,'revision','',0),(6882,1,'2018-11-23 17:43:55','2018-11-23 12:13:55','[vc_row full_width=\"stretch_row\" el_class=\"landing-section\"][vc_column el_class=\"landing-tag-lines\"][vc_custom_heading text=\"For the work that matters most\" font_container=\"tag:h1|text_align:center\"][vc_custom_heading text=\"Quickscrum is the work management platform teams use to stay focused on the goals, projects, and daily tasks that grow your business.\" font_container=\"tag:h2|text_align:center\"][/vc_column][/vc_row]','Product','','inherit','closed','closed','','6879-revision-v1','','','2018-11-23 17:43:55','2018-11-23 12:13:55','',6879,'https://guide.quickscrum.com/product/6879-revision-v1/',0,'revision','',0),(6883,1,'2018-11-23 17:44:56','2018-11-23 12:14:56','[vc_row full_width=\"stretch_row\" el_class=\"landing-section\"][vc_column el_class=\"landing-title\"][vc_custom_heading text=\"For the work that matters most\" font_container=\"tag:h1|text_align:center\"][vc_custom_heading text=\"Quickscrum is the work management platform teams use to stay focused on the goals, projects, and daily tasks that grow your business.\" font_container=\"tag:h2|text_align:center\"][/vc_column][/vc_row]','Product','','inherit','closed','closed','','6879-revision-v1','','','2018-11-23 17:44:56','2018-11-23 12:14:56','',6879,'https://guide.quickscrum.com/product/6879-revision-v1/',0,'revision','',0),(6884,1,'2018-11-23 17:50:23','2018-11-23 12:20:23','[vc_row full_width=\"stretch_row\" el_class=\"landing-section\"][vc_column el_class=\"landing-title\"][vc_custom_heading text=\"For the work that matters most\" font_container=\"tag:h1|text_align:center\"][vc_custom_heading text=\"Quickscrum is the work management platform teams use to stay focused on the goals, projects, and daily tasks that grow your business.\" font_container=\"tag:h2|text_align:center\"][vc_btn title=\"Register\" style=\"flat\" size=\"lg\" align=\"center\" css=\".vc_custom_1542975592574{background-color: #fa6900 !important;}\"][/vc_column][/vc_row]','Product','','inherit','closed','closed','','6879-revision-v1','','','2018-11-23 17:50:23','2018-11-23 12:20:23','',6879,'https://guide.quickscrum.com/product/6879-revision-v1/',0,'revision','',0),(6885,1,'2018-11-23 17:51:15','2018-11-23 12:21:15','[vc_row full_width=\"stretch_row\" el_class=\"landing-section\"][vc_column el_class=\"landing-title\"][vc_custom_heading text=\"For the work that matters most\" font_container=\"tag:h1|text_align:center\"][vc_custom_heading text=\"Quickscrum is the work management platform teams use to stay focused on the goals, projects, and daily tasks that grow your business.\" font_container=\"tag:h2|text_align:center\"][vc_btn title=\"Register\" style=\"flat\" align=\"center\" css=\".vc_custom_1542975644051{background-color: #fa6900 !important;}\"][/vc_column][/vc_row]','Product','','inherit','closed','closed','','6879-revision-v1','','','2018-11-23 17:51:15','2018-11-23 12:21:15','',6879,'https://guide.quickscrum.com/product/6879-revision-v1/',0,'revision','',0),(6886,1,'2018-11-23 17:51:59','2018-11-23 12:21:59','[vc_row full_width=\"stretch_row\" el_class=\"landing-section\"][vc_column el_class=\"landing-title\"][vc_custom_heading text=\"For the work that matters most\" font_container=\"tag:h1|text_align:center\"][vc_custom_heading text=\"Quickscrum is the work management platform teams use to stay focused on the goals, projects, and daily tasks that grow your business.\" font_container=\"tag:h2|text_align:center\"][/vc_column][/vc_row]','Product','','inherit','closed','closed','','6879-revision-v1','','','2018-11-23 17:51:59','2018-11-23 12:21:59','',6879,'https://guide.quickscrum.com/product/6879-revision-v1/',0,'revision','',0),(6889,1,'2018-11-23 18:37:32','2018-11-23 13:07:32','[vc_row full_width=\"stretch_row\" el_class=\"landing-section\"][vc_column el_class=\"landing-title\"][vc_custom_heading text=\"For the work that matters most\" font_container=\"tag:h1|text_align:center\"][vc_custom_heading text=\"Quickscrum is the work management platform teams use to stay focused on the goals, projects, and daily tasks that grow your business.\" font_container=\"tag:h2|text_align:center\"][vc_cta h2=\"For the work that matters most\" h4=\"Quickscrum is the work management platform teams use to stay focused on the goals, projects, and daily tasks that grow your business.\" txt_align=\"center\" style=\"flat\" color=\"violet\"]I am promo text. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_cta][/vc_column][/vc_row]','Tour','','inherit','closed','closed','','6879-revision-v1','','','2018-11-23 18:37:32','2018-11-23 13:07:32','',6879,'https://guide.quickscrum.com/product/6879-revision-v1/',0,'revision','',0),(6890,1,'2018-11-23 18:38:41','2018-11-23 13:08:41','[vc_row full_width=\"stretch_row\" el_class=\"landing-section\"][vc_column el_class=\"landing-title\"][vc_custom_heading text=\"For the work that matters most\" font_container=\"tag:h1|text_align:center\"][vc_custom_heading text=\"Quickscrum is the work management platform teams use to stay focused on the goals, projects, and daily tasks that grow your business.\" font_container=\"tag:h2|text_align:center\"][vc_btn title=\"Register\" style=\"flat\" color=\"warning\" align=\"center\"][/vc_column][/vc_row]','Tour','','inherit','closed','closed','','6879-revision-v1','','','2018-11-23 18:38:41','2018-11-23 13:08:41','',6879,'https://guide.quickscrum.com/product/6879-revision-v1/',0,'revision','',0),(6891,1,'2018-11-23 18:40:44','2018-11-23 13:10:44','[vc_row full_width=\"stretch_row\" el_class=\"landing-section\"][vc_column el_class=\"landing-title\"][vc_custom_heading text=\"For the work that matters most\" font_container=\"tag:h1|text_align:center\"][vc_custom_heading text=\"Quickscrum is the work management platform teams use to stay focused on the goals, projects, and daily tasks that grow your business.\" font_container=\"tag:h2|text_align:center\"][vc_btn title=\"Register\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"center\" css=\".vc_custom_1542978615067{background-color: #fa6900 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][/vc_column][/vc_row]','Tour','','inherit','closed','closed','','6879-revision-v1','','','2018-11-23 18:40:44','2018-11-23 13:10:44','',6879,'https://guide.quickscrum.com/product/6879-revision-v1/',0,'revision','',0),(6892,1,'2018-11-23 18:41:19','2018-11-23 13:11:19','[vc_row full_width=\"stretch_row\" el_class=\"landing-section\"][vc_column el_class=\"landing-title\"][vc_custom_heading text=\"For the work that matters most\" font_container=\"tag:h1|text_align:center\"][vc_custom_heading text=\"Quickscrum is the work management platform teams use to stay focused on the goals, projects, and daily tasks that grow your business.\" font_container=\"tag:h2|text_align:center\"][vc_btn title=\"Register\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" css=\".vc_custom_1542978650421{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][/vc_column][/vc_row]','Tour','','inherit','closed','closed','','6879-revision-v1','','','2018-11-23 18:41:19','2018-11-23 13:11:19','',6879,'https://guide.quickscrum.com/product/6879-revision-v1/',0,'revision','',0),(6900,4,'2018-11-26 13:44:48','2018-11-26 08:14:48','','Customer Feedback','','inherit','closed','closed','','customer-feedback-2','','','2018-11-26 13:44:48','2018-11-26 08:14:48','',0,'https://product.quickscrum.com/wp-content/uploads/2018/11/Customer-Feedback.jpg',0,'attachment','image/jpeg',0),(6902,4,'2018-11-26 13:46:48','2018-11-26 08:16:48','','Product Launches','','inherit','closed','closed','','product-launches','','','2018-11-26 13:46:48','2018-11-26 08:16:48','',0,'https://product.quickscrum.com/wp-content/uploads/2018/11/Product-Launches-1.jpg',0,'attachment','image/jpeg',0),(6904,4,'2018-11-26 14:24:48','2018-11-26 08:54:48','','Editorial Calendar- Content Calendar','','inherit','closed','closed','','editorial-calendar-content-calendar','','','2018-11-26 14:24:48','2018-11-26 08:54:48','',0,'https://product.quickscrum.com/wp-content/uploads/2018/11/Editorial-Calendar-Content-Calendar.jpg',0,'attachment','image/jpeg',0),(6905,4,'2018-11-26 14:24:48','2018-11-26 08:54:48','','Event Management & planning','','inherit','closed','closed','','event-management-planning','','','2018-11-26 14:24:48','2018-11-26 08:54:48','',0,'https://product.quickscrum.com/wp-content/uploads/2018/11/Event-Management-planning.jpg',0,'attachment','image/jpeg',0),(6906,4,'2018-11-26 14:24:49','2018-11-26 08:54:49','','Launches roadmap','','inherit','closed','closed','','launches-roadmap','','','2018-11-26 14:24:49','2018-11-26 08:54:49','',0,'https://product.quickscrum.com/wp-content/uploads/2018/11/Launches-roadmap.jpg',0,'attachment','image/jpeg',0),(6907,4,'2018-11-26 14:24:49','2018-11-26 08:54:49','','Marketing Strategy','','inherit','closed','closed','','marketing-strategy','','','2018-11-26 14:24:49','2018-11-26 08:54:49','',0,'https://product.quickscrum.com/wp-content/uploads/2018/11/Marketing-Strategy.jpg',0,'attachment','image/jpeg',0),(6908,4,'2018-11-26 14:24:50','2018-11-26 08:54:50','','Product Launches','','inherit','closed','closed','','product-launches-3','','','2018-11-26 14:24:50','2018-11-26 08:54:50','',0,'https://product.quickscrum.com/wp-content/uploads/2018/11/Product-Launches.jpg',0,'attachment','image/jpeg',0),(6909,4,'2018-11-26 14:31:00','2018-11-26 09:01:00','','Campaign Management','','inherit','closed','closed','','campaign-management-2','','','2018-11-26 14:31:00','2018-11-26 09:01:00','',6856,'https://product.quickscrum.com/wp-content/uploads/2018/11/Campaign-Management.jpg',0,'attachment','image/jpeg',0),(6910,4,'2018-11-26 14:44:30','2018-11-26 09:14:30','','Design Critiques','','inherit','closed','closed','','design-critiques-2','','','2018-11-26 14:44:30','2018-11-26 09:14:30','',0,'https://product.quickscrum.com/wp-content/uploads/2018/11/Design-Critiques.jpg',0,'attachment','image/jpeg',0),(6911,4,'2018-11-26 14:55:22','2018-11-26 09:25:22','','IT Helpdesk','','inherit','closed','closed','','it-helpdesk-2','','','2018-11-26 14:55:22','2018-11-26 09:25:22','',0,'https://product.quickscrum.com/wp-content/uploads/2018/11/IT-Helpdesk.jpg',0,'attachment','image/jpeg',0),(6912,4,'2018-11-26 15:05:23','2018-11-26 09:35:23','','Sprint planning','','inherit','closed','closed','','sprint-planning-2','','','2018-11-26 15:05:23','2018-11-26 09:35:23','',0,'https://product.quickscrum.com/wp-content/uploads/2018/11/Sprint-planning.jpg',0,'attachment','image/jpeg',0),(6913,4,'2018-11-26 15:11:04','2018-11-26 09:41:04','','Product Feedback','','inherit','closed','closed','','product-feedback-2','','','2018-11-26 15:11:04','2018-11-26 09:41:04','',0,'https://product.quickscrum.com/wp-content/uploads/2018/11/Product-Feedback.jpg',0,'attachment','image/jpeg',0),(6914,4,'2018-11-26 15:51:30','2018-11-26 10:21:30','','bug tracking','','inherit','closed','closed','','bug-tracking-2','','','2018-11-26 15:51:30','2018-11-26 10:21:30','',0,'https://product.quickscrum.com/wp-content/uploads/2018/11/bug-tracking.jpg',0,'attachment','image/jpeg',0),(6915,4,'2018-11-26 16:02:10','2018-11-26 10:32:10','','Creative Production','','inherit','closed','closed','','creative-production-2','','','2018-11-26 16:02:10','2018-11-26 10:32:10','',0,'https://product.quickscrum.com/wp-content/uploads/2018/11/Creative-Production.jpg',0,'attachment','image/jpeg',0),(6916,4,'2018-11-26 16:16:37','2018-11-26 10:46:37','','Work Requests','','inherit','closed','closed','','work-requests-2','','','2018-11-26 16:16:37','2018-11-26 10:46:37','',0,'https://product.quickscrum.com/wp-content/uploads/2018/11/Work-Requests.jpg',0,'attachment','image/jpeg',0),(6917,4,'2018-11-26 16:40:18','2018-11-26 11:10:18','','Scrum','','inherit','closed','closed','','scrum-2','','','2018-11-26 16:40:18','2018-11-26 11:10:18','',139,'https://product.quickscrum.com/wp-content/uploads/2018/10/Scrum.jpg',0,'attachment','image/jpeg',0),(6920,4,'2018-11-26 16:43:14','2018-11-26 11:13:14','','kanban','','inherit','closed','closed','','kanban-2','','','2018-11-26 16:43:14','2018-11-26 11:13:14','',6445,'https://product.quickscrum.com/wp-content/uploads/2018/11/kanban.jpg',0,'attachment','image/jpeg',0),(6921,4,'2018-11-26 18:12:32','2018-11-26 12:42:32','','Task-management','','inherit','closed','closed','','task-management-2','','','2018-11-26 18:12:32','2018-11-26 12:42:32','',6447,'https://product.quickscrum.com/wp-content/uploads/2018/11/Task-management.jpg',0,'attachment','image/jpeg',0),(6922,4,'2018-12-04 10:53:49','2018-12-04 05:23:49','<p>[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Launch the most successful campaign\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543384496447{margin-bottom: 30px !important;}\"]</p>\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team discuss over creative ideas, plan campaign effectively and keep everyone sync to launch the most successful campaign</span></strong></p>\n<p>[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Launch the successful campaign\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384677922{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7024\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Campaign goal\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Outline the campaign objective and target audience</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution font-weight-bold-h2\" css=\".vc_custom_1543384737068{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Plan milestones\" font_container=\"tag:h2|font_size:45px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Prepare short-term milestones to progress step by step </span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"7025\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7026\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"List actions\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Prepare actions to be taken to achieve short term goals </span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]</p>\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\n<p class=\"pricing-text txt-italic\">per User</p>\n<p class=\"pricing-text txt-italic\">per Month</p>\n<p><a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\n','Campaign Management','Launch the most creative campaign and increase your brand value with every campaign.','inherit','closed','closed','','6856-autosave-v1','','','2018-12-04 10:53:49','2018-12-04 05:23:49','',6856,'https://guide.quickscrum.com/product/6856-autosave-v1/',0,'revision','',0),(6976,4,'2018-11-27 18:09:34','2018-11-27 12:39:34','','p1','','inherit','closed','closed','','p1','','','2018-11-27 18:09:34','2018-11-27 12:39:34','',6856,'https://product.quickscrum.com/wp-content/uploads/2018/11/p1.png',0,'attachment','image/png',0),(6977,4,'2018-11-27 18:10:39','2018-11-27 12:40:39','','p2','','inherit','closed','closed','','p2','','','2018-11-27 18:10:39','2018-11-27 12:40:39','',6856,'https://product.quickscrum.com/wp-content/uploads/2018/11/p2.png',0,'attachment','image/png',0),(6978,4,'2018-11-27 18:10:54','2018-11-27 12:40:54','','p3','','inherit','closed','closed','','p3','','','2018-11-27 18:10:54','2018-11-27 12:40:54','',6856,'https://product.quickscrum.com/wp-content/uploads/2018/11/p3.png',0,'attachment','image/png',0),(6979,4,'2018-11-27 18:11:24','2018-11-27 12:41:24','','p4','','inherit','closed','closed','','p4','','','2018-11-27 18:11:24','2018-11-27 12:41:24','',6856,'https://product.quickscrum.com/wp-content/uploads/2018/11/p4.png',0,'attachment','image/png',0),(6980,4,'2018-11-27 18:11:43','2018-11-27 12:41:43','','p5','','inherit','closed','closed','','p5','','','2018-11-27 18:11:43','2018-11-27 12:41:43','',6856,'https://product.quickscrum.com/wp-content/uploads/2018/11/p5.png',0,'attachment','image/png',0),(6981,4,'2018-11-27 18:12:00','2018-11-27 12:42:00','','p6','','inherit','closed','closed','','p6','','','2018-11-27 18:12:00','2018-11-27 12:42:00','',6856,'https://product.quickscrum.com/wp-content/uploads/2018/11/p6.png',0,'attachment','image/png',0),(6982,4,'2018-11-27 18:13:22','2018-11-27 12:43:22','','p7','','inherit','closed','closed','','p7','','','2018-11-27 18:13:22','2018-11-27 12:43:22','',6856,'https://product.quickscrum.com/wp-content/uploads/2018/11/p7.png',0,'attachment','image/png',0),(6983,4,'2018-11-27 18:13:44','2018-11-27 12:43:44','','p8','','inherit','closed','closed','','p8','','','2018-11-27 18:13:44','2018-11-27 12:43:44','',6856,'https://product.quickscrum.com/wp-content/uploads/2018/11/p8.png',0,'attachment','image/png',0),(6984,4,'2018-11-27 18:15:10','2018-11-27 12:45:10','','p9','','inherit','closed','closed','','p9','','','2018-11-27 18:15:10','2018-11-27 12:45:10','',0,'https://product.quickscrum.com/wp-content/uploads/2018/11/p9.png',0,'attachment','image/png',0),(6985,4,'2018-11-27 18:15:11','2018-11-27 12:45:11','','p10','','inherit','closed','closed','','p10','','','2018-11-27 18:15:11','2018-11-27 12:45:11','',0,'https://product.quickscrum.com/wp-content/uploads/2018/11/p10.png',0,'attachment','image/png',0),(6986,4,'2018-11-27 18:15:11','2018-11-27 12:45:11','','p11','','inherit','closed','closed','','p11','','','2018-11-27 18:15:11','2018-11-27 12:45:11','',0,'https://product.quickscrum.com/wp-content/uploads/2018/11/p11.png',0,'attachment','image/png',0),(6987,4,'2018-11-27 18:15:11','2018-11-27 12:45:11','','p12','','inherit','closed','closed','','p12','','','2018-11-27 18:15:11','2018-11-27 12:45:11','',0,'https://product.quickscrum.com/wp-content/uploads/2018/11/p12.png',0,'attachment','image/png',0),(6988,4,'2018-11-27 18:15:11','2018-11-27 12:45:11','','p13','','inherit','closed','closed','','p13','','','2018-11-27 18:15:11','2018-11-27 12:45:11','',0,'https://product.quickscrum.com/wp-content/uploads/2018/11/p13.png',0,'attachment','image/png',0),(6989,4,'2018-11-27 18:15:11','2018-11-27 12:45:11','','p14','','inherit','closed','closed','','p14','','','2018-11-27 18:15:11','2018-11-27 12:45:11','',0,'https://product.quickscrum.com/wp-content/uploads/2018/11/p14.png',0,'attachment','image/png',0),(6990,4,'2018-11-27 18:15:12','2018-11-27 12:45:12','','p15','','inherit','closed','closed','','p15','','','2018-11-27 18:15:12','2018-11-27 12:45:12','',0,'https://product.quickscrum.com/wp-content/uploads/2018/11/p15.png',0,'attachment','image/png',0),(6991,4,'2018-11-27 18:15:12','2018-11-27 12:45:12','','p16','','inherit','closed','closed','','p16','','','2018-11-27 18:15:12','2018-11-27 12:45:12','',0,'https://product.quickscrum.com/wp-content/uploads/2018/11/p16.png',0,'attachment','image/png',0),(6992,4,'2018-11-27 18:15:12','2018-11-27 12:45:12','','p17','','inherit','closed','closed','','p17','','','2018-11-27 18:15:12','2018-11-27 12:45:12','',0,'https://product.quickscrum.com/wp-content/uploads/2018/11/p17.png',0,'attachment','image/png',0),(6993,4,'2018-11-27 18:15:12','2018-11-27 12:45:12','','p18','','inherit','closed','closed','','p18','','','2018-11-27 18:15:12','2018-11-27 12:45:12','',0,'https://product.quickscrum.com/wp-content/uploads/2018/11/p18.png',0,'attachment','image/png',0),(6994,4,'2018-11-27 18:15:13','2018-11-27 12:45:13','','p19','','inherit','closed','closed','','p19','','','2018-11-27 18:15:13','2018-11-27 12:45:13','',0,'https://product.quickscrum.com/wp-content/uploads/2018/11/p19.png',0,'attachment','image/png',0),(6995,4,'2018-11-27 18:15:13','2018-11-27 12:45:13','','p20','','inherit','closed','closed','','p20','','','2018-11-27 18:15:13','2018-11-27 12:45:13','',0,'https://product.quickscrum.com/wp-content/uploads/2018/11/p20.png',0,'attachment','image/png',0),(6996,4,'2018-11-27 18:15:13','2018-11-27 12:45:13','','p21','','inherit','closed','closed','','p21','','','2018-11-27 18:15:13','2018-11-27 12:45:13','',0,'https://product.quickscrum.com/wp-content/uploads/2018/11/p21.png',0,'attachment','image/png',0),(6997,4,'2018-11-27 18:15:13','2018-11-27 12:45:13','','p22','','inherit','closed','closed','','p22','','','2018-11-27 18:15:13','2018-11-27 12:45:13','',0,'https://product.quickscrum.com/wp-content/uploads/2018/11/p22.png',0,'attachment','image/png',0),(6998,4,'2018-11-27 18:15:13','2018-11-27 12:45:13','','p23','','inherit','closed','closed','','p23','','','2018-11-27 18:15:13','2018-11-27 12:45:13','',0,'https://product.quickscrum.com/wp-content/uploads/2018/11/p23.png',0,'attachment','image/png',0),(6999,4,'2018-11-27 18:15:14','2018-11-27 12:45:14','','p24','','inherit','closed','closed','','p24','','','2018-11-27 18:15:14','2018-11-27 12:45:14','',0,'https://product.quickscrum.com/wp-content/uploads/2018/11/p24.png',0,'attachment','image/png',0),(7000,4,'2018-11-27 18:15:14','2018-11-27 12:45:14','','p25','','inherit','closed','closed','','p25','','','2018-11-27 18:15:14','2018-11-27 12:45:14','',0,'https://product.quickscrum.com/wp-content/uploads/2018/11/p25.png',0,'attachment','image/png',0),(7001,4,'2018-11-27 18:15:14','2018-11-27 12:45:14','','p26','','inherit','closed','closed','','p26','','','2018-11-27 18:15:14','2018-11-27 12:45:14','',0,'https://product.quickscrum.com/wp-content/uploads/2018/11/p26.png',0,'attachment','image/png',0),(7002,4,'2018-11-27 18:15:15','2018-11-27 12:45:15','','p27','','inherit','closed','closed','','p27','','','2018-11-27 18:15:15','2018-11-27 12:45:15','',0,'https://product.quickscrum.com/wp-content/uploads/2018/11/p27.png',0,'attachment','image/png',0),(7003,4,'2018-11-27 18:15:15','2018-11-27 12:45:15','','p28','','inherit','closed','closed','','p28','','','2018-11-27 18:15:15','2018-11-27 12:45:15','',0,'https://product.quickscrum.com/wp-content/uploads/2018/11/p28.png',0,'attachment','image/png',0),(7004,4,'2018-11-27 18:15:15','2018-11-27 12:45:15','','p29','','inherit','closed','closed','','p29','','','2018-11-27 18:15:15','2018-11-27 12:45:15','',0,'https://product.quickscrum.com/wp-content/uploads/2018/11/p29.png',0,'attachment','image/png',0),(7005,4,'2018-11-27 18:15:16','2018-11-27 12:45:16','','p31','','inherit','closed','closed','','p31','','','2018-11-27 18:15:16','2018-11-27 12:45:16','',0,'https://product.quickscrum.com/wp-content/uploads/2018/11/p31.png',0,'attachment','image/png',0),(7006,4,'2018-12-04 11:29:20','2018-12-04 05:59:20','<p>[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Execute your marketing strategy effectively \" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543385690954{margin-bottom: 30px !important;}\"]</p>\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team knows every single milestone and step by step execution path to the great success</span></strong></p>\n<p>[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384677922{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7038\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Define marketing goal\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Define a long-term marketing goal and map it to the company\'s vision</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution font-weight-bold-h2\" css=\".vc_custom_1543384737068{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Plan milestones\" font_container=\"tag:h2|font_size:45px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Split broader goal into smaller milestones of the month. quarter</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"7039\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7040\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"List actions\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Prepare actions to be taken to achieve short-term goals</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]</p>\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\n<p class=\"pricing-text txt-italic\">per User</p>\n<p class=\"pricing-text txt-italic\">per Month</p>\n<p><a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Quickscrum maps your strategy to execution visually\"][/vc_column][/vc_row]</p>\n','Marketing Strategy','Break down your marketing strategy into step by step execution plan. Let everyone see the roadmap to the success.\n','inherit','closed','closed','','6854-autosave-v1','','','2018-12-04 11:29:20','2018-12-04 05:59:20','',6854,'https://guide.quickscrum.com/product/6854-autosave-v1/',0,'revision','',0),(7007,4,'2018-11-28 11:53:22','2018-11-28 06:23:22','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Launch product successfully \" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543387882107{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team collaborate better with product team, keep them sync for product roadmap and launch every milestones successfully </span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"solution-fea-light-heading\"][vc_column][vc_custom_heading text=\"Grow rapidly with successful product launches\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384677922{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7036\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Plan Launches\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Plan launch of every single product milestone and reach to the wider audience.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution font-weight-bold-h2\" css=\".vc_custom_1543384737068{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"List Actions\" font_container=\"tag:h2|font_size:45px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Outline every action and collaborate with teams to get them done.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"7035\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7037\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Launch Successfully\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%2301bfa5|line_height:54px\" use_theme_fonts=\"yes\" css=\".vc_custom_1544162483577{margin-top: -10px !important;margin-bottom: 22px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Track progress of every action and launch product release successfully to the market.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Product Launches','Plan a launch of every single milestone effectively. Grow rapidly with every launch.<br></br>\r\n','publish','closed','closed','','product-launches','','','2018-12-07 16:24:22','2018-12-07 10:54:22','',0,'https://guide.quickscrum.com/product/?post_type=solution&p=7007',16,'solution','',0),(7008,4,'2018-11-28 15:35:34','2018-11-28 10:05:34','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Deliver bug free product with Quickscrum\" font_container=\"tag:h2|font_size:70|text_align:center|color:%23000000\"][vc_column_text css=\".vc_custom_1544091330979{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your testing team report, track and find bugs effectively with Quickscrum. Collaborate with product team better and deliver a bug-free product.</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"solution-fea-light-heading\"][vc_column][vc_custom_heading text=\"Make your product bug free wisely\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384677922{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7018\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Report Bugs\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Manage bugs centralized and keep whole product team sync.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution font-weight-bold-h2\" css=\".vc_custom_1543384737068{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Prioritize Bugs\" font_container=\"tag:h2|font_size:45px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Discuss priorities and assign them to a team member</span>.[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"7023\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7020\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Resolve Bugs\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Collaborate with the product team, track status and resolve them.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Bug Tracking','Report, track, and fix bugs quickly with Quickscrum. <br></br>\r\n','publish','closed','closed','','bug-tracking','','','2018-12-07 16:40:53','2018-12-07 11:10:53','',0,'https://guide.quickscrum.com/product/?post_type=solution&p=7008',3,'solution','',0),(7009,4,'2018-11-28 15:35:13','2018-11-28 10:05:13','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Craft the great product faster\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543399447514{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your product team plan product roadmap and draft required actions to achieve them. Keep everyone sync and stay informed about the progress.</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"solution-fea-light-heading\"][vc_column][vc_custom_heading text=\"Collaborate better to craft the great product\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384677922{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7030\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Create Product Roadmap\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%2301bfa5|line_height:52px\" use_theme_fonts=\"yes\" css=\".vc_custom_1544158505926{margin-bottom: 15px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Creat product roadmap describing the features to be developed over the period of time.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution font-weight-bold-h2\" css=\".vc_custom_1543384737068{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"List Actions\" font_container=\"tag:h2|font_size:45px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">List all necessary actions required to develop the product features and to progress towards the roadmap.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"7028\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7029\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Deliver Product\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%2301bfa5|line_height:52px\" use_theme_fonts=\"yes\" css=\".vc_custom_1544158524108{margin-bottom: 15px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Collaborate with the team, track progress and deliver the exceptional product in stages.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Product Roadmap','Plan the direction of your product offering over the period of time and visually track the progress.\r\n','publish','closed','closed','','product-roadmap','','','2018-12-07 16:12:26','2018-12-07 10:42:26','',0,'https://guide.quickscrum.com/product/?post_type=solution&p=7009',0,'solution','',0),(7010,4,'2018-11-28 15:42:57','2018-11-28 10:12:57','','Product Roadmap','','inherit','closed','closed','','product-roadmap-2','','','2018-11-28 15:42:57','2018-11-28 10:12:57','',0,'https://product.quickscrum.com/wp-content/uploads/2018/11/Product-Roadmap.jpg',0,'attachment','image/jpeg',0),(7011,4,'2018-11-29 08:31:13','2018-11-29 03:01:13','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Craft the great product with client feedback\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1544099059945{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Client feedback play a key role in product development. Keep all feedback centralized and let your product team enhance the product accordingly.</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"solution-fea-light-heading\"][vc_column][vc_custom_heading text=\"Organize client feedback better & deliver the great product\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384677922{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7044\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\" css=\".vc_custom_1543509585220{margin-top: -40px !important;}\"][vc_custom_heading text=\"Collect Feedback\" font_container=\"tag:h2|font_size:40px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\" css=\".vc_custom_1543903593542{margin-top: 30px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Receive client feedback via email or web form directly in Quickscrum. Organize feedback centrally and keep everyone sync.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution font-weight-bold-h2\" css=\".vc_custom_1543384737068{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Review Feedback \" font_container=\"tag:h2|font_size:43px|text_align:left|color:%2301bfa5|line_height:52px\" use_theme_fonts=\"yes\" css=\".vc_custom_1544158445361{margin-bottom: 15px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Review all feedback, identify necessary actions and plan them in upcoming milestones. </span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"7043\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7033\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Make Client Happy\" font_container=\"tag:h2|font_size:43px|text_align:left|color:%2301bfa5|line_height:52px\" use_theme_fonts=\"yes\" css=\".vc_custom_1544158452436{margin-bottom: 15px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Deliver enhanced product, satisfy your client need and make them happy. </span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Product Feedback','Collect and organize product feedback effectively. Deliver an exceptional product to your clients.','publish','closed','closed','','product-feedback','','','2018-12-07 16:15:10','2018-12-07 10:45:10','',0,'https://guide.quickscrum.com/product/?post_type=solution&p=7011',13,'solution','',0),(7012,4,'2018-11-28 16:04:44','2018-11-28 10:34:44','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Let your creative team be focused\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543582504918{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Bring focus to your creative team by reducing direct interruption, streamlined feedback process and keeping everything centralized </span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"solution-fea-light-heading\"][vc_column][vc_custom_heading text=\"Manage your design work uninterrupted\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384677922{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7045\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Editorial Calendar\" font_container=\"tag:h2|font_size:39px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\" css=\".vc_custom_1544161999780{margin-top: 30px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">List out content topics with their publication dates</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution font-weight-bold-h2\" css=\".vc_custom_1543384737068{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Track Status\" font_container=\"tag:h2|font_size:39px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\" css=\".vc_custom_1544162014309{margin-top: 30px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Collaborate better with creative team and track the content production status</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"7046\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7047\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Discuss Ideas\" font_container=\"tag:h2|font_size:39px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Discuss over ideas to produce unique content that your readers want</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Creative Production','Streamline your creative request process and stop direct interruption to your creative team. Let them be focused.','publish','closed','closed','','creative-production','','','2018-12-07 16:21:12','2018-12-07 10:51:12','',0,'https://guide.quickscrum.com/product/?post_type=solution&p=7012',15,'solution','',0),(7013,4,'2018-12-04 11:47:18','2018-12-04 06:17:18','<p>[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Let your creative team be focused\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543582504918{margin-bottom: 30px !important;}\"]</p>\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Bring focus to your creative team by reducing direct interruption, streamlined feedback process and keeping everything centralized </span></strong></p>\n<p>[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384677922{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7045\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Editorial Calendar\" font_container=\"tag:h2|font_size:39px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">List out content topics with their publication dates</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution font-weight-bold-h2\" css=\".vc_custom_1543384737068{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Track Status\" font_container=\"tag:h2|font_size:39px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Collaborate better with creative team and track the content production status</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"7046\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7047\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Discuss Ideas\" font_container=\"tag:h2|font_size:39px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Discuss over ideas to produce unique content that your readers want</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]</p>\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\n<p class=\"pricing-text txt-italic\">per User</p>\n<p class=\"pricing-text txt-italic\">per Month</p>\n<p><a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading][/vc_column][/vc_row]</p>\n','Creative Production','Streamline your creative request process and stop direct interruption to your creative team. Let them be focused.','inherit','closed','closed','','7012-autosave-v1','','','2018-12-04 11:47:18','2018-12-04 06:17:18','',7012,'https://guide.quickscrum.com/product/7012-autosave-v1/',0,'revision','',0),(7015,4,'2018-11-28 16:12:46','2018-11-28 10:42:46','','Editorial Calendar','','inherit','closed','closed','','editorial-calendar','','','2018-11-28 16:12:46','2018-11-28 10:42:46','',0,'https://product.quickscrum.com/wp-content/uploads/2018/11/Editorial-Calendar.jpg',0,'attachment','image/jpeg',0),(7016,4,'2018-11-29 08:31:12','2018-11-29 03:01:12','<p>[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Make your event highly successful\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1544181601475{margin-bottom: 30px !important;}\"]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your event team plan actions, track status and coordinate better to run a successful event within your budget.</span></strong></p>\r\n<p>[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"solution-fea-light-heading\"][vc_column][vc_custom_heading text=\"Keep event team sync & reduce chaos\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384677922{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7102\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"List Actions\" font_container=\"tag:h2|font_size:39px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">List our all necessary actions to be taken to plan and run a successful event.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution font-weight-bold-h2\" css=\".vc_custom_1543384737068{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Complete Actions\" font_container=\"tag:h2|font_size:39px|text_align:left|color:%2301bfa5|line_height:50px\" use_theme_fonts=\"yes\" css=\".vc_custom_1544182001452{margin-bottom: 20px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Assign responsibilities to the team members for the actions, track the progress and complete actions as scheduled.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"7078\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7080\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Run Successful Event\" font_container=\"tag:h2|font_size:39px|text_align:left|color:%2301bfa5|line_height:50px\" use_theme_fonts=\"yes\" css=\".vc_custom_1544182571788{margin-top: 35px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Keep everything well organized and run a successful event without any chaos.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]</p>\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<p><a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\r\n','Event Management','Plan and coordinate effectively to execute event successfully without chaos.','publish','closed','closed','','event-management','','','2018-12-07 17:06:12','2018-12-07 11:36:12','',0,'https://guide.quickscrum.com/product/?post_type=solution&p=7016',14,'solution','',0),(7018,4,'2018-11-29 14:54:09','2018-11-29 09:24:09','','Report bugs','','inherit','closed','closed','','report-bugs','','','2018-11-29 14:54:09','2018-11-29 09:24:09','',7008,'https://product.quickscrum.com/wp-content/uploads/2018/11/Report-bugs.png',0,'attachment','image/png',0),(7020,4,'2018-11-29 14:55:05','2018-11-29 09:25:05','','Track-Status','','inherit','closed','closed','','track-status','','','2018-11-29 14:55:05','2018-11-29 09:25:05','',7008,'https://product.quickscrum.com/wp-content/uploads/2018/11/Track-Status.gif',0,'attachment','image/gif',0),(7021,3,'2018-12-06 15:45:34','2018-12-06 10:15:34','<p>[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Deliver bug free product with Quickscrum\" font_container=\"tag:h2|font_size:70|text_align:center|color:%23000000\"][vc_column_text css=\".vc_custom_1544091330979{margin-bottom: 30px !important;}\"]<br />\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your testing team report, track and find bugs effectively with Quickscrum. Collaborate with product team better and deliver a bug-free product.</span></strong></p>\n<p>[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"solution-fea-light-heading\"][vc_column][vc_custom_heading text=\"Make your product bug free wisely\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384677922{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7018\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Report Bugs\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Manage bugs centralized and keep whole product team sync.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution font-weight-bold-h2\" css=\".vc_custom_1543384737068{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Prioritize Bugs\" font_container=\"tag:h2|font_size:45px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Discuss priorities and assign them to a team member</span>.[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"7023\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7020\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Resolve Bugs\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Collaborate with the product team, track status and resolve them.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]</p>\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\n<p class=\"pricing-text txt-italic\">per User</p>\n<p class=\"pricing-text txt-italic\">per Month</p>\n<p><a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\n','Bug Tracking','Report, track, and fix bugs quickly with Quickscrum. \n','inherit','closed','closed','','7008-autosave-v1','','','2018-12-06 15:45:34','2018-12-06 10:15:34','',7008,'https://guide.quickscrum.com/product/7008-autosave-v1/',0,'revision','',0),(7022,4,'2018-12-04 10:39:15','2018-12-04 05:09:15','<p>[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_column_text css=\".vc_custom_1543398597786{margin-bottom: 30px !important;}\"]</p>\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your testing team report, track and find bugs effectively. Collaborate with product team better and deliver a bug-free product.</span></strong></p>\n<p>[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384677922{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7018\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Report bugs\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Manage bugs in a single place. Keep whole product team sync.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution font-weight-bold-h2\" css=\".vc_custom_1543384737068{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Prioritize bugs\" font_container=\"tag:h2|font_size:45px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Discuss priorities and assign them to a responsible person</span>.[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"7023\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7020\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Track Status\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Collaborate with product team, track status and resolve them.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]</p>\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\n<p class=\"pricing-text txt-italic\">per User</p>\n<p class=\"pricing-text txt-italic\">per Month</p>\n<p><a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Make your product bug free wisely\" el_id=\"solution-fea-light-heading\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Make your product bug free wisely\" el_class=\"solution-fea-light-heading\"][/vc_column][/vc_row]</p>\n','Bug Tracking','Report, track, and fix bugs quickly with Quickscrum. \n','inherit','closed','closed','','7008-autosave-v1','','','2018-12-04 10:39:15','2018-12-04 05:09:15','',7008,'https://guide.quickscrum.com/product/7008-autosave-v1/',0,'revision','',0),(7023,4,'2018-11-29 15:09:58','2018-11-29 09:39:58','','Prioritize-bugs','','inherit','closed','closed','','prioritize-bugs','','','2018-11-29 15:09:58','2018-11-29 09:39:58','',7008,'https://product.quickscrum.com/wp-content/uploads/2018/11/Prioritize-bugs.gif',0,'attachment','image/gif',0),(7024,4,'2018-11-29 17:42:37','2018-11-29 12:12:37','','Campaign goal','','inherit','closed','closed','','campaign-goal','','','2018-11-29 17:42:37','2018-11-29 12:12:37','',6856,'https://product.quickscrum.com/wp-content/uploads/2018/11/Campaign-goal.png',0,'attachment','image/png',0),(7025,4,'2018-11-29 17:43:05','2018-11-29 12:13:05','','Plan milestones','','inherit','closed','closed','','plan-milestones','','','2018-11-29 17:43:05','2018-11-29 12:13:05','',6856,'https://product.quickscrum.com/wp-content/uploads/2018/11/Plan-milestones.png',0,'attachment','image/png',0),(7026,4,'2018-11-29 17:43:21','2018-11-29 12:13:21','','List actions','','inherit','closed','closed','','list-actions','','','2018-11-29 17:43:21','2018-11-29 12:13:21','',6856,'https://product.quickscrum.com/wp-content/uploads/2018/11/List-actions.png',0,'attachment','image/png',0),(7028,4,'2018-11-29 19:10:11','2018-11-29 13:40:11','','List actions','','inherit','closed','closed','','list-actions-2','','','2018-11-29 19:10:11','2018-11-29 13:40:11','',7009,'https://product.quickscrum.com/wp-content/uploads/2018/11/List-actions-1.png',0,'attachment','image/png',0),(7029,4,'2018-11-29 19:10:35','2018-11-29 13:40:35','','Deliver Product','','inherit','closed','closed','','deliver-product','','','2018-11-29 19:10:35','2018-11-29 13:40:35','',7009,'https://product.quickscrum.com/wp-content/uploads/2018/11/Deliver-Product.png',0,'attachment','image/png',0),(7030,4,'2018-11-29 19:20:10','2018-11-29 13:50:10','','Plan product roadmap','','inherit','closed','closed','','plan-product-roadmap','','','2018-11-29 19:20:10','2018-11-29 13:50:10','',7009,'https://product.quickscrum.com/wp-content/uploads/2018/11/Plan-product-roadmap.png',0,'attachment','image/png',0),(7031,4,'2018-11-29 19:34:38','2018-11-29 14:04:38','','Plan','','inherit','closed','closed','','plan-4','','','2018-11-29 19:34:38','2018-11-29 14:04:38','',7007,'https://product.quickscrum.com/wp-content/uploads/2018/11/Plan.png',0,'attachment','image/png',0),(7032,4,'2018-11-29 19:34:57','2018-11-29 14:04:57','','Manage','','inherit','closed','closed','','manage','','','2018-11-29 19:34:57','2018-11-29 14:04:57','',7007,'https://product.quickscrum.com/wp-content/uploads/2018/11/Manage.png',0,'attachment','image/png',0),(7033,4,'2018-11-29 19:35:13','2018-11-29 14:05:13','','Track','','inherit','closed','closed','','track','','','2018-11-29 19:35:13','2018-11-29 14:05:13','',7007,'https://product.quickscrum.com/wp-content/uploads/2018/11/Track.gif',0,'attachment','image/gif',0),(7034,4,'2018-11-29 19:46:07','2018-11-29 14:16:07','','Manage','','inherit','closed','closed','','manage-2','','','2018-11-29 19:46:07','2018-11-29 14:16:07','',7007,'https://product.quickscrum.com/wp-content/uploads/2018/11/Manage-1.png',0,'attachment','image/png',0),(7035,4,'2018-11-29 20:22:54','2018-11-29 14:52:54','','List Actions','','inherit','closed','closed','','list-actions-3','','','2018-11-29 20:22:54','2018-11-29 14:52:54','',7007,'https://product.quickscrum.com/wp-content/uploads/2018/11/List-Actions.png',0,'attachment','image/png',0),(7036,4,'2018-11-29 20:23:32','2018-11-29 14:53:32','','Plan Launches','','inherit','closed','closed','','plan-launches','','','2018-11-29 20:23:32','2018-11-29 14:53:32','',7007,'https://product.quickscrum.com/wp-content/uploads/2018/11/Plan-Launches.png',0,'attachment','image/png',0),(7037,4,'2018-11-29 20:24:12','2018-11-29 14:54:12','','Launch Successfully','','inherit','closed','closed','','launch-successfully','','','2018-11-29 20:24:12','2018-11-29 14:54:12','',7007,'https://product.quickscrum.com/wp-content/uploads/2018/11/Launch-Successfully.png',0,'attachment','image/png',0),(7038,4,'2018-11-29 20:30:28','2018-11-29 15:00:28','','Define marketing goal','','inherit','closed','closed','','define-marketing-goal','','','2018-11-29 20:30:28','2018-11-29 15:00:28','',6854,'https://product.quickscrum.com/wp-content/uploads/2018/11/Define-marketing-goal.png',0,'attachment','image/png',0),(7039,4,'2018-11-29 20:30:48','2018-11-29 15:00:48','','Plan milestones','','inherit','closed','closed','','plan-milestones-2','','','2018-11-29 20:30:48','2018-11-29 15:00:48','',6854,'https://product.quickscrum.com/wp-content/uploads/2018/11/Plan-milestones-1.png',0,'attachment','image/png',0),(7040,4,'2018-11-29 20:31:07','2018-11-29 15:01:07','','List actions','','inherit','closed','closed','','list-actions-4','','','2018-11-29 20:31:07','2018-11-29 15:01:07','',6854,'https://product.quickscrum.com/wp-content/uploads/2018/11/List-actions-2.png',0,'attachment','image/png',0),(7041,3,'2018-11-29 21:28:37','2018-11-29 15:58:37','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Launch product successfully \" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543387882107{margin-bottom: 30px !important;}\"]\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team collaborate better with product team, keep them sync for product roadmap and launch every milestones successfully </span></strong></p>\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384677922{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7036\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Plan Launches\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Plan launch of every single product milestone and reach to the wider audience.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution font-weight-bold-h2\" css=\".vc_custom_1543384737068{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"List Actions\" font_container=\"tag:h2|font_size:45px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Outline every action and collaborate with teams to get them done.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"7035\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7037\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Launch Successfully\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Track progress of every action and launch product release successfully to the market.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\n<p class=\"pricing-text txt-italic\">per User</p>\n<p class=\"pricing-text txt-italic\">per Month</p>\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Product Launches','Plan a launch of every single milestone effectively. Grow rapidly with every launch.\nLet your marketing team collaborate better with the product team, keep them sync for product roadmap and launch every milestone successfully.\n\n.\n','inherit','closed','closed','','7007-autosave-v1','','','2018-11-29 21:28:37','2018-11-29 15:58:37','',7007,'https://guide.quickscrum.com/product/7007-autosave-v1/',0,'revision','',0),(7042,3,'2018-12-06 15:32:30','2018-12-06 10:02:30','<p>[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Craft the great product faster\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543399447514{margin-bottom: 30px !important;}\"]</p>\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your product team plan product roadmap and draft required actions to achieve them. Keep everyone sync and stay informed about the progress.</span></strong></p>\n<p>[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"solution-fea-light-heading\"][vc_column][vc_custom_heading text=\"Collaborate better to craft the great product\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384677922{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7030\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Create Product Roadmap\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Outline product roadmap to deliver market fit product in stages.</span></p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution font-weight-bold-h2\" css=\".vc_custom_1543384737068{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"List Actions\" font_container=\"tag:h2|font_size:45px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">List all necessary actions required to develop the product features to progress towards the roadmap.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"7028\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7029\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Deliver Product\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Track progress, collaborate better and deliver the great product</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]</p>\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\n<p class=\"pricing-text txt-italic\">per User</p>\n<p class=\"pricing-text txt-italic\">per Month</p>\n<p><a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\n','Product Roadmap','Plan the direction of your product offering over the period of time and visually track the progress.\n','inherit','closed','closed','','7009-autosave-v1','','','2018-12-06 15:32:30','2018-12-06 10:02:30','',7009,'https://guide.quickscrum.com/product/7009-autosave-v1/',0,'revision','',0),(7043,4,'2018-11-29 22:07:50','2018-11-29 16:37:50','','Plan Feedback','','inherit','closed','closed','','plan-feedback','','','2018-11-29 22:07:50','2018-11-29 16:37:50','',7011,'https://product.quickscrum.com/wp-content/uploads/2018/11/Plan-Feedback.png',0,'attachment','image/png',0),(7044,4,'2018-11-29 22:08:07','2018-11-29 16:38:07','','Collect Feedback','','inherit','closed','closed','','collect-feedback','','','2018-11-29 22:08:07','2018-11-29 16:38:07','',7011,'https://product.quickscrum.com/wp-content/uploads/2018/11/Collect-Feedback.png',0,'attachment','image/png',0),(7045,4,'2018-11-30 11:52:21','2018-11-30 06:22:21','','Editorial Calendar','','inherit','closed','closed','','editorial-calendar-2','','','2018-11-30 11:52:21','2018-11-30 06:22:21','',7012,'https://product.quickscrum.com/wp-content/uploads/2018/11/Editorial-Calendar.png',0,'attachment','image/png',0),(7046,4,'2018-11-30 11:52:58','2018-11-30 06:22:58','','Track-Status','','inherit','closed','closed','','track-status-2','','','2018-11-30 11:52:58','2018-11-30 06:22:58','',7012,'https://product.quickscrum.com/wp-content/uploads/2018/11/Track-Status-1.gif',0,'attachment','image/gif',0),(7047,4,'2018-11-30 11:53:12','2018-11-30 06:23:12','','Discuss Ideas','','inherit','closed','closed','','discuss-ideas','','','2018-11-30 11:53:12','2018-11-30 06:23:12','',7012,'https://product.quickscrum.com/wp-content/uploads/2018/11/Discuss-Ideas.png',0,'attachment','image/png',0),(7048,4,'2018-11-30 14:13:56','2018-11-30 08:43:56','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Streamline your IT helpdesk process\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543560005811{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Keep all your IT helpdesk requests centralized. Let requester track the status and IT team to fulfill their need without chaos.</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"solution-fea-light-heading\"][vc_column][vc_custom_heading text=\"Organize IT helpdesk request better\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384677922{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7052\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Create a Request\" font_container=\"tag:h2|font_size:39px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Add a request in Quickscrum or add it via email or form</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution font-weight-bold-h2\" css=\".vc_custom_1543384737068{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Prioritize Requests\" font_container=\"tag:h2|font_size:37px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\" css=\".vc_custom_1543568486881{margin-top: 30px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Set a priority and assign them to a responsible person</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"7050\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7033\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Track Status\" font_container=\"tag:h2|font_size:39px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Let requester track status and IT team to fulfill the need</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','IT Helpdesk','Streamline your IT request process and respond to it faster.','publish','closed','closed','','it-helpdesk','','','2018-12-07 16:12:26','2018-12-07 10:42:26','',0,'https://guide.quickscrum.com/product/?post_type=solution&p=7048',12,'solution','',0),(7049,4,'2018-11-30 14:32:36','2018-11-30 09:02:36','','Prioritize-Requests','','inherit','closed','closed','','prioritize-requests','','','2018-11-30 14:32:36','2018-11-30 09:02:36','',7048,'https://product.quickscrum.com/wp-content/uploads/2018/11/Prioritize-Requests.gif',0,'attachment','image/gif',0),(7050,4,'2018-11-30 14:34:22','2018-11-30 09:04:22','','Prioritize-Requests','','inherit','closed','closed','','prioritize-requests-2','','','2018-11-30 14:34:22','2018-11-30 09:04:22','',7048,'https://product.quickscrum.com/wp-content/uploads/2018/11/Prioritize-Requests-1.gif',0,'attachment','image/gif',0),(7052,4,'2018-11-30 15:05:14','2018-11-30 09:35:14','','Create a Request','','inherit','closed','closed','','create-a-request','','','2018-11-30 15:05:14','2018-11-30 09:35:14','',7048,'https://product.quickscrum.com/wp-content/uploads/2018/11/Create-a-Request.png',0,'attachment','image/png',0),(7053,4,'2018-11-30 15:07:10','2018-11-30 09:37:10','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Stay focused and respond to the work request faster\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1544091765452{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Streamline your work request process and collect them without any interruption. Let your team prioritize them, assign to a team member and respond to it faster with Quickscrum.</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"solution-fea-light-heading\"][vc_column][vc_custom_heading text=\"Streamline your work request process\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384677922{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7052\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Receive Request\" font_container=\"tag:h2|font_size:39px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Receive a work request in Quickscrum via email or web form without any interruption.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution font-weight-bold-h2\" css=\".vc_custom_1543384737068{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Plan Request\" font_container=\"tag:h2|font_size:37px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\" css=\".vc_custom_1544071683436{margin-top: 30px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Set a priority, assign them to a team member and schedule the due date.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"7050\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7033\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Fulfil Request\" font_container=\"tag:h2|font_size:39px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Let requester track the status without asking anyone and get focused to complete it without any interruption.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Work Requests','Streamline your work request process. Let team be focused and work effectively. ','publish','closed','closed','','work-requests','','','2018-12-07 16:20:00','2018-12-07 10:50:00','',0,'https://guide.quickscrum.com/product/?post_type=solution&p=7053',11,'solution','',0),(7054,4,'2018-11-30 17:07:07','2018-11-30 11:37:07','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Produce the most creative designs\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543576578284{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your designer collaborate better with the team, plan feedback meeting with defined goal and organize feedback centrally to keep enhancing the designs</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"solution-fea-light-heading\"][vc_column][vc_custom_heading text=\"Feedback leads to the greater creativity\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543578015558{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2 line-height-h2-45\"][vc_column width=\"2/3\"][vc_single_image image=\"7055\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Plan meeting agenda\" font_container=\"tag:h2|font_size:39px|text_align:left|color:%2301bfa5|line_height:50px\" use_theme_fonts=\"yes\" css=\".vc_custom_1544163102256{margin-bottom: 15px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Define feedback meeting goal in advance to drive structured meeting.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution font-weight-bold-h2 line-height-h2-45\" css=\".vc_custom_1543578004491{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Organize Feedback\" font_container=\"tag:h2|font_size:36px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\" css=\".vc_custom_1544163111580{margin-top: 30px !important;margin-bottom: 15px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Note down all the feedback given during the meeting and review them later.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"7056\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7059\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Enhance Designs\" font_container=\"tag:h2|font_size:39px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">List out actions to be taken based the feedback and improve designs.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Design Critiques','Keep all your design critiques, feedback, and notes in quickscrum','publish','closed','closed','','design-critiques','','','2018-12-07 16:12:25','2018-12-07 10:42:25','',0,'https://guide.quickscrum.com/product/?post_type=solution&p=7054',10,'solution','',0),(7055,4,'2018-11-30 17:06:31','2018-11-30 11:36:31','','01 Plan meeting agenda','','inherit','closed','closed','','01-plan-meeting-agenda','','','2018-11-30 17:06:31','2018-11-30 11:36:31','',7054,'https://product.quickscrum.com/wp-content/uploads/2018/11/01-Plan-meeting-agenda.png',0,'attachment','image/png',0),(7056,4,'2018-11-30 17:06:46','2018-11-30 11:36:46','','02 Organize Feedback','','inherit','closed','closed','','02-organize-feedback','','','2018-11-30 17:06:46','2018-11-30 11:36:46','',7054,'https://product.quickscrum.com/wp-content/uploads/2018/11/02-Organize-Feedback.png',0,'attachment','image/png',0),(7058,4,'2018-12-07 11:41:58','2018-12-07 06:11:58','<p>[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Produce the most creative designs\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543576578284{margin-bottom: 30px !important;}\"]</p>\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your designer collaborate better with the team, plan feedback meeting with defined goal and organize feedback centrally to keep enhancing the designs</span></strong></p>\n<p>[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"solution-fea-light-heading\"][vc_column][vc_custom_heading text=\"Feedback leads to the greater creativity\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543578015558{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2 line-height-h2-45\"][vc_column width=\"2/3\"][vc_single_image image=\"7055\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Plan meeting agenda\" font_container=\"tag:h2|font_size:39px|text_align:left|color:%2301bfa5|line_height:50px\" use_theme_fonts=\"yes\" css=\".vc_custom_1544163102256{margin-bottom: 15px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Define feedback meeting goal in advance to drive structured meeting.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution font-weight-bold-h2 line-height-h2-45\" css=\".vc_custom_1543578004491{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Organize Feedback\" font_container=\"tag:h2|font_size:36px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\" css=\".vc_custom_1544163111580{margin-top: 30px !important;margin-bottom: 15px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Note down all the feedback given during the meeting and review them later.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"7056\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7059\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Enhance Designs\" font_container=\"tag:h2|font_size:39px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">List out actions to be taken based the feedback and improve designs.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]</p>\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\n<p class=\"pricing-text txt-italic\">per User</p>\n<p class=\"pricing-text txt-italic\">per Month</p>\n<p><a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\n','Design Critiques','Keep all your design critiques, feedback, and notes in quickscrum','inherit','closed','closed','','7054-autosave-v1','','','2018-12-07 11:41:58','2018-12-07 06:11:58','',7054,'https://guide.quickscrum.com/product/7054-autosave-v1/',0,'revision','',0),(7059,4,'2018-11-30 17:14:21','2018-11-30 11:44:21','','03-Enhance-Designs','','inherit','closed','closed','','03-enhance-designs','','','2018-11-30 17:14:21','2018-11-30 11:44:21','',7054,'https://product.quickscrum.com/wp-content/uploads/2018/11/03-Enhance-Designs.gif',0,'attachment','image/gif',0),(7060,4,'2018-11-30 18:17:17','2018-11-30 12:47:17','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Publish creative content that matters\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1544164959114{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your content team brainstorm over ideas, write stories that matter most to your audience and publish to the most influential channels. Manage complete creation to publication process within Quickscrum.</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"solution-fea-light-heading\" css=\".vc_custom_1543906647271{padding-right: 40px !important;padding-left: 40px !important;}\"][vc_column][vc_custom_heading text=\"Visually manage your content creation to the publication process\r\n\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543578015558{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2 line-height-h2-45\"][vc_column width=\"2/3\"][vc_single_image image=\"7061\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Editorial Calendar\" font_container=\"tag:h2|font_size:39px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\" css=\".vc_custom_1544161771792{margin-top: 50px !important;margin-bottom: 20px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">List out content topics for the newspaper, magazine, blog, email newsletters, social media etc. with their publication dates.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution font-weight-bold-h2 line-height-h2-45\" css=\".vc_custom_1543578004491{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Produce Content\" font_container=\"tag:h2|font_size:39px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\" css=\".vc_custom_1544165645832{margin-top: 30px !important;margin-bottom: 20px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Discuss over ideas, track content production status and produce the unique content that your readers want.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"7062\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7063\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Publish Content\" font_container=\"tag:h2|font_size:39px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Publish content as scheduled and reach to your targetted audience. Keep increasing your brand value.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Editorial Calendar','Visually manage your content creation to the publication process. <br></br>\r\n','publish','closed','closed','','editorial-calendar','','','2018-12-07 17:12:42','2018-12-07 11:42:42','',0,'https://guide.quickscrum.com/product/?post_type=solution&p=7060',6,'solution','',0),(7061,4,'2018-11-30 18:16:24','2018-11-30 12:46:24','','01 Editorial Calendar','','inherit','closed','closed','','01-editorial-calendar','','','2018-11-30 18:16:24','2018-11-30 12:46:24','',7060,'https://product.quickscrum.com/wp-content/uploads/2018/11/01-Editorial-Calendar.png',0,'attachment','image/png',0),(7062,4,'2018-11-30 18:16:48','2018-11-30 12:46:48','','02 Track-Status','','inherit','closed','closed','','02-track-status','','','2018-11-30 18:16:48','2018-11-30 12:46:48','',7060,'https://product.quickscrum.com/wp-content/uploads/2018/11/02-Track-Status.gif',0,'attachment','image/gif',0),(7063,4,'2018-11-30 18:17:08','2018-11-30 12:47:08','','03 Discuss Ideas','','inherit','closed','closed','','03-discuss-ideas','','','2018-11-30 18:17:08','2018-11-30 12:47:08','',7060,'https://product.quickscrum.com/wp-content/uploads/2018/11/03-Discuss-Ideas.png',0,'attachment','image/png',0),(7064,3,'2018-11-30 18:30:33','2018-11-30 13:00:33','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Let your creative team be focused\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543582504918{margin-bottom: 30px !important;}\"]\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Bring focus to your creative team by reducing direct interruption, streamlined feedback process and keeping everything centralized </span></strong></p>\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384677922{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7045\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Editorial Calendar\" font_container=\"tag:h2|font_size:39px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">List out content topics with their publication dates</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution font-weight-bold-h2\" css=\".vc_custom_1543384737068{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Track Status\" font_container=\"tag:h2|font_size:39px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Collaborate better with creative team and track the content production status</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"7046\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7047\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Discuss Ideas\" font_container=\"tag:h2|font_size:39px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Discuss over ideas to produce unique content that your readers want</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\n<p class=\"pricing-text txt-italic\">per User</p>\n<p class=\"pricing-text txt-italic\">per Month</p>\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Creative Production','Manage and review request and feedback, and prioritize work to stop bottelenecks so designers can do what they do the best.\n\nStreamline your creative request a','inherit','closed','closed','','7012-autosave-v1','','','2018-11-30 18:30:33','2018-11-30 13:00:33','',7012,'https://guide.quickscrum.com/product/7012-autosave-v1/',0,'revision','',0),(7065,3,'2018-12-08 08:20:15','2018-12-08 02:50:15','<p>[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Execute your marketing strategy effectively \" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1544236845022{margin-bottom: 30px !important;}\"]</p>\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team plan every single milestone, track work status and collaborate better with the team to achieve marketing goals. Share higher level goals with everyone and visually track the progress using Quickscrum.</span></strong></p>\n<p>[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"solution-fea-light-heading\"][vc_column][vc_custom_heading text=\"Quickscrum maps your strategy to execution visually\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384677922{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7038\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Set Marketing Goal\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%2301bfa5|line_height:53px\" use_theme_fonts=\"yes\" css=\".vc_custom_1544237345014{margin-bottom: 20px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Define a long-term marketing goal as per the company vision.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution font-weight-bold-h2\" css=\".vc_custom_1543384737068{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Plan Milestones\" font_container=\"tag:h2|font_size:45px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Plan smaller milestones of the month or quarter to achieve the long-term goal. List out actions to be taken in every milestone.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"7039\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7040\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Achieve Goal\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\" css=\".vc_custom_1544237384080{margin-top: 30px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Prepare actions to be taken to achieve short-term goals</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]</p>\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\n<p class=\"pricing-text txt-italic\">per User</p>\n<p class=\"pricing-text txt-italic\">per Month</p>\n<p><a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\n','Marketing Strategy','Break down your marketing strategy into step by step execution plan. Let everyone see the roadmap to the success.\n','inherit','closed','closed','','6854-autosave-v1','','','2018-12-08 08:20:15','2018-12-08 02:50:15','',6854,'https://guide.quickscrum.com/product/6854-autosave-v1/',0,'revision','',0),(7066,3,'2018-12-06 17:55:33','2018-12-06 12:25:33','<p>[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Craft the great product with client feedback\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1544099059945{margin-bottom: 30px !important;}\"]</p>\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Client feedback play a key role in product development. Keep all feedback centralized and let your product team enhance the product accordingly.</span></strong></p>\n<p>[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"solution-fea-light-heading\"][vc_column][vc_custom_heading text=\"Organize client feedback better & deliver the great product\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384677922{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7044\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\" css=\".vc_custom_1543509585220{margin-top: -40px !important;}\"][vc_custom_heading text=\"Collect Feedback\" font_container=\"tag:h2|font_size:40px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\" css=\".vc_custom_1543903593542{margin-top: 30px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Receive client feedback via email or web form directly in Quickscrum. Organize feedback centrally and keep everyone sync.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution font-weight-bold-h2\" css=\".vc_custom_1543384737068{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Review Feedback \" font_container=\"tag:h2|font_size:43px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Review all feedback, identify necessary actions and plan them into upcoming milestones. </span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"7043\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7033\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Make Client Happy\" font_container=\"tag:h2|font_size:43px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Deliver enhanced product, satisfy your client need and make them happy. </span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]</p>\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\n<p class=\"pricing-text txt-italic\">per User</p>\n<p class=\"pricing-text txt-italic\">per Month</p>\n<p><a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\n','Product Feedback','Collect and organize product feedback effectively. Deliver an exceptional product to your clients.','inherit','closed','closed','','7011-autosave-v1','','','2018-12-06 17:55:33','2018-12-06 12:25:33','',7011,'https://guide.quickscrum.com/product/7011-autosave-v1/',0,'revision','',0),(7067,3,'2018-11-30 18:45:32','2018-11-30 13:15:32','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Streamline your IT helpdesk process\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543560005811{margin-bottom: 30px !important;}\"]\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Keep all your IT helpdesk requests centralized. Let requester track the status and IT team to fulfill their need without chaos.</span></strong></p>\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384677922{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7052\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Create a Request\" font_container=\"tag:h2|font_size:39px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Add a request in Quickscrum or add it via email or form</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution font-weight-bold-h2\" css=\".vc_custom_1543384737068{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Prioritize Requests\" font_container=\"tag:h2|font_size:37px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\" css=\".vc_custom_1543568486881{margin-top: 30px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Set a priority and assign them to a responsible person</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"7050\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7033\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Track Status\" font_container=\"tag:h2|font_size:39px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Let requester track status and IT team to fulfill the need</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\n<p class=\"pricing-text txt-italic\">per User</p>\n<p class=\"pricing-text txt-italic\">per Month</p>\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','IT Helpdesk','Streamline your IT rqprocess ','inherit','closed','closed','','7048-autosave-v1','','','2018-11-30 18:45:32','2018-11-30 13:15:32','',7048,'https://guide.quickscrum.com/product/7048-autosave-v1/',0,'revision','',0),(7068,3,'2018-12-06 16:00:26','2018-12-06 10:30:26','<p>[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Get focused and respond to the work request faster with Quickscrum\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1544091765452{margin-bottom: 30px !important;}\"]</p>\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Streamline your work request process and collect them without any interruption. Let your team prioritize them, assign to a team member and respond to it faster with Quickscrum.</span></strong></p>\n<p>[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"solution-fea-light-heading\"][vc_column][vc_custom_heading text=\"Streamline your work request process\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384677922{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7052\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Receive Request\" font_container=\"tag:h2|font_size:39px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Receive a work request in Quickscrum via email or web form without any interruption.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution font-weight-bold-h2\" css=\".vc_custom_1543384737068{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Plan Request\" font_container=\"tag:h2|font_size:37px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\" css=\".vc_custom_1544071683436{margin-top: 30px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Set a priority, assign them to a team member and schedule the due date.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"7050\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7033\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Complete Request\" font_container=\"tag:h2|font_size:39px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Let requester track the work status and team to complete it without any interruption.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]</p>\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\n<p class=\"pricing-text txt-italic\">per User</p>\n<p class=\"pricing-text txt-italic\">per Month</p>\n<p><a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\n','Work Requests','Streamline your work request process. Let team be focused and work effectively. ','inherit','closed','closed','','7053-autosave-v1','','','2018-12-06 16:00:26','2018-12-06 10:30:26','',7053,'https://guide.quickscrum.com/product/7053-autosave-v1/',0,'revision','',0),(7071,4,'2018-12-03 14:52:59','2018-12-03 09:22:59','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Bring focus to produce creative design\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543820815108{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Streamline your design request process, don\'t let others interrupt you and keep all requests centralized. Prioritize requests and deliver them faster.</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"solution-fea-light-heading\"][vc_column][vc_custom_heading text=\"Don\'t let others interrupt you while designing\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543578015558{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2 line-height-h2-45\"][vc_column width=\"2/3\"][vc_single_image image=\"7073\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Receive a Request\" font_container=\"tag:h2|font_size:38px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Receive a design request directly in Quickscrum, via email or web form.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution font-weight-bold-h2 line-height-h2-45\" css=\".vc_custom_1543578004491{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Prioritize Requests\" font_container=\"tag:h2|font_size:36px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\" css=\".vc_custom_1543820865229{margin-top: 30px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Set a request priority and due date. Deliver designs as planned.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"7074\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7084\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Track Status\" font_container=\"tag:h2|font_size:39px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Let requester know the design status. Don\'t let them distrub you while working. Be focused.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Design Requests','Streamline your design request process and don\'t get interrupted.','publish','closed','closed','','design-requests','','','2018-12-07 16:12:25','2018-12-07 10:42:25','',0,'https://guide.quickscrum.com/product/?post_type=solution&p=7071',9,'solution','',0),(7072,4,'2018-12-03 12:26:31','2018-12-03 06:56:31','','Design Requests','','inherit','closed','closed','','design-requests','','','2018-12-03 12:26:31','2018-12-03 06:56:31','',7071,'https://product.quickscrum.com/wp-content/uploads/2018/12/Design-Requests.jpg',0,'attachment','image/jpeg',0),(7073,4,'2018-12-03 14:52:00','2018-12-03 09:22:00','','011 Create a Request','','inherit','closed','closed','','011-create-a-request','','','2018-12-03 14:52:00','2018-12-03 09:22:00','',7071,'https://product.quickscrum.com/wp-content/uploads/2018/12/011-Create-a-Request.png',0,'attachment','image/png',0),(7074,4,'2018-12-03 14:52:24','2018-12-03 09:22:24','','012 Prioritize Requests','','inherit','closed','closed','','012-prioritize-requests','','','2018-12-03 14:52:24','2018-12-03 09:22:24','',7071,'https://product.quickscrum.com/wp-content/uploads/2018/12/012-Prioritize-Requests.gif',0,'attachment','image/gif',0),(7075,4,'2018-12-03 14:52:38','2018-12-03 09:22:38','','013-Track-Status','','inherit','closed','closed','','013-track-status','','','2018-12-03 14:52:38','2018-12-03 09:22:38','',7071,'https://product.quickscrum.com/wp-content/uploads/2018/12/013-Track-Status.gif',0,'attachment','image/gif',0),(7077,4,'2018-12-03 16:24:18','2018-12-03 10:54:18','','Prepare checklist','','inherit','closed','closed','','prepare-checklist','','','2018-12-03 16:24:18','2018-12-03 10:54:18','',0,'https://product.quickscrum.com/wp-content/uploads/2018/12/Prepare-checklist.png',0,'attachment','image/png',0),(7078,4,'2018-12-03 16:25:24','2018-12-03 10:55:24','','Assign Responsible','','inherit','closed','closed','','assign-responsible','','','2018-12-03 16:25:24','2018-12-03 10:55:24','',0,'https://product.quickscrum.com/wp-content/uploads/2018/12/Assign-Responsible.png',0,'attachment','image/png',0),(7080,4,'2018-12-03 16:25:55','2018-12-03 10:55:55','','Manage Event','','inherit','closed','closed','','manage-event','','','2018-12-03 16:25:55','2018-12-03 10:55:55','',0,'https://product.quickscrum.com/wp-content/uploads/2018/12/Manage-Event.png',0,'attachment','image/png',0),(7082,4,'2018-12-03 18:08:45','2018-12-03 12:38:45','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Keep your project under control till the end\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543926758183{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Plan your team work, attach files, discuss via comment, list actions and assign to a team member, set due date and track work status. Reduce chaos and keep everyone sync.</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"solution-fea-light-heading\"][vc_column][vc_custom_heading text=\"Organize your work effectively to execute faster\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543578015558{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2 line-height-h2-45\"][vc_column width=\"2/3\"][vc_single_image image=\"7085\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage\" font_container=\"tag:h2|font_size:45px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\" css=\".vc_custom_1544164614012{margin-top: 10px !important;margin-bottom: 20px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Organize all your teamwork, files, comment, milestones and many more centrally. Keep everyone sync.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution font-weight-bold-h2 line-height-h2-45\" css=\".vc_custom_1543578004491{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Execute\" font_container=\"tag:h2|font_size:45px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\" css=\".vc_custom_1544164595229{margin-top: 10px !important;margin-bottom: 20px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Assign work to a responsible, set due date and collaborate with the team to execute it faster.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"7087\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7086\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Track Status\" font_container=\"tag:h2|font_size:45px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\" css=\".vc_custom_1544164607580{margin-top: 10px !important;margin-bottom: 20px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Track work status, discuss over it and keep the whole team informed about the progress.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Project Management','Take full control of your project and execute smoothly without chaos. ','publish','closed','closed','','project-management','','','2018-12-07 16:44:02','2018-12-07 11:14:02','',0,'https://guide.quickscrum.com/product/?post_type=solution&p=7082',8,'solution','',0),(7083,4,'2018-12-03 17:54:14','2018-12-03 12:24:14','','Project Management','','inherit','closed','closed','','project-management','','','2018-12-03 17:54:14','2018-12-03 12:24:14','',7082,'https://product.quickscrum.com/wp-content/uploads/2018/12/Project-Management.jpg',0,'attachment','image/jpeg',0),(7084,4,'2018-12-03 18:07:16','2018-12-03 12:37:16','','Track-Status-1','','inherit','closed','closed','','track-status-1','','','2018-12-03 18:07:16','2018-12-03 12:37:16','',7071,'https://product.quickscrum.com/wp-content/uploads/2018/12/Track-Status-1.gif',0,'attachment','image/gif',0),(7085,4,'2018-12-03 18:08:20','2018-12-03 12:38:20','','Manage','','inherit','closed','closed','','manage-3','','','2018-12-03 18:08:20','2018-12-03 12:38:20','',7082,'https://product.quickscrum.com/wp-content/uploads/2018/12/Manage.gif',0,'attachment','image/gif',0),(7086,4,'2018-12-03 18:08:39','2018-12-03 12:38:39','','Track-Status-1','','inherit','closed','closed','','track-status-1-2','','','2018-12-03 18:08:39','2018-12-03 12:38:39','',7082,'https://product.quickscrum.com/wp-content/uploads/2018/12/Track-Status-1-1.gif',0,'attachment','image/gif',0),(7087,4,'2018-12-03 18:13:56','2018-12-03 12:43:56','','Execute','','inherit','closed','closed','','execute','','','2018-12-03 18:13:56','2018-12-03 12:43:56','',7082,'https://product.quickscrum.com/wp-content/uploads/2018/12/Execute.png',0,'attachment','image/png',0);
INSERT INTO `wp_posts` VALUES (7088,4,'2018-12-04 11:03:33','2018-12-04 05:33:33','<p>[vc_row el_class=\"solution-fea-light-heading\"][vc_column][vc_custom_heading text=\"Grow rapidly with successful product launches\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Craft great products faster\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543399447514{margin-bottom: 30px !important;}\"]</p>\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your product team plan product roadmap and draft required actions to achieve them. Keep everyone sync and stay informed about the progress.</span></strong></p>\n<p>[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"solution-fea-light-heading\"][vc_column][vc_custom_heading text=\"Collaborate better to craft the great product\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384677922{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7030\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Plan product roadmap\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Plan product roadmap to step by step develop a market fit product</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution font-weight-bold-h2\" css=\".vc_custom_1543384737068{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"List actions\" font_container=\"tag:h2|font_size:45px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Outline all actions required to progress towards the roadmap</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"7028\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7029\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Deliver Product\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Track progress, collaborate better and deliver the great product</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]</p>\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\n<p class=\"pricing-text txt-italic\">per User</p>\n<p class=\"pricing-text txt-italic\">per Month</p>\n<p><a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\n','Product Roadmap','Visually plan the direction of your product offering over time.\n','inherit','closed','closed','','7009-autosave-v1','','','2018-12-04 11:03:33','2018-12-04 05:33:33','',7009,'https://guide.quickscrum.com/product/7009-autosave-v1/',0,'revision','',0),(7089,4,'2018-12-07 11:30:01','2018-12-07 06:00:01','<p>[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Launch product successfully \" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543387882107{margin-bottom: 30px !important;}\"]</p>\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team collaborate better with product team, keep them sync for product roadmap and launch every milestones successfully </span></strong></p>\n<p>[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"solution-fea-light-heading\"][vc_column][vc_custom_heading text=\"Grow rapidly with successful product launches\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384677922{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7036\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Plan Launches\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Plan launch of every single product milestone and reach to the wider audience.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution font-weight-bold-h2\" css=\".vc_custom_1543384737068{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"List Actions\" font_container=\"tag:h2|font_size:45px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Outline every action and collaborate with teams to get them done.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"7035\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7037\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Launch Successfully\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%2301bfa5|line_height:50px\" use_theme_fonts=\"yes\" css=\".vc_custom_1544162365986{margin-top: -30px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Track progress of every action and launch product release successfully to the market.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]</p>\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\n<p class=\"pricing-text txt-italic\">per User</p>\n<p class=\"pricing-text txt-italic\">per Month</p>\n<p><a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\n','Product Launches','Plan a launch of every single milestone effectively. Grow rapidly with every launch.<br></br>\n','inherit','closed','closed','','7007-autosave-v1','','','2018-12-07 11:30:01','2018-12-07 06:00:01','',7007,'https://guide.quickscrum.com/product/7007-autosave-v1/',0,'revision','',0),(7090,4,'2018-12-07 10:24:06','2018-12-07 04:54:06','<p>[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Craft the great product with client feedback\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1544099059945{margin-bottom: 30px !important;}\"]</p>\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Client feedback play a key role in product development. Keep all feedback centralized and let your product team enhance the product accordingly.</span></strong></p>\n<p>[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"solution-fea-light-heading\"][vc_column][vc_custom_heading text=\"Organize client feedback better & deliver the great product\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384677922{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7044\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\" css=\".vc_custom_1543509585220{margin-top: -40px !important;}\"][vc_custom_heading text=\"Collect Feedback\" font_container=\"tag:h2|font_size:40px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\" css=\".vc_custom_1543903593542{margin-top: 30px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Receive client feedback via email or web form directly in Quickscrum. Organize feedback centrally and keep everyone sync.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution font-weight-bold-h2\" css=\".vc_custom_1543384737068{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Review Feedback \" font_container=\"tag:h2|font_size:43px|text_align:left|color:%2301bfa5|line_height:52px\" use_theme_fonts=\"yes\" css=\".vc_custom_1544158445361{margin-bottom: 15px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Review all feedback, identify necessary actions and plan them in upcoming milestones. </span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"7043\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7033\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Make Client Happy\" font_container=\"tag:h2|font_size:43px|text_align:left|color:%2301bfa5|line_height:50px\" use_theme_fonts=\"yes\" css=\".vc_custom_1544158324508{margin-bottom: 15px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Deliver enhanced product, satisfy your client need and make them happy. </span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]</p>\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\n<p class=\"pricing-text txt-italic\">per User</p>\n<p class=\"pricing-text txt-italic\">per Month</p>\n<p><a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\n','Product Feedback','Collect and organize product feedback effectively. Deliver an exceptional product to your clients.','inherit','closed','closed','','7011-autosave-v1','','','2018-12-07 10:24:06','2018-12-07 04:54:06','',7011,'https://guide.quickscrum.com/product/7011-autosave-v1/',0,'revision','',0),(7091,4,'2018-12-04 11:43:02','2018-12-04 06:13:02','<p>[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Respond to the work request faster\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543572061217{margin-bottom: 30px !important;}\"]</p>\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Streamline your work request process and keep them centralized. Let your team prioritize them, assign to a responsible person and respond to it faster.</span></strong></p>\n<p>[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384677922{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7052\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Create a Request\" font_container=\"tag:h2|font_size:39px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Add a request in Quickscrum or add it via email or form</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution font-weight-bold-h2\" css=\".vc_custom_1543384737068{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Prioritize Requests\" font_container=\"tag:h2|font_size:37px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\" css=\".vc_custom_1543568486881{margin-top: 30px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Set a priority and assign them to a responsible person</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"7050\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7033\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Track Status\" font_container=\"tag:h2|font_size:39px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Let requester track status and IT team to fulfill the need</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]</p>\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\n<p class=\"pricing-text txt-italic\">per User</p>\n<p class=\"pricing-text txt-italic\">per Month</p>\n<p><a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Streamline your work request process\"][/vc_column][/vc_row]</p>\n','Work Requests','Streamline your work request process. Let team be focused and work effectively. ','inherit','closed','closed','','7053-autosave-v1','','','2018-12-04 11:43:02','2018-12-04 06:13:02','',7053,'https://guide.quickscrum.com/product/7053-autosave-v1/',0,'revision','',0),(7092,4,'2018-12-07 11:01:41','2018-12-07 05:31:41','<p>[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Produce creative content that matters\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543581555703{margin-bottom: 30px !important;}\"]</p>\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your content team collaborate over ideas and write stories that matter most to your audience</span></strong></p>\n<p>[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"solution-fea-light-heading\" css=\".vc_custom_1543906647271{padding-right: 40px !important;padding-left: 40px !important;}\"][vc_column][vc_custom_heading text=\"Visually plan and manage your content creation\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543578015558{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2 line-height-h2-45\"][vc_column width=\"2/3\"][vc_single_image image=\"7061\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Editorial Calendar\" font_container=\"tag:h2|font_size:39px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">List out content topics with their publication dates</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution font-weight-bold-h2 line-height-h2-45\" css=\".vc_custom_1543578004491{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Track Status\" font_container=\"tag:h2|font_size:36px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\" css=\".vc_custom_1543581587836{margin-top: 30px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Collaborate with team and track content production status</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"7062\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7063\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Discuss Ideas\" font_container=\"tag:h2|font_size:39px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Discuss over ideas to produce unique content that your readers want</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]</p>\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\n<p class=\"pricing-text txt-italic\">per User</p>\n<p class=\"pricing-text txt-italic\">per Month</p>\n<p><a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\n','Editorial Calendar','Visually plan and manage your content creation.\n','inherit','closed','closed','','7060-autosave-v1','','','2018-12-07 11:01:41','2018-12-07 05:31:41','',7060,'https://guide.quickscrum.com/product/7060-autosave-v1/',0,'revision','',0),(7099,4,'2018-12-04 14:21:22','2018-12-04 08:51:22','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543922168487{border-bottom-width: 100px !important;background-color: #293846 !important;}\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \" font_container=\"tag:h3|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Lato%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic|font_style:300%20light%20regular%3A300%3Anormal\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7131\" img_size=\"full\" css=\".vc_custom_1543920167360{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Keep everyone sync\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922105304{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Manage files, roadmap, milestones and more - all in one place, keep everyone informed on what\'s happening and where the team is heading towards</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7132\" img_size=\"full\" css=\".vc_custom_1543920178499{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Collaborate Better\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922112884{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Prioritize workitems</span><span style=\"color: #ffffff;\">, assign resources, track progress, discuss over a workitem</span><span style=\"color: #ffffff;\"> and identify bottlenecks. Keep achieving milestones and celebrate success.</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7133\" img_size=\"full\" css=\".vc_custom_1543920190237{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Deliver Faster\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922119441{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Spend less time in identifying the best way to work rather use industry best practices for marketing and let the team focus on what they do the best</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Marketing and Communications solutions\" font_container=\"tag:h3|text_align:left|color:%23425361\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_images_carousel images=\"7015\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmVkaXRvcmlhbC1jYWxlbmRhci0yJTJG\" css=\".vc_custom_1543923910957{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Editorial Calendar\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922677168{border-bottom-width: 10px !important;}\"]Let your content team collaborate over ideas and write stories that matter most to your audience.[/vc_column_text][vc_column_text css=\".vc_custom_1543924709829{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/editorial-calendar-2/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6915\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNyZWF0aXZlLXByb2R1Y3Rpb24lMkY=\" css=\".vc_custom_1543924118445{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Creative Production\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922703217{border-bottom-width: 10px !important;}\"]Streamline your creative request process and stop direct interruption to your creative team. Let them be focused.[/vc_column_text][vc_column_text css=\".vc_custom_1543923591774{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/creative-production/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6908\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRnByb2R1Y3QtbGF1bmNoZXMlMkY=\" css=\".vc_custom_1543924127324{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Product Launches\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922760640{border-bottom-width: 10px !important;}\"]Plan a launch of every single milestone effectively. Grow rapidly with every launch.[/vc_column_text][vc_column_text css=\".vc_custom_1543923037420{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/product-launches/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_images_carousel images=\"6907\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNyZWF0aXZlLXByb2R1Y3Rpb24lMkY=\" css=\".vc_custom_1543924137461{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Marketing Strategy\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923105177{border-bottom-width: 10px !important;}\"]Break down your marketing strategy into step by step execution plan. Let everyone see the roadmap to the success.[/vc_column_text][vc_column_text css=\".vc_custom_1543924717333{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/creative-production/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6909\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNhbXBhaWduLW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543924146583{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Campaign Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923135598{border-bottom-width: 10px !important;}\"]Launch the most creative campaign and increase your brand value with every campaign.[/vc_column_text][vc_column_text css=\".vc_custom_1543923171740{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/campaign-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"7168\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmV2ZW50LW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543930290651{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Event Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543930373219{border-bottom-width: 10px !important;}\"]Plan and coordinate effectively to execute event successfully without chaos.[/vc_column_text][vc_column_text css=\".vc_custom_1543930343425{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/event-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Marketing','','publish','closed','closed','','marketing','','','2018-12-05 14:17:53','2018-12-05 08:47:53','',0,'https://guide.quickscrum.com/product/?page_id=7099',0,'page','',0),(7100,4,'2018-12-04 14:21:22','2018-12-04 08:51:22','[vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542890309533{margin-top: -60px !important;margin-bottom: -60px !important;background-color: #01bfa5 !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Quickscrum Sales Partner\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%23000000|line_height:65px\" use_theme_fonts=\"yes\" css=\".vc_custom_1542889767326{margin-top: 150px !important;}\"][vc_column_text]<span style=\"color: #ffffff;\"><span style=\"font-size: 20px;\"><b><span style=\"font-size: 24px;\">Get 50% of Total Sales</span>\r\n</b></span></span><span style=\"font-size: 20px;\">The Great way to Grow your revenue</span>[/vc_column_text][vc_row_inner css=\".vc_custom_1542888888496{margin-top: 25px !important;}\"][vc_column_inner width=\"1/2\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542890038821{border-radius: 3px !important;}\" el_class=\"home-solution\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"PARTNER LOGIN\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#fa6900\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2Flogin|||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"6816\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542372573705{background-color: #293846 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"How does it work\" font_container=\"tag:h1|font_size:40px|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_row_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6564\"][vc_column_text]\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><strong><span style=\"color: #01bfa5;\">Become a Partner</span></strong></span></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Sign up for Quickscrum partner program and get a unique referral link</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6565\"][vc_column_text]<span style=\"color: #01bfa5; font-size: 20px;\"><strong>Promote</strong></span>\r\n\r\n<span style=\"color: #ffffff;\">Place a Quickscrum banner on your website, Promote link through your blog, Promote Quickscrum to your clients network</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6566\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Track</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Track your referral activities, commission earned and many more through Quickscrum partner portal</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"feature-block\" width=\"1/4\"][vc_single_image image=\"6567\"][vc_column_text]<strong><span style=\"font-size: 20px; color: #01bfa5;\">Get Commission</span></strong>\r\n\r\n<span style=\"color: #ffffff;\">Get 50% of total amount paid by your referral clients</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803844633{background-color: #ffffff !important;}\"][vc_column][vc_custom_heading text=\"Can I be a Quickscrum Partner?\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_custom_heading text=\"Join us to accelerate your revenue growth. Get 50% of total sales.\" font_container=\"tag:h3|text_align:center\" el_class=\"mb-per-3\"][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Bloggers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Write blogs related to work management and get your traffic to <a href=\"https://quickscrum.com/\">quickscrum.com</a> </span><span style=\"font-family: \'proxima nova regular\';\">to earn high commission</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Website Owners</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Promote quickscrum banner over your website and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"mb-per-3\"][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Community Admin </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Let your community members know about <a href=\"https://quickscrum.com/\">quickscrum.com</a> and grow your revenue rapidly.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Professional Trainers</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Mention about quickscrum in your session and let attendees know about us.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Sales Consultants</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Sell quickscrum to your client network and rapidly grow your revenue.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text el_class=\"content-block\"]<span style=\"font-family: \'proxima nova regular\'; color: #fa6900;\"><strong>Company</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Implement quickscrum in your client network and earn high commission.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"landing-section\" css=\".vc_custom_1542803830964{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"FAQ\" font_container=\"tag:h2|font_size:40px|text_align:center|color:%23000000\"][vc_row_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Am I eligible to be a Quickscrum Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">In General, there are no specific criteria to be a Quickscrum partner. Anyone, who is having o</span><span style=\"font-family: \'proxima nova regular\';\">wn website, blogs, community, personal network or existing clients, can be a partner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Even If you want to start your business from zero, it’s the best option. O</span><span style=\"font-family: \'proxima nova regular\';\">ur targeted audiences read content related to <em>business</em>, <em>project management</em>, <em>productivity</em>, <em>teamwork</em>, <em>agile</em>, <em>process management etc. <b></b></em></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the chances of my success?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">You may start generating revenue from the first month if you have reached to the wider audience through higher traffic website, blog, community, existing clients or personal network.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">If you are starting from scratch, it may take a while as you need to start generating sales leads.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How Quickscrum helps to increase my revenue?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum team treats every individual partner as a part of the organization and support a lot as they are a fuel of our growth. We provide a complete platform to increase our partner’s revenue. Pay them 50% of every single payment received. As long as client stay with us and continue to renew, you keep on getting the commission.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any obligation if I terminate as a Partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. You can terminate with us just by writing an email. The due commission will be paid to you.</span>[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"p-lr-20 faqs\" width=\"1/2\"][vc_column_text]<span style=\"font-family: \'proxima nova regular\';\"><strong>Do you provide any materials for promotion?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Yes, we do provide banners in different languages. In case if the banner is not available in your language, we will create it within 3 working days. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a> </strong>to request for a banner.</span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong> </strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>How does my commission get paid?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Your commission gets paid by end of every month. We generally do the wire transfer to your bank account.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What are the languages Quickscrum tool available?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">At present, Quickscrum is available in English. By March ‘19, we are planning to launch French, German, Dutch, Spanish, and Japanese. Please <strong><a href=\"https://www.quickscrum.com/Home/ContactUs\">contact us</a></strong> if you want the tool to be converted into your language with high priority. We will surely consider your request on an urgent basis.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>Is there any fee to be a partner?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">No. It’s absolutely free to be a partner. You don’t need to pay anything.</span>\r\n\r\n \r\n\r\n<span style=\"font-family: \'proxima nova regular\';\"><strong>What happens when a client click on my unique referral link?</strong></span>\r\n\r\n<span style=\"font-family: \'proxima nova regular\';\">Quickscrum provides a unique referral link to every partner. When people click your link they get a 500 days cookie which means that we will be able to identify them for 500 days. If they start a trial any time during this period, we\'ll be able to attribute this lead to you unless the cookie is cleared.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1542375410714{background-color: #01bfa5 !important;}\" el_class=\"landing-section\"][vc_column][vc_custom_heading text=\"Join Quickscrum Partner Program Today!\" font_container=\"tag:h1|font_size:50px|text_align:center|color:%230a0a0a\"][vc_custom_heading text=\"Start growing your revenue now. Get 50% of total sales.\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\"][vc_btn title=\"BECOME A PARTNER\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" size=\"lg\" align=\"center\" link=\"url:http%3A%2F%2Fwww.quickscrum.com%2FPartner%2FRegistration|||\" css=\".vc_custom_1542609945284{border-radius: 3px !important;}\"][/vc_column][/vc_row]','Engineering','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 14:21:22','2018-12-04 08:51:22','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7101,4,'2018-12-04 14:25:29','2018-12-04 08:55:29','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Make your event highly successful\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543831422776{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your event team plan and coordinate better to make a successful event within your budget</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"solution-fea-light-heading\"][vc_column][vc_custom_heading text=\"Keep event team sync & reduce chaos\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543578015558{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2 line-height-h2-45\"][vc_column width=\"2/3\"][vc_single_image image=\"7077\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Prepare checklist\" font_container=\"tag:h2|font_size:39px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\" css=\".vc_custom_1543834968928{margin-top: 30px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">List our all necessary actions to be taken to plan and run an event</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution font-weight-bold-h2 line-height-h2-45\" css=\".vc_custom_1543578004491{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Assign Responsible\" font_container=\"tag:h2|font_size:36px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\" css=\".vc_custom_1543831464777{margin-top: 30px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Make individuals responsible for every action and track progress</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"7078\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7080\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Event\" font_container=\"tag:h2|font_size:39px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\" css=\".vc_custom_1543835015462{margin-top: 30px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Run an event without any chaos</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Engineering','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 14:25:29','2018-12-04 08:55:29','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7102,4,'2018-12-04 14:40:28','2018-12-04 09:10:28','','Prepare checklist','','inherit','closed','closed','','prepare-checklist-2','','','2018-12-04 14:40:28','2018-12-04 09:10:28','',7016,'https://product.quickscrum.com/wp-content/uploads/2018/11/Prepare-checklist.png',0,'attachment','image/png',0),(7103,4,'2018-12-07 11:21:26','2018-12-07 05:51:26','<p>[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Make your event highly successful\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543472182865{margin-bottom: 30px !important;}\"]</p>\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your event team plan and coordinate better to make a successful event within your budget</span></strong></p>\n<p>[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"solution-fea-light-heading\"][vc_column][vc_custom_heading text=\"Keep event team sync & reduce chaos\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384677922{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7102\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Prepare checklist\" font_container=\"tag:h2|font_size:39px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">List our all necessary actions to be taken to plan and run an event</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution font-weight-bold-h2\" css=\".vc_custom_1543384737068{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Assign Responsible\" font_container=\"tag:h2|font_size:39px|text_align:left|color:%2301bfa5|line_height:50px\" use_theme_fonts=\"yes\" css=\".vc_custom_1544161858224{margin-bottom: 20px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Make individuals responsible for every action and track progress</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"7078\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7080\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Event\" font_container=\"tag:h2|font_size:39px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Run an event without any chaos</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]</p>\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\n<p class=\"pricing-text txt-italic\">per User</p>\n<p class=\"pricing-text txt-italic\">per Month</p>\n<p><a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\n','Event Management','Plan and coordinate effectively to execute event successfully without chaos.','inherit','closed','closed','','7016-autosave-v1','','','2018-12-07 11:21:26','2018-12-07 05:51:26','',7016,'https://guide.quickscrum.com/product/7016-autosave-v1/',0,'revision','',0),(7105,4,'2018-12-04 14:46:38','2018-12-04 09:16:38','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Make your event highly successful\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543831422776{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your event team plan and coordinate better to make a successful event within your budget</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_single_image image=\"7072\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_raw_html]JTNDYSUyMGNsYXNzJTNEJTIybW9yZS1saW5rJTIyJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGZ3VpZGUucXVpY2tzY3J1bS5jb20lMkZwcm9kdWN0JTJGc29sdXRpb24lMkZidWctdHJhY2tpbmclMjIlM0UlMjAlM0NzcGFuJTNFJTIwbW9yZSUyMCUyNm5ic3AlM0IlMjAlM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnByb2R1Y3QucXVpY2tzY3J1bS5jb20lMkZ3cC1jb250ZW50JTJGdGhlbWVzJTJGZmxhdGJhc2UtY2hpbGQlMkZpbWFnZXMlMkZtb3JlLWJ0bi5qcGclMjIlM0UlMjAlM0MlMkZzcGFuJTNFJTIwJTNDJTJGYSUzRQ==[/vc_raw_html][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Engineering','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 14:46:38','2018-12-04 09:16:38','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7106,4,'2018-12-04 19:02:17','2018-12-04 13:32:17','<p>[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]</p>\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\n<p>[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543922168487{border-bottom-width: 100px !important;background-color: #293846 !important;}\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \" font_container=\"tag:h3|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Lato%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic|font_style:300%20light%20regular%3A300%3Anormal\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7131\" img_size=\"full\" css=\".vc_custom_1543920167360{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Keep everyone sync\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922105304{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Manage files, roadmap, milestones and more - all in one place, keep everyone informed on what\'s happening and where the team is heading towards</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7132\" img_size=\"full\" css=\".vc_custom_1543920178499{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Collaborate Better\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922112884{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Prioritize workitems</span><span style=\"color: #ffffff;\">, assign resources, track progress, discuss over a workitem</span><span style=\"color: #ffffff;\"> and identify bottlenecks. Keep achieving milestones and celebrate success.</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7133\" img_size=\"full\" css=\".vc_custom_1543920190237{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Deliver Faster\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922119441{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Spend less time in identifying the best way to work rather use industry best practices for marketing and let the team focus on what they do the best</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Marketing and Communications solutions\" font_container=\"tag:h3|text_align:left|color:%23425361\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_images_carousel images=\"7015\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmVkaXRvcmlhbC1jYWxlbmRhci0yJTJG\" css=\".vc_custom_1543923910957{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Editorial Calendar\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922677168{border-bottom-width: 10px !important;}\"]Let your content team collaborate over ideas and write stories that matter most to your audience.[/vc_column_text][vc_column_text css=\".vc_custom_1543924709829{margin-bottom: 40px !important;}\"]</p>\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/editorial-calendar-2/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6915\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNyZWF0aXZlLXByb2R1Y3Rpb24lMkY=\" css=\".vc_custom_1543924118445{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Creative Production\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922703217{border-bottom-width: 10px !important;}\"]Streamline your creative request process and stop direct interruption to your creative team. Let them be focused.[/vc_column_text][vc_column_text css=\".vc_custom_1543923591774{margin-bottom: 40px !important;}\"]</p>\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/creative-production/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6908\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRnByb2R1Y3QtbGF1bmNoZXMlMkY=\" css=\".vc_custom_1543924127324{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Product Launches\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922760640{border-bottom-width: 10px !important;}\"]Plan a launch of every single milestone effectively. Grow rapidly with every launch.[/vc_column_text][vc_column_text css=\".vc_custom_1543923037420{margin-bottom: 40px !important;}\"]</p>\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/product-launches/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_images_carousel images=\"6907\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNyZWF0aXZlLXByb2R1Y3Rpb24lMkY=\" css=\".vc_custom_1543924137461{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Marketing Strategy\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923105177{border-bottom-width: 10px !important;}\"]Break down your marketing strategy into step by step execution plan. Let everyone see the roadmap to the success.[/vc_column_text][vc_column_text css=\".vc_custom_1543924717333{margin-bottom: 40px !important;}\"]</p>\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/creative-production/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6909\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNhbXBhaWduLW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543924146583{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Campaign Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923135598{border-bottom-width: 10px !important;}\"]Launch the most creative campaign and increase your brand value with every campaign.[/vc_column_text][vc_column_text css=\".vc_custom_1543923171740{margin-bottom: 40px !important;}\"]</p>\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/campaign-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"7168\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmV2ZW50LW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543930290651{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Campaign Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923135598{border-bottom-width: 10px !important;}\"]Launch the most creative campaign and increase your brand value with every campaign.[/vc_column_text][vc_column_text css=\".vc_custom_1543923171740{margin-bottom: 40px !important;}\"]</p>\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/campaign-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]</p>\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\n<p class=\"pricing-text txt-italic\">per User</p>\n<p class=\"pricing-text txt-italic\">per Month</p>\n<p><a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\n','Marketing and Communications','','inherit','closed','closed','','7099-autosave-v1','','','2018-12-04 19:02:17','2018-12-04 13:32:17','',7099,'https://guide.quickscrum.com/product/7099-autosave-v1/',0,'revision','',0),(7107,4,'2018-12-04 14:49:48','2018-12-04 09:19:48','<p>[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Make your event highly successful\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543831422776{margin-bottom: 30px !important;}\"]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your event team plan and coordinate better to make a successful event within your budget</span></strong></p>\r\n<p>[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_single_image source=\"featured_image\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_raw_html]JTNDYSUyMGNsYXNzJTNEJTIybW9yZS1saW5rJTIyJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGZ3VpZGUucXVpY2tzY3J1bS5jb20lMkZwcm9kdWN0JTJGc29sdXRpb24lMkZidWctdHJhY2tpbmclMjIlM0UlMjAlM0NzcGFuJTNFJTIwbW9yZSUyMCUyNm5ic3AlM0IlMjAlM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnByb2R1Y3QucXVpY2tzY3J1bS5jb20lMkZ3cC1jb250ZW50JTJGdGhlbWVzJTJGZmxhdGJhc2UtY2hpbGQlMkZpbWFnZXMlMkZtb3JlLWJ0bi5qcGclMjIlM0UlMjAlM0MlMkZzcGFuJTNFJTIwJTNDJTJGYSUzRQ==[/vc_raw_html][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]</p>\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<p><a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\r\n','Engineering','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 14:49:48','2018-12-04 09:19:48','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7108,4,'2018-12-04 14:50:50','2018-12-04 09:20:50','<p>[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Make your event highly successful\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543831422776{margin-bottom: 30px !important;}\"]</p>\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your event team plan and coordinate better to make a successful event within your budget</span></strong></p>\r\n<p>[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_raw_html]JTNDYSUyMGNsYXNzJTNEJTIybW9yZS1saW5rJTIyJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGZ3VpZGUucXVpY2tzY3J1bS5jb20lMkZwcm9kdWN0JTJGc29sdXRpb24lMkZidWctdHJhY2tpbmclMjIlM0UlMjAlM0NzcGFuJTNFJTIwbW9yZSUyMCUyNm5ic3AlM0IlMjAlM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnByb2R1Y3QucXVpY2tzY3J1bS5jb20lMkZ3cC1jb250ZW50JTJGdGhlbWVzJTJGZmxhdGJhc2UtY2hpbGQlMkZpbWFnZXMlMkZtb3JlLWJ0bi5qcGclMjIlM0UlMjAlM0MlMkZzcGFuJTNFJTIwJTNDJTJGYSUzRQ==[/vc_raw_html][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]</p>\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<p><a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\r\n','Engineering','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 14:50:50','2018-12-04 09:20:50','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7109,4,'2018-12-04 14:58:52','2018-12-04 09:28:52','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Make your event highly successful\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543831422776{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your event team plan and coordinate better to make a successful event within your budget</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text]<a class=\"more-link\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> <span> more &nbsp; <img src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\"> </span> </a>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Engineering','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 14:58:52','2018-12-04 09:28:52','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7110,4,'2018-12-04 15:01:26','2018-12-04 09:31:26','','more-btn','','inherit','closed','closed','','more-btn','','','2018-12-04 15:01:26','2018-12-04 09:31:26','',7099,'https://product.quickscrum.com/wp-content/uploads/2018/12/more-btn.jpg',0,'attachment','image/jpeg',0),(7111,4,'2018-12-04 15:01:49','2018-12-04 09:31:49','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Make your event highly successful\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543831422776{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your event team plan and coordinate better to make a successful event within your budget</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text]More <img class=\"alignnone size-full wp-image-7110\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/12/more-btn.jpg\" alt=\"\" width=\"14\" height=\"15\" />[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Engineering','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 15:01:49','2018-12-04 09:31:49','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7112,4,'2018-12-04 15:02:51','2018-12-04 09:32:51','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Make your event highly successful\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543831422776{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your event team plan and coordinate better to make a successful event within your budget</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text]<span style=\"font-size: 14px;\">more</span> <img class=\"alignnone size-full wp-image-7110\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/12/more-btn.jpg\" alt=\"\" width=\"14\" height=\"15\" />[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Engineering','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 15:02:51','2018-12-04 09:32:51','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7113,4,'2018-12-04 15:03:11','2018-12-04 09:33:11','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Make your event highly successful\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543831422776{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your event team plan and coordinate better to make a successful event within your budget</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text]<strong><span style=\"font-size: 14px;\">more</span></strong> <img class=\"alignnone size-full wp-image-7110\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/12/more-btn.jpg\" alt=\"\" width=\"14\" height=\"15\" />[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Engineering','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 15:03:11','2018-12-04 09:33:11','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7114,4,'2018-12-04 15:11:10','2018-12-04 09:41:10','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Make your event highly successful\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543831422776{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your event team plan and coordinate better to make a successful event within your budget</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text]<span style=\"font-size: 14px;\">more</span> <img class=\"alignnone size-full wp-image-7110\" src=\"https://product.quickscrum.com/wp-content/uploads/2018/12/more-btn.jpg\" alt=\"\" width=\"14\" height=\"15\" />[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Engineering','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 15:11:10','2018-12-04 09:41:10','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7115,4,'2018-12-04 15:18:19','2018-12-04 09:48:19','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Make your event highly successful\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543831422776{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your event team plan and coordinate better to make a successful event within your budget</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text]<a class=\"more-link\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" /> </a>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Engineering','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 15:18:19','2018-12-04 09:48:19','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7116,4,'2018-12-04 15:19:36','2018-12-04 09:49:36','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Make your event highly successful\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543831422776{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your event team plan and coordinate better to make a successful event within your budget</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text]\r\n<div class=\"feature-download\"><a class=\"more-link\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Engineering','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 15:19:36','2018-12-04 09:49:36','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7117,4,'2018-12-04 15:21:09','2018-12-04 09:51:09','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Make your event highly successful\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543831422776{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your event team plan and coordinate better to make a successful event within your budget</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Engineering','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 15:21:09','2018-12-04 09:51:09','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7118,4,'2018-12-04 15:25:47','2018-12-04 09:55:47','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Make your event highly successful\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543831422776{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your event team plan and coordinate better to make a successful event within your budget</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text]Report, track, and fix bugs quickly with\r\n\r\nQuickscrum.[/vc_column_text][vc_column_text]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Engineering','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 15:25:47','2018-12-04 09:55:47','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7119,4,'2018-12-04 15:26:07','2018-12-04 09:56:07','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Make your event highly successful\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543831422776{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your event team plan and coordinate better to make a successful event within your budget</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text]Report, track, and fix bugs quickly with\r\n\r\nQuickscrum.[/vc_column_text][vc_column_text]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Engineering','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 15:26:07','2018-12-04 09:56:07','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7120,4,'2018-12-04 15:28:09','2018-12-04 09:58:09','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Make your event highly successful\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543831422776{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your event team plan and coordinate better to make a successful event within your budget</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Engineering','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 15:28:09','2018-12-04 09:58:09','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7121,4,'2018-12-04 15:28:35','2018-12-04 09:58:35','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Make your event highly successful\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543831422776{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your event team plan and coordinate better to make a successful event within your budget</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Engineering','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 15:28:35','2018-12-04 09:58:35','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7122,4,'2018-12-04 15:28:58','2018-12-04 09:58:58','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Make your event highly successful\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543831422776{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your event team plan and coordinate better to make a successful event within your budget</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Engineering','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 15:28:58','2018-12-04 09:58:58','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7123,4,'2018-12-04 15:30:46','2018-12-04 10:00:46','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Make your event highly successful\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543831422776{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your event team plan and coordinate better to make a successful event within your budget</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Engineering','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 15:30:46','2018-12-04 10:00:46','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7124,4,'2018-12-04 15:46:06','2018-12-04 10:16:06','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Engineering','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 15:46:06','2018-12-04 10:16:06','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7125,4,'2018-12-04 15:55:36','2018-12-04 10:25:36','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"solution-fea-light-heading\" css=\".vc_custom_1543919124636{background-color: #293846 !important;}\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Engineering','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 15:55:36','2018-12-04 10:25:36','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7126,4,'2018-12-04 15:56:28','2018-12-04 10:26:28','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-heading\" css=\".vc_custom_1543919179472{background-color: #293846 !important;}\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Engineering','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 15:56:28','2018-12-04 10:26:28','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7127,4,'2018-12-04 15:59:30','2018-12-04 10:29:30','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-heading\" css=\".vc_custom_1543919179472{background-color: #293846 !important;}\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Keep everyone sync\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543919303382{border-bottom-width: 10px !important;}\"]Manage files, roadmap, milestones and more - all in one place, keep everyone informed on what\'s happening and where the team is heading towards[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Collaborate Better\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543919333437{border-bottom-width: 10px !important;}\"]Prioritize workitems, assign resources, track progress, discuss over a workitem and identify bottlenecks. Keep achieving milestones and celebrate success.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Deliver Faster\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543919359453{border-bottom-width: 10px !important;}\"]Spend less time in identifying the best way to work rather use industry best practices for marketing and let the team focus on what they do the best[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-heading\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Engineering','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 15:59:30','2018-12-04 10:29:30','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7128,4,'2018-12-04 16:03:23','2018-12-04 10:33:23','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-heading\" css=\".vc_custom_1543919179472{background-color: #293846 !important;}\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Keep everyone sync\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543919437637{border-bottom-width: 10px !important;}\"]<span style=\"color: #ffffff;\">Manage files, roadmap, milestones and more - all in one place, keep everyone informed on what\'s happening and where the team is heading towards</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Collaborate Better\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543919580911{border-bottom-width: 10px !important;}\"]<span style=\"color: #ffffff;\">Prioritize workitems</span><span style=\"color: #ffffff;\">, assign resources, track progress, discuss over a workitem</span><span style=\"color: #ffffff;\"> and identify bottlenecks. Keep achieving milestones and celebrate success.</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Deliver Faster\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543919589341{border-bottom-width: 10px !important;}\"]<span style=\"color: #ffffff;\">Spend less time in identifying the best way to work rather use industry best practices for marketing and let the team focus on what they do the best</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-heading\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Engineering','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 16:03:23','2018-12-04 10:33:23','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7129,4,'2018-12-04 16:03:59','2018-12-04 10:33:59','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543919639113{background-color: #293846 !important;}\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Keep everyone sync\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543919437637{border-bottom-width: 10px !important;}\"]<span style=\"color: #ffffff;\">Manage files, roadmap, milestones and more - all in one place, keep everyone informed on what\'s happening and where the team is heading towards</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Collaborate Better\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543919580911{border-bottom-width: 10px !important;}\"]<span style=\"color: #ffffff;\">Prioritize workitems</span><span style=\"color: #ffffff;\">, assign resources, track progress, discuss over a workitem</span><span style=\"color: #ffffff;\"> and identify bottlenecks. Keep achieving milestones and celebrate success.</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Deliver Faster\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543919589341{border-bottom-width: 10px !important;}\"]<span style=\"color: #ffffff;\">Spend less time in identifying the best way to work rather use industry best practices for marketing and let the team focus on what they do the best</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-heading\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Engineering','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 16:03:59','2018-12-04 10:33:59','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7130,4,'2018-12-04 16:04:25','2018-12-04 10:34:25','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543919639113{background-color: #293846 !important;}\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Keep everyone sync\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543919437637{border-bottom-width: 10px !important;}\"]<span style=\"color: #ffffff;\">Manage files, roadmap, milestones and more - all in one place, keep everyone informed on what\'s happening and where the team is heading towards</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Collaborate Better\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543919580911{border-bottom-width: 10px !important;}\"]<span style=\"color: #ffffff;\">Prioritize workitems</span><span style=\"color: #ffffff;\">, assign resources, track progress, discuss over a workitem</span><span style=\"color: #ffffff;\"> and identify bottlenecks. Keep achieving milestones and celebrate success.</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Deliver Faster\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543919589341{border-bottom-width: 10px !important;}\"]<span style=\"color: #ffffff;\">Spend less time in identifying the best way to work rather use industry best practices for marketing and let the team focus on what they do the best</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Engineering','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 16:04:25','2018-12-04 10:34:25','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7131,4,'2018-12-04 16:12:38','2018-12-04 10:42:38','','Icon-1','','inherit','closed','closed','','icon-1','','','2018-12-04 16:12:38','2018-12-04 10:42:38','',7099,'https://product.quickscrum.com/wp-content/uploads/2018/12/Icon-1.png',0,'attachment','image/png',0),(7132,4,'2018-12-04 16:12:39','2018-12-04 10:42:39','','Icon-2','','inherit','closed','closed','','icon-2','','','2018-12-04 16:12:39','2018-12-04 10:42:39','',7099,'https://product.quickscrum.com/wp-content/uploads/2018/12/Icon-2.png',0,'attachment','image/png',0),(7133,4,'2018-12-04 16:12:39','2018-12-04 10:42:39','','Icon-3','','inherit','closed','closed','','icon-3','','','2018-12-04 16:12:39','2018-12-04 10:42:39','',7099,'https://product.quickscrum.com/wp-content/uploads/2018/12/Icon-3.png',0,'attachment','image/png',0),(7134,4,'2018-12-04 16:13:13','2018-12-04 10:43:13','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543919639113{background-color: #293846 !important;}\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7131\" img_size=\"full\" css=\".vc_custom_1543920167360{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Keep everyone sync\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543919437637{border-bottom-width: 10px !important;}\"]<span style=\"color: #ffffff;\">Manage files, roadmap, milestones and more - all in one place, keep everyone informed on what\'s happening and where the team is heading towards</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7132\" img_size=\"full\" css=\".vc_custom_1543920178499{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Collaborate Better\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543919580911{border-bottom-width: 10px !important;}\"]<span style=\"color: #ffffff;\">Prioritize workitems</span><span style=\"color: #ffffff;\">, assign resources, track progress, discuss over a workitem</span><span style=\"color: #ffffff;\"> and identify bottlenecks. Keep achieving milestones and celebrate success.</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7133\" img_size=\"full\" css=\".vc_custom_1543920190237{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Deliver Faster\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543919589341{border-bottom-width: 10px !important;}\"]<span style=\"color: #ffffff;\">Spend less time in identifying the best way to work rather use industry best practices for marketing and let the team focus on what they do the best</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Engineering','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 16:13:13','2018-12-04 10:43:13','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7135,4,'2018-12-04 16:14:28','2018-12-04 10:44:28','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543919639113{background-color: #293846 !important;}\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \" el_class=\"solution-fea-light-heading\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7131\" img_size=\"full\" css=\".vc_custom_1543920167360{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Keep everyone sync\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543919437637{border-bottom-width: 10px !important;}\"]<span style=\"color: #ffffff;\">Manage files, roadmap, milestones and more - all in one place, keep everyone informed on what\'s happening and where the team is heading towards</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7132\" img_size=\"full\" css=\".vc_custom_1543920178499{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Collaborate Better\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543919580911{border-bottom-width: 10px !important;}\"]<span style=\"color: #ffffff;\">Prioritize workitems</span><span style=\"color: #ffffff;\">, assign resources, track progress, discuss over a workitem</span><span style=\"color: #ffffff;\"> and identify bottlenecks. Keep achieving milestones and celebrate success.</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7133\" img_size=\"full\" css=\".vc_custom_1543920190237{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Deliver Faster\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543919589341{border-bottom-width: 10px !important;}\"]<span style=\"color: #ffffff;\">Spend less time in identifying the best way to work rather use industry best practices for marketing and let the team focus on what they do the best</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Engineering','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 16:14:28','2018-12-04 10:44:28','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7136,4,'2018-12-04 16:15:32','2018-12-04 10:45:32','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543919639113{background-color: #293846 !important;}\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \" font_container=\"tag:h2|font_size:80px|text_align:left|color:%23ffffff|line_height:80px\" google_fonts=\"font_family:Lato%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic|font_style:300%20light%20regular%3A300%3Anormal\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7131\" img_size=\"full\" css=\".vc_custom_1543920167360{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Keep everyone sync\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543919437637{border-bottom-width: 10px !important;}\"]<span style=\"color: #ffffff;\">Manage files, roadmap, milestones and more - all in one place, keep everyone informed on what\'s happening and where the team is heading towards</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7132\" img_size=\"full\" css=\".vc_custom_1543920178499{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Collaborate Better\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543919580911{border-bottom-width: 10px !important;}\"]<span style=\"color: #ffffff;\">Prioritize workitems</span><span style=\"color: #ffffff;\">, assign resources, track progress, discuss over a workitem</span><span style=\"color: #ffffff;\"> and identify bottlenecks. Keep achieving milestones and celebrate success.</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7133\" img_size=\"full\" css=\".vc_custom_1543920190237{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Deliver Faster\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543919589341{border-bottom-width: 10px !important;}\"]<span style=\"color: #ffffff;\">Spend less time in identifying the best way to work rather use industry best practices for marketing and let the team focus on what they do the best</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Engineering','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 16:15:32','2018-12-04 10:45:32','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7137,4,'2018-12-04 16:15:57','2018-12-04 10:45:57','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543919639113{background-color: #293846 !important;}\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \" font_container=\"tag:h2|font_size:80px|text_align:center|color:%23ffffff|line_height:80px\" google_fonts=\"font_family:Lato%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic|font_style:300%20light%20regular%3A300%3Anormal\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7131\" img_size=\"full\" css=\".vc_custom_1543920167360{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Keep everyone sync\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543919437637{border-bottom-width: 10px !important;}\"]<span style=\"color: #ffffff;\">Manage files, roadmap, milestones and more - all in one place, keep everyone informed on what\'s happening and where the team is heading towards</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7132\" img_size=\"full\" css=\".vc_custom_1543920178499{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Collaborate Better\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543919580911{border-bottom-width: 10px !important;}\"]<span style=\"color: #ffffff;\">Prioritize workitems</span><span style=\"color: #ffffff;\">, assign resources, track progress, discuss over a workitem</span><span style=\"color: #ffffff;\"> and identify bottlenecks. Keep achieving milestones and celebrate success.</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7133\" img_size=\"full\" css=\".vc_custom_1543920190237{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Deliver Faster\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543919589341{border-bottom-width: 10px !important;}\"]<span style=\"color: #ffffff;\">Spend less time in identifying the best way to work rather use industry best practices for marketing and let the team focus on what they do the best</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Engineering','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 16:15:57','2018-12-04 10:45:57','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7138,4,'2018-12-04 16:18:18','2018-12-04 10:48:18','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543919639113{background-color: #293846 !important;}\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \" font_container=\"tag:h3|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Lato%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic|font_style:300%20light%20regular%3A300%3Anormal\" el_class=\"solution-fea-light-heading\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7131\" img_size=\"full\" css=\".vc_custom_1543920167360{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Keep everyone sync\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543919437637{border-bottom-width: 10px !important;}\"]<span style=\"color: #ffffff;\">Manage files, roadmap, milestones and more - all in one place, keep everyone informed on what\'s happening and where the team is heading towards</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7132\" img_size=\"full\" css=\".vc_custom_1543920178499{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Collaborate Better\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543919580911{border-bottom-width: 10px !important;}\"]<span style=\"color: #ffffff;\">Prioritize workitems</span><span style=\"color: #ffffff;\">, assign resources, track progress, discuss over a workitem</span><span style=\"color: #ffffff;\"> and identify bottlenecks. Keep achieving milestones and celebrate success.</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7133\" img_size=\"full\" css=\".vc_custom_1543920190237{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Deliver Faster\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543919589341{border-bottom-width: 10px !important;}\"]<span style=\"color: #ffffff;\">Spend less time in identifying the best way to work rather use industry best practices for marketing and let the team focus on what they do the best</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Engineering','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 16:18:18','2018-12-04 10:48:18','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7139,4,'2018-12-04 16:19:50','2018-12-04 10:49:50','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543920590132{background-color: #293846 !important;}\" el_class=\"solution-fea-light-small-heading\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \" font_container=\"tag:h3|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Lato%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic|font_style:300%20light%20regular%3A300%3Anormal\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7131\" img_size=\"full\" css=\".vc_custom_1543920167360{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Keep everyone sync\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543919437637{border-bottom-width: 10px !important;}\"]<span style=\"color: #ffffff;\">Manage files, roadmap, milestones and more - all in one place, keep everyone informed on what\'s happening and where the team is heading towards</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7132\" img_size=\"full\" css=\".vc_custom_1543920178499{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Collaborate Better\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543919580911{border-bottom-width: 10px !important;}\"]<span style=\"color: #ffffff;\">Prioritize workitems</span><span style=\"color: #ffffff;\">, assign resources, track progress, discuss over a workitem</span><span style=\"color: #ffffff;\"> and identify bottlenecks. Keep achieving milestones and celebrate success.</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7133\" img_size=\"full\" css=\".vc_custom_1543920190237{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Deliver Faster\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543919589341{border-bottom-width: 10px !important;}\"]<span style=\"color: #ffffff;\">Spend less time in identifying the best way to work rather use industry best practices for marketing and let the team focus on what they do the best</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Engineering','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 16:19:50','2018-12-04 10:49:50','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7140,4,'2018-12-04 16:23:33','2018-12-04 10:53:33','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543920813912{margin-bottom: 70px !important;background-color: #293846 !important;}\" el_class=\"solution-fea-light-small-heading\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \" font_container=\"tag:h3|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Lato%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic|font_style:300%20light%20regular%3A300%3Anormal\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7131\" img_size=\"full\" css=\".vc_custom_1543920167360{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Keep everyone sync\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543920787307{border-bottom-width: 10px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Manage files, roadmap, milestones and more - all in one place, keep everyone informed on what\'s happening and where the team is heading towards</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7132\" img_size=\"full\" css=\".vc_custom_1543920178499{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Collaborate Better\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543920741657{border-bottom-width: 10px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Prioritize workitems</span><span style=\"color: #ffffff;\">, assign resources, track progress, discuss over a workitem</span><span style=\"color: #ffffff;\"> and identify bottlenecks. Keep achieving milestones and celebrate success.</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7133\" img_size=\"full\" css=\".vc_custom_1543920190237{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Deliver Faster\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543920796641{border-bottom-width: 10px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Spend less time in identifying the best way to work rather use industry best practices for marketing and let the team focus on what they do the best</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Engineering','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 16:23:33','2018-12-04 10:53:33','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7141,4,'2018-12-04 16:24:55','2018-12-04 10:54:55','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543920884746{background-color: #293846 !important;}\" el_class=\"solution-fea-light-small-heading\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \" font_container=\"tag:h3|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Lato%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic|font_style:300%20light%20regular%3A300%3Anormal\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7131\" img_size=\"full\" css=\".vc_custom_1543920167360{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Keep everyone sync\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543920895273{border-bottom-width: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Manage files, roadmap, milestones and more - all in one place, keep everyone informed on what\'s happening and where the team is heading towards</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7132\" img_size=\"full\" css=\".vc_custom_1543920178499{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Collaborate Better\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543920741657{border-bottom-width: 10px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Prioritize workitems</span><span style=\"color: #ffffff;\">, assign resources, track progress, discuss over a workitem</span><span style=\"color: #ffffff;\"> and identify bottlenecks. Keep achieving milestones and celebrate success.</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7133\" img_size=\"full\" css=\".vc_custom_1543920190237{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Deliver Faster\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543920796641{border-bottom-width: 10px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Spend less time in identifying the best way to work rather use industry best practices for marketing and let the team focus on what they do the best</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Engineering','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 16:24:55','2018-12-04 10:54:55','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7142,4,'2018-12-04 16:27:13','2018-12-04 10:57:13','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543921033249{margin-bottom: 70px !important;background-color: #293846 !important;}\" el_class=\"solution-fea-light-small-heading\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \" font_container=\"tag:h3|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Lato%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic|font_style:300%20light%20regular%3A300%3Anormal\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7131\" img_size=\"full\" css=\".vc_custom_1543920167360{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Keep everyone sync\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543920895273{border-bottom-width: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Manage files, roadmap, milestones and more - all in one place, keep everyone informed on what\'s happening and where the team is heading towards</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7132\" img_size=\"full\" css=\".vc_custom_1543920178499{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Collaborate Better\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543920741657{border-bottom-width: 10px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Prioritize workitems</span><span style=\"color: #ffffff;\">, assign resources, track progress, discuss over a workitem</span><span style=\"color: #ffffff;\"> and identify bottlenecks. Keep achieving milestones and celebrate success.</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7133\" img_size=\"full\" css=\".vc_custom_1543920190237{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Deliver Faster\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543920796641{border-bottom-width: 10px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Spend less time in identifying the best way to work rather use industry best practices for marketing and let the team focus on what they do the best</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Engineering','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 16:27:13','2018-12-04 10:57:13','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7143,4,'2018-12-04 16:28:39','2018-12-04 10:58:39','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543921116917{background-color: #293846 !important;}\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \" font_container=\"tag:h3|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Lato%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic|font_style:300%20light%20regular%3A300%3Anormal\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7131\" img_size=\"full\" css=\".vc_custom_1543920167360{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Keep everyone sync\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543920895273{border-bottom-width: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Manage files, roadmap, milestones and more - all in one place, keep everyone informed on what\'s happening and where the team is heading towards</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7132\" img_size=\"full\" css=\".vc_custom_1543920178499{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Collaborate Better\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543920741657{border-bottom-width: 10px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Prioritize workitems</span><span style=\"color: #ffffff;\">, assign resources, track progress, discuss over a workitem</span><span style=\"color: #ffffff;\"> and identify bottlenecks. Keep achieving milestones and celebrate success.</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7133\" img_size=\"full\" css=\".vc_custom_1543920190237{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Deliver Faster\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543920796641{border-bottom-width: 10px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Spend less time in identifying the best way to work rather use industry best practices for marketing and let the team focus on what they do the best</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Engineering','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 16:28:39','2018-12-04 10:58:39','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7144,4,'2018-12-04 16:31:58','2018-12-04 11:01:58','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543921116917{background-color: #293846 !important;}\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \" font_container=\"tag:h3|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Lato%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic|font_style:300%20light%20regular%3A300%3Anormal\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7131\" img_size=\"full\" css=\".vc_custom_1543920167360{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Keep everyone sync\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543921304457{border-bottom-width: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Manage files, roadmap, milestones and more - all in one place, keep everyone informed on what\'s happening and where the team is heading towards</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7132\" img_size=\"full\" css=\".vc_custom_1543920178499{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Collaborate Better\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543921311188{border-bottom-width: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Prioritize workitems</span><span style=\"color: #ffffff;\">, assign resources, track progress, discuss over a workitem</span><span style=\"color: #ffffff;\"> and identify bottlenecks. Keep achieving milestones and celebrate success.</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7133\" img_size=\"full\" css=\".vc_custom_1543920190237{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Deliver Faster\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543921318860{border-bottom-width: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Spend less time in identifying the best way to work rather use industry best practices for marketing and let the team focus on what they do the best</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Engineering','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 16:31:58','2018-12-04 11:01:58','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7145,4,'2018-12-04 16:34:27','2018-12-04 11:04:27','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543921465722{margin-bottom: 200px !important;background-color: #293846 !important;}\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \" font_container=\"tag:h3|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Lato%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic|font_style:300%20light%20regular%3A300%3Anormal\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7131\" img_size=\"full\" css=\".vc_custom_1543920167360{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Keep everyone sync\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543921304457{border-bottom-width: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Manage files, roadmap, milestones and more - all in one place, keep everyone informed on what\'s happening and where the team is heading towards</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7132\" img_size=\"full\" css=\".vc_custom_1543920178499{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Collaborate Better\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543921311188{border-bottom-width: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Prioritize workitems</span><span style=\"color: #ffffff;\">, assign resources, track progress, discuss over a workitem</span><span style=\"color: #ffffff;\"> and identify bottlenecks. Keep achieving milestones and celebrate success.</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7133\" img_size=\"full\" css=\".vc_custom_1543920190237{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Deliver Faster\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543921318860{border-bottom-width: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Spend less time in identifying the best way to work rather use industry best practices for marketing and let the team focus on what they do the best</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Engineering','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 16:34:27','2018-12-04 11:04:27','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7146,4,'2018-12-04 16:35:06','2018-12-04 11:05:06','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543921506033{border-bottom-width: 100px !important;background-color: #293846 !important;}\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \" font_container=\"tag:h3|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Lato%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic|font_style:300%20light%20regular%3A300%3Anormal\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7131\" img_size=\"full\" css=\".vc_custom_1543920167360{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Keep everyone sync\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543921304457{border-bottom-width: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Manage files, roadmap, milestones and more - all in one place, keep everyone informed on what\'s happening and where the team is heading towards</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7132\" img_size=\"full\" css=\".vc_custom_1543920178499{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Collaborate Better\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543921311188{border-bottom-width: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Prioritize workitems</span><span style=\"color: #ffffff;\">, assign resources, track progress, discuss over a workitem</span><span style=\"color: #ffffff;\"> and identify bottlenecks. Keep achieving milestones and celebrate success.</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7133\" img_size=\"full\" css=\".vc_custom_1543920190237{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Deliver Faster\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543921318860{border-bottom-width: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Spend less time in identifying the best way to work rather use industry best practices for marketing and let the team focus on what they do the best</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Engineering','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 16:35:06','2018-12-04 11:05:06','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7147,4,'2018-12-04 16:39:55','2018-12-04 11:09:55','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543921594984{border-bottom-width: 100px !important;background-color: #293846 !important;}\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \" font_container=\"tag:h3|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Lato%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic|font_style:300%20light%20regular%3A300%3Anormal\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7131\" img_size=\"full\" css=\".vc_custom_1543920167360{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Keep everyone sync\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543921304457{border-bottom-width: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Manage files, roadmap, milestones and more - all in one place, keep everyone informed on what\'s happening and where the team is heading towards</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7132\" img_size=\"full\" css=\".vc_custom_1543920178499{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Collaborate Better\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543921311188{border-bottom-width: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Prioritize workitems</span><span style=\"color: #ffffff;\">, assign resources, track progress, discuss over a workitem</span><span style=\"color: #ffffff;\"> and identify bottlenecks. Keep achieving milestones and celebrate success.</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7133\" img_size=\"full\" css=\".vc_custom_1543920190237{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Deliver Faster\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543921318860{border-bottom-width: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Spend less time in identifying the best way to work rather use industry best practices for marketing and let the team focus on what they do the best</span>[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1543921777748{background-color: #293846 !important;}\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Engineering','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 16:39:55','2018-12-04 11:09:55','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7148,4,'2018-12-04 16:40:41','2018-12-04 11:10:41','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543921594984{border-bottom-width: 100px !important;background-color: #293846 !important;}\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \" font_container=\"tag:h3|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Lato%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic|font_style:300%20light%20regular%3A300%3Anormal\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7131\" img_size=\"full\" css=\".vc_custom_1543920167360{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Keep everyone sync\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543921304457{border-bottom-width: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Manage files, roadmap, milestones and more - all in one place, keep everyone informed on what\'s happening and where the team is heading towards</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7132\" img_size=\"full\" css=\".vc_custom_1543920178499{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Collaborate Better\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543921311188{border-bottom-width: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Prioritize workitems</span><span style=\"color: #ffffff;\">, assign resources, track progress, discuss over a workitem</span><span style=\"color: #ffffff;\"> and identify bottlenecks. Keep achieving milestones and celebrate success.</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7133\" img_size=\"full\" css=\".vc_custom_1543920190237{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Deliver Faster\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543921318860{border-bottom-width: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Spend less time in identifying the best way to work rather use industry best practices for marketing and let the team focus on what they do the best</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543921840990{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #293846 !important;}\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Engineering','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 16:40:41','2018-12-04 11:10:41','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7149,4,'2018-12-04 16:44:35','2018-12-04 11:14:35','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543921594984{border-bottom-width: 100px !important;background-color: #293846 !important;}\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \" font_container=\"tag:h3|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Lato%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic|font_style:300%20light%20regular%3A300%3Anormal\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7131\" img_size=\"full\" css=\".vc_custom_1543920167360{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Keep everyone sync\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922047322{margin-bottom: 30px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Manage files, roadmap, milestones and more - all in one place, keep everyone informed on what\'s happening and where the team is heading towards</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7132\" img_size=\"full\" css=\".vc_custom_1543920178499{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Collaborate Better\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922060458{margin-bottom: 20px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Prioritize workitems</span><span style=\"color: #ffffff;\">, assign resources, track progress, discuss over a workitem</span><span style=\"color: #ffffff;\"> and identify bottlenecks. Keep achieving milestones and celebrate success.</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7133\" img_size=\"full\" css=\".vc_custom_1543920190237{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Deliver Faster\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922068866{margin-bottom: 20px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Spend less time in identifying the best way to work rather use industry best practices for marketing and let the team focus on what they do the best</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543921840990{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #293846 !important;}\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Engineering','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 16:44:35','2018-12-04 11:14:35','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7150,4,'2018-12-04 16:46:24','2018-12-04 11:16:24','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543922168487{border-bottom-width: 100px !important;background-color: #293846 !important;}\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \" font_container=\"tag:h3|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Lato%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic|font_style:300%20light%20regular%3A300%3Anormal\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7131\" img_size=\"full\" css=\".vc_custom_1543920167360{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Keep everyone sync\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922105304{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Manage files, roadmap, milestones and more - all in one place, keep everyone informed on what\'s happening and where the team is heading towards</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7132\" img_size=\"full\" css=\".vc_custom_1543920178499{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Collaborate Better\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922112884{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Prioritize workitems</span><span style=\"color: #ffffff;\">, assign resources, track progress, discuss over a workitem</span><span style=\"color: #ffffff;\"> and identify bottlenecks. Keep achieving milestones and celebrate success.</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7133\" img_size=\"full\" css=\".vc_custom_1543920190237{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Deliver Faster\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922119441{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Spend less time in identifying the best way to work rather use industry best practices for marketing and let the team focus on what they do the best</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \" el_class=\"solution-fea-light-small-heading feature-image\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Engineering','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 16:46:24','2018-12-04 11:16:24','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7151,4,'2018-12-04 16:47:08','2018-12-04 11:17:08','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543922168487{border-bottom-width: 100px !important;background-color: #293846 !important;}\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \" font_container=\"tag:h3|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Lato%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic|font_style:300%20light%20regular%3A300%3Anormal\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7131\" img_size=\"full\" css=\".vc_custom_1543920167360{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Keep everyone sync\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922105304{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Manage files, roadmap, milestones and more - all in one place, keep everyone informed on what\'s happening and where the team is heading towards</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7132\" img_size=\"full\" css=\".vc_custom_1543920178499{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Collaborate Better\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922112884{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Prioritize workitems</span><span style=\"color: #ffffff;\">, assign resources, track progress, discuss over a workitem</span><span style=\"color: #ffffff;\"> and identify bottlenecks. Keep achieving milestones and celebrate success.</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7133\" img_size=\"full\" css=\".vc_custom_1543920190237{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Deliver Faster\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922119441{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Spend less time in identifying the best way to work rather use industry best practices for marketing and let the team focus on what they do the best</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Engineering','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 16:47:08','2018-12-04 11:17:08','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7152,4,'2018-12-04 16:47:54','2018-12-04 11:17:54','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543922168487{border-bottom-width: 100px !important;background-color: #293846 !important;}\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \" font_container=\"tag:h3|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Lato%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic|font_style:300%20light%20regular%3A300%3Anormal\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7131\" img_size=\"full\" css=\".vc_custom_1543920167360{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Keep everyone sync\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922105304{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Manage files, roadmap, milestones and more - all in one place, keep everyone informed on what\'s happening and where the team is heading towards</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7132\" img_size=\"full\" css=\".vc_custom_1543920178499{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Collaborate Better\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922112884{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Prioritize workitems</span><span style=\"color: #ffffff;\">, assign resources, track progress, discuss over a workitem</span><span style=\"color: #ffffff;\"> and identify bottlenecks. Keep achieving milestones and celebrate success.</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7133\" img_size=\"full\" css=\".vc_custom_1543920190237{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Deliver Faster\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922119441{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Spend less time in identifying the best way to work rather use industry best practices for marketing and let the team focus on what they do the best</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \" font_container=\"tag:h3|text_align:left\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Engineering','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 16:47:54','2018-12-04 11:17:54','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7153,4,'2018-12-04 16:49:01','2018-12-04 11:19:01','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543922168487{border-bottom-width: 100px !important;background-color: #293846 !important;}\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \" font_container=\"tag:h3|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Lato%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic|font_style:300%20light%20regular%3A300%3Anormal\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7131\" img_size=\"full\" css=\".vc_custom_1543920167360{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Keep everyone sync\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922105304{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Manage files, roadmap, milestones and more - all in one place, keep everyone informed on what\'s happening and where the team is heading towards</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7132\" img_size=\"full\" css=\".vc_custom_1543920178499{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Collaborate Better\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922112884{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Prioritize workitems</span><span style=\"color: #ffffff;\">, assign resources, track progress, discuss over a workitem</span><span style=\"color: #ffffff;\"> and identify bottlenecks. Keep achieving milestones and celebrate success.</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7133\" img_size=\"full\" css=\".vc_custom_1543920190237{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Deliver Faster\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922119441{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Spend less time in identifying the best way to work rather use industry best practices for marketing and let the team focus on what they do the best</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \" font_container=\"tag:h3|text_align:left|color:%23425361\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Engineering','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 16:49:01','2018-12-04 11:19:01','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7154,4,'2018-12-04 16:53:17','2018-12-04 11:23:17','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543922168487{border-bottom-width: 100px !important;background-color: #293846 !important;}\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \" font_container=\"tag:h3|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Lato%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic|font_style:300%20light%20regular%3A300%3Anormal\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7131\" img_size=\"full\" css=\".vc_custom_1543920167360{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Keep everyone sync\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922105304{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Manage files, roadmap, milestones and more - all in one place, keep everyone informed on what\'s happening and where the team is heading towards</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7132\" img_size=\"full\" css=\".vc_custom_1543920178499{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Collaborate Better\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922112884{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Prioritize workitems</span><span style=\"color: #ffffff;\">, assign resources, track progress, discuss over a workitem</span><span style=\"color: #ffffff;\"> and identify bottlenecks. Keep achieving milestones and celebrate success.</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7133\" img_size=\"full\" css=\".vc_custom_1543920190237{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Deliver Faster\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922119441{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Spend less time in identifying the best way to work rather use industry best practices for marketing and let the team focus on what they do the best</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \" font_container=\"tag:h3|text_align:left|color:%23425361\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7072\" img_size=\"full\" css=\".vc_custom_1543917367675{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Bug Tracking\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543917514744{border-bottom-width: 10px !important;}\"]Report, track, and fix bugs quickly with Quickscrum.[/vc_column_text][vc_column_text css=\".vc_custom_1543917538003{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/bug-tracking\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Engineering','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 16:53:17','2018-12-04 11:23:17','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7155,4,'2018-12-04 17:03:14','2018-12-04 11:33:14','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543922168487{border-bottom-width: 100px !important;background-color: #293846 !important;}\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \" font_container=\"tag:h3|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Lato%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic|font_style:300%20light%20regular%3A300%3Anormal\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7131\" img_size=\"full\" css=\".vc_custom_1543920167360{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Keep everyone sync\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922105304{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Manage files, roadmap, milestones and more - all in one place, keep everyone informed on what\'s happening and where the team is heading towards</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7132\" img_size=\"full\" css=\".vc_custom_1543920178499{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Collaborate Better\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922112884{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Prioritize workitems</span><span style=\"color: #ffffff;\">, assign resources, track progress, discuss over a workitem</span><span style=\"color: #ffffff;\"> and identify bottlenecks. Keep achieving milestones and celebrate success.</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7133\" img_size=\"full\" css=\".vc_custom_1543920190237{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Deliver Faster\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922119441{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Spend less time in identifying the best way to work rather use industry best practices for marketing and let the team focus on what they do the best</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \" font_container=\"tag:h3|text_align:left|color:%23425361\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7015\" img_size=\"full\" css=\".vc_custom_1543922690711{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Editorial Calendar\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922677168{border-bottom-width: 10px !important;}\"]Let your content team collaborate over ideas and write stories that matter most to your audience.[/vc_column_text][vc_column_text css=\".vc_custom_1543923011300{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/editorial-calendar-2/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"6915\" img_size=\"full\" css=\".vc_custom_1543922774361{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Creative Production\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922703217{border-bottom-width: 10px !important;}\"]Streamline your creative request process and stop direct interruption to your creative team. Let them be focused.[/vc_column_text][vc_column_text css=\".vc_custom_1543922938021{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/creative-production/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"6908\" img_size=\"full\" css=\".vc_custom_1543922789368{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Product Launches\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922760640{border-bottom-width: 10px !important;}\"]Plan a launch of every single milestone effectively. Grow rapidly with every launch.[/vc_column_text][vc_column_text css=\".vc_custom_1543923037420{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/product-launches/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"6907\" img_size=\"full\" css=\".vc_custom_1543923059221{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Marketing Strategy\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923105177{border-bottom-width: 10px !important;}\"]Break down your marketing strategy into step by step execution plan. Let everyone see the roadmap to the success.[/vc_column_text][vc_column_text css=\".vc_custom_1543923071131{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/marketing-strategy/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"6909\" img_size=\"full\" css=\".vc_custom_1543923194891{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Campaign Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923135598{border-bottom-width: 10px !important;}\"]Launch the most creative campaign and increase your brand value with every campaign.[/vc_column_text][vc_column_text css=\".vc_custom_1543923171740{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/campaign-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Engineering','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 17:03:14','2018-12-04 11:33:14','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7156,4,'2018-12-04 17:06:13','2018-12-04 11:36:13','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543922168487{border-bottom-width: 100px !important;background-color: #293846 !important;}\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \" font_container=\"tag:h3|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Lato%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic|font_style:300%20light%20regular%3A300%3Anormal\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7131\" img_size=\"full\" css=\".vc_custom_1543920167360{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Keep everyone sync\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922105304{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Manage files, roadmap, milestones and more - all in one place, keep everyone informed on what\'s happening and where the team is heading towards</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7132\" img_size=\"full\" css=\".vc_custom_1543920178499{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Collaborate Better\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922112884{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Prioritize workitems</span><span style=\"color: #ffffff;\">, assign resources, track progress, discuss over a workitem</span><span style=\"color: #ffffff;\"> and identify bottlenecks. Keep achieving milestones and celebrate success.</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7133\" img_size=\"full\" css=\".vc_custom_1543920190237{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Deliver Faster\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922119441{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Spend less time in identifying the best way to work rather use industry best practices for marketing and let the team focus on what they do the best</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \" font_container=\"tag:h3|text_align:left|color:%23425361\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7015\" img_size=\"full\" css=\".vc_custom_1543922690711{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Editorial Calendar\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922677168{border-bottom-width: 10px !important;}\"]Let your content team collaborate over ideas and write stories that matter most to your audience.[/vc_column_text][vc_column_text css=\".vc_custom_1543923011300{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/editorial-calendar-2/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"6915\" img_size=\"full\" css=\".vc_custom_1543922774361{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Creative Production\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922703217{border-bottom-width: 10px !important;}\"]Streamline your creative request process and stop direct interruption to your creative team. Let them be focused.[/vc_column_text][vc_column_text css=\".vc_custom_1543922938021{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/creative-production/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"6908\" img_size=\"full\" css=\".vc_custom_1543922789368{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Product Launches\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922760640{border-bottom-width: 10px !important;}\"]Plan a launch of every single milestone effectively. Grow rapidly with every launch.[/vc_column_text][vc_column_text css=\".vc_custom_1543923037420{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/product-launches/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"6907\" img_size=\"full\" css=\".vc_custom_1543923059221{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Marketing Strategy\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923105177{border-bottom-width: 10px !important;}\"]Break down your marketing strategy into step by step execution plan. Let everyone see the roadmap to the success.[/vc_column_text][vc_column_text css=\".vc_custom_1543923071131{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/marketing-strategy/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"6909\" img_size=\"full\" css=\".vc_custom_1543923194891{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Campaign Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923135598{border-bottom-width: 10px !important;}\"]Launch the most creative campaign and increase your brand value with every campaign.[/vc_column_text][vc_column_text css=\".vc_custom_1543923171740{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/campaign-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Marketing and Communications','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 17:06:13','2018-12-04 11:36:13','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7157,4,'2018-12-04 17:10:10','2018-12-04 11:40:10','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543922168487{border-bottom-width: 100px !important;background-color: #293846 !important;}\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \" font_container=\"tag:h3|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Lato%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic|font_style:300%20light%20regular%3A300%3Anormal\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7131\" img_size=\"full\" css=\".vc_custom_1543920167360{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Keep everyone sync\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922105304{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Manage files, roadmap, milestones and more - all in one place, keep everyone informed on what\'s happening and where the team is heading towards</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7132\" img_size=\"full\" css=\".vc_custom_1543920178499{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Collaborate Better\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922112884{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Prioritize workitems</span><span style=\"color: #ffffff;\">, assign resources, track progress, discuss over a workitem</span><span style=\"color: #ffffff;\"> and identify bottlenecks. Keep achieving milestones and celebrate success.</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7133\" img_size=\"full\" css=\".vc_custom_1543920190237{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Deliver Faster\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922119441{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Spend less time in identifying the best way to work rather use industry best practices for marketing and let the team focus on what they do the best</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \" font_container=\"tag:h3|text_align:left|color:%23425361\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7015\" img_size=\"full\" css=\".vc_custom_1543922690711{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Editorial Calendar\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922677168{border-bottom-width: 10px !important;}\"]Let your content team collaborate over ideas and write stories that matter most to your audience.[/vc_column_text][vc_column_text css=\".vc_custom_1543923011300{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/editorial-calendar-2/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"6915\" img_size=\"full\" css=\".vc_custom_1543922774361{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Creative Production\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922703217{border-bottom-width: 10px !important;}\"]Streamline your creative request process and stop direct interruption to your creative team. Let them be focused.[/vc_column_text][vc_column_text css=\".vc_custom_1543923591774{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/creative-production/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"6908\" img_size=\"full\" css=\".vc_custom_1543922789368{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Product Launches\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922760640{border-bottom-width: 10px !important;}\"]Plan a launch of every single milestone effectively. Grow rapidly with every launch.[/vc_column_text][vc_column_text css=\".vc_custom_1543923037420{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/product-launches/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"6907\" img_size=\"full\" css=\".vc_custom_1543923059221{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Marketing Strategy\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923105177{border-bottom-width: 10px !important;}\"]Break down your marketing strategy into step by step execution plan. Let everyone see the roadmap to the success.[/vc_column_text][vc_column_text css=\".vc_custom_1543923610073{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/creative-production/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"6909\" img_size=\"full\" css=\".vc_custom_1543923194891{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Campaign Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923135598{border-bottom-width: 10px !important;}\"]Launch the most creative campaign and increase your brand value with every campaign.[/vc_column_text][vc_column_text css=\".vc_custom_1543923171740{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/campaign-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Marketing and Communications','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 17:10:10','2018-12-04 11:40:10','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7158,4,'2018-12-04 17:12:26','2018-12-04 11:42:26','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543922168487{border-bottom-width: 100px !important;background-color: #293846 !important;}\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \" font_container=\"tag:h3|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Lato%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic|font_style:300%20light%20regular%3A300%3Anormal\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7131\" img_size=\"full\" css=\".vc_custom_1543920167360{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Keep everyone sync\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922105304{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Manage files, roadmap, milestones and more - all in one place, keep everyone informed on what\'s happening and where the team is heading towards</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7132\" img_size=\"full\" css=\".vc_custom_1543920178499{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Collaborate Better\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922112884{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Prioritize workitems</span><span style=\"color: #ffffff;\">, assign resources, track progress, discuss over a workitem</span><span style=\"color: #ffffff;\"> and identify bottlenecks. Keep achieving milestones and celebrate success.</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7133\" img_size=\"full\" css=\".vc_custom_1543920190237{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Deliver Faster\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922119441{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Spend less time in identifying the best way to work rather use industry best practices for marketing and let the team focus on what they do the best</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \" font_container=\"tag:h3|text_align:left|color:%23425361\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7015\" img_size=\"full\" css=\".vc_custom_1543922690711{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Editorial Calendar\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922677168{border-bottom-width: 10px !important;}\"]Let your content team collaborate over ideas and write stories that matter most to your audience.[/vc_column_text][vc_column_text css=\".vc_custom_1543923735156{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/editorial-calendar-2/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"6915\" img_size=\"full\" css=\".vc_custom_1543922774361{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Creative Production\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922703217{border-bottom-width: 10px !important;}\"]Streamline your creative request process and stop direct interruption to your creative team. Let them be focused.[/vc_column_text][vc_column_text css=\".vc_custom_1543923591774{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/creative-production/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"6908\" img_size=\"full\" css=\".vc_custom_1543922789368{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Product Launches\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922760640{border-bottom-width: 10px !important;}\"]Plan a launch of every single milestone effectively. Grow rapidly with every launch.[/vc_column_text][vc_column_text css=\".vc_custom_1543923037420{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/product-launches/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"6907\" img_size=\"full\" css=\".vc_custom_1543923059221{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Marketing Strategy\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923105177{border-bottom-width: 10px !important;}\"]Break down your marketing strategy into step by step execution plan. Let everyone see the roadmap to the success.[/vc_column_text][vc_column_text css=\".vc_custom_1543923746119{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/creative-production/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"6909\" img_size=\"full\" css=\".vc_custom_1543923194891{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Campaign Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923135598{border-bottom-width: 10px !important;}\"]Launch the most creative campaign and increase your brand value with every campaign.[/vc_column_text][vc_column_text css=\".vc_custom_1543923171740{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/campaign-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Marketing and Communications','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 17:12:26','2018-12-04 11:42:26','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7159,4,'2018-12-04 17:14:12','2018-12-04 11:44:12','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543922168487{border-bottom-width: 100px !important;background-color: #293846 !important;}\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \" font_container=\"tag:h3|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Lato%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic|font_style:300%20light%20regular%3A300%3Anormal\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7131\" img_size=\"full\" css=\".vc_custom_1543920167360{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Keep everyone sync\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922105304{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Manage files, roadmap, milestones and more - all in one place, keep everyone informed on what\'s happening and where the team is heading towards</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7132\" img_size=\"full\" css=\".vc_custom_1543920178499{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Collaborate Better\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922112884{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Prioritize workitems</span><span style=\"color: #ffffff;\">, assign resources, track progress, discuss over a workitem</span><span style=\"color: #ffffff;\"> and identify bottlenecks. Keep achieving milestones and celebrate success.</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7133\" img_size=\"full\" css=\".vc_custom_1543920190237{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Deliver Faster\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922119441{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Spend less time in identifying the best way to work rather use industry best practices for marketing and let the team focus on what they do the best</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \" font_container=\"tag:h3|text_align:left|color:%23425361\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_images_carousel images=\"7015\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmVkaXRvcmlhbC1jYWxlbmRhci0yJTJG\"][vc_single_image image=\"7015\" img_size=\"full\" css=\".vc_custom_1543922690711{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Editorial Calendar\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922677168{border-bottom-width: 10px !important;}\"]Let your content team collaborate over ideas and write stories that matter most to your audience.[/vc_column_text][vc_column_text css=\".vc_custom_1543923735156{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/editorial-calendar-2/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"6915\" img_size=\"full\" css=\".vc_custom_1543922774361{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Creative Production\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922703217{border-bottom-width: 10px !important;}\"]Streamline your creative request process and stop direct interruption to your creative team. Let them be focused.[/vc_column_text][vc_column_text css=\".vc_custom_1543923591774{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/creative-production/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"6908\" img_size=\"full\" css=\".vc_custom_1543922789368{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Product Launches\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922760640{border-bottom-width: 10px !important;}\"]Plan a launch of every single milestone effectively. Grow rapidly with every launch.[/vc_column_text][vc_column_text css=\".vc_custom_1543923037420{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/product-launches/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"6907\" img_size=\"full\" css=\".vc_custom_1543923059221{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Marketing Strategy\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923105177{border-bottom-width: 10px !important;}\"]Break down your marketing strategy into step by step execution plan. Let everyone see the roadmap to the success.[/vc_column_text][vc_column_text css=\".vc_custom_1543923746119{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/creative-production/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"6909\" img_size=\"full\" css=\".vc_custom_1543923194891{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Campaign Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923135598{border-bottom-width: 10px !important;}\"]Launch the most creative campaign and increase your brand value with every campaign.[/vc_column_text][vc_column_text css=\".vc_custom_1543923171740{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/campaign-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Marketing and Communications','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 17:14:12','2018-12-04 11:44:12','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7160,4,'2018-12-04 17:18:07','2018-12-04 11:48:07','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543922168487{border-bottom-width: 100px !important;background-color: #293846 !important;}\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \" font_container=\"tag:h3|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Lato%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic|font_style:300%20light%20regular%3A300%3Anormal\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7131\" img_size=\"full\" css=\".vc_custom_1543920167360{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Keep everyone sync\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922105304{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Manage files, roadmap, milestones and more - all in one place, keep everyone informed on what\'s happening and where the team is heading towards</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7132\" img_size=\"full\" css=\".vc_custom_1543920178499{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Collaborate Better\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922112884{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Prioritize workitems</span><span style=\"color: #ffffff;\">, assign resources, track progress, discuss over a workitem</span><span style=\"color: #ffffff;\"> and identify bottlenecks. Keep achieving milestones and celebrate success.</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7133\" img_size=\"full\" css=\".vc_custom_1543920190237{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Deliver Faster\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922119441{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Spend less time in identifying the best way to work rather use industry best practices for marketing and let the team focus on what they do the best</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \" font_container=\"tag:h3|text_align:left|color:%23425361\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_images_carousel images=\"7015\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmVkaXRvcmlhbC1jYWxlbmRhci0yJTJG\" css=\".vc_custom_1543923910957{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Editorial Calendar\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922677168{border-bottom-width: 10px !important;}\"]Let your content team collaborate over ideas and write stories that matter most to your audience.[/vc_column_text][vc_column_text css=\".vc_custom_1543923735156{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/editorial-calendar-2/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6915\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNyZWF0aXZlLXByb2R1Y3Rpb24lMkY=\"][vc_custom_heading text=\"Creative Production\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922703217{border-bottom-width: 10px !important;}\"]Streamline your creative request process and stop direct interruption to your creative team. Let them be focused.[/vc_column_text][vc_column_text css=\".vc_custom_1543923591774{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/creative-production/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6908\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRnByb2R1Y3QtbGF1bmNoZXMlMkY=\"][vc_custom_heading text=\"Product Launches\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922760640{border-bottom-width: 10px !important;}\"]Plan a launch of every single milestone effectively. Grow rapidly with every launch.[/vc_column_text][vc_column_text css=\".vc_custom_1543923037420{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/product-launches/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_images_carousel images=\"6907\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNyZWF0aXZlLXByb2R1Y3Rpb24lMkY=\"][vc_custom_heading text=\"Marketing Strategy\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923105177{border-bottom-width: 10px !important;}\"]Break down your marketing strategy into step by step execution plan. Let everyone see the roadmap to the success.[/vc_column_text][vc_column_text css=\".vc_custom_1543923746119{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/creative-production/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6909\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNhbXBhaWduLW1hbmFnZW1lbnQlMkY=\"][vc_custom_heading text=\"Campaign Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923135598{border-bottom-width: 10px !important;}\"]Launch the most creative campaign and increase your brand value with every campaign.[/vc_column_text][vc_column_text css=\".vc_custom_1543923171740{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/campaign-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Marketing and Communications','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 17:18:07','2018-12-04 11:48:07','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7161,4,'2018-12-04 17:19:06','2018-12-04 11:49:06','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543922168487{border-bottom-width: 100px !important;background-color: #293846 !important;}\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \" font_container=\"tag:h3|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Lato%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic|font_style:300%20light%20regular%3A300%3Anormal\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7131\" img_size=\"full\" css=\".vc_custom_1543920167360{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Keep everyone sync\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922105304{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Manage files, roadmap, milestones and more - all in one place, keep everyone informed on what\'s happening and where the team is heading towards</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7132\" img_size=\"full\" css=\".vc_custom_1543920178499{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Collaborate Better\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922112884{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Prioritize workitems</span><span style=\"color: #ffffff;\">, assign resources, track progress, discuss over a workitem</span><span style=\"color: #ffffff;\"> and identify bottlenecks. Keep achieving milestones and celebrate success.</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7133\" img_size=\"full\" css=\".vc_custom_1543920190237{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Deliver Faster\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922119441{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Spend less time in identifying the best way to work rather use industry best practices for marketing and let the team focus on what they do the best</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \" font_container=\"tag:h3|text_align:left|color:%23425361\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_images_carousel images=\"7015\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmVkaXRvcmlhbC1jYWxlbmRhci0yJTJG\" css=\".vc_custom_1543923910957{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Editorial Calendar\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922677168{border-bottom-width: 10px !important;}\"]Let your content team collaborate over ideas and write stories that matter most to your audience.[/vc_column_text][vc_column_text css=\".vc_custom_1543923735156{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/editorial-calendar-2/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6915\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNyZWF0aXZlLXByb2R1Y3Rpb24lMkY=\" css=\".vc_custom_1543924118445{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Creative Production\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922703217{border-bottom-width: 10px !important;}\"]Streamline your creative request process and stop direct interruption to your creative team. Let them be focused.[/vc_column_text][vc_column_text css=\".vc_custom_1543923591774{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/creative-production/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6908\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRnByb2R1Y3QtbGF1bmNoZXMlMkY=\" css=\".vc_custom_1543924127324{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Product Launches\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922760640{border-bottom-width: 10px !important;}\"]Plan a launch of every single milestone effectively. Grow rapidly with every launch.[/vc_column_text][vc_column_text css=\".vc_custom_1543923037420{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/product-launches/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_images_carousel images=\"6907\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNyZWF0aXZlLXByb2R1Y3Rpb24lMkY=\" css=\".vc_custom_1543924137461{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Marketing Strategy\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923105177{border-bottom-width: 10px !important;}\"]Break down your marketing strategy into step by step execution plan. Let everyone see the roadmap to the success.[/vc_column_text][vc_column_text css=\".vc_custom_1543923746119{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/creative-production/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6909\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNhbXBhaWduLW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543924146583{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Campaign Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923135598{border-bottom-width: 10px !important;}\"]Launch the most creative campaign and increase your brand value with every campaign.[/vc_column_text][vc_column_text css=\".vc_custom_1543923171740{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/campaign-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Marketing and Communications','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 17:19:06','2018-12-04 11:49:06','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7162,4,'2018-12-04 17:20:16','2018-12-04 11:50:16','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543922168487{border-bottom-width: 100px !important;background-color: #293846 !important;}\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \" font_container=\"tag:h3|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Lato%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic|font_style:300%20light%20regular%3A300%3Anormal\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7131\" img_size=\"full\" css=\".vc_custom_1543920167360{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Keep everyone sync\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922105304{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Manage files, roadmap, milestones and more - all in one place, keep everyone informed on what\'s happening and where the team is heading towards</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7132\" img_size=\"full\" css=\".vc_custom_1543920178499{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Collaborate Better\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922112884{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Prioritize workitems</span><span style=\"color: #ffffff;\">, assign resources, track progress, discuss over a workitem</span><span style=\"color: #ffffff;\"> and identify bottlenecks. Keep achieving milestones and celebrate success.</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7133\" img_size=\"full\" css=\".vc_custom_1543920190237{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Deliver Faster\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922119441{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Spend less time in identifying the best way to work rather use industry best practices for marketing and let the team focus on what they do the best</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Marketing and Communications solutions\" font_container=\"tag:h3|text_align:left|color:%23425361\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_images_carousel images=\"7015\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmVkaXRvcmlhbC1jYWxlbmRhci0yJTJG\" css=\".vc_custom_1543923910957{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Editorial Calendar\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922677168{border-bottom-width: 10px !important;}\"]Let your content team collaborate over ideas and write stories that matter most to your audience.[/vc_column_text][vc_column_text css=\".vc_custom_1543923735156{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/editorial-calendar-2/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6915\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNyZWF0aXZlLXByb2R1Y3Rpb24lMkY=\" css=\".vc_custom_1543924118445{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Creative Production\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922703217{border-bottom-width: 10px !important;}\"]Streamline your creative request process and stop direct interruption to your creative team. Let them be focused.[/vc_column_text][vc_column_text css=\".vc_custom_1543923591774{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/creative-production/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6908\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRnByb2R1Y3QtbGF1bmNoZXMlMkY=\" css=\".vc_custom_1543924127324{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Product Launches\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922760640{border-bottom-width: 10px !important;}\"]Plan a launch of every single milestone effectively. Grow rapidly with every launch.[/vc_column_text][vc_column_text css=\".vc_custom_1543923037420{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/product-launches/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_images_carousel images=\"6907\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNyZWF0aXZlLXByb2R1Y3Rpb24lMkY=\" css=\".vc_custom_1543924137461{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Marketing Strategy\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923105177{border-bottom-width: 10px !important;}\"]Break down your marketing strategy into step by step execution plan. Let everyone see the roadmap to the success.[/vc_column_text][vc_column_text css=\".vc_custom_1543923746119{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/creative-production/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6909\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNhbXBhaWduLW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543924146583{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Campaign Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923135598{border-bottom-width: 10px !important;}\"]Launch the most creative campaign and increase your brand value with every campaign.[/vc_column_text][vc_column_text css=\".vc_custom_1543923171740{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/campaign-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Marketing and Communications','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 17:20:16','2018-12-04 11:50:16','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7163,4,'2018-12-04 17:28:38','2018-12-04 11:58:38','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543922168487{border-bottom-width: 100px !important;background-color: #293846 !important;}\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \" font_container=\"tag:h3|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Lato%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic|font_style:300%20light%20regular%3A300%3Anormal\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7131\" img_size=\"full\" css=\".vc_custom_1543920167360{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Keep everyone sync\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922105304{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Manage files, roadmap, milestones and more - all in one place, keep everyone informed on what\'s happening and where the team is heading towards</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7132\" img_size=\"full\" css=\".vc_custom_1543920178499{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Collaborate Better\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922112884{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Prioritize workitems</span><span style=\"color: #ffffff;\">, assign resources, track progress, discuss over a workitem</span><span style=\"color: #ffffff;\"> and identify bottlenecks. Keep achieving milestones and celebrate success.</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7133\" img_size=\"full\" css=\".vc_custom_1543920190237{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Deliver Faster\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922119441{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Spend less time in identifying the best way to work rather use industry best practices for marketing and let the team focus on what they do the best</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Marketing and Communications solutions\" font_container=\"tag:h3|text_align:left|color:%23425361\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_images_carousel images=\"7015\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmVkaXRvcmlhbC1jYWxlbmRhci0yJTJG\" css=\".vc_custom_1543923910957{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Editorial Calendar\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922677168{border-bottom-width: 10px !important;}\"]Let your content team collaborate over ideas and write stories that matter most to your audience.[/vc_column_text][vc_column_text css=\".vc_custom_1543924709829{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/editorial-calendar-2/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6915\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNyZWF0aXZlLXByb2R1Y3Rpb24lMkY=\" css=\".vc_custom_1543924118445{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Creative Production\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922703217{border-bottom-width: 10px !important;}\"]Streamline your creative request process and stop direct interruption to your creative team. Let them be focused.[/vc_column_text][vc_column_text css=\".vc_custom_1543923591774{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/creative-production/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6908\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRnByb2R1Y3QtbGF1bmNoZXMlMkY=\" css=\".vc_custom_1543924127324{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Product Launches\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922760640{border-bottom-width: 10px !important;}\"]Plan a launch of every single milestone effectively. Grow rapidly with every launch.[/vc_column_text][vc_column_text css=\".vc_custom_1543923037420{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/product-launches/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_images_carousel images=\"6907\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNyZWF0aXZlLXByb2R1Y3Rpb24lMkY=\" css=\".vc_custom_1543924137461{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Marketing Strategy\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923105177{border-bottom-width: 10px !important;}\"]Break down your marketing strategy into step by step execution plan. Let everyone see the roadmap to the success.[/vc_column_text][vc_column_text css=\".vc_custom_1543924717333{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/creative-production/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6909\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNhbXBhaWduLW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543924146583{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Campaign Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923135598{border-bottom-width: 10px !important;}\"]Launch the most creative campaign and increase your brand value with every campaign.[/vc_column_text][vc_column_text css=\".vc_custom_1543923171740{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/campaign-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Marketing and Communications','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 17:28:38','2018-12-04 11:58:38','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7164,4,'2018-12-04 17:29:50','2018-12-04 11:59:50','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text css=\".vc_custom_1543924789493{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543922168487{border-bottom-width: 100px !important;background-color: #293846 !important;}\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \" font_container=\"tag:h3|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Lato%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic|font_style:300%20light%20regular%3A300%3Anormal\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7131\" img_size=\"full\" css=\".vc_custom_1543920167360{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Keep everyone sync\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922105304{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Manage files, roadmap, milestones and more - all in one place, keep everyone informed on what\'s happening and where the team is heading towards</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7132\" img_size=\"full\" css=\".vc_custom_1543920178499{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Collaborate Better\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922112884{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Prioritize workitems</span><span style=\"color: #ffffff;\">, assign resources, track progress, discuss over a workitem</span><span style=\"color: #ffffff;\"> and identify bottlenecks. Keep achieving milestones and celebrate success.</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7133\" img_size=\"full\" css=\".vc_custom_1543920190237{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Deliver Faster\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922119441{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Spend less time in identifying the best way to work rather use industry best practices for marketing and let the team focus on what they do the best</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Marketing and Communications solutions\" font_container=\"tag:h3|text_align:left|color:%23425361\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_images_carousel images=\"7015\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmVkaXRvcmlhbC1jYWxlbmRhci0yJTJG\" css=\".vc_custom_1543923910957{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Editorial Calendar\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922677168{border-bottom-width: 10px !important;}\"]Let your content team collaborate over ideas and write stories that matter most to your audience.[/vc_column_text][vc_column_text css=\".vc_custom_1543924709829{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/editorial-calendar-2/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6915\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNyZWF0aXZlLXByb2R1Y3Rpb24lMkY=\" css=\".vc_custom_1543924118445{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Creative Production\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922703217{border-bottom-width: 10px !important;}\"]Streamline your creative request process and stop direct interruption to your creative team. Let them be focused.[/vc_column_text][vc_column_text css=\".vc_custom_1543923591774{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/creative-production/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6908\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRnByb2R1Y3QtbGF1bmNoZXMlMkY=\" css=\".vc_custom_1543924127324{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Product Launches\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922760640{border-bottom-width: 10px !important;}\"]Plan a launch of every single milestone effectively. Grow rapidly with every launch.[/vc_column_text][vc_column_text css=\".vc_custom_1543923037420{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/product-launches/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_images_carousel images=\"6907\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNyZWF0aXZlLXByb2R1Y3Rpb24lMkY=\" css=\".vc_custom_1543924137461{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Marketing Strategy\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923105177{border-bottom-width: 10px !important;}\"]Break down your marketing strategy into step by step execution plan. Let everyone see the roadmap to the success.[/vc_column_text][vc_column_text css=\".vc_custom_1543924717333{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/creative-production/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6909\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNhbXBhaWduLW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543924146583{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Campaign Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923135598{border-bottom-width: 10px !important;}\"]Launch the most creative campaign and increase your brand value with every campaign.[/vc_column_text][vc_column_text css=\".vc_custom_1543923171740{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/campaign-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Marketing and Communications','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 17:29:50','2018-12-04 11:59:50','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7165,4,'2018-12-04 17:30:39','2018-12-04 12:00:39','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543922168487{border-bottom-width: 100px !important;background-color: #293846 !important;}\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \" font_container=\"tag:h3|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Lato%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic|font_style:300%20light%20regular%3A300%3Anormal\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7131\" img_size=\"full\" css=\".vc_custom_1543920167360{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Keep everyone sync\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922105304{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Manage files, roadmap, milestones and more - all in one place, keep everyone informed on what\'s happening and where the team is heading towards</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7132\" img_size=\"full\" css=\".vc_custom_1543920178499{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Collaborate Better\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922112884{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Prioritize workitems</span><span style=\"color: #ffffff;\">, assign resources, track progress, discuss over a workitem</span><span style=\"color: #ffffff;\"> and identify bottlenecks. Keep achieving milestones and celebrate success.</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7133\" img_size=\"full\" css=\".vc_custom_1543920190237{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Deliver Faster\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922119441{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Spend less time in identifying the best way to work rather use industry best practices for marketing and let the team focus on what they do the best</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Marketing and Communications solutions\" font_container=\"tag:h3|text_align:left|color:%23425361\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_images_carousel images=\"7015\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmVkaXRvcmlhbC1jYWxlbmRhci0yJTJG\" css=\".vc_custom_1543923910957{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Editorial Calendar\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922677168{border-bottom-width: 10px !important;}\"]Let your content team collaborate over ideas and write stories that matter most to your audience.[/vc_column_text][vc_column_text css=\".vc_custom_1543924709829{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/editorial-calendar-2/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6915\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNyZWF0aXZlLXByb2R1Y3Rpb24lMkY=\" css=\".vc_custom_1543924118445{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Creative Production\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922703217{border-bottom-width: 10px !important;}\"]Streamline your creative request process and stop direct interruption to your creative team. Let them be focused.[/vc_column_text][vc_column_text css=\".vc_custom_1543923591774{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/creative-production/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6908\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRnByb2R1Y3QtbGF1bmNoZXMlMkY=\" css=\".vc_custom_1543924127324{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Product Launches\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922760640{border-bottom-width: 10px !important;}\"]Plan a launch of every single milestone effectively. Grow rapidly with every launch.[/vc_column_text][vc_column_text css=\".vc_custom_1543923037420{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/product-launches/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_images_carousel images=\"6907\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNyZWF0aXZlLXByb2R1Y3Rpb24lMkY=\" css=\".vc_custom_1543924137461{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Marketing Strategy\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923105177{border-bottom-width: 10px !important;}\"]Break down your marketing strategy into step by step execution plan. Let everyone see the roadmap to the success.[/vc_column_text][vc_column_text css=\".vc_custom_1543924717333{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/creative-production/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6909\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNhbXBhaWduLW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543924146583{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Campaign Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923135598{border-bottom-width: 10px !important;}\"]Launch the most creative campaign and increase your brand value with every campaign.[/vc_column_text][vc_column_text css=\".vc_custom_1543923171740{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/campaign-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Marketing and Communications','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 17:30:39','2018-12-04 12:00:39','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7166,3,'2018-12-04 18:04:45','2018-12-04 12:34:45','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Keep your project under control till the end\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543926758183{margin-bottom: 30px !important;}\"]\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Plan your team work, attach files, discuss via comment, list actions and assign to a team member, set due date and track work status. Reduce chaos and keep everyone sync.</span></strong></p>\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"solution-fea-light-heading\"][vc_column][vc_custom_heading text=\"Organize your work effectively to execute faster\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543578015558{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2 line-height-h2-45\"][vc_column width=\"2/3\"][vc_single_image image=\"7085\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage\" font_container=\"tag:h2|font_size:45px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\" css=\".vc_custom_1543906235842{margin-top: 30px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Organize all your teamwork, files, comment, milestones and many more centrally. Keep everyone sync.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution font-weight-bold-h2 line-height-h2-45\" css=\".vc_custom_1543578004491{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Execute\" font_container=\"tag:h2|font_size:45px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\" css=\".vc_custom_1543906240798{margin-top: 30px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Assign work to a responsible, set due date and collaborate with the team to execute it faster.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"7087\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7086\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Track Status\" font_container=\"tag:h2|font_size:45px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\" css=\".vc_custom_1543906247256{margin-top: 30px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Track work status, discuss over it and keep the whole team informed about the progress.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\n<p class=\"pricing-text txt-italic\">per User</p>\n<p class=\"pricing-text txt-italic\">per Month</p>\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Project Management','Take full control of your project to execute smoothly. Reduce the chaos. Execute the project from start to finish smoothly.','inherit','closed','closed','','7082-autosave-v1','','','2018-12-04 18:04:45','2018-12-04 12:34:45','',7082,'https://guide.quickscrum.com/product/7082-autosave-v1/',0,'revision','',0),(7167,3,'2018-12-07 16:58:35','2018-12-07 11:28:35','<p>[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Make your event highly successful\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1544181601475{margin-bottom: 30px !important;}\"]</p>\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your event team plan actions, track status and coordinate better to run a successful event within your budget.</span></strong></p>\n<p>[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"solution-fea-light-heading\"][vc_column][vc_custom_heading text=\"Keep event team sync & reduce chaos\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384677922{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7102\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Prepare Checklist\" font_container=\"tag:h2|font_size:39px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">List our all necessary actions to be taken to plan and run an event.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution font-weight-bold-h2\" css=\".vc_custom_1543384737068{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Complete Actions\" font_container=\"tag:h2|font_size:39px|text_align:left|color:%2301bfa5|line_height:50px\" use_theme_fonts=\"yes\" css=\".vc_custom_1544182001452{margin-bottom: 20px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Assign responsibilities to the team members for the actions, track the progress and complete action as scheduled.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"7078\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7080\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Manage Event\" font_container=\"tag:h2|font_size:39px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\" css=\".vc_custom_1544161898087{margin-top: 35px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Run an event without any chaos</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]</p>\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\n<p class=\"pricing-text txt-italic\">per User</p>\n<p class=\"pricing-text txt-italic\">per Month</p>\n<p><a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\n','Event Management','Plan and coordinate effectively to execute event successfully without chaos.','inherit','closed','closed','','7016-autosave-v1','','','2018-12-07 16:58:35','2018-12-07 11:28:35','',7016,'https://guide.quickscrum.com/product/7016-autosave-v1/',0,'revision','',0),(7168,4,'2018-12-04 18:58:59','2018-12-04 13:28:59','','Event Management','','inherit','closed','closed','','event-management-2','','','2018-12-04 18:58:59','2018-12-04 13:28:59','',7016,'https://product.quickscrum.com/wp-content/uploads/2018/11/Event-Management.jpg',0,'attachment','image/jpeg',0),(7169,4,'2018-12-04 19:02:54','2018-12-04 13:32:54','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543922168487{border-bottom-width: 100px !important;background-color: #293846 !important;}\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \" font_container=\"tag:h3|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Lato%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic|font_style:300%20light%20regular%3A300%3Anormal\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7131\" img_size=\"full\" css=\".vc_custom_1543920167360{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Keep everyone sync\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922105304{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Manage files, roadmap, milestones and more - all in one place, keep everyone informed on what\'s happening and where the team is heading towards</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7132\" img_size=\"full\" css=\".vc_custom_1543920178499{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Collaborate Better\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922112884{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Prioritize workitems</span><span style=\"color: #ffffff;\">, assign resources, track progress, discuss over a workitem</span><span style=\"color: #ffffff;\"> and identify bottlenecks. Keep achieving milestones and celebrate success.</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7133\" img_size=\"full\" css=\".vc_custom_1543920190237{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Deliver Faster\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922119441{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Spend less time in identifying the best way to work rather use industry best practices for marketing and let the team focus on what they do the best</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Marketing and Communications solutions\" font_container=\"tag:h3|text_align:left|color:%23425361\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_images_carousel images=\"7015\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmVkaXRvcmlhbC1jYWxlbmRhci0yJTJG\" css=\".vc_custom_1543923910957{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Editorial Calendar\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922677168{border-bottom-width: 10px !important;}\"]Let your content team collaborate over ideas and write stories that matter most to your audience.[/vc_column_text][vc_column_text css=\".vc_custom_1543924709829{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/editorial-calendar-2/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6915\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNyZWF0aXZlLXByb2R1Y3Rpb24lMkY=\" css=\".vc_custom_1543924118445{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Creative Production\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922703217{border-bottom-width: 10px !important;}\"]Streamline your creative request process and stop direct interruption to your creative team. Let them be focused.[/vc_column_text][vc_column_text css=\".vc_custom_1543923591774{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/creative-production/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6908\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRnByb2R1Y3QtbGF1bmNoZXMlMkY=\" css=\".vc_custom_1543924127324{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Product Launches\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922760640{border-bottom-width: 10px !important;}\"]Plan a launch of every single milestone effectively. Grow rapidly with every launch.[/vc_column_text][vc_column_text css=\".vc_custom_1543923037420{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/product-launches/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_images_carousel images=\"6907\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNyZWF0aXZlLXByb2R1Y3Rpb24lMkY=\" css=\".vc_custom_1543924137461{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Marketing Strategy\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923105177{border-bottom-width: 10px !important;}\"]Break down your marketing strategy into step by step execution plan. Let everyone see the roadmap to the success.[/vc_column_text][vc_column_text css=\".vc_custom_1543924717333{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/creative-production/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6909\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNhbXBhaWduLW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543924146583{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Campaign Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923135598{border-bottom-width: 10px !important;}\"]Launch the most creative campaign and increase your brand value with every campaign.[/vc_column_text][vc_column_text css=\".vc_custom_1543923171740{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/campaign-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"7168\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmV2ZW50LW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543930290651{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Event Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543930373219{border-bottom-width: 10px !important;}\"]Plan and coordinate effectively to execute event successfully without chaos.[/vc_column_text][vc_column_text css=\".vc_custom_1543930343425{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/event-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Marketing and Communications','','inherit','closed','closed','','7099-revision-v1','','','2018-12-04 19:02:54','2018-12-04 13:32:54','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7170,3,'2018-12-05 14:17:53','2018-12-05 08:47:53','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543922168487{border-bottom-width: 100px !important;background-color: #293846 !important;}\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \" font_container=\"tag:h3|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Lato%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic|font_style:300%20light%20regular%3A300%3Anormal\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7131\" img_size=\"full\" css=\".vc_custom_1543920167360{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Keep everyone sync\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922105304{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Manage files, roadmap, milestones and more - all in one place, keep everyone informed on what\'s happening and where the team is heading towards</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7132\" img_size=\"full\" css=\".vc_custom_1543920178499{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Collaborate Better\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922112884{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Prioritize workitems</span><span style=\"color: #ffffff;\">, assign resources, track progress, discuss over a workitem</span><span style=\"color: #ffffff;\"> and identify bottlenecks. Keep achieving milestones and celebrate success.</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7133\" img_size=\"full\" css=\".vc_custom_1543920190237{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Deliver Faster\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922119441{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Spend less time in identifying the best way to work rather use industry best practices for marketing and let the team focus on what they do the best</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Marketing and Communications solutions\" font_container=\"tag:h3|text_align:left|color:%23425361\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_images_carousel images=\"7015\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmVkaXRvcmlhbC1jYWxlbmRhci0yJTJG\" css=\".vc_custom_1543923910957{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Editorial Calendar\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922677168{border-bottom-width: 10px !important;}\"]Let your content team collaborate over ideas and write stories that matter most to your audience.[/vc_column_text][vc_column_text css=\".vc_custom_1543924709829{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/editorial-calendar-2/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6915\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNyZWF0aXZlLXByb2R1Y3Rpb24lMkY=\" css=\".vc_custom_1543924118445{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Creative Production\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922703217{border-bottom-width: 10px !important;}\"]Streamline your creative request process and stop direct interruption to your creative team. Let them be focused.[/vc_column_text][vc_column_text css=\".vc_custom_1543923591774{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/creative-production/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6908\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRnByb2R1Y3QtbGF1bmNoZXMlMkY=\" css=\".vc_custom_1543924127324{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Product Launches\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922760640{border-bottom-width: 10px !important;}\"]Plan a launch of every single milestone effectively. Grow rapidly with every launch.[/vc_column_text][vc_column_text css=\".vc_custom_1543923037420{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/product-launches/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_images_carousel images=\"6907\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNyZWF0aXZlLXByb2R1Y3Rpb24lMkY=\" css=\".vc_custom_1543924137461{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Marketing Strategy\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923105177{border-bottom-width: 10px !important;}\"]Break down your marketing strategy into step by step execution plan. Let everyone see the roadmap to the success.[/vc_column_text][vc_column_text css=\".vc_custom_1543924717333{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/creative-production/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6909\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNhbXBhaWduLW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543924146583{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Campaign Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923135598{border-bottom-width: 10px !important;}\"]Launch the most creative campaign and increase your brand value with every campaign.[/vc_column_text][vc_column_text css=\".vc_custom_1543923171740{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/campaign-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"7168\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmV2ZW50LW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543930290651{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Event Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543930373219{border-bottom-width: 10px !important;}\"]Plan and coordinate effectively to execute event successfully without chaos.[/vc_column_text][vc_column_text css=\".vc_custom_1543930343425{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/event-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Marketing','','inherit','closed','closed','','7099-revision-v1','','','2018-12-05 14:17:53','2018-12-05 08:47:53','',7099,'https://guide.quickscrum.com/product/7099-revision-v1/',0,'revision','',0),(7171,3,'2018-12-05 14:17:56','2018-12-05 08:47:56','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543922168487{border-bottom-width: 100px !important;background-color: #293846 !important;}\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \" font_container=\"tag:h3|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Lato%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic|font_style:300%20light%20regular%3A300%3Anormal\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7131\" img_size=\"full\" css=\".vc_custom_1543920167360{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Keep everyone sync\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922105304{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Manage files, roadmap, milestones and more - all in one place, keep everyone informed on what\'s happening and where the team is heading towards</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7132\" img_size=\"full\" css=\".vc_custom_1543920178499{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Collaborate Better\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922112884{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Prioritize workitems</span><span style=\"color: #ffffff;\">, assign resources, track progress, discuss over a workitem</span><span style=\"color: #ffffff;\"> and identify bottlenecks. Keep achieving milestones and celebrate success.</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7133\" img_size=\"full\" css=\".vc_custom_1543920190237{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Deliver Faster\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922119441{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Spend less time in identifying the best way to work rather use industry best practices for marketing and let the team focus on what they do the best</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Marketing and Communications solutions\" font_container=\"tag:h3|text_align:left|color:%23425361\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_images_carousel images=\"7015\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmVkaXRvcmlhbC1jYWxlbmRhci0yJTJG\" css=\".vc_custom_1543923910957{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Editorial Calendar\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922677168{border-bottom-width: 10px !important;}\"]Let your content team collaborate over ideas and write stories that matter most to your audience.[/vc_column_text][vc_column_text css=\".vc_custom_1543924709829{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/editorial-calendar-2/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6915\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNyZWF0aXZlLXByb2R1Y3Rpb24lMkY=\" css=\".vc_custom_1543924118445{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Creative Production\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922703217{border-bottom-width: 10px !important;}\"]Streamline your creative request process and stop direct interruption to your creative team. Let them be focused.[/vc_column_text][vc_column_text css=\".vc_custom_1543923591774{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/creative-production/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6908\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRnByb2R1Y3QtbGF1bmNoZXMlMkY=\" css=\".vc_custom_1543924127324{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Product Launches\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922760640{border-bottom-width: 10px !important;}\"]Plan a launch of every single milestone effectively. Grow rapidly with every launch.[/vc_column_text][vc_column_text css=\".vc_custom_1543923037420{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/product-launches/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_images_carousel images=\"6907\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNyZWF0aXZlLXByb2R1Y3Rpb24lMkY=\" css=\".vc_custom_1543924137461{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Marketing Strategy\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923105177{border-bottom-width: 10px !important;}\"]Break down your marketing strategy into step by step execution plan. Let everyone see the roadmap to the success.[/vc_column_text][vc_column_text css=\".vc_custom_1543924717333{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/creative-production/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6909\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNhbXBhaWduLW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543924146583{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Campaign Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923135598{border-bottom-width: 10px !important;}\"]Launch the most creative campaign and increase your brand value with every campaign.[/vc_column_text][vc_column_text css=\".vc_custom_1543923171740{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/campaign-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"7168\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmV2ZW50LW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543930290651{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Event Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543930373219{border-bottom-width: 10px !important;}\"]Plan and coordinate effectively to execute event successfully without chaos.[/vc_column_text][vc_column_text css=\".vc_custom_1543930343425{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/event-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Operation','','publish','closed','closed','','operation','','','2018-12-05 14:18:51','2018-12-05 08:48:51','',0,'https://guide.quickscrum.com/product/?page_id=7171',0,'page','',0),(7172,3,'2018-12-05 14:18:37','2018-12-05 08:48:37','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543922168487{border-bottom-width: 100px !important;background-color: #293846 !important;}\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \" font_container=\"tag:h3|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Lato%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic|font_style:300%20light%20regular%3A300%3Anormal\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7131\" img_size=\"full\" css=\".vc_custom_1543920167360{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Keep everyone sync\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922105304{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Manage files, roadmap, milestones and more - all in one place, keep everyone informed on what\'s happening and where the team is heading towards</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7132\" img_size=\"full\" css=\".vc_custom_1543920178499{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Collaborate Better\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922112884{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Prioritize workitems</span><span style=\"color: #ffffff;\">, assign resources, track progress, discuss over a workitem</span><span style=\"color: #ffffff;\"> and identify bottlenecks. Keep achieving milestones and celebrate success.</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7133\" img_size=\"full\" css=\".vc_custom_1543920190237{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Deliver Faster\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922119441{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Spend less time in identifying the best way to work rather use industry best practices for marketing and let the team focus on what they do the best</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Marketing and Communications solutions\" font_container=\"tag:h3|text_align:left|color:%23425361\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_images_carousel images=\"7015\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmVkaXRvcmlhbC1jYWxlbmRhci0yJTJG\" css=\".vc_custom_1543923910957{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Editorial Calendar\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922677168{border-bottom-width: 10px !important;}\"]Let your content team collaborate over ideas and write stories that matter most to your audience.[/vc_column_text][vc_column_text css=\".vc_custom_1543924709829{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/editorial-calendar-2/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6915\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNyZWF0aXZlLXByb2R1Y3Rpb24lMkY=\" css=\".vc_custom_1543924118445{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Creative Production\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922703217{border-bottom-width: 10px !important;}\"]Streamline your creative request process and stop direct interruption to your creative team. Let them be focused.[/vc_column_text][vc_column_text css=\".vc_custom_1543923591774{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/creative-production/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6908\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRnByb2R1Y3QtbGF1bmNoZXMlMkY=\" css=\".vc_custom_1543924127324{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Product Launches\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922760640{border-bottom-width: 10px !important;}\"]Plan a launch of every single milestone effectively. Grow rapidly with every launch.[/vc_column_text][vc_column_text css=\".vc_custom_1543923037420{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/product-launches/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_images_carousel images=\"6907\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNyZWF0aXZlLXByb2R1Y3Rpb24lMkY=\" css=\".vc_custom_1543924137461{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Marketing Strategy\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923105177{border-bottom-width: 10px !important;}\"]Break down your marketing strategy into step by step execution plan. Let everyone see the roadmap to the success.[/vc_column_text][vc_column_text css=\".vc_custom_1543924717333{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/creative-production/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6909\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNhbXBhaWduLW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543924146583{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Campaign Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923135598{border-bottom-width: 10px !important;}\"]Launch the most creative campaign and increase your brand value with every campaign.[/vc_column_text][vc_column_text css=\".vc_custom_1543923171740{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/campaign-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"7168\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmV2ZW50LW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543930290651{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Event Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543930373219{border-bottom-width: 10px !important;}\"]Plan and coordinate effectively to execute event successfully without chaos.[/vc_column_text][vc_column_text css=\".vc_custom_1543930343425{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/event-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Operation','','inherit','closed','closed','','7171-revision-v1','','','2018-12-05 14:18:37','2018-12-05 08:48:37','',7171,'https://guide.quickscrum.com/product/7171-revision-v1/',0,'revision','',0),(7174,4,'2018-12-05 17:57:20','2018-12-05 12:27:20','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7294\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1544511517355{padding-bottom: 25px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544507952119{padding-top: 100px !important;padding-bottom: px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23425361|line_height:100px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544508032714{padding-top: 45px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544507685483{background-color: #f5f5f5 !important;}\"][vc_column][vc_custom_heading text=\"This is photoshop text headling\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1544508873318{padding-top: 80px !important;padding-bottom: 40px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544507772280{padding-right: 0px !important;padding-bottom: 150px !important;padding-left: 0px !important;background-color: #f5f5f5 !important;}\"][vc_column][vc_single_image image=\"7287\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544509005254{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #00bfa5 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','publish','closed','closed','','about-us','','','2018-12-11 12:28:37','2018-12-11 06:58:37','',0,'https://guide.quickscrum.com/product/?page_id=7174',0,'page','',0),(7175,4,'2018-12-05 17:57:20','2018-12-05 12:27:20','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543922168487{border-bottom-width: 100px !important;background-color: #293846 !important;}\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Quickscrum is the most effective tool for marketing teams \" font_container=\"tag:h3|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Lato%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic|font_style:300%20light%20regular%3A300%3Anormal\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_single_image image=\"7131\" img_size=\"full\" css=\".vc_custom_1543920167360{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Keep everyone sync\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922105304{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Manage files, roadmap, milestones and more - all in one place, keep everyone informed on what\'s happening and where the team is heading towards</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7132\" img_size=\"full\" css=\".vc_custom_1543920178499{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Collaborate Better\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922112884{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Prioritize workitems</span><span style=\"color: #ffffff;\">, assign resources, track progress, discuss over a workitem</span><span style=\"color: #ffffff;\"> and identify bottlenecks. Keep achieving milestones and celebrate success.</span>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"7133\" img_size=\"full\" css=\".vc_custom_1543920190237{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Deliver Faster\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922119441{margin-bottom: 70px !important;padding-right: 20px !important;}\"]<span style=\"color: #ffffff;\">Spend less time in identifying the best way to work rather use industry best practices for marketing and let the team focus on what they do the best</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column][vc_custom_heading text=\"Marketing and Communications solutions\" font_container=\"tag:h3|text_align:left|color:%23425361\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_images_carousel images=\"7015\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmVkaXRvcmlhbC1jYWxlbmRhci0yJTJG\" css=\".vc_custom_1543923910957{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Editorial Calendar\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922677168{border-bottom-width: 10px !important;}\"]Let your content team collaborate over ideas and write stories that matter most to your audience.[/vc_column_text][vc_column_text css=\".vc_custom_1543924709829{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/editorial-calendar-2/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6915\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNyZWF0aXZlLXByb2R1Y3Rpb24lMkY=\" css=\".vc_custom_1543924118445{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Creative Production\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922703217{border-bottom-width: 10px !important;}\"]Streamline your creative request process and stop direct interruption to your creative team. Let them be focused.[/vc_column_text][vc_column_text css=\".vc_custom_1543923591774{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/creative-production/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6908\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRnByb2R1Y3QtbGF1bmNoZXMlMkY=\" css=\".vc_custom_1543924127324{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Product Launches\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543922760640{border-bottom-width: 10px !important;}\"]Plan a launch of every single milestone effectively. Grow rapidly with every launch.[/vc_column_text][vc_column_text css=\".vc_custom_1543923037420{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/product-launches/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_images_carousel images=\"6907\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNyZWF0aXZlLXByb2R1Y3Rpb24lMkY=\" css=\".vc_custom_1543924137461{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Marketing Strategy\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923105177{border-bottom-width: 10px !important;}\"]Break down your marketing strategy into step by step execution plan. Let everyone see the roadmap to the success.[/vc_column_text][vc_column_text css=\".vc_custom_1543924717333{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/creative-production/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6909\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNhbXBhaWduLW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543924146583{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Campaign Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923135598{border-bottom-width: 10px !important;}\"]Launch the most creative campaign and increase your brand value with every campaign.[/vc_column_text][vc_column_text css=\".vc_custom_1543923171740{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/campaign-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"7168\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmV2ZW50LW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543930290651{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Event Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543930373219{border-bottom-width: 10px !important;}\"]Plan and coordinate effectively to execute event successfully without chaos.[/vc_column_text][vc_column_text css=\".vc_custom_1543930343425{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/event-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-05 17:57:20','2018-12-05 12:27:20','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7176,4,'2018-12-11 12:26:38','2018-12-11 06:56:38','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7294\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544507952119{padding-top: 100px !important;padding-bottom: px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23425361|line_height:100px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544508032714{padding-top: 45px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544507685483{background-color: #f5f5f5 !important;}\"][vc_column][vc_custom_heading text=\"This is photoshop text headling\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1544508873318{padding-top: 80px !important;padding-bottom: 40px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544507772280{padding-right: 0px !important;padding-bottom: 150px !important;padding-left: 0px !important;background-color: #f5f5f5 !important;}\"][vc_column][vc_single_image image=\"7287\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544509005254{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #00bfa5 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-autosave-v1','','','2018-12-11 12:26:38','2018-12-11 06:56:38','',7174,'https://guide.quickscrum.com/product/7174-autosave-v1/',0,'revision','',0),(7177,4,'2018-12-05 18:00:48','2018-12-05 12:30:48','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544013046815{border-bottom-width: 100px !important;background-color: #293846 !important;}\" el_class=\"solution-fea-light-heading\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_images_carousel images=\"6907\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNyZWF0aXZlLXByb2R1Y3Rpb24lMkY=\" css=\".vc_custom_1543924137461{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Marketing Strategy\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923105177{border-bottom-width: 10px !important;}\"]Break down your marketing strategy into step by step execution plan. Let everyone see the roadmap to the success.[/vc_column_text][vc_column_text css=\".vc_custom_1543924717333{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/creative-production/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6909\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNhbXBhaWduLW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543924146583{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Campaign Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923135598{border-bottom-width: 10px !important;}\"]Launch the most creative campaign and increase your brand value with every campaign.[/vc_column_text][vc_column_text css=\".vc_custom_1543923171740{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/campaign-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"7168\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmV2ZW50LW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543930290651{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Event Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543930373219{border-bottom-width: 10px !important;}\"]Plan and coordinate effectively to execute event successfully without chaos.[/vc_column_text][vc_column_text css=\".vc_custom_1543930343425{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/event-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-05 18:00:48','2018-12-05 12:30:48','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7178,4,'2018-12-05 18:02:58','2018-12-05 12:32:58','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544013177011{border-bottom-width: 100px !important;}\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:left|color:%23425361|line_height:50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_images_carousel images=\"6907\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNyZWF0aXZlLXByb2R1Y3Rpb24lMkY=\" css=\".vc_custom_1543924137461{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Marketing Strategy\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923105177{border-bottom-width: 10px !important;}\"]Break down your marketing strategy into step by step execution plan. Let everyone see the roadmap to the success.[/vc_column_text][vc_column_text css=\".vc_custom_1543924717333{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/creative-production/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6909\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNhbXBhaWduLW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543924146583{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Campaign Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923135598{border-bottom-width: 10px !important;}\"]Launch the most creative campaign and increase your brand value with every campaign.[/vc_column_text][vc_column_text css=\".vc_custom_1543923171740{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/campaign-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"7168\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmV2ZW50LW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543930290651{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Event Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543930373219{border-bottom-width: 10px !important;}\"]Plan and coordinate effectively to execute event successfully without chaos.[/vc_column_text][vc_column_text css=\".vc_custom_1543930343425{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/event-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-05 18:02:58','2018-12-05 12:32:58','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7179,4,'2018-12-05 18:04:09','2018-12-05 12:34:09','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544013248828{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:left|color:%23425361|line_height:50px\" google_fonts=\"font_family:Lato%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic|font_style:300%20light%20regular%3A300%3Anormal\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_images_carousel images=\"6907\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNyZWF0aXZlLXByb2R1Y3Rpb24lMkY=\" css=\".vc_custom_1543924137461{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Marketing Strategy\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923105177{border-bottom-width: 10px !important;}\"]Break down your marketing strategy into step by step execution plan. Let everyone see the roadmap to the success.[/vc_column_text][vc_column_text css=\".vc_custom_1543924717333{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/creative-production/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6909\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNhbXBhaWduLW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543924146583{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Campaign Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923135598{border-bottom-width: 10px !important;}\"]Launch the most creative campaign and increase your brand value with every campaign.[/vc_column_text][vc_column_text css=\".vc_custom_1543923171740{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/campaign-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"7168\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmV2ZW50LW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543930290651{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Event Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543930373219{border-bottom-width: 10px !important;}\"]Plan and coordinate effectively to execute event successfully without chaos.[/vc_column_text][vc_column_text css=\".vc_custom_1543930343425{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/event-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-05 18:04:09','2018-12-05 12:34:09','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7180,4,'2018-12-05 18:08:39','2018-12-05 12:38:39','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544013518381{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:left|color:%23425361|line_height:50px\" google_fonts=\"font_family:Lato%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic|font_style:300%20light%20regular%3A300%3Anormal\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_images_carousel images=\"6907\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNyZWF0aXZlLXByb2R1Y3Rpb24lMkY=\" css=\".vc_custom_1543924137461{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Marketing Strategy\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923105177{border-bottom-width: 10px !important;}\"]Break down your marketing strategy into step by step execution plan. Let everyone see the roadmap to the success.[/vc_column_text][vc_column_text css=\".vc_custom_1543924717333{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/creative-production/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6909\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNhbXBhaWduLW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543924146583{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Campaign Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923135598{border-bottom-width: 10px !important;}\"]Launch the most creative campaign and increase your brand value with every campaign.[/vc_column_text][vc_column_text css=\".vc_custom_1543923171740{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/campaign-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"7168\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmV2ZW50LW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543930290651{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Event Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543930373219{border-bottom-width: 10px !important;}\"]Plan and coordinate effectively to execute event successfully without chaos.[/vc_column_text][vc_column_text css=\".vc_custom_1543930343425{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/event-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-05 18:08:39','2018-12-05 12:38:39','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7181,4,'2018-12-05 18:09:34','2018-12-05 12:39:34','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544013518381{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:left|color:%23425361|line_height:50px\" use_theme_fonts=\"yes\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_images_carousel images=\"6907\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNyZWF0aXZlLXByb2R1Y3Rpb24lMkY=\" css=\".vc_custom_1543924137461{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Marketing Strategy\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923105177{border-bottom-width: 10px !important;}\"]Break down your marketing strategy into step by step execution plan. Let everyone see the roadmap to the success.[/vc_column_text][vc_column_text css=\".vc_custom_1543924717333{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/creative-production/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6909\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNhbXBhaWduLW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543924146583{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Campaign Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923135598{border-bottom-width: 10px !important;}\"]Launch the most creative campaign and increase your brand value with every campaign.[/vc_column_text][vc_column_text css=\".vc_custom_1543923171740{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/campaign-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"7168\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmV2ZW50LW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543930290651{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Event Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543930373219{border-bottom-width: 10px !important;}\"]Plan and coordinate effectively to execute event successfully without chaos.[/vc_column_text][vc_column_text css=\".vc_custom_1543930343425{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/event-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-05 18:09:34','2018-12-05 12:39:34','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7182,4,'2018-12-05 18:11:32','2018-12-05 12:41:32','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544013518381{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_images_carousel images=\"6907\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNyZWF0aXZlLXByb2R1Y3Rpb24lMkY=\" css=\".vc_custom_1543924137461{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Marketing Strategy\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923105177{border-bottom-width: 10px !important;}\"]Break down your marketing strategy into step by step execution plan. Let everyone see the roadmap to the success.[/vc_column_text][vc_column_text css=\".vc_custom_1543924717333{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/creative-production/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6909\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNhbXBhaWduLW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543924146583{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Campaign Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923135598{border-bottom-width: 10px !important;}\"]Launch the most creative campaign and increase your brand value with every campaign.[/vc_column_text][vc_column_text css=\".vc_custom_1543923171740{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/campaign-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"7168\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmV2ZW50LW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543930290651{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Event Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543930373219{border-bottom-width: 10px !important;}\"]Plan and coordinate effectively to execute event successfully without chaos.[/vc_column_text][vc_column_text css=\".vc_custom_1543930343425{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/event-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-05 18:11:32','2018-12-05 12:41:32','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7183,4,'2018-12-05 18:12:20','2018-12-05 12:42:20','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544013518381{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_images_carousel images=\"6907\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNyZWF0aXZlLXByb2R1Y3Rpb24lMkY=\" css=\".vc_custom_1543924137461{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Marketing Strategy\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923105177{border-bottom-width: 10px !important;}\"]Break down your marketing strategy into step by step execution plan. Let everyone see the roadmap to the success.[/vc_column_text][vc_column_text css=\".vc_custom_1543924717333{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/creative-production/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6909\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNhbXBhaWduLW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543924146583{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Campaign Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923135598{border-bottom-width: 10px !important;}\"]Launch the most creative campaign and increase your brand value with every campaign.[/vc_column_text][vc_column_text css=\".vc_custom_1543923171740{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/campaign-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"7168\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmV2ZW50LW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543930290651{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Event Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543930373219{border-bottom-width: 10px !important;}\"]Plan and coordinate effectively to execute event successfully without chaos.[/vc_column_text][vc_column_text css=\".vc_custom_1543930343425{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/event-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-05 18:12:20','2018-12-05 12:42:20','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7184,4,'2018-12-05 18:13:25','2018-12-05 12:43:25','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544013518381{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544013518381{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solution today globally.\r\nHaving lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries.\r\nOur passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\r\n\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23425361|line_height:60px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_images_carousel images=\"6907\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNyZWF0aXZlLXByb2R1Y3Rpb24lMkY=\" css=\".vc_custom_1543924137461{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Marketing Strategy\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923105177{border-bottom-width: 10px !important;}\"]Break down your marketing strategy into step by step execution plan. Let everyone see the roadmap to the success.[/vc_column_text][vc_column_text css=\".vc_custom_1543924717333{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/creative-production/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6909\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNhbXBhaWduLW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543924146583{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Campaign Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923135598{border-bottom-width: 10px !important;}\"]Launch the most creative campaign and increase your brand value with every campaign.[/vc_column_text][vc_column_text css=\".vc_custom_1543923171740{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/campaign-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"7168\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmV2ZW50LW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543930290651{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Event Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543930373219{border-bottom-width: 10px !important;}\"]Plan and coordinate effectively to execute event successfully without chaos.[/vc_column_text][vc_column_text css=\".vc_custom_1543930343425{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/event-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-05 18:13:25','2018-12-05 12:43:25','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7185,4,'2018-12-05 18:14:30','2018-12-05 12:44:30','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544013518381{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544013869213{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solution today globally.\r\nHaving lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries.\r\nOur passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\r\n\" font_container=\"tag:h2|font_size:30px|text_align:left|color:%23425361|line_height:60px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_images_carousel images=\"6907\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNyZWF0aXZlLXByb2R1Y3Rpb24lMkY=\" css=\".vc_custom_1543924137461{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Marketing Strategy\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923105177{border-bottom-width: 10px !important;}\"]Break down your marketing strategy into step by step execution plan. Let everyone see the roadmap to the success.[/vc_column_text][vc_column_text css=\".vc_custom_1543924717333{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/creative-production/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6909\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNhbXBhaWduLW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543924146583{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Campaign Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923135598{border-bottom-width: 10px !important;}\"]Launch the most creative campaign and increase your brand value with every campaign.[/vc_column_text][vc_column_text css=\".vc_custom_1543923171740{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/campaign-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"7168\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmV2ZW50LW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543930290651{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Event Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543930373219{border-bottom-width: 10px !important;}\"]Plan and coordinate effectively to execute event successfully without chaos.[/vc_column_text][vc_column_text css=\".vc_custom_1543930343425{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/event-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-05 18:14:30','2018-12-05 12:44:30','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7186,4,'2018-12-05 18:15:20','2018-12-05 12:45:20','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544013518381{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544013869213{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\r\n\r\nHaving lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries.\r\n\r\nOur passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\r\n\" font_container=\"tag:h2|font_size:30px|text_align:left|color:%23425361|line_height:60px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_images_carousel images=\"6907\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNyZWF0aXZlLXByb2R1Y3Rpb24lMkY=\" css=\".vc_custom_1543924137461{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Marketing Strategy\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923105177{border-bottom-width: 10px !important;}\"]Break down your marketing strategy into step by step execution plan. Let everyone see the roadmap to the success.[/vc_column_text][vc_column_text css=\".vc_custom_1543924717333{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/creative-production/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6909\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNhbXBhaWduLW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543924146583{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Campaign Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923135598{border-bottom-width: 10px !important;}\"]Launch the most creative campaign and increase your brand value with every campaign.[/vc_column_text][vc_column_text css=\".vc_custom_1543923171740{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/campaign-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"7168\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmV2ZW50LW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543930290651{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Event Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543930373219{border-bottom-width: 10px !important;}\"]Plan and coordinate effectively to execute event successfully without chaos.[/vc_column_text][vc_column_text css=\".vc_custom_1543930343425{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/event-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-05 18:15:20','2018-12-05 12:45:20','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7187,4,'2018-12-05 18:16:47','2018-12-05 12:46:47','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544013518381{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544013869213{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h2|font_size:30px|text_align:left|color:%23425361|line_height:60px\" use_theme_fonts=\"yes\"][vc_column_text]Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries.\r\n\r\nOur passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_images_carousel images=\"6907\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNyZWF0aXZlLXByb2R1Y3Rpb24lMkY=\" css=\".vc_custom_1543924137461{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Marketing Strategy\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923105177{border-bottom-width: 10px !important;}\"]Break down your marketing strategy into step by step execution plan. Let everyone see the roadmap to the success.[/vc_column_text][vc_column_text css=\".vc_custom_1543924717333{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/creative-production/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6909\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNhbXBhaWduLW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543924146583{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Campaign Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923135598{border-bottom-width: 10px !important;}\"]Launch the most creative campaign and increase your brand value with every campaign.[/vc_column_text][vc_column_text css=\".vc_custom_1543923171740{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/campaign-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"7168\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmV2ZW50LW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543930290651{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Event Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543930373219{border-bottom-width: 10px !important;}\"]Plan and coordinate effectively to execute event successfully without chaos.[/vc_column_text][vc_column_text css=\".vc_custom_1543930343425{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/event-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-05 18:16:47','2018-12-05 12:46:47','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7188,4,'2018-12-05 18:18:11','2018-12-05 12:48:11','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544013518381{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544013869213{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h2|font_size:30px|text_align:left|color:%23425361|line_height:60px\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<h2>Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries.</h2>\r\n<h2>Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.</h2>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_images_carousel images=\"6907\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNyZWF0aXZlLXByb2R1Y3Rpb24lMkY=\" css=\".vc_custom_1543924137461{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Marketing Strategy\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923105177{border-bottom-width: 10px !important;}\"]Break down your marketing strategy into step by step execution plan. Let everyone see the roadmap to the success.[/vc_column_text][vc_column_text css=\".vc_custom_1543924717333{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/creative-production/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6909\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNhbXBhaWduLW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543924146583{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Campaign Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923135598{border-bottom-width: 10px !important;}\"]Launch the most creative campaign and increase your brand value with every campaign.[/vc_column_text][vc_column_text css=\".vc_custom_1543923171740{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/campaign-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"7168\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmV2ZW50LW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543930290651{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Event Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543930373219{border-bottom-width: 10px !important;}\"]Plan and coordinate effectively to execute event successfully without chaos.[/vc_column_text][vc_column_text css=\".vc_custom_1543930343425{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/event-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-05 18:18:11','2018-12-05 12:48:11','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7189,4,'2018-12-05 18:23:29','2018-12-05 12:53:29','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544013518381{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544014407226{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_column_text]\r\n<h3>Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solution today globally.</h3>\r\n<h3>Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries.</h3>\r\n<h3>Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.</h3>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_images_carousel images=\"6907\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNyZWF0aXZlLXByb2R1Y3Rpb24lMkY=\" css=\".vc_custom_1543924137461{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Marketing Strategy\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923105177{border-bottom-width: 10px !important;}\"]Break down your marketing strategy into step by step execution plan. Let everyone see the roadmap to the success.[/vc_column_text][vc_column_text css=\".vc_custom_1543924717333{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/creative-production/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6909\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNhbXBhaWduLW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543924146583{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Campaign Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923135598{border-bottom-width: 10px !important;}\"]Launch the most creative campaign and increase your brand value with every campaign.[/vc_column_text][vc_column_text css=\".vc_custom_1543923171740{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/campaign-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"7168\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmV2ZW50LW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543930290651{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Event Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543930373219{border-bottom-width: 10px !important;}\"]Plan and coordinate effectively to execute event successfully without chaos.[/vc_column_text][vc_column_text css=\".vc_custom_1543930343425{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/event-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-05 18:23:29','2018-12-05 12:53:29','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7190,4,'2018-12-05 18:26:52','2018-12-05 12:56:52','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544013518381{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544014407226{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_images_carousel images=\"6907\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNyZWF0aXZlLXByb2R1Y3Rpb24lMkY=\" css=\".vc_custom_1543924137461{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Marketing Strategy\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923105177{border-bottom-width: 10px !important;}\"]Break down your marketing strategy into step by step execution plan. Let everyone see the roadmap to the success.[/vc_column_text][vc_column_text css=\".vc_custom_1543924717333{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/creative-production/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6909\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNhbXBhaWduLW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543924146583{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Campaign Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923135598{border-bottom-width: 10px !important;}\"]Launch the most creative campaign and increase your brand value with every campaign.[/vc_column_text][vc_column_text css=\".vc_custom_1543923171740{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/campaign-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"7168\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmV2ZW50LW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543930290651{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Event Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543930373219{border-bottom-width: 10px !important;}\"]Plan and coordinate effectively to execute event successfully without chaos.[/vc_column_text][vc_column_text css=\".vc_custom_1543930343425{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/event-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-05 18:26:52','2018-12-05 12:56:52','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7191,4,'2018-12-05 18:27:23','2018-12-05 12:57:23','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544014641722{padding-top: 70px !important;padding-bottom: 70px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544014407226{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_images_carousel images=\"6907\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNyZWF0aXZlLXByb2R1Y3Rpb24lMkY=\" css=\".vc_custom_1543924137461{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Marketing Strategy\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923105177{border-bottom-width: 10px !important;}\"]Break down your marketing strategy into step by step execution plan. Let everyone see the roadmap to the success.[/vc_column_text][vc_column_text css=\".vc_custom_1543924717333{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/creative-production/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6909\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNhbXBhaWduLW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543924146583{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Campaign Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923135598{border-bottom-width: 10px !important;}\"]Launch the most creative campaign and increase your brand value with every campaign.[/vc_column_text][vc_column_text css=\".vc_custom_1543923171740{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/campaign-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"7168\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmV2ZW50LW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543930290651{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Event Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543930373219{border-bottom-width: 10px !important;}\"]Plan and coordinate effectively to execute event successfully without chaos.[/vc_column_text][vc_column_text css=\".vc_custom_1543930343425{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/event-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-05 18:27:23','2018-12-05 12:57:23','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7193,4,'2018-12-05 18:46:41','2018-12-05 13:16:41','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544014641722{padding-top: 70px !important;padding-bottom: 70px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544014407226{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_images_carousel images=\"6907\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNyZWF0aXZlLXByb2R1Y3Rpb24lMkY=\" css=\".vc_custom_1543924137461{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Marketing Strategy\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923105177{border-bottom-width: 10px !important;}\"]Break down your marketing strategy into step by step execution plan. Let everyone see the roadmap to the success.[/vc_column_text][vc_column_text css=\".vc_custom_1543924717333{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/creative-production/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6909\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNhbXBhaWduLW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543924146583{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Campaign Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923135598{border-bottom-width: 10px !important;}\"]Launch the most creative campaign and increase your brand value with every campaign.[/vc_column_text][vc_column_text css=\".vc_custom_1543923171740{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/campaign-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"7168\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmV2ZW50LW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543930290651{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Event Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543930373219{border-bottom-width: 10px !important;}\"]Plan and coordinate effectively to execute event successfully without chaos.[/vc_column_text][vc_column_text css=\".vc_custom_1543930343425{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/event-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23425361\" use_theme_fonts=\"yes\" css=\".vc_custom_1544015784216{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"7192\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-05 18:46:41','2018-12-05 13:16:41','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7194,4,'2018-12-05 18:48:09','2018-12-05 13:18:09','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544014641722{padding-top: 70px !important;padding-bottom: 70px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544014407226{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"solution-fea-light-small-heading feature-image\"][vc_column width=\"1/3\" css=\".vc_custom_1543917487188{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_images_carousel images=\"6907\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNyZWF0aXZlLXByb2R1Y3Rpb24lMkY=\" css=\".vc_custom_1543924137461{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Marketing Strategy\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923105177{border-bottom-width: 10px !important;}\"]Break down your marketing strategy into step by step execution plan. Let everyone see the roadmap to the success.[/vc_column_text][vc_column_text css=\".vc_custom_1543924717333{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/creative-production/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"6909\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmNhbXBhaWduLW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543924146583{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Campaign Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543923135598{border-bottom-width: 10px !important;}\"]Launch the most creative campaign and increase your brand value with every campaign.[/vc_column_text][vc_column_text css=\".vc_custom_1543923171740{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/campaign-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_images_carousel images=\"7168\" img_size=\"full\" onclick=\"custom_link\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZndWlkZS5xdWlja3NjcnVtLmNvbSUyRnByb2R1Y3QlMkZzb2x1dGlvbiUyRmV2ZW50LW1hbmFnZW1lbnQlMkY=\" css=\".vc_custom_1543930290651{margin-top: 40px !important;margin-bottom: 20px !important;}\"][vc_custom_heading text=\"Event Management\" font_container=\"tag:h2|font_size:22px|text_align:left|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543930373219{border-bottom-width: 10px !important;}\"]Plan and coordinate effectively to execute event successfully without chaos.[/vc_column_text][vc_column_text css=\".vc_custom_1543930343425{margin-bottom: 40px !important;}\"]\r\n<div class=\"feature-download\"><a class=\"more-link\" style=\"color: #1e6cce;\" href=\"https://guide.quickscrum.com/product/solution/event-management/\"> more <img class=\"loaded\" src=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-original=\"https://product.quickscrum.com/wp-content/themes/flatbase-child/images/more-btn.jpg\" data-lazyload=\"true\" /> </a></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"Work management tool for all\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23425361\" use_theme_fonts=\"yes\" css=\".vc_custom_1544015888129{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"7192\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1544015855781{margin-bottom: 70px !important;}\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-05 18:48:09','2018-12-05 13:18:09','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7195,4,'2018-12-05 18:48:31','2018-12-05 13:18:31','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544014641722{padding-top: 70px !important;padding-bottom: 70px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544014407226{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"Work management tool for all\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23425361\" use_theme_fonts=\"yes\" css=\".vc_custom_1544015888129{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"7192\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1544015855781{margin-bottom: 70px !important;}\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-05 18:48:31','2018-12-05 13:18:31','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7196,4,'2018-12-05 18:49:21','2018-12-05 13:19:21','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544015959438{padding-top: 50px !important;padding-bottom: 50px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544014407226{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"Work management tool for all\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23425361\" use_theme_fonts=\"yes\" css=\".vc_custom_1544015888129{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"7192\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1544015855781{margin-bottom: 70px !important;}\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-05 18:49:21','2018-12-05 13:19:21','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7197,4,'2018-12-05 18:49:48','2018-12-05 13:19:48','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Achieve your marketing goals\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543918559169{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team execute their strategies effectively and realize the huge success</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544015959438{padding-top: 50px !important;padding-bottom: 50px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544015986652{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"Work management tool for all\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23425361\" use_theme_fonts=\"yes\" css=\".vc_custom_1544015888129{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"7192\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1544015855781{margin-bottom: 70px !important;}\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-05 18:49:48','2018-12-05 13:19:48','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7198,4,'2018-12-05 18:52:15','2018-12-05 13:22:15','','fiat-professional-consulenza-fiscale','','inherit','closed','closed','','fiat-professional-consulenza-fiscale','','','2018-12-05 18:52:15','2018-12-05 13:22:15','',7174,'https://product.quickscrum.com/wp-content/uploads/2018/12/fiat-professional-consulenza-fiscale.jpg',0,'attachment','image/jpeg',0),(7199,4,'2018-12-05 18:52:41','2018-12-05 13:22:41','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_single_image image=\"7198\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544015959438{padding-top: 50px !important;padding-bottom: 50px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544015986652{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"Work management tool for all\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23425361\" use_theme_fonts=\"yes\" css=\".vc_custom_1544015888129{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"7192\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1544015855781{margin-bottom: 70px !important;}\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-05 18:52:41','2018-12-05 13:22:41','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7200,4,'2018-12-05 18:53:14','2018-12-05 13:23:14','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016193690{background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_single_image image=\"7198\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544015959438{padding-top: 50px !important;padding-bottom: 50px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544015986652{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"Work management tool for all\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23425361\" use_theme_fonts=\"yes\" css=\".vc_custom_1544015888129{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"7192\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1544015855781{margin-bottom: 70px !important;}\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-05 18:53:14','2018-12-05 13:23:14','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7201,4,'2018-12-05 18:54:50','2018-12-05 13:24:50','','about-us-routemate-bg','About us, words hang by wooden peg','inherit','closed','closed','','about-us-routemate-bg','','','2018-12-05 18:54:50','2018-12-05 13:24:50','',7174,'https://product.quickscrum.com/wp-content/uploads/2018/12/about-us-routemate-bg.jpg',0,'attachment','image/jpeg',0),(7202,4,'2018-12-05 18:55:00','2018-12-05 13:25:00','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016193690{background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_single_image image=\"7201\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544015959438{padding-top: 50px !important;padding-bottom: 50px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544015986652{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"Work management tool for all\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23425361\" use_theme_fonts=\"yes\" css=\".vc_custom_1544015888129{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"7192\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1544015855781{margin-bottom: 70px !important;}\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-05 18:55:00','2018-12-05 13:25:00','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7203,4,'2018-12-05 18:55:33','2018-12-05 13:25:33','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1544016332009{background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_single_image image=\"7201\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544015959438{padding-top: 50px !important;padding-bottom: 50px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544015986652{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"Work management tool for all\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23425361\" use_theme_fonts=\"yes\" css=\".vc_custom_1544015888129{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"7192\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1544015855781{margin-bottom: 70px !important;}\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-05 18:55:33','2018-12-05 13:25:33','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7204,4,'2018-12-05 18:56:24','2018-12-05 13:26:24','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1544016332009{background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_single_image image=\"7201\" img_size=\"large\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544015959438{padding-top: 50px !important;padding-bottom: 50px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544015986652{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"Work management tool for all\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23425361\" use_theme_fonts=\"yes\" css=\".vc_custom_1544015888129{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"7192\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1544015855781{margin-bottom: 70px !important;}\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-05 18:56:24','2018-12-05 13:26:24','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7205,4,'2018-12-05 18:57:00','2018-12-05 13:27:00','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_single_image image=\"7201\" img_size=\"large\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544015959438{padding-top: 50px !important;padding-bottom: 50px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544015986652{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"Work management tool for all\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23425361\" use_theme_fonts=\"yes\" css=\".vc_custom_1544015888129{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"7192\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1544015855781{margin-bottom: 70px !important;}\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-05 18:57:00','2018-12-05 13:27:00','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7206,4,'2018-12-05 19:00:52','2018-12-05 13:30:52','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_single_image image=\"7201\" img_size=\"large\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544015959438{padding-top: 50px !important;padding-bottom: 50px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544015986652{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"Work management tool for all\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23425361\" use_theme_fonts=\"yes\" css=\".vc_custom_1544015888129{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"7192\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1544015855781{margin-bottom: 70px !important;}\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]\r\n[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Keep your project under control till the end\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543926758183{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Plan your team work, attach files, discuss via comment, list actions and assign to a team member, set due date and track work status. Reduce chaos and keep everyone sync.</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"solution-fea-light-heading\"][vc_column][vc_custom_heading','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-05 19:00:52','2018-12-05 13:30:52','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7207,4,'2018-12-05 19:01:22','2018-12-05 13:31:22','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_single_image image=\"7201\" img_size=\"large\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544015959438{padding-top: 50px !important;padding-bottom: 50px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544015986652{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"Work management tool for all\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23425361\" use_theme_fonts=\"yes\" css=\".vc_custom_1544015888129{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"7192\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1544015855781{margin-bottom: 70px !important;}\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]\r\n[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Keep your project under control till the end\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543926758183{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Plan your team work, attach files, discuss via comment, list actions and assign to a team member, set due date and track work status. Reduce chaos and keep everyone sync.</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"solution-fea-light-heading\"][vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-05 19:01:22','2018-12-05 13:31:22','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7208,4,'2018-12-05 19:02:41','2018-12-05 13:32:41','<p>[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_single_image image=\"7201\" img_size=\"large\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544015959438{padding-top: 50px !important;padding-bottom: 50px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544015986652{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"Work management tool for all\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23425361\" use_theme_fonts=\"yes\" css=\".vc_custom_1544015888129{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"7192\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1544015855781{margin-bottom: 70px !important;}\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]</p>\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<p><a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]<br />\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016760327{padding-top: 150px !important;padding-bottom: 150px !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"solution-fea-light-heading\"][/vc_row][vc_column][/vc_column]</p>\r\n','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-05 19:02:41','2018-12-05 13:32:41','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7209,4,'2018-12-05 19:03:32','2018-12-05 13:33:32','<p>[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_single_image image=\"7201\" img_size=\"large\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544015959438{padding-top: 50px !important;padding-bottom: 50px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544015986652{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"Work management tool for all\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23425361\" use_theme_fonts=\"yes\" css=\".vc_custom_1544015888129{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"7192\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1544015855781{margin-bottom: 70px !important;}\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]</p>\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<p><a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]<br />\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016760327{padding-top: 150px !important;padding-bottom: 150px !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]</p>\r\n','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-05 19:03:32','2018-12-05 13:33:32','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7210,4,'2018-12-05 19:04:05','2018-12-05 13:34:05','<p>[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_single_image image=\"7201\" img_size=\"large\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544015959438{padding-top: 50px !important;padding-bottom: 50px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016835232{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"Work management tool for all\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23425361\" use_theme_fonts=\"yes\" css=\".vc_custom_1544015888129{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_single_image image=\"7192\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1544015855781{margin-bottom: 70px !important;}\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]</p>\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<p><a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]<br />\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]</p>\r\n','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-05 19:04:05','2018-12-05 13:34:05','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7211,3,'2018-12-07 12:29:34','2018-12-07 06:59:34','<p>[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Publish creative content that matters\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1544164959114{margin-bottom: 30px !important;}\"]</p>\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your content team brainstorm over ideas, write stories that matter most to your audience and publish to the most influential channels. Manage complete creation to publication process within Quickscrum.</span></strong></p>\n<p>[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"solution-fea-light-heading\" css=\".vc_custom_1543906647271{padding-right: 40px !important;padding-left: 40px !important;}\"][vc_column][vc_custom_heading text=\"Visually manage your content creation to the publication process<br />\n\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543578015558{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2 line-height-h2-45\"][vc_column width=\"2/3\"][vc_single_image image=\"7061\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Editorial Calendar\" font_container=\"tag:h2|font_size:39px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\" css=\".vc_custom_1544161771792{margin-top: 50px !important;margin-bottom: 20px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">List out content topics for the newspaper, magazine, blog, email newsletters, social media etc. with their publication dates.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution font-weight-bold-h2 line-height-h2-45\" css=\".vc_custom_1543578004491{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"Produce Content\" font_container=\"tag:h2|font_size:39px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\" css=\".vc_custom_1544165645832{margin-top: 30px !important;margin-bottom: 20px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Discuss over ideas, track content production status and produce the unique content that your readers want.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"7062\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7063\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Publish Content\" font_container=\"tag:h2|font_size:39px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Publish content as scheduled and reach to your targetted audience. </span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]</p>\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\n<p class=\"pricing-text txt-italic\">per User</p>\n<p class=\"pricing-text txt-italic\">per Month</p>\n<p><a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\n','Editorial Calendar','Visually manage your content creation to the publication process.\n','inherit','closed','closed','','7060-autosave-v1','','','2018-12-07 12:29:34','2018-12-07 06:59:34','',7060,'https://guide.quickscrum.com/product/7060-autosave-v1/',0,'revision','',0),(7212,4,'2018-12-07 16:27:28','2018-12-07 10:57:28','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Launch product successfully \" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1544243315426{margin-bottom: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Keep your marketing team sync with product roadmap, plan launch of every product release and execute the launch successfully to grow your business.</span></strong></p>\r\n[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"solution-fea-light-heading\"][vc_column][vc_custom_heading text=\"Grow rapidly with successful product launches\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384677922{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7036\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Plan Launches\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Plan launch of every single product release to reach to the wider audience.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution font-weight-bold-h2\" css=\".vc_custom_1543384737068{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"List Actions\" font_container=\"tag:h2|font_size:45px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">List actions for every milestone, track status and collaborate with teams to get them done.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"7035\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7037\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Launch Successfully\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%2301bfa5|line_height:54px\" use_theme_fonts=\"yes\" css=\".vc_custom_1544162483577{margin-top: -10px !important;margin-bottom: 22px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Successful execution of the action plan leads to the exceptional product launch and gets the positive market response.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Launches Roadmap','Launch every product milestone effectively and grow rapidly with every launch.','publish','closed','closed','','launches-roadmap','','','2018-12-08 09:59:22','2018-12-08 04:29:22','',0,'https://guide.quickscrum.com/product/?post_type=solution&p=7212',5,'solution','',0),(7213,4,'2018-12-07 16:37:19','2018-12-07 11:07:19','','Launches Roadmap','','inherit','closed','closed','','launches-roadmap-2','','','2018-12-07 16:37:19','2018-12-07 11:07:19','',7212,'https://product.quickscrum.com/wp-content/uploads/2018/12/Launches-Roadmap.jpg',0,'attachment','image/jpeg',0),(7214,4,'2018-12-07 16:43:57','2018-12-07 11:13:57','','Project Management','','inherit','closed','closed','','project-management-2','','','2018-12-07 16:43:57','2018-12-07 11:13:57','',7082,'https://product.quickscrum.com/wp-content/uploads/2018/12/Project-Management.png',0,'attachment','image/png',0),(7215,3,'2018-12-08 09:32:40','2018-12-08 04:02:40','<p>[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Launch product successfully \" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1544241559682{margin-bottom: 30px !important;}\"]</p>\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Keep your marketing team sync with product roadmap, plan launch of every single milestone and launch it successfully in the market to grow your business.</span></strong></p>\n<p>[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"solution-fea-light-heading\"][vc_column][vc_custom_heading text=\"Grow rapidly with successful product launches\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384677922{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7036\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Plan Launches\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Plan launch of every single product milestone and reach to the wider audience.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution font-weight-bold-h2\" css=\".vc_custom_1543384737068{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"List Actions\" font_container=\"tag:h2|font_size:45px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">List actions for every milestone and collaborate with teams to get them done.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"7035\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7037\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Launch Successfully\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%2301bfa5|line_height:54px\" use_theme_fonts=\"yes\" css=\".vc_custom_1544162483577{margin-top: -10px !important;margin-bottom: 22px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Track progress of every action and launch product release successfully to the market.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]</p>\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\n<p class=\"pricing-text txt-italic\">per User</p>\n<p class=\"pricing-text txt-italic\">per Month</p>\n<p><a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\n','Launches Roadmap','Launch every product milestone effectively and grow rapidly with every launch.','inherit','closed','closed','','7212-autosave-v1','','','2018-12-08 09:32:40','2018-12-08 04:02:40','',7212,'https://guide.quickscrum.com/product/7212-autosave-v1/',0,'revision','',0),(7216,3,'2018-12-08 11:13:51','2018-12-08 05:43:51','<p>[vc_row full_width=\"stretch_row\" css=\".vc_custom_1543385149555{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #01bfa5 !important;}\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_custom_heading text=\"Launch the most successful campaign\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543384496447{margin-bottom: 30px !important;}\"]</p>\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">Let your marketing team discuss over creative ideas, plan campaign effectively and keep everyone sync to launch the most successful campaign</span></strong></p>\n<p>[/vc_column_text][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"solution-fea-light-heading\"][vc_column][vc_custom_heading text=\"Launch the successful campaign\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384677922{padding-top: 60px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7024\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Set Campaign Goal\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\" css=\".vc_custom_1544246744401{margin-top: 20px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">Set a highly precise campaign objective and share with all team members.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"home-solution font-weight-bold-h2\" css=\".vc_custom_1543384737068{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #f2fbfa !important;}\"][vc_column width=\"1/3\" el_class=\"text-left-sec\"][vc_custom_heading text=\"List Actions\" font_container=\"tag:h2|font_size:45px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\" css=\".vc_custom_1544247342403{margin-top: 20px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 0.07rem;\">List actions, assign to the team members and track the status.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"7025\" img_size=\"full\" alignment=\"center\" el_class=\"img-left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1543384742876{padding-top: 90px !important;padding-bottom: 75px !important;background-color: #ffffff !important;}\" el_class=\"home-solution font-weight-bold-h2\"][vc_column width=\"2/3\"][vc_single_image image=\"7026\" img_size=\"full\" alignment=\"center\" el_class=\"img-right\"][/vc_column][vc_column width=\"1/3\" el_class=\"text-right-sec\"][vc_custom_heading text=\"Launch Campaign\" font_container=\"tag:h2|font_size:46px|text_align:left|color:%2301bfa5\" use_theme_fonts=\"yes\" css=\".vc_custom_1544247353046{margin-top: 20px !important;}\"][vc_column_text]<span style=\"font-size: 20px; letter-spacing: 1.12px;\">Collaborate with the team better and follow the action plan to launch a successful campaign.</span>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]</p>\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\n<p class=\"pricing-text txt-italic\">per User</p>\n<p class=\"pricing-text txt-italic\">per Month</p>\n<p><a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\n','Campaign Management','Launch the most creative campaigns and keep on increasing your brand value.','inherit','closed','closed','','6856-autosave-v1','','','2018-12-08 11:13:51','2018-12-08 05:43:51','',6856,'https://guide.quickscrum.com/product/6856-autosave-v1/',0,'revision','',0),(7218,4,'2018-12-10 16:27:49','2018-12-10 10:57:49','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_single_image image=\"7201\" img_size=\"large\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544015959438{padding-top: 50px !important;padding-bottom: 50px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016835232{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css=\".vc_custom_1544439439117{background-color: #e8e8e8 !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css=\".vc_custom_1544439439117{background-color: #e8e8e8 !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css=\".vc_custom_1544439439117{background-color: #e8e8e8 !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css=\".vc_custom_1544439439117{background-color: #e8e8e8 !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css=\".vc_custom_1544439439117{background-color: #e8e8e8 !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css=\".vc_custom_1544439439117{background-color: #e8e8e8 !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css=\".vc_custom_1544439439117{background-color: #e8e8e8 !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css=\".vc_custom_1544439439117{background-color: #e8e8e8 !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-10 16:27:49','2018-12-10 10:57:49','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7219,4,'2018-12-10 16:49:29','2018-12-10 11:19:29','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_single_image image=\"7201\" img_size=\"large\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544015959438{padding-top: 50px !important;padding-bottom: 50px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016835232{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css=\".vc_custom_1544440767513{background-color: #e8e8e8 !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css=\".vc_custom_1544439439117{background-color: #e8e8e8 !important;}\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-10 16:49:29','2018-12-10 11:19:29','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (7221,4,'2018-12-10 18:34:39','2018-12-10 13:04:39','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\"][vc_column][vc_single_image image=\"7220\" img_size=\"large\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544015959438{padding-top: 50px !important;padding-bottom: 50px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016835232{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css=\".vc_custom_1544440767513{background-color: #e8e8e8 !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css=\".vc_custom_1544439439117{background-color: #e8e8e8 !important;}\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-10 18:34:39','2018-12-10 13:04:39','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7222,4,'2018-12-10 18:35:26','2018-12-10 13:05:26','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7220\" img_size=\"large\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544015959438{padding-top: 50px !important;padding-bottom: 50px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016835232{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css=\".vc_custom_1544440767513{background-color: #e8e8e8 !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css=\".vc_custom_1544439439117{background-color: #e8e8e8 !important;}\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-10 18:35:26','2018-12-10 13:05:26','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7223,4,'2018-12-10 18:37:13','2018-12-10 13:07:13','','about-us-header','','inherit','closed','closed','','about-us-header','','','2018-12-10 18:37:13','2018-12-10 13:07:13','',7174,'https://product.quickscrum.com/wp-content/uploads/2018/12/about-us-header.png',0,'attachment','image/png',0),(7224,4,'2018-12-10 18:37:24','2018-12-10 13:07:24','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544015959438{padding-top: 50px !important;padding-bottom: 50px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016835232{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css=\".vc_custom_1544440767513{background-color: #e8e8e8 !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css=\".vc_custom_1544439439117{background-color: #e8e8e8 !important;}\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-10 18:37:24','2018-12-10 13:07:24','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7225,4,'2018-12-10 18:38:52','2018-12-10 13:08:52','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447331936{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css=\".vc_custom_1544440767513{background-color: #e8e8e8 !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css=\".vc_custom_1544439439117{background-color: #e8e8e8 !important;}\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-10 18:38:52','2018-12-10 13:08:52','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7226,4,'2018-12-10 18:39:39','2018-12-10 13:09:39','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447331936{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row el_class=\"lato-font-family h2\"][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css=\".vc_custom_1544440767513{background-color: #e8e8e8 !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css=\".vc_custom_1544439439117{background-color: #e8e8e8 !important;}\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-10 18:39:39','2018-12-10 13:09:39','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7227,4,'2018-12-10 18:41:25','2018-12-10 13:11:25','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447331936{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row el_class=\"lato-font-family h2\" css=\".vc_custom_1544447475049{background-color: #efefef !important;}\"][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css=\".vc_custom_1544447456822{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #e8e8e8 !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css=\".vc_custom_1544447456822{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #e8e8e8 !important;}\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-10 18:41:25','2018-12-10 13:11:25','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7228,4,'2018-12-10 18:42:13','2018-12-10 13:12:13','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447331936{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544447532767{background-color: #efefef !important;}\"][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css=\".vc_custom_1544447512342{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css=\".vc_custom_1544447518979{padding-top: 50px !important;padding-bottom: 50px !important;}\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-10 18:42:13','2018-12-10 13:12:13','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7229,4,'2018-12-10 18:42:37','2018-12-10 13:12:37','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447331936{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544447556235{background-color: #efefef !important;}\"][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css=\".vc_custom_1544447512342{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css=\".vc_custom_1544447518979{padding-top: 50px !important;padding-bottom: 50px !important;}\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-10 18:42:37','2018-12-10 13:12:37','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7230,4,'2018-12-10 18:42:52','2018-12-10 13:12:52','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447331936{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544447570972{background-color: #efefef !important;}\"][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css=\".vc_custom_1544447512342{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css=\".vc_custom_1544447518979{padding-top: 50px !important;padding-bottom: 50px !important;}\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-10 18:42:52','2018-12-10 13:12:52','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7231,4,'2018-12-10 18:43:29','2018-12-10 13:13:29','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447331936{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544447570972{background-color: #efefef !important;}\"][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css=\".vc_custom_1544447595667{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css=\".vc_custom_1544447608169{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;}\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-10 18:43:29','2018-12-10 13:13:29','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7232,4,'2018-12-10 18:43:56','2018-12-10 13:13:56','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447331936{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544447635198{margin-top: 150px !important;margin-bottom: 150px !important;background-color: #efefef !important;}\"][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css=\".vc_custom_1544447595667{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css=\".vc_custom_1544447608169{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;}\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-10 18:43:56','2018-12-10 13:13:56','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7233,4,'2018-12-10 18:44:15','2018-12-10 13:14:15','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447331936{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544447654893{border-bottom-width: 150px !important;padding-top: 150px !important;background-color: #efefef !important;}\"][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css=\".vc_custom_1544447595667{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css=\".vc_custom_1544447608169{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;}\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-10 18:44:15','2018-12-10 13:14:15','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7234,4,'2018-12-10 18:44:37','2018-12-10 13:14:37','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447331936{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544447676577{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #efefef !important;}\"][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css=\".vc_custom_1544447595667{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css=\".vc_custom_1544447608169{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;}\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-10 18:44:37','2018-12-10 13:14:37','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7235,4,'2018-12-10 18:45:08','2018-12-10 13:15:08','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447331936{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544447676577{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #efefef !important;}\"][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css_animation=\"bounceIn\" css=\".vc_custom_1544447696985{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css_animation=\"bounceIn\" css=\".vc_custom_1544447706543{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;}\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-10 18:45:08','2018-12-10 13:15:08','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7236,4,'2018-12-10 18:47:09','2018-12-10 13:17:09','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447331936{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544447741904{padding-top: 150px !important;padding-bottom: 150px !important;}\"][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css_animation=\"fadeIn\" css=\".vc_custom_1544447818803{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ededed !important;border-radius: 1px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css_animation=\"fadeIn\" css=\".vc_custom_1544447818803{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ededed !important;border-radius: 1px !important;}\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-10 18:47:09','2018-12-10 13:17:09','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7237,4,'2018-12-10 18:48:52','2018-12-10 13:18:52','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447331936{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544447741904{padding-top: 150px !important;padding-bottom: 150px !important;}\"][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css_animation=\"fadeInDown\" css=\".vc_custom_1544447885467{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ededed !important;border-radius: 1px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css_animation=\"fadeInDown\" css=\".vc_custom_1544447885467{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ededed !important;border-radius: 1px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css_animation=\"fadeInDown\" css=\".vc_custom_1544447885467{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ededed !important;border-radius: 1px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css_animation=\"fadeInDown\" css=\".vc_custom_1544447885467{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ededed !important;border-radius: 1px !important;}\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-10 18:48:52','2018-12-10 13:18:52','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7238,4,'2018-12-10 18:49:26','2018-12-10 13:19:26','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447331936{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544447741904{padding-top: 150px !important;padding-bottom: 150px !important;}\"][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css_animation=\"fadeInDown\" css=\".vc_custom_1544447964017{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-radius: 1px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css_animation=\"fadeInDown\" css=\".vc_custom_1544447885467{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ededed !important;border-radius: 1px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css_animation=\"fadeInDown\" css=\".vc_custom_1544447885467{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ededed !important;border-radius: 1px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css_animation=\"fadeInDown\" css=\".vc_custom_1544447885467{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ededed !important;border-radius: 1px !important;}\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-10 18:49:26','2018-12-10 13:19:26','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7239,4,'2018-12-10 18:50:08','2018-12-10 13:20:08','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447331936{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544447741904{padding-top: 150px !important;padding-bottom: 150px !important;}\"][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css_animation=\"fadeInDown\" css=\".vc_custom_1544448007093{border-top-width: 1px !important;border-bottom-width: 1px !important;border-left-width: 1px !important;padding-top: 50px !important;padding-right: 1px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #727272 !important;border-top-color: #727272 !important;border-bottom-color: #727272 !important;border-radius: 1px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css_animation=\"fadeInDown\" css=\".vc_custom_1544447885467{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ededed !important;border-radius: 1px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css_animation=\"fadeInDown\" css=\".vc_custom_1544447885467{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ededed !important;border-radius: 1px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css_animation=\"fadeInDown\" css=\".vc_custom_1544447885467{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ededed !important;border-radius: 1px !important;}\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-10 18:50:08','2018-12-10 13:20:08','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7240,4,'2018-12-10 18:50:46','2018-12-10 13:20:46','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447331936{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544447741904{padding-top: 150px !important;padding-bottom: 150px !important;}\"][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css_animation=\"fadeInDown\" css=\".vc_custom_1544448045564{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-radius: 1px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css_animation=\"fadeInDown\" css=\".vc_custom_1544447885467{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ededed !important;border-radius: 1px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css_animation=\"fadeInDown\" css=\".vc_custom_1544447885467{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ededed !important;border-radius: 1px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css_animation=\"fadeInDown\" css=\".vc_custom_1544447885467{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ededed !important;border-radius: 1px !important;}\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-10 18:50:46','2018-12-10 13:20:46','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7241,4,'2018-12-10 18:51:30','2018-12-10 13:21:30','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447331936{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544447741904{padding-top: 150px !important;padding-bottom: 150px !important;}\"][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css_animation=\"fadeInDown\" css=\".vc_custom_1544448045564{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-radius: 1px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css_animation=\"fadeInDown\" css=\".vc_custom_1544448082802{border-top-width: 1px !important;border-bottom-width: 1px !important;border-left-width: 1px !important;padding-top: 50px !important;padding-right: 1px !important;padding-bottom: 50px !important;background-color: #ededed !important;border-left-color: #dd3333 !important;border-left-style: solid !important;border-top-color: #dd3333 !important;border-top-style: solid !important;border-bottom-color: #dd3333 !important;border-bottom-style: solid !important;border-radius: 1px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css_animation=\"fadeInDown\" css=\".vc_custom_1544447885467{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ededed !important;border-radius: 1px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css_animation=\"fadeInDown\" css=\".vc_custom_1544447885467{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ededed !important;border-radius: 1px !important;}\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-10 18:51:30','2018-12-10 13:21:30','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7242,4,'2018-12-10 18:52:03','2018-12-10 13:22:03','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447331936{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544447741904{padding-top: 150px !important;padding-bottom: 150px !important;}\"][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css_animation=\"fadeInDown\" css=\".vc_custom_1544448045564{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-radius: 1px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css_animation=\"fadeInDown\" css=\".vc_custom_1544448121678{border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;border-left-width: 1px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #dd3333 !important;border-left-style: solid !important;border-right-color: #dd3333 !important;border-right-style: solid !important;border-top-color: #dd3333 !important;border-top-style: solid !important;border-bottom-color: #dd3333 !important;border-bottom-style: solid !important;border-radius: 1px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css_animation=\"fadeInDown\" css=\".vc_custom_1544447885467{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ededed !important;border-radius: 1px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css_animation=\"fadeInDown\" css=\".vc_custom_1544447885467{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ededed !important;border-radius: 1px !important;}\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-10 18:52:03','2018-12-10 13:22:03','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7243,4,'2018-12-10 18:58:38','2018-12-10 13:28:38','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447331936{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544447741904{padding-top: 150px !important;padding-bottom: 150px !important;}\"][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css_animation=\"fadeInDown\" css=\".vc_custom_1544448384063{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #27c1cd !important;border-radius: 1px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css_animation=\"fadeInDown\" css=\".vc_custom_1544448418672{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ed4657 !important;border-radius: 1px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css_animation=\"fadeInDown\" css=\".vc_custom_1544448431502{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #185f8b !important;border-radius: 1px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css_animation=\"fadeInDown\" css=\".vc_custom_1544448444830{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #f28f34 !important;border-radius: 1px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css_animation=\"fadeInDown\" css=\".vc_custom_1544448481183{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #279892 !important;border-radius: 1px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css_animation=\"fadeInDown\" css=\".vc_custom_1544448492717{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ce3355 !important;border-radius: 1px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css_animation=\"fadeInDown\" css=\".vc_custom_1544448505230{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #0f576f !important;border-radius: 1px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css_animation=\"fadeInDown\" css=\".vc_custom_1544448516444{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #e47f31 !important;border-radius: 1px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-10 18:58:38','2018-12-10 13:28:38','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7244,4,'2018-12-10 19:00:47','2018-12-10 13:30:47','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447331936{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544447741904{padding-top: 150px !important;padding-bottom: 150px !important;}\"][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%2327c1cd\" css_animation=\"fadeInDown\" css=\".vc_custom_1544448644829{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #27c1cd !important;border-right-color: #27c1cd !important;border-top-color: #27c1cd !important;border-bottom-color: #27c1cd !important;border-radius: 1px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css_animation=\"fadeInDown\" css=\".vc_custom_1544448418672{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ed4657 !important;border-radius: 1px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css_animation=\"fadeInDown\" css=\".vc_custom_1544448431502{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #185f8b !important;border-radius: 1px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css_animation=\"fadeInDown\" css=\".vc_custom_1544448444830{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #f28f34 !important;border-radius: 1px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css_animation=\"fadeInDown\" css=\".vc_custom_1544448481183{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #279892 !important;border-radius: 1px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css_animation=\"fadeInDown\" css=\".vc_custom_1544448492717{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ce3355 !important;border-radius: 1px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css_animation=\"fadeInDown\" css=\".vc_custom_1544448505230{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #0f576f !important;border-radius: 1px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css_animation=\"fadeInDown\" css=\".vc_custom_1544448516444{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #e47f31 !important;border-radius: 1px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-10 19:00:47','2018-12-10 13:30:47','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7245,4,'2018-12-10 19:01:09','2018-12-10 13:31:09','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447331936{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544447741904{padding-top: 150px !important;padding-bottom: 150px !important;}\"][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%2327c1cd\" css_animation=\"fadeInDown\" css=\".vc_custom_1544448668588{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #27c1cd !important;border-left-style: solid !important;border-right-color: #27c1cd !important;border-right-style: solid !important;border-top-color: #27c1cd !important;border-top-style: solid !important;border-bottom-color: #27c1cd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css_animation=\"fadeInDown\" css=\".vc_custom_1544448418672{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ed4657 !important;border-radius: 1px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css_animation=\"fadeInDown\" css=\".vc_custom_1544448431502{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #185f8b !important;border-radius: 1px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css_animation=\"fadeInDown\" css=\".vc_custom_1544448444830{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #f28f34 !important;border-radius: 1px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css_animation=\"fadeInDown\" css=\".vc_custom_1544448481183{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #279892 !important;border-radius: 1px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css_animation=\"fadeInDown\" css=\".vc_custom_1544448492717{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ce3355 !important;border-radius: 1px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css_animation=\"fadeInDown\" css=\".vc_custom_1544448505230{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #0f576f !important;border-radius: 1px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center\" css_animation=\"fadeInDown\" css=\".vc_custom_1544448516444{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #e47f31 !important;border-radius: 1px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-10 19:01:09','2018-12-10 13:31:09','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7246,4,'2018-12-10 19:04:35','2018-12-10 13:34:35','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447331936{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544447741904{padding-top: 150px !important;padding-bottom: 150px !important;}\"][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%2327c1cd\" css_animation=\"fadeInDown\" css=\".vc_custom_1544448668588{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #27c1cd !important;border-left-style: solid !important;border-right-color: #27c1cd !important;border-right-style: solid !important;border-top-color: #27c1cd !important;border-top-style: solid !important;border-bottom-color: #27c1cd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ed4657\" css_animation=\"fadeInDown\" css=\".vc_custom_1544448724551{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #ed4657 !important;border-left-style: solid !important;border-right-color: #ed4657 !important;border-right-style: solid !important;border-top-color: #ed4657 !important;border-top-style: solid !important;border-bottom-color: #ed4657 !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23185f8b\" css_animation=\"fadeInDown\" css=\".vc_custom_1544448747676{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #185f8b !important;border-left-style: solid !important;border-right-color: #185f8b !important;border-right-style: solid !important;border-top-color: #185f8b !important;border-top-style: solid !important;border-bottom-color: #185f8b !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23f28f34\" css_animation=\"fadeInDown\" css=\".vc_custom_1544448768402{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #f28f34 !important;border-right-color: #f28f34 !important;border-top-color: #f28f34 !important;border-bottom-color: #f28f34 !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23279892\" css_animation=\"fadeInDown\" css=\".vc_custom_1544448790944{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #279892 !important;border-left-style: solid !important;border-right-color: #279892 !important;border-right-style: solid !important;border-top-color: #279892 !important;border-top-style: solid !important;border-bottom-color: #279892 !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ce3355\" css_animation=\"fadeInDown\" css=\".vc_custom_1544448818522{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #ce3355 !important;border-left-style: solid !important;border-right-color: #ce3355 !important;border-right-style: solid !important;border-top-color: #ce3355 !important;border-top-style: solid !important;border-bottom-color: #ce3355 !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%230f576f\" css_animation=\"fadeInDown\" css=\".vc_custom_1544448852259{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #0f576f !important;border-left-style: solid !important;border-right-color: #0f576f !important;border-right-style: solid !important;border-top-color: #0f576f !important;border-top-style: solid !important;border-bottom-color: #0f576f !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23e47f31\" css_animation=\"fadeInDown\" css=\".vc_custom_1544448874331{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #e47f31 !important;border-left-style: solid !important;border-right-color: #e47f31 !important;border-right-style: solid !important;border-top-color: #e47f31 !important;border-top-style: solid !important;border-bottom-color: #e47f31 !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-10 19:04:35','2018-12-10 13:34:35','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7247,4,'2018-12-10 19:07:25','2018-12-10 13:37:25','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447331936{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544447741904{padding-top: 150px !important;padding-bottom: 150px !important;}\"][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\" css_animation=\"fadeInDown\" css=\".vc_custom_1544448999863{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #27c1cd !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\" css_animation=\"fadeInDown\" css=\".vc_custom_1544449017343{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ee4655 !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\" css_animation=\"fadeInDown\" css=\".vc_custom_1544449033729{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #19608c !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23ffffff\" css_animation=\"fadeInDown\" css=\".vc_custom_1544449044241{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #f98c2f !important;}\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-10 19:07:25','2018-12-10 13:37:25','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7248,4,'2018-12-10 19:09:05','2018-12-10 13:39:05','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447331936{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544447741904{padding-top: 150px !important;padding-bottom: 150px !important;}\"][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544449129628{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #556675 !important;border-left-style: solid !important;border-right-color: #556675 !important;border-right-style: solid !important;border-top-color: #556675 !important;border-top-style: solid !important;border-bottom-color: #556675 !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544449129628{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #556675 !important;border-left-style: solid !important;border-right-color: #556675 !important;border-right-style: solid !important;border-top-color: #556675 !important;border-top-style: solid !important;border-bottom-color: #556675 !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544449129628{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #556675 !important;border-left-style: solid !important;border-right-color: #556675 !important;border-right-style: solid !important;border-top-color: #556675 !important;border-top-style: solid !important;border-bottom-color: #556675 !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544449129628{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #556675 !important;border-left-style: solid !important;border-right-color: #556675 !important;border-right-style: solid !important;border-top-color: #556675 !important;border-top-style: solid !important;border-bottom-color: #556675 !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544449129628{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #556675 !important;border-left-style: solid !important;border-right-color: #556675 !important;border-right-style: solid !important;border-top-color: #556675 !important;border-top-style: solid !important;border-bottom-color: #556675 !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544449129628{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #556675 !important;border-left-style: solid !important;border-right-color: #556675 !important;border-right-style: solid !important;border-top-color: #556675 !important;border-top-style: solid !important;border-bottom-color: #556675 !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544449129628{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #556675 !important;border-left-style: solid !important;border-right-color: #556675 !important;border-right-style: solid !important;border-top-color: #556675 !important;border-top-style: solid !important;border-bottom-color: #556675 !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544449129628{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #556675 !important;border-left-style: solid !important;border-right-color: #556675 !important;border-right-style: solid !important;border-top-color: #556675 !important;border-top-style: solid !important;border-bottom-color: #556675 !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-10 19:09:05','2018-12-10 13:39:05','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7249,4,'2018-12-11 10:20:58','2018-12-11 04:50:58','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447331936{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544447741904{padding-top: 150px !important;padding-bottom: 150px !important;}\"][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544503801610{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #f5f5f5 !important;border-left-style: solid !important;border-right-color: #f5f5f5 !important;border-right-style: solid !important;border-top-color: #f5f5f5 !important;border-top-style: solid !important;border-bottom-color: #f5f5f5 !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544503808495{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #f5f5f5 !important;border-left-style: solid !important;border-right-color: #f5f5f5 !important;border-right-style: solid !important;border-top-color: #f5f5f5 !important;border-top-style: solid !important;border-bottom-color: #f5f5f5 !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544503814527{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #f5f5f5 !important;border-left-style: solid !important;border-right-color: #f5f5f5 !important;border-right-style: solid !important;border-top-color: #f5f5f5 !important;border-top-style: solid !important;border-bottom-color: #f5f5f5 !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544503820961{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #f5f5f5 !important;border-left-style: solid !important;border-right-color: #f5f5f5 !important;border-right-style: solid !important;border-top-color: #f5f5f5 !important;border-top-style: solid !important;border-bottom-color: #f5f5f5 !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544503827807{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #f5f5f5 !important;border-left-style: solid !important;border-right-color: #f5f5f5 !important;border-right-style: solid !important;border-top-color: #f5f5f5 !important;border-top-style: solid !important;border-bottom-color: #f5f5f5 !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544503849578{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #f5f5f5 !important;border-left-style: solid !important;border-right-color: #f5f5f5 !important;border-right-style: solid !important;border-top-color: #f5f5f5 !important;border-top-style: solid !important;border-bottom-color: #f5f5f5 !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544449129628{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #556675 !important;border-left-style: solid !important;border-right-color: #556675 !important;border-right-style: solid !important;border-top-color: #556675 !important;border-top-style: solid !important;border-bottom-color: #556675 !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544503856631{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #f5f5f5 !important;border-left-style: solid !important;border-right-color: #f5f5f5 !important;border-right-style: solid !important;border-top-color: #f5f5f5 !important;border-top-style: solid !important;border-bottom-color: #f5f5f5 !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-11 10:20:58','2018-12-11 04:50:58','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7250,4,'2018-12-11 10:22:36','2018-12-11 04:52:36','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447331936{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544447741904{padding-top: 150px !important;padding-bottom: 150px !important;}\"][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544503931784{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544503938382{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544503949564{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544503955448{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544503827807{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #f5f5f5 !important;border-left-style: solid !important;border-right-color: #f5f5f5 !important;border-right-style: solid !important;border-top-color: #f5f5f5 !important;border-top-style: solid !important;border-bottom-color: #f5f5f5 !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544503849578{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #f5f5f5 !important;border-left-style: solid !important;border-right-color: #f5f5f5 !important;border-right-style: solid !important;border-top-color: #f5f5f5 !important;border-top-style: solid !important;border-bottom-color: #f5f5f5 !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544449129628{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #556675 !important;border-left-style: solid !important;border-right-color: #556675 !important;border-right-style: solid !important;border-top-color: #556675 !important;border-top-style: solid !important;border-bottom-color: #556675 !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544503856631{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #f5f5f5 !important;border-left-style: solid !important;border-right-color: #f5f5f5 !important;border-right-style: solid !important;border-top-color: #f5f5f5 !important;border-top-style: solid !important;border-bottom-color: #f5f5f5 !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-11 10:22:36','2018-12-11 04:52:36','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7251,4,'2018-12-11 10:23:43','2018-12-11 04:53:43','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447331936{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544447741904{padding-top: 150px !important;padding-bottom: 150px !important;}\"][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544503931784{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544503938382{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544503949564{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544503955448{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544503991248{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544503996662{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504002142{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504022470{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-11 10:23:43','2018-12-11 04:53:43','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7252,4,'2018-12-11 10:24:13','2018-12-11 04:54:13','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447331936{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544447741904{padding-top: 150px !important;padding-bottom: 150px !important;}\"][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504052593{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544503938382{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544503949564{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544503955448{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544503991248{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544503996662{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504002142{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504022470{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-11 10:24:13','2018-12-11 04:54:13','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7253,4,'2018-12-11 10:25:44','2018-12-11 04:55:44','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447331936{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544447741904{padding-top: 150px !important;padding-bottom: 150px !important;}\"][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504052593{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504110222{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504120285{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544503955448{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504130452{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544503996662{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504144407{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504022470{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-11 10:25:44','2018-12-11 04:55:44','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7254,4,'2018-12-11 10:26:46','2018-12-11 04:56:46','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447331936{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544447741904{padding-top: 150px !important;padding-bottom: 150px !important;}\"][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504052593{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504110222{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504120285{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504181118{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504130452{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504193268{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504197700{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504206077{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-11 10:26:46','2018-12-11 04:56:46','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7255,4,'2018-12-11 10:27:10','2018-12-11 04:57:10','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447331936{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544447741904{padding-top: 150px !important;padding-bottom: 150px !important;}\"][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504229340{margin-bottom: 10px !important;border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504110222{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504120285{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504181118{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504130452{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504193268{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504197700{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504206077{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-11 10:27:10','2018-12-11 04:57:10','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7256,4,'2018-12-11 10:27:39','2018-12-11 04:57:39','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447331936{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544447741904{padding-top: 150px !important;padding-bottom: 150px !important;}\"][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504258676{margin-bottom: 25px !important;border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504110222{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504120285{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504181118{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504130452{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504193268{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504197700{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504206077{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-11 10:27:39','2018-12-11 04:57:39','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7257,4,'2018-12-11 10:30:04','2018-12-11 05:00:04','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447331936{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544447741904{padding-top: 150px !important;padding-bottom: 150px !important;}\"][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504388292{margin-bottom: 30px !important;border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504110222{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504393346{margin-bottom: 30px !important;border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504181118{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504398638{margin-bottom: 30px !important;border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504193268{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504403211{margin-bottom: 30px !important;border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504206077{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-11 10:30:04','2018-12-11 05:00:04','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7258,4,'2018-12-11 10:31:30','2018-12-11 05:01:30','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447331936{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544447741904{padding-top: 150px !important;padding-bottom: 150px !important;}\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544447741904{padding-top: 150px !important;padding-bottom: 150px !important;}\"][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504388292{margin-bottom: 30px !important;border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504110222{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504393346{margin-bottom: 30px !important;border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504181118{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504398638{margin-bottom: 30px !important;border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504193268{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504403211{margin-bottom: 30px !important;border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504206077{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-11 10:31:30','2018-12-11 05:01:30','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7259,4,'2018-12-11 10:32:07','2018-12-11 05:02:07','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447331936{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544447741904{padding-top: 150px !important;padding-bottom: 150px !important;}\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544504525834{padding-bottom: 150px !important;}\"][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504388292{margin-bottom: 30px !important;border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504110222{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504393346{margin-bottom: 30px !important;border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504181118{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504398638{margin-bottom: 30px !important;border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504193268{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504403211{margin-bottom: 30px !important;border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504206077{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-11 10:32:07','2018-12-11 05:02:07','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7260,4,'2018-12-11 10:34:31','2018-12-11 05:04:31','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447331936{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544504525834{padding-bottom: 150px !important;}\"][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504388292{margin-bottom: 30px !important;border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504110222{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504393346{margin-bottom: 30px !important;border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504181118{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504398638{margin-bottom: 30px !important;border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504193268{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504403211{margin-bottom: 30px !important;border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504206077{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-11 10:34:31','2018-12-11 05:04:31','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7261,4,'2018-12-11 10:35:10','2018-12-11 05:05:10','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447331936{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1544504708753{padding-top: 50px !important;padding-bottom: 50px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544504525834{padding-bottom: 150px !important;}\"][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504388292{margin-bottom: 30px !important;border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504110222{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504393346{margin-bottom: 30px !important;border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504181118{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504398638{margin-bottom: 30px !important;border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504193268{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504403211{margin-bottom: 30px !important;border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504206077{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-11 10:35:10','2018-12-11 05:05:10','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7262,4,'2018-12-11 10:35:37','2018-12-11 05:05:37','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447331936{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1544504736393{padding-top: 60px !important;padding-bottom: 40px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544504525834{padding-bottom: 150px !important;}\"][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504388292{margin-bottom: 30px !important;border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504110222{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504393346{margin-bottom: 30px !important;border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504181118{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504398638{margin-bottom: 30px !important;border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504193268{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504403211{margin-bottom: 30px !important;border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504206077{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-11 10:35:37','2018-12-11 05:05:37','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7263,4,'2018-12-11 10:36:25','2018-12-11 05:06:25','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447331936{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1544504785089{padding-top: 80px !important;padding-bottom: 40px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544504525834{padding-bottom: 150px !important;}\"][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504388292{margin-bottom: 30px !important;border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504110222{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504393346{margin-bottom: 30px !important;border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504181118{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504398638{margin-bottom: 30px !important;border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504193268{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504403211{margin-bottom: 30px !important;border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504206077{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-11 10:36:25','2018-12-11 05:06:25','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7264,4,'2018-12-11 10:47:32','2018-12-11 05:17:32','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447331936{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1544504785089{padding-top: 80px !important;padding-bottom: 40px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544504525834{padding-bottom: 150px !important;}\"][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544505427974{margin-bottom: 30px !important;border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #f1d300 !important;border-left-style: solid !important;border-right-color: #f1d300 !important;border-right-style: solid !important;border-top-color: #f1d300 !important;border-top-style: solid !important;border-bottom-color: #f1d300 !important;border-bottom-style: solid !important;border-radius: 10px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544505451568{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #e41937 !important;border-left-style: solid !important;border-right-color: #e41937 !important;border-right-style: solid !important;border-top-color: #e41937 !important;border-top-style: solid !important;border-bottom-color: #e41937 !important;border-bottom-style: solid !important;border-radius: 10px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504393346{margin-bottom: 30px !important;border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504181118{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504398638{margin-bottom: 30px !important;border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504193268{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504403211{margin-bottom: 30px !important;border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][vc_custom_heading text=\"Engineering\" font_container=\"tag:h2|font_size:30px|text_align:center|color:%23556675\" css_animation=\"fadeInDown\" css=\".vc_custom_1544504206077{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 100px !important;padding-bottom: 100px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-11 10:47:32','2018-12-11 05:17:32','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7266,4,'2018-12-11 11:06:07','2018-12-11 05:36:07','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447331936{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1544504785089{padding-top: 80px !important;padding-bottom: 40px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544504525834{padding-bottom: 150px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"7265\" img_size=\"full\" css=\".vc_custom_1544506566597{margin-bottom: 25px !important;}\"][vc_single_image image=\"7265\" img_size=\"full\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-11 11:06:07','2018-12-11 05:36:07','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7268,4,'2018-12-11 11:08:22','2018-12-11 05:38:22','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447331936{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1544504785089{padding-top: 80px !important;padding-bottom: 40px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544504525834{padding-bottom: 150px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"7265\" img_size=\"full\" css=\".vc_custom_1544506566597{margin-bottom: 25px !important;}\"][vc_single_image image=\"7265\" img_size=\"full\"][/vc_column][vc_column width=\"1/4\"][vc_hoverbox image=\"7267\"]Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\r\n\r\n[/vc_hoverbox][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-11 11:08:22','2018-12-11 05:38:22','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7269,4,'2018-12-11 11:10:08','2018-12-11 05:40:08','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447331936{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1544504785089{padding-top: 80px !important;padding-bottom: 40px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544504525834{padding-bottom: 150px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"7265\" img_size=\"full\" css=\".vc_custom_1544506566597{margin-bottom: 25px !important;}\"][vc_single_image image=\"7265\" img_size=\"full\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"7267\" img_size=\"full\"][vc_single_image image=\"7267\" img_size=\"full\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"7267\" img_size=\"full\"][vc_single_image image=\"7267\" img_size=\"full\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"7267\" img_size=\"full\"][vc_single_image image=\"7267\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-11 11:10:08','2018-12-11 05:40:08','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7270,4,'2018-12-11 11:10:57','2018-12-11 05:40:57','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447331936{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1544504785089{padding-top: 80px !important;padding-bottom: 40px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544504525834{padding-bottom: 150px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"7265\" img_size=\"full\" css=\".vc_custom_1544506566597{margin-bottom: 25px !important;}\"][vc_single_image image=\"7265\" img_size=\"full\"][vc_icon icon_fontawesome=\"fa fa-envelope-open\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"7267\" img_size=\"full\"][vc_single_image image=\"7267\" img_size=\"full\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"7267\" img_size=\"full\"][vc_single_image image=\"7267\" img_size=\"full\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"7267\" img_size=\"full\"][vc_single_image image=\"7267\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-11 11:10:57','2018-12-11 05:40:57','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7271,4,'2018-12-11 11:13:52','2018-12-11 05:43:52','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447331936{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1544504785089{padding-top: 80px !important;padding-bottom: 40px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544504525834{padding-bottom: 150px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"7265\" img_size=\"full\" css=\".vc_custom_1544506566597{margin-bottom: 25px !important;}\"][vc_single_image image=\"7265\" img_size=\"full\"][vc_column_text]\r\n\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\" css=\".vc_custom_1544507030562{padding-right: 0px !important;padding-left: 0px !important;}\"][vc_single_image image=\"7267\" img_size=\"full\"][vc_single_image image=\"7267\" img_size=\"full\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"7267\" img_size=\"full\"][vc_single_image image=\"7267\" img_size=\"full\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"7267\" img_size=\"full\"][vc_single_image image=\"7267\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-11 11:13:52','2018-12-11 05:43:52','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7272,4,'2018-12-11 11:14:24','2018-12-11 05:44:24','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447331936{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1544504785089{padding-top: 80px !important;padding-bottom: 40px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544504525834{padding-bottom: 150px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"7265\" img_size=\"full\" css=\".vc_custom_1544506566597{margin-bottom: 25px !important;}\"][vc_single_image image=\"7265\" img_size=\"full\"][vc_column_text]\r\n\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\" css=\".vc_custom_1544507050677{padding-right: 0px !important;padding-left: 0px !important;}\"][vc_single_image image=\"7267\" img_size=\"full\" css=\".vc_custom_1544507063291{padding-right: 0px !important;padding-left: 0px !important;}\"][vc_single_image image=\"7267\" img_size=\"full\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"7267\" img_size=\"full\"][vc_single_image image=\"7267\" img_size=\"full\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"7267\" img_size=\"full\"][vc_single_image image=\"7267\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-11 11:14:24','2018-12-11 05:44:24','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7273,4,'2018-12-11 11:14:48','2018-12-11 05:44:48','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447331936{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1544504785089{padding-top: 80px !important;padding-bottom: 40px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544504525834{padding-bottom: 150px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"7265\" img_size=\"full\" css=\".vc_custom_1544506566597{margin-bottom: 25px !important;}\"][vc_single_image image=\"7265\" img_size=\"full\"][vc_column_text]\r\n\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\" css=\".vc_custom_1544507050677{padding-right: 0px !important;padding-left: 0px !important;}\"][vc_single_image image=\"7267\" img_size=\"full\" css=\".vc_custom_1544507063291{padding-right: 0px !important;padding-left: 0px !important;}\"][vc_single_image image=\"7267\" img_size=\"full\" css=\".vc_custom_1544507087463{padding-right: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"7267\" img_size=\"full\"][vc_single_image image=\"7267\" img_size=\"full\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"7267\" img_size=\"full\"][vc_single_image image=\"7267\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-11 11:14:48','2018-12-11 05:44:48','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7274,4,'2018-12-11 11:17:11','2018-12-11 05:47:11','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447331936{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1544504785089{padding-top: 80px !important;padding-bottom: 40px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544507230522{padding-right: 0px !important;padding-bottom: 150px !important;padding-left: 0px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"7265\" img_size=\"full\" css=\".vc_custom_1544506566597{margin-bottom: 25px !important;}\"][vc_single_image image=\"7265\" img_size=\"full\"][vc_column_text]\r\n\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\" css=\".vc_custom_1544507050677{padding-right: 0px !important;padding-left: 0px !important;}\"][vc_single_image image=\"7267\" img_size=\"full\" css=\".vc_custom_1544507063291{padding-right: 0px !important;padding-left: 0px !important;}\"][vc_single_image image=\"7267\" img_size=\"full\" css=\".vc_custom_1544507087463{padding-right: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"7267\" img_size=\"full\"][vc_single_image image=\"7267\" img_size=\"full\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"7267\" img_size=\"full\"][vc_single_image image=\"7267\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-11 11:17:11','2018-12-11 05:47:11','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7275,4,'2018-12-11 11:18:49','2018-12-11 05:48:49','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447331936{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1544504785089{padding-top: 80px !important;padding-bottom: 40px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544507270205{padding-right: 0px !important;padding-bottom: 150px !important;padding-left: 0px !important;}\"][vc_column width=\"1/4\" css=\".vc_custom_1544507050677{padding-right: 0px !important;padding-left: 0px !important;}\"][vc_single_image image=\"7267\" img_size=\"full\" css=\".vc_custom_1544507063291{padding-right: 0px !important;padding-left: 0px !important;}\"][vc_single_image image=\"7267\" img_size=\"full\" css=\".vc_custom_1544507087463{padding-right: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"7265\" img_size=\"full\" css=\".vc_custom_1544506566597{margin-bottom: 25px !important;}\"][vc_single_image image=\"7265\" img_size=\"full\"][vc_column_text]\r\n\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"7267\" img_size=\"full\"][vc_single_image image=\"7267\" img_size=\"full\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"7267\" img_size=\"full\"][vc_single_image image=\"7267\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-11 11:18:49','2018-12-11 05:48:49','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7276,4,'2018-12-11 11:19:34','2018-12-11 05:49:34','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447331936{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #f7f7f7 !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1544504785089{padding-top: 80px !important;padding-bottom: 40px !important;}\"][/vc_column][/vc_row][vc_row el_class=\"lato-font-family h2\" css=\".vc_custom_1544507373696{padding-right: 0px !important;padding-bottom: 150px !important;padding-left: 0px !important;}\"][vc_column width=\"1/4\" css=\".vc_custom_1544507050677{padding-right: 0px !important;padding-left: 0px !important;}\"][vc_single_image image=\"7267\" img_size=\"full\" css=\".vc_custom_1544507063291{padding-right: 0px !important;padding-left: 0px !important;}\"][vc_single_image image=\"7267\" img_size=\"full\" css=\".vc_custom_1544507087463{padding-right: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"7265\" img_size=\"full\" css=\".vc_custom_1544506566597{margin-bottom: 25px !important;}\"][vc_single_image image=\"7265\" img_size=\"full\"][vc_column_text]\r\n\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"7267\" img_size=\"full\"][vc_single_image image=\"7267\" img_size=\"full\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"7267\" img_size=\"full\"][vc_single_image image=\"7267\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-11 11:19:34','2018-12-11 05:49:34','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7277,4,'2018-12-11 11:24:52','2018-12-11 05:54:52','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544507661762{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544507685483{background-color: #f5f5f5 !important;}\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1544504785089{padding-top: 80px !important;padding-bottom: 40px !important;}\"][/vc_column][/vc_row][vc_row el_class=\"lato-font-family h2\" css=\".vc_custom_1544507691576{padding-right: 0px !important;padding-bottom: 150px !important;padding-left: 0px !important;background-color: #f5f5f5 !important;}\"][vc_column width=\"1/4\" css=\".vc_custom_1544507050677{padding-right: 0px !important;padding-left: 0px !important;}\"][vc_single_image image=\"7267\" img_size=\"full\" css=\".vc_custom_1544507063291{padding-right: 0px !important;padding-left: 0px !important;}\"][vc_single_image image=\"7267\" img_size=\"full\" css=\".vc_custom_1544507087463{padding-right: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"7265\" img_size=\"full\" css=\".vc_custom_1544506566597{margin-bottom: 25px !important;}\"][vc_single_image image=\"7265\" img_size=\"full\"][vc_column_text]\r\n\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"7267\" img_size=\"full\"][vc_single_image image=\"7267\" img_size=\"full\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"7267\" img_size=\"full\"][vc_single_image image=\"7267\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-11 11:24:52','2018-12-11 05:54:52','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7278,4,'2018-12-11 11:25:11','2018-12-11 05:55:11','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544507661762{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544507685483{background-color: #f5f5f5 !important;}\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1544504785089{padding-top: 80px !important;padding-bottom: 40px !important;}\"][/vc_column][/vc_row][vc_row el_class=\"lato-font-family h2\" css=\".vc_custom_1544507691576{padding-right: 0px !important;padding-bottom: 150px !important;padding-left: 0px !important;background-color: #f5f5f5 !important;}\"][vc_column width=\"1/4\" css=\".vc_custom_1544507050677{padding-right: 0px !important;padding-left: 0px !important;}\"][vc_single_image image=\"7267\" img_size=\"full\" css=\".vc_custom_1544507063291{padding-right: 0px !important;padding-left: 0px !important;}\"][vc_single_image image=\"7267\" img_size=\"full\" css=\".vc_custom_1544507087463{padding-right: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"7265\" img_size=\"full\" css=\".vc_custom_1544506566597{margin-bottom: 25px !important;}\"][vc_single_image image=\"7265\" img_size=\"full\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"7267\" img_size=\"full\"][vc_single_image image=\"7267\" img_size=\"full\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"7267\" img_size=\"full\"][vc_single_image image=\"7267\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-11 11:25:11','2018-12-11 05:55:11','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7279,4,'2018-12-11 11:26:13','2018-12-11 05:56:13','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544507763868{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544507685483{background-color: #f5f5f5 !important;}\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1544504785089{padding-top: 80px !important;padding-bottom: 40px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544507772280{padding-right: 0px !important;padding-bottom: 150px !important;padding-left: 0px !important;background-color: #f5f5f5 !important;}\"][vc_column width=\"1/4\" css=\".vc_custom_1544507050677{padding-right: 0px !important;padding-left: 0px !important;}\"][vc_single_image image=\"7267\" img_size=\"full\" css=\".vc_custom_1544507063291{padding-right: 0px !important;padding-left: 0px !important;}\"][vc_single_image image=\"7267\" img_size=\"full\" css=\".vc_custom_1544507087463{padding-right: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"7265\" img_size=\"full\" css=\".vc_custom_1544506566597{margin-bottom: 25px !important;}\"][vc_single_image image=\"7265\" img_size=\"full\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"7267\" img_size=\"full\"][vc_single_image image=\"7267\" img_size=\"full\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"7267\" img_size=\"full\"][vc_single_image image=\"7267\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-11 11:26:13','2018-12-11 05:56:13','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7280,4,'2018-12-11 11:27:22','2018-12-11 05:57:22','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544507763868{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544507685483{background-color: #f5f5f5 !important;}\"][vc_column][vc_single_image image=\"7267\" img_size=\"full\" css=\".vc_custom_1544507063291{padding-right: 0px !important;padding-left: 0px !important;}\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1544504785089{padding-top: 80px !important;padding-bottom: 40px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544507772280{padding-right: 0px !important;padding-bottom: 150px !important;padding-left: 0px !important;background-color: #f5f5f5 !important;}\"][vc_column width=\"1/4\" css=\".vc_custom_1544507050677{padding-right: 0px !important;padding-left: 0px !important;}\"][vc_single_image image=\"7267\" img_size=\"full\" css=\".vc_custom_1544507087463{padding-right: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"7265\" img_size=\"full\" css=\".vc_custom_1544506566597{margin-bottom: 25px !important;}\"][vc_single_image image=\"7265\" img_size=\"full\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"7267\" img_size=\"full\"][vc_single_image image=\"7267\" img_size=\"full\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"7267\" img_size=\"full\"][vc_single_image image=\"7267\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-11 11:27:22','2018-12-11 05:57:22','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7281,4,'2018-12-11 11:27:49','2018-12-11 05:57:49','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544447322097{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544507763868{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544507685483{background-color: #f5f5f5 !important;}\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1544504785089{padding-top: 80px !important;padding-bottom: 40px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544507772280{padding-right: 0px !important;padding-bottom: 150px !important;padding-left: 0px !important;background-color: #f5f5f5 !important;}\"][vc_column width=\"1/4\" css=\".vc_custom_1544507050677{padding-right: 0px !important;padding-left: 0px !important;}\"][vc_single_image image=\"7267\" img_size=\"full\" css=\".vc_custom_1544507087463{padding-right: 0px !important;padding-left: 0px !important;}\"][vc_single_image image=\"7267\" img_size=\"full\" css=\".vc_custom_1544507063291{padding-right: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"7265\" img_size=\"full\" css=\".vc_custom_1544506566597{margin-bottom: 25px !important;}\"][vc_single_image image=\"7265\" img_size=\"full\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"7267\" img_size=\"full\"][vc_single_image image=\"7267\" img_size=\"full\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"7267\" img_size=\"full\"][vc_single_image image=\"7267\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-11 11:27:49','2018-12-11 05:57:49','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7282,4,'2018-12-11 11:29:14','2018-12-11 05:59:14','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544507952119{padding-top: 100px !important;padding-bottom: px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544507763868{padding-top: 100px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544507685483{background-color: #f5f5f5 !important;}\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1544504785089{padding-top: 80px !important;padding-bottom: 40px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544507772280{padding-right: 0px !important;padding-bottom: 150px !important;padding-left: 0px !important;background-color: #f5f5f5 !important;}\"][vc_column width=\"1/4\" css=\".vc_custom_1544507050677{padding-right: 0px !important;padding-left: 0px !important;}\"][vc_single_image image=\"7267\" img_size=\"full\" css=\".vc_custom_1544507087463{padding-right: 0px !important;padding-left: 0px !important;}\"][vc_single_image image=\"7267\" img_size=\"full\" css=\".vc_custom_1544507063291{padding-right: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"7265\" img_size=\"full\" css=\".vc_custom_1544506566597{margin-bottom: 25px !important;}\"][vc_single_image image=\"7265\" img_size=\"full\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"7267\" img_size=\"full\"][vc_single_image image=\"7267\" img_size=\"full\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"7267\" img_size=\"full\"][vc_single_image image=\"7267\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-11 11:29:14','2018-12-11 05:59:14','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7283,4,'2018-12-11 11:29:36','2018-12-11 05:59:36','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544507952119{padding-top: 100px !important;padding-bottom: px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23425361|line_height:90px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544507975846{padding-top: 70px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544507685483{background-color: #f5f5f5 !important;}\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1544504785089{padding-top: 80px !important;padding-bottom: 40px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544507772280{padding-right: 0px !important;padding-bottom: 150px !important;padding-left: 0px !important;background-color: #f5f5f5 !important;}\"][vc_column width=\"1/4\" css=\".vc_custom_1544507050677{padding-right: 0px !important;padding-left: 0px !important;}\"][vc_single_image image=\"7267\" img_size=\"full\" css=\".vc_custom_1544507087463{padding-right: 0px !important;padding-left: 0px !important;}\"][vc_single_image image=\"7267\" img_size=\"full\" css=\".vc_custom_1544507063291{padding-right: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"7265\" img_size=\"full\" css=\".vc_custom_1544506566597{margin-bottom: 25px !important;}\"][vc_single_image image=\"7265\" img_size=\"full\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"7267\" img_size=\"full\"][vc_single_image image=\"7267\" img_size=\"full\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"7267\" img_size=\"full\"][vc_single_image image=\"7267\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-11 11:29:36','2018-12-11 05:59:36','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7284,4,'2018-12-11 11:30:54','2018-12-11 06:00:54','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544507952119{padding-top: 100px !important;padding-bottom: px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23425361|line_height:100px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544508032714{padding-top: 45px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544507685483{background-color: #f5f5f5 !important;}\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1544504785089{padding-top: 80px !important;padding-bottom: 40px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544507772280{padding-right: 0px !important;padding-bottom: 150px !important;padding-left: 0px !important;background-color: #f5f5f5 !important;}\"][vc_column width=\"1/4\" css=\".vc_custom_1544507050677{padding-right: 0px !important;padding-left: 0px !important;}\"][vc_single_image image=\"7267\" img_size=\"full\" css=\".vc_custom_1544507087463{padding-right: 0px !important;padding-left: 0px !important;}\"][vc_single_image image=\"7267\" img_size=\"full\" css=\".vc_custom_1544507063291{padding-right: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"7265\" img_size=\"full\" css=\".vc_custom_1544506566597{margin-bottom: 25px !important;}\"][vc_single_image image=\"7265\" img_size=\"full\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"7267\" img_size=\"full\"][vc_single_image image=\"7267\" img_size=\"full\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"7267\" img_size=\"full\"][vc_single_image image=\"7267\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-11 11:30:54','2018-12-11 06:00:54','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7285,4,'2018-12-11 11:32:38','2018-12-11 06:02:38','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544507952119{padding-top: 100px !important;padding-bottom: px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23425361|line_height:100px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544508032714{padding-top: 45px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544507685483{background-color: #f5f5f5 !important;}\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1544504785089{padding-top: 80px !important;padding-bottom: 40px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544507772280{padding-right: 0px !important;padding-bottom: 150px !important;padding-left: 0px !important;background-color: #f5f5f5 !important;}\"][vc_column][vc_single_image image=\"7192\" img_size=\"full\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-11 11:32:38','2018-12-11 06:02:38','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7286,4,'2018-12-11 11:32:59','2018-12-11 06:02:59','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544507952119{padding-top: 100px !important;padding-bottom: px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23425361|line_height:100px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544508032714{padding-top: 45px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544507685483{background-color: #f5f5f5 !important;}\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1544504785089{padding-top: 80px !important;padding-bottom: 40px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544507772280{padding-right: 0px !important;padding-bottom: 150px !important;padding-left: 0px !important;background-color: #f5f5f5 !important;}\"][vc_column][vc_single_image image=\"7192\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-11 11:32:59','2018-12-11 06:02:59','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7287,4,'2018-12-11 11:43:45','2018-12-11 06:13:45','','about-us-header-1','','inherit','closed','closed','','about-us-header-1','','','2018-12-11 11:43:45','2018-12-11 06:13:45','',7174,'https://product.quickscrum.com/wp-content/uploads/2018/12/about-us-header-1.png',0,'attachment','image/png',0),(7288,4,'2018-12-11 11:44:02','2018-12-11 06:14:02','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544507952119{padding-top: 100px !important;padding-bottom: px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23425361|line_height:100px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544508032714{padding-top: 45px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544507685483{background-color: #f5f5f5 !important;}\"][vc_column][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1544504785089{padding-top: 80px !important;padding-bottom: 40px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544507772280{padding-right: 0px !important;padding-bottom: 150px !important;padding-left: 0px !important;background-color: #f5f5f5 !important;}\"][vc_column][vc_single_image image=\"7287\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-11 11:44:02','2018-12-11 06:14:02','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7289,4,'2018-12-11 11:44:34','2018-12-11 06:14:34','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544507952119{padding-top: 100px !important;padding-bottom: px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23425361|line_height:100px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544508032714{padding-top: 45px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544507685483{background-color: #f5f5f5 !important;}\"][vc_column][vc_custom_heading text=\"This is photoshop text headling\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1544508873318{padding-top: 80px !important;padding-bottom: 40px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544507772280{padding-right: 0px !important;padding-bottom: 150px !important;padding-left: 0px !important;background-color: #f5f5f5 !important;}\"][vc_column][vc_single_image image=\"7287\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-11 11:44:34','2018-12-11 06:14:34','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7290,4,'2018-12-11 11:45:48','2018-12-11 06:15:48','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544507952119{padding-top: 100px !important;padding-bottom: px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23425361|line_height:100px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544508032714{padding-top: 45px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544507685483{background-color: #f5f5f5 !important;}\"][vc_column][vc_custom_heading text=\"This is photoshop text headling\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1544508873318{padding-top: 80px !important;padding-bottom: 40px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544507772280{padding-right: 0px !important;padding-bottom: 150px !important;padding-left: 0px !important;background-color: #f5f5f5 !important;}\"][vc_column][vc_single_image image=\"7287\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1541486168309{padding-bottom: 60px !important;background-color: #00bfa5 !important;}\" el_class=\"home-price-sec\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"Simple and affordable pricing\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1539760330272{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_tta_tabs][vc_tta_section title=\"Cloud (hosted by us)\" tab_id=\"tab1\"][vc_column_text el_class=\"pricing-content\"]\r\n<h2 class=\"pricing-h2 qs_margin_top5\">$3</h2>\r\n<p class=\"pricing-text txt-italic\">per User</p>\r\n<p class=\"pricing-text txt-italic\">per Month</p>\r\n<a class=\"btn qsg-btn2 btn-full-width\" href=\"https://www.quickscrum.com/Account/Registration\">TRY NOW - IT\'S FREE</a>[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544016843869{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #f7f7f7 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-11 11:45:48','2018-12-11 06:15:48','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7291,4,'2018-12-11 11:46:47','2018-12-11 06:16:47','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7223\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544507952119{padding-top: 100px !important;padding-bottom: px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23425361|line_height:100px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544508032714{padding-top: 45px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544507685483{background-color: #f5f5f5 !important;}\"][vc_column][vc_custom_heading text=\"This is photoshop text headling\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1544508873318{padding-top: 80px !important;padding-bottom: 40px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544507772280{padding-right: 0px !important;padding-bottom: 150px !important;padding-left: 0px !important;background-color: #f5f5f5 !important;}\"][vc_column][vc_single_image image=\"7287\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544509005254{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #00bfa5 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-11 11:46:47','2018-12-11 06:16:47','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7292,4,'2018-12-11 12:21:04','2018-12-11 06:51:04','','Teamwork-partnership-business-cooperation','','inherit','closed','closed','','teamwork-partnership-business-cooperation','','','2018-12-11 12:21:04','2018-12-11 06:51:04','',7174,'https://product.quickscrum.com/wp-content/uploads/2018/12/Teamwork-partnership-business-cooperation.png',0,'attachment','image/png',0),(7293,4,'2018-12-11 12:21:14','2018-12-11 06:51:14','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7292\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544507952119{padding-top: 100px !important;padding-bottom: px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23425361|line_height:100px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544508032714{padding-top: 45px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544507685483{background-color: #f5f5f5 !important;}\"][vc_column][vc_custom_heading text=\"This is photoshop text headling\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1544508873318{padding-top: 80px !important;padding-bottom: 40px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544507772280{padding-right: 0px !important;padding-bottom: 150px !important;padding-left: 0px !important;background-color: #f5f5f5 !important;}\"][vc_column][vc_single_image image=\"7287\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544509005254{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #00bfa5 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-11 12:21:14','2018-12-11 06:51:14','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7294,4,'2018-12-11 12:26:25','2018-12-11 06:56:25','','Teamwork-partnership-business-cooperation-1','','inherit','closed','closed','','teamwork-partnership-business-cooperation-1','','','2018-12-11 12:26:25','2018-12-11 06:56:25','',7174,'https://product.quickscrum.com/wp-content/uploads/2018/12/Teamwork-partnership-business-cooperation-1.png',0,'attachment','image/png',0),(7295,4,'2018-12-11 12:26:31','2018-12-11 06:56:31','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7294\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544507952119{padding-top: 100px !important;padding-bottom: px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23425361|line_height:100px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544508032714{padding-top: 45px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544507685483{background-color: #f5f5f5 !important;}\"][vc_column][vc_custom_heading text=\"This is photoshop text headling\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1544508873318{padding-top: 80px !important;padding-bottom: 40px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544507772280{padding-right: 0px !important;padding-bottom: 150px !important;padding-left: 0px !important;background-color: #f5f5f5 !important;}\"][vc_column][vc_single_image image=\"7287\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544509005254{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #00bfa5 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-11 12:26:31','2018-12-11 06:56:31','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7296,4,'2018-12-11 12:28:37','2018-12-11 06:58:37','[vc_row full_width=\"stretch_row_content_no_spaces\" el_class=\"scrum-solution font-weight-bold-h2 line-height-h2\" css=\".vc_custom_1544447124659{background-color: #00bfa5 !important;}\"][vc_column][vc_single_image image=\"7294\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1544511517355{padding-bottom: 25px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544507952119{padding-top: 100px !important;padding-bottom: px !important;}\" el_class=\"lato-font-family lato-font-weight\"][vc_column][vc_custom_heading text=\"Craft the enterprise solution to make organization lean by streamlining Engineering, IT, Operation, Product, Design, Marketing and HR processes\" font_container=\"tag:h2|font_size:70px|text_align:center|color:%23425361|line_height:100px\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544508032714{padding-top: 45px !important;padding-bottom: 100px !important;}\" el_class=\"lato-font-family-h3 lato-font-weight-h3\"][vc_column][vc_custom_heading text=\"Started in 2013 as a simple scrum solution provider, Quickscrum has evolved as one of the leading work management solutions today globally.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Having lean fundamentals within our DNA, we are on a mission to craft the most innovative work management solution and cater its benefits to the companies across multiple Industries. \" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][vc_custom_heading text=\"Our passionate tech team uses artificial intelligence, machine learning, business intelligence and many more latest technologies to solve day to day work collaboration issues.\" font_container=\"tag:h3|font_size:25px|text_align:left|color:%23556675|line_height:48px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544507685483{background-color: #f5f5f5 !important;}\"][vc_column][vc_custom_heading text=\"This is photoshop text headling\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1544508873318{padding-top: 80px !important;padding-bottom: 40px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"lato-font-family h2\" css=\".vc_custom_1544507772280{padding-right: 0px !important;padding-bottom: 150px !important;padding-left: 0px !important;background-color: #f5f5f5 !important;}\"][vc_column][vc_single_image image=\"7287\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1544509005254{padding-top: 150px !important;padding-bottom: 150px !important;background-color: #00bfa5 !important;}\" el_class=\"scrum-solution line-height-h2\"][vc_column][vc_custom_heading text=\"Try Quickscrum with your team for free?\" font_container=\"tag:h2|font_size:50px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_btn title=\"TRY NOW – IT’S FREE\" style=\"custom\" custom_background=\"#fa6900\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.quickscrum.com%2FAccount%2FRegistration|||\" css=\".vc_custom_1543315489764{margin-bottom: 5px !important;}\" el_class=\"btn-lg-orange\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\"><strong>NO CREDIT CARD REQUIRED. * UNLIMITED ACCESS</strong></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1543323397779{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Trusted by clients globally!\" font_container=\"tag:h2|font_size:46px|text_align:center|color:%23000000\" use_theme_fonts=\"yes\" css=\".vc_custom_1543324814599{margin-top: 60px !important;margin-bottom: 60px !important;}\"][vc_row_inner el_class=\"customer-thumb\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"6976\" add_caption=\"yes\" alignment=\"center\"][vc_single_image image=\"6982\" alignment=\"center\"][vc_single_image image=\"6985\" alignment=\"center\"][vc_single_image image=\"6994\" alignment=\"center\"][vc_single_image image=\"6999\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6977\" alignment=\"center\"][vc_single_image image=\"6983\" alignment=\"center\"][vc_single_image image=\"6987\" alignment=\"center\"][vc_single_image image=\"6995\" alignment=\"center\"][vc_single_image image=\"7000\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6978\" alignment=\"center\"][vc_single_image image=\"6984\" alignment=\"center\"][vc_single_image image=\"6990\" alignment=\"center\"][vc_single_image image=\"6996\" alignment=\"center\"][vc_single_image image=\"7002\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6979\" alignment=\"center\"][vc_single_image image=\"6986\" alignment=\"center\"][vc_single_image image=\"6991\" alignment=\"center\"][vc_single_image image=\"6997\" alignment=\"center\"][vc_single_image image=\"7004\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6980\" alignment=\"center\"][vc_single_image image=\"6988\" alignment=\"center\"][vc_single_image image=\"6992\" alignment=\"center\"][vc_single_image image=\"6998\" alignment=\"center\"][vc_single_image image=\"7003\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"6981\" alignment=\"center\"][vc_single_image image=\"6989\" alignment=\"center\"][vc_single_image image=\"6993\" alignment=\"center\"][vc_single_image image=\"7001\" alignment=\"center\"][vc_single_image image=\"7005\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_column][/vc_column]','About Us','','inherit','closed','closed','','7174-revision-v1','','','2018-12-11 12:28:37','2018-12-11 06:58:37','',7174,'https://guide.quickscrum.com/product/7174-revision-v1/',0,'revision','',0),(7298,17,'2018-12-11 21:34:27','0000-00-00 00:00:00','','Setup [11-12-2018]','','draft','closed','closed','','','','','2018-12-11 21:34:27','2018-12-11 16:04:27','',0,'https://guide.quickscrum.com/product/?post_type=wpdmpro&p=7298',0,'wpdmpro','',0),(7300,3,'2018-12-18 17:33:07','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','open','','','','','2018-12-18 17:33:07','0000-00-00 00:00:00','',0,'https://guide.quickscrum.com/product/?p=7300',0,'post','',0),(7301,1,'2018-12-25 09:20:03','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','open','','','','','2018-12-25 09:20:03','0000-00-00 00:00:00','',0,'https://guide.quickscrum.com/product/?p=7301',0,'post','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_statistics_exclusions`
--
DROP TABLE IF EXISTS `wp_statistics_exclusions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_statistics_exclusions` (
`ID` int(11) NOT NULL AUTO_INCREMENT,
`date` date NOT NULL,
`reason` varchar(255) DEFAULT NULL,
`count` bigint(20) NOT NULL,
PRIMARY KEY (`ID`),
KEY `date` (`date`),
KEY `reason` (`reason`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_statistics_exclusions`
--
LOCK TABLES `wp_statistics_exclusions` WRITE;
/*!40000 ALTER TABLE `wp_statistics_exclusions` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_statistics_exclusions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_statistics_historical`
--
DROP TABLE IF EXISTS `wp_statistics_historical`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_statistics_historical` (
`ID` bigint(20) NOT NULL AUTO_INCREMENT,
`category` varchar(25) NOT NULL,
`page_id` bigint(20) NOT NULL,
`uri` varchar(255) NOT NULL,
`value` bigint(20) NOT NULL,
PRIMARY KEY (`ID`),
UNIQUE KEY `page_id` (`page_id`),
UNIQUE KEY `uri` (`uri`),
KEY `category` (`category`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_statistics_historical`
--
LOCK TABLES `wp_statistics_historical` WRITE;
/*!40000 ALTER TABLE `wp_statistics_historical` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_statistics_historical` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_statistics_pages`
--
DROP TABLE IF EXISTS `wp_statistics_pages`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_statistics_pages` (
`uri` varchar(255) NOT NULL,
`date` date NOT NULL,
`count` int(11) NOT NULL,
`id` int(11) NOT NULL,
UNIQUE KEY `date_2` (`date`,`uri`),
KEY `url` (`uri`),
KEY `date` (`date`),
KEY `id` (`id`),
KEY `uri` (`uri`,`count`,`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_statistics_pages`
--
LOCK TABLES `wp_statistics_pages` WRITE;
/*!40000 ALTER TABLE `wp_statistics_pages` DISABLE KEYS */;
INSERT INTO `wp_statistics_pages` VALUES ('/','2018-11-24',1,6195),('/','2018-11-25',2,6195),('/','2018-12-02',2,6195),('/','2018-12-07',2,6195),('/','2018-12-09',2,6195),('/','2018-12-20',2,6195),('/','2018-12-22',2,6195),('/','2018-12-01',3,6195),('/','2018-12-03',3,6195),('/','2018-12-10',4,6195),('/','2018-12-16',4,6195),('/','2018-12-18',4,6195),('/','2018-12-25',4,6195),('/','2018-11-28',5,6195),('/','2018-12-06',5,6195),('/','2018-12-15',5,6195),('/','2018-12-21',5,6195),('/','2018-11-26',6,6195),('/','2018-11-30',6,6195),('/','2018-12-17',6,6195),('/','2018-11-29',7,6195),('/','2018-12-13',7,6195),('/','2018-12-05',8,6195),('/','2018-12-19',8,6195),('/','2018-11-27',10,6195),('/','2018-12-14',10,6195),('/','2018-12-11',11,6195),('/','2018-12-04',13,6195),('/','2018-11-21',23,6195),('/','2018-12-08',25,6195),('/','2018-11-22',52,6195),('/','2018-12-24',99,6195),('/','2018-12-23',117,6195),('/','2018-12-12',138,6195),('/','2018-11-23',145,6195),('/4590-2/','2018-11-24',1,4590),('/about-us','2018-12-11',1,7174),('/about-us','2018-12-18',1,7174),('/about-us','2018-12-05',2,7174),('/about-us/','2018-12-18',1,7174),('/about-us/','2018-12-20',1,7174),('/about-us/','2018-12-06',2,7174),('/about-us/','2018-12-10',32,7174),('/about-us/','2018-12-05',45,7174),('/about-us/','2018-12-11',52,7174),('/article-sub-category/?category=scrum-guide&id=64','2018-11-24',1,6063),('/article-sub-category?category=scrum-guide&id=64','2018-11-24',1,6063),('/case-study','2018-11-21',1,6160),('/Case-Study','2018-11-22',1,6160),('/case-study/','2018-11-21',1,6160),('/Case-Study/','2018-11-22',1,6160),('/core-responsibilities-of-a-product-owner-in-scrum/','2018-11-22',1,4580),('/demo-section/','2018-11-21',56,6697),('/demo-section/','2018-11-22',72,6697),('/e-book','2018-11-22',1,6141),('/e-book/','2018-11-22',1,6141),('/engineering','2018-12-04',1,7093),('/engineering-2/','2018-12-04',1,7099),('/engineering/','2018-12-04',78,7093),('/faq/','2018-11-21',1,1707),('/faq/','2018-11-30',1,1707),('/feature/add-file','2018-11-24',1,6437),('/feature/add-file','2018-11-22',4,6437),('/feature/add-file/','2018-11-24',1,6437),('/feature/add-file/','2018-11-22',4,6437),('/feature/add-files-to-a-folder','2018-11-24',1,6438),('/feature/add-files-to-a-folder','2018-11-22',4,6438),('/feature/add-files-to-a-folder/','2018-11-24',1,6438),('/feature/add-files-to-a-folder/','2018-11-22',4,6438),('/feature/add-subitems','2018-11-24',1,6422),('/feature/add-subitems','2018-11-22',4,6422),('/feature/add-subitems/','2018-11-22',4,6422),('/feature/assign-user','2018-11-24',1,6421),('/feature/assign-user','2018-11-30',1,6421),('/feature/assign-user','2018-11-22',4,6421),('/feature/assign-user/','2018-11-24',1,6421),('/feature/assign-user/','2018-11-30',1,6421),('/feature/assign-user/','2018-11-22',4,6421),('/feature/attach-file','2018-11-24',1,6409),('/feature/attach-file','2018-11-30',1,6409),('/feature/attach-file','2018-11-22',4,6409),('/feature/attach-file/','2018-11-24',1,6409),('/feature/attach-file/','2018-11-30',1,6409),('/feature/attach-file/','2018-11-22',4,6409),('/feature/attach-files','2018-11-24',1,6423),('/feature/attach-files','2018-11-22',4,6423),('/feature/attach-files/','2018-11-22',4,6423),('/feature/bitbucket','2018-11-24',1,6418),('/feature/bitbucket','2018-12-23',1,6418),('/feature/bitbucket','2018-11-22',4,6418),('/feature/bitbucket/','2018-11-24',1,6418),('/feature/bitbucket/','2018-12-23',1,6418),('/feature/bitbucket/','2018-11-22',4,6418),('/feature/board-1','2018-11-24',1,6252),('/feature/board-1','2018-11-22',4,6252),('/feature/board-1/','2018-11-24',1,6252),('/feature/board-1/','2018-11-22',4,6252),('/feature/board-2','2018-11-24',1,6256),('/feature/board-2','2018-11-22',4,6256),('/feature/board-2/','2018-11-22',4,6256),('/feature/board-3','2018-11-24',1,6257),('/feature/board-3','2018-11-22',4,6257),('/feature/board-3/','2018-11-22',4,6257),('/feature/board-4','2018-11-24',1,6258),('/feature/board-4','2018-11-22',4,6258),('/feature/board-4/','2018-11-22',4,6258),('/feature/box','2018-11-24',1,6411),('/feature/box','2018-11-22',4,6411),('/feature/box/','2018-11-24',1,6411),('/feature/box/','2018-11-22',4,6411),('/feature/bulk-edit','2018-11-24',1,6406),('/feature/bulk-edit','2018-11-30',1,6406),('/feature/bulk-edit','2018-11-22',4,6406),('/feature/bulk-edit/','2018-11-24',1,6406),('/feature/bulk-edit/','2018-11-30',1,6406),('/feature/bulk-edit/','2018-11-22',4,6406),('/feature/comment','2018-11-24',1,6424),('/feature/comment','2018-11-22',4,6424),('/feature/comment/','2018-11-22',4,6424),('/feature/drag-drop-files','2018-11-24',1,6439),('/feature/drag-drop-files','2018-11-22',4,6439),('/feature/drag-drop-files/','2018-11-22',4,6439),('/feature/dropbox','2018-11-24',1,6413),('/feature/dropbox','2018-11-22',4,6413),('/feature/dropbox/','2018-11-22',4,6413),('/feature/duplicate','2018-11-24',1,6405),('/feature/duplicate','2018-11-30',1,6405),('/feature/duplicate','2018-11-22',4,6405),('/feature/duplicate/','2018-11-24',1,6405),('/feature/duplicate/','2018-11-30',1,6405),('/feature/duplicate/','2018-11-22',4,6405),('/feature/estimate-by-size','2018-11-24',1,6417),('/feature/estimate-by-size','2018-11-30',1,6417),('/feature/estimate-by-size','2018-11-22',4,6417),('/feature/estimate-by-size/','2018-11-30',1,6417),('/feature/estimate-by-size/','2018-11-22',4,6417),('/feature/filter','2018-11-24',1,6408),('/feature/filter','2018-11-30',1,6408),('/feature/filter','2018-11-22',4,6408),('/feature/filter-2','2018-11-24',1,6431),('/feature/filter-2','2018-11-22',4,6431),('/feature/filter-2/','2018-11-22',4,6431),('/feature/filter/','2018-11-30',1,6408),('/feature/filter/','2018-11-22',4,6408),('/feature/github','2018-11-24',1,6416),('/feature/github','2018-11-22',4,6416),('/feature/github/','2018-11-24',1,6416),('/feature/github/','2018-11-22',4,6416),('/feature/gitlab','2018-11-24',1,6415),('/feature/gitlab','2018-11-22',4,6415),('/feature/gitlab/','2018-11-22',4,6415),('/feature/google-drive','2018-11-24',1,6410),('/feature/google-drive','2018-11-22',4,6410),('/feature/google-drive/','2018-11-22',4,6410),('/feature/list-5','2018-11-24',1,6264),('/feature/list-5','2018-11-22',4,6264),('/feature/list-5/','2018-11-24',1,6264),('/feature/list-5/','2018-11-22',4,6264),('/feature/list-6','2018-11-24',1,6265),('/feature/list-6','2018-11-22',4,6265),('/feature/list-6/','2018-11-24',1,6265),('/feature/list-6/','2018-11-22',4,6265),('/feature/log-effort','2018-11-24',1,6435),('/feature/log-effort','2018-11-22',4,6435),('/feature/log-effort/','2018-11-24',1,6435),('/feature/log-effort/','2018-11-22',4,6435),('/feature/log-efforts','2018-11-24',1,6426),('/feature/log-efforts','2018-11-22',4,6426),('/feature/log-efforts/','2018-11-22',4,6426),('/feature/manage-workitems','2018-11-24',1,6403),('/feature/manage-workitems','2018-12-23',1,6403),('/feature/manage-workitems','2018-11-22',4,6403),('/feature/manage-workitems/','2018-11-24',1,6403),('/feature/manage-workitems/','2018-12-23',1,6403),('/feature/manage-workitems/','2018-11-22',4,6403),('/feature/onedrive','2018-11-24',1,6414),('/feature/onedrive','2018-11-22',4,6414),('/feature/onedrive/','2018-11-22',4,6414),('/feature/plan-1','2018-11-24',1,6266),('/feature/plan-1','2018-11-22',4,6266),('/feature/plan-1/','2018-11-24',1,6266),('/feature/plan-1/','2018-11-22',4,6266),('/feature/plan-2','2018-11-24',1,6268),('/feature/plan-2','2018-11-22',4,6268),('/feature/plan-2/','2018-11-24',1,6268),('/feature/plan-2/','2018-11-22',4,6268),('/feature/plan-3','2018-11-24',1,6269),('/feature/plan-3','2018-11-22',4,6269),('/feature/plan-3/','2018-11-24',1,6269),('/feature/plan-3/','2018-11-22',4,6269),('/feature/prioritize-workitem','2018-11-24',1,6407),('/feature/prioritize-workitem','2018-11-30',1,6407),('/feature/prioritize-workitem','2018-11-22',4,6407),('/feature/prioritize-workitem/','2018-11-30',1,6407),('/feature/prioritize-workitem/','2018-11-22',4,6407),('/feature/quick-edit','2018-11-24',1,6404),('/feature/quick-edit','2018-11-30',1,6404),('/feature/quick-edit','2018-12-23',1,6404),('/feature/quick-edit','2018-11-22',4,6404),('/feature/quick-edit/','2018-11-24',1,6404),('/feature/quick-edit/','2018-11-30',1,6404),('/feature/quick-edit/','2018-12-23',1,6404),('/feature/quick-edit/','2018-11-22',4,6404),('/feature/report-1','2018-11-24',1,6271),('/feature/report-1','2018-11-22',4,6271),('/feature/report-1/','2018-11-24',1,6271),('/feature/report-1/','2018-11-22',4,6271),('/feature/report-2','2018-11-24',1,6273),('/feature/report-2','2018-11-22',4,6273),('/feature/report-2/','2018-11-22',4,6273),('/feature/report-3','2018-11-24',1,6274),('/feature/report-3','2018-11-22',4,6274),('/feature/report-3/','2018-11-22',4,6274),('/feature/report-4','2018-11-24',1,6275),('/feature/report-4','2018-11-22',4,6275),('/feature/report-4/','2018-11-22',4,6275),('/feature/set-business-value','2018-11-24',1,6419),('/feature/set-business-value','2018-11-30',1,6419),('/feature/set-business-value','2018-11-22',4,6419),('/feature/set-business-value/','2018-11-30',1,6419),('/feature/set-business-value/','2018-11-22',4,6419),('/feature/set-status','2018-11-24',1,6420),('/feature/set-status','2018-11-30',1,6420),('/feature/set-status','2018-11-22',4,6420),('/feature/set-status/','2018-11-24',1,6420),('/feature/set-status/','2018-11-30',1,6420),('/feature/set-status/','2018-11-22',4,6420),('/feature/tag-a-workitem','2018-11-24',1,6425),('/feature/tag-a-workitem','2018-11-22',4,6425),('/feature/tag-a-workitem/','2018-11-22',4,6425),('/feature/track-activity','2018-11-24',1,6429),('/feature/track-activity','2018-11-22',4,6429),('/feature/track-activity/','2018-11-22',4,6429),('/feature/track-effort-by-user','2018-11-24',1,6436),('/feature/track-effort-by-user','2018-11-22',4,6436),('/feature/track-effort-by-user/','2018-11-22',4,6436),('/feature/view-file-in-viewer','2018-11-24',1,6440),('/feature/view-file-in-viewer','2018-11-22',4,6440),('/feature/view-file-in-viewer/','2018-11-22',4,6440),('/forums/forum/daily-scrum/','2018-11-22',1,3423),('/forums/forum/product-owner/','2018-11-22',1,3367),('/forums/forum/scaling-scrum/','2018-11-21',1,3362),('/forums/forum/scrum-master/','2018-11-22',1,3211),('/forums/forum/scrum-training/','2018-11-24',1,3191),('/forums/forum/scrum/','2018-11-21',1,3338),('/forums/forum/sprint-backlog/','2018-11-21',1,3169),('/forums/forum/sprint-retrospective/','2018-11-22',1,3164),('/forums/forum/sprint/','2018-11-24',1,3171),('/forums/forum/user-stories/','2018-11-22',1,3125),('/how-to-know-if-tdd-is-working/','2018-11-22',1,4653),('/how-to-manage-and-organize-your-product-release/','2018-11-22',1,4425),('/how-to-write-user-stories/','2018-11-22',1,4699),('/marketing','2018-12-07',1,7099),('/marketing','2018-12-18',1,7099),('/marketing','2018-12-05',3,7099),('/marketing-and-communications','2018-12-04',1,7099),('/marketing-and-communications/','2018-12-05',1,7099),('/marketing-and-communications/','2018-12-04',21,7099),('/marketing/','2018-12-18',1,7099),('/marketing/','2018-12-07',2,7099),('/marketing/','2018-12-05',5,7099),('/operation','2018-12-05',1,7171),('/operation/','2018-12-05',1,7171),('/partner','2018-11-21',1,6500),('/partner','2018-11-28',1,6500),('/partner','2018-11-30',1,6500),('/partner','2018-12-03',1,6500),('/partner','2018-12-04',1,6500),('/partner','2018-12-15',1,6500),('/partner','2018-11-29',2,6500),('/partner/','2018-11-26',1,6500),('/partner/','2018-11-28',1,6500),('/partner/','2018-12-01',1,6500),('/partner/','2018-12-03',1,6500),('/partner/','2018-12-09',1,6500),('/partner/','2018-12-11',1,6500),('/partner/','2018-12-12',1,6500),('/partner/','2018-12-15',1,6500),('/partner/','2018-12-16',1,6500),('/partner/','2018-12-17',1,6500),('/partner/','2018-12-21',1,6500),('/partner/','2018-12-24',1,6500),('/partner/','2018-11-24',2,6500),('/partner/','2018-11-29',2,6500),('/partner/','2018-12-20',2,6500),('/partner/','2018-12-23',2,6500),('/partner/','2018-12-07',3,6500),('/partner/','2018-12-13',3,6500),('/partner/','2018-12-19',3,6500),('/partner/','2018-12-10',4,6500),('/partner/','2018-11-30',5,6500),('/partner/','2018-12-05',5,6500),('/partner/','2018-11-23',9,6500),('/partner/','2018-12-04',9,6500),('/partner/','2018-11-21',28,6500),('/partner/','2018-11-22',197,6500),('/scrum-retrospective-meeting/','2018-11-21',1,4444),('/solution/bug-tracking','2018-11-24',1,6867),('/solution/bug-tracking','2018-12-02',1,7008),('/solution/bug-tracking','2018-12-06',1,7008),('/solution/bug-tracking','2018-12-07',1,7008),('/solution/bug-tracking','2018-12-11',1,7008),('/solution/bug-tracking','2018-12-12',1,7008),('/solution/bug-tracking','2018-12-17',1,7008),('/solution/bug-tracking','2018-12-18',1,7008),('/solution/bug-tracking','2018-12-19',1,7008),('/solution/bug-tracking','2018-12-23',1,7008),('/solution/bug-tracking','2018-11-29',2,7008),('/solution/bug-tracking','2018-12-01',2,7008),('/solution/bug-tracking','2018-12-05',2,7008),('/solution/bug-tracking','2018-12-14',2,7008),('/solution/bug-tracking','2018-12-15',2,7008),('/solution/bug-tracking','2018-12-20',2,7008),('/solution/bug-tracking','2018-12-21',2,7008),('/solution/bug-tracking','2018-12-03',3,7008),('/solution/bug-tracking','2018-12-04',3,7008),('/solution/bug-tracking','2018-11-30',4,7008),('/solution/bug-tracking/','2018-11-24',1,6867),('/solution/bug-tracking/','2018-11-25',1,6867),('/solution/bug-tracking/','2018-12-02',1,7008),('/solution/bug-tracking/','2018-12-11',1,7008),('/solution/bug-tracking/','2018-12-17',1,7008),('/solution/bug-tracking/','2018-12-18',1,7008),('/solution/bug-tracking/','2018-12-23',1,7008),('/solution/bug-tracking/','2018-12-12',2,7008),('/solution/bug-tracking/','2018-12-15',2,7008),('/solution/bug-tracking/','2018-11-28',3,7008),('/solution/bug-tracking/','2018-12-21',3,7008),('/solution/bug-tracking/','2018-12-01',4,7008),('/solution/bug-tracking/','2018-12-14',4,7008),('/solution/bug-tracking/','2018-12-20',4,7008),('/solution/bug-tracking/','2018-12-03',5,7008),('/solution/bug-tracking/','2018-12-05',5,7008),('/solution/bug-tracking/','2018-12-19',5,7008),('/solution/bug-tracking/','2018-11-30',8,7008),('/solution/bug-tracking/','2018-12-07',10,7008),('/solution/bug-tracking/','2018-11-29',15,7008),('/solution/bug-tracking/','2018-12-06',26,7008),('/solution/bug-tracking/','2018-12-04',42,7008),('/solution/campaign-management','2018-11-28',1,6856),('/solution/campaign-management','2018-11-30',1,6856),('/solution/campaign-management','2018-12-04',1,6856),('/solution/campaign-management','2018-12-05',1,6856),('/solution/campaign-management','2018-12-08',1,6856),('/solution/campaign-management','2018-12-10',1,6856),('/solution/campaign-management','2018-12-12',1,6856),('/solution/campaign-management','2018-12-14',1,6856),('/solution/campaign-management','2018-12-20',1,6856),('/solution/campaign-management','2018-12-23',1,6856),('/solution/campaign-management','2018-11-27',2,6856),('/solution/campaign-management','2018-12-01',2,6856),('/solution/campaign-management','2018-12-19',2,6856),('/solution/campaign-management','2018-11-29',6,6856),('/solution/campaign-management/','2018-12-05',1,6856),('/solution/campaign-management/','2018-12-06',1,6856),('/solution/campaign-management/','2018-12-12',1,6856),('/solution/campaign-management/','2018-12-13',1,6856),('/solution/campaign-management/','2018-12-14',1,6856),('/solution/campaign-management/','2018-12-20',1,6856),('/solution/campaign-management/','2018-12-23',1,6856),('/solution/campaign-management/','2018-12-10',2,6856),('/solution/campaign-management/','2018-11-30',3,6856),('/solution/campaign-management/','2018-12-19',4,6856),('/solution/campaign-management/','2018-12-01',5,6856),('/solution/campaign-management/','2018-12-08',5,6856),('/solution/campaign-management/','2018-12-04',11,6856),('/solution/campaign-management/','2018-11-29',13,6856),('/solution/campaign-management/','2018-12-07',13,6856),('/solution/campaign-management/','2018-11-28',55,6856),('/solution/campaign-management/','2018-11-27',99,6856),('/solution/creative-production','2018-11-28',1,7012),('/solution/creative-production','2018-12-12',1,7012),('/solution/creative-production','2018-12-19',1,7012),('/solution/creative-production','2018-12-20',1,7012),('/solution/creative-production','2018-12-23',1,7012),('/solution/creative-production','2018-11-30',2,7012),('/solution/creative-production','2018-12-02',2,7012),('/solution/creative-production','2018-12-03',2,7012),('/solution/creative-production','2018-12-04',2,7012),('/solution/creative-production','2018-12-14',2,7012),('/solution/creative-production/','2018-12-01',1,7012),('/solution/creative-production/','2018-12-23',1,7012),('/solution/creative-production/','2018-11-28',2,7012),('/solution/creative-production/','2018-12-02',2,7012),('/solution/creative-production/','2018-12-12',2,7012),('/solution/creative-production/','2018-12-14',2,7012),('/solution/creative-production/','2018-12-19',2,7012),('/solution/creative-production/','2018-12-20',2,7012),('/solution/creative-production/','2018-12-03',6,7012),('/solution/creative-production/','2018-12-07',7,7012),('/solution/creative-production/','2018-11-30',13,7012),('/solution/creative-production/','2018-12-04',19,7012),('/solution/design-critiques','2018-12-06',1,7054),('/solution/design-critiques','2018-12-12',1,7054),('/solution/design-critiques','2018-12-18',1,7054),('/solution/design-critiques','2018-12-19',1,7054),('/solution/design-critiques','2018-12-20',1,7054),('/solution/design-critiques','2018-12-23',1,7054),('/solution/design-critiques','2018-11-30',2,7054),('/solution/design-critiques','2018-12-14',2,7054),('/solution/design-critiques/','2018-12-06',1,7054),('/solution/design-critiques/','2018-12-11',1,7054),('/solution/design-critiques/','2018-12-18',1,7054),('/solution/design-critiques/','2018-12-23',1,7054),('/solution/design-critiques/','2018-12-03',2,7054),('/solution/design-critiques/','2018-12-12',2,7054),('/solution/design-critiques/','2018-12-14',2,7054),('/solution/design-critiques/','2018-12-19',2,7054),('/solution/design-critiques/','2018-12-20',3,7054),('/solution/design-critiques/','2018-11-30',7,7054),('/solution/design-critiques/','2018-12-07',9,7054),('/solution/design-critiques/','2018-12-04',11,7054),('/solution/design-requests','2018-12-03',1,7071),('/solution/design-requests','2018-12-04',1,7071),('/solution/design-requests','2018-12-12',1,7071),('/solution/design-requests','2018-12-18',1,7071),('/solution/design-requests','2018-12-19',1,7071),('/solution/design-requests','2018-12-20',1,7071),('/solution/design-requests','2018-12-23',1,7071),('/solution/design-requests','2018-12-14',2,7071),('/solution/design-requests','2018-12-06',3,7071),('/solution/design-requests/','2018-12-23',1,7071),('/solution/design-requests/','2018-12-12',2,7071),('/solution/design-requests/','2018-12-18',2,7071),('/solution/design-requests/','2018-12-20',2,7071),('/solution/design-requests/','2018-12-19',3,7071),('/solution/design-requests/','2018-12-03',4,7071),('/solution/design-requests/','2018-12-06',4,7071),('/solution/design-requests/','2018-12-14',4,7071),('/solution/design-requests/','2018-12-04',6,7071),('/solution/design-requests/','2018-12-07',7,7071),('/solution/editorial-calendar','2018-12-04',1,7060),('/solution/editorial-calendar','2018-12-07',1,7060),('/solution/editorial-calendar','2018-12-12',1,7060),('/solution/editorial-calendar','2018-12-14',1,7060),('/solution/editorial-calendar','2018-12-20',1,7060),('/solution/editorial-calendar','2018-12-23',1,7060),('/solution/editorial-calendar','2018-12-05',2,7060),('/solution/editorial-calendar','2018-12-18',2,7060),('/solution/editorial-calendar','2018-12-19',2,7060),('/solution/editorial-calendar-2','2018-12-02',1,7060),('/solution/editorial-calendar-2','2018-11-30',2,7060),('/solution/editorial-calendar-2','2018-12-04',3,7060),('/solution/editorial-calendar-2/','2018-12-02',1,7060),('/solution/editorial-calendar-2/','2018-11-30',2,7060),('/solution/editorial-calendar-2/','2018-12-03',2,7060),('/solution/editorial-calendar-2/','2018-12-04',23,7060),('/solution/editorial-calendar-content-calendar','2018-11-23',1,6855),('/solution/editorial-calendar-content-calendar/','2018-11-23',2,6855),('/solution/editorial-calendar/','2018-12-06',1,7060),('/solution/editorial-calendar/','2018-12-10',1,7060),('/solution/editorial-calendar/','2018-12-12',1,7060),('/solution/editorial-calendar/','2018-12-14',1,7060),('/solution/editorial-calendar/','2018-12-20',1,7060),('/solution/editorial-calendar/','2018-12-23',1,7060),('/solution/editorial-calendar/','2018-12-04',2,7060),('/solution/editorial-calendar/','2018-12-18',2,7060),('/solution/editorial-calendar/','2018-12-19',2,7060),('/solution/editorial-calendar/','2018-12-05',4,7060),('/solution/editorial-calendar/','2018-12-07',25,7060),('/solution/event-management','2018-12-06',1,7016),('/solution/event-management','2018-12-12',1,7016),('/solution/event-management','2018-12-18',1,7016),('/solution/event-management','2018-12-20',1,7016),('/solution/event-management','2018-12-21',1,7016),('/solution/event-management','2018-12-23',1,7016),('/solution/event-management','2018-12-04',2,7016),('/solution/event-management','2018-12-07',2,7016),('/solution/event-management','2018-12-19',2,7016),('/solution/event-management','2018-12-05',3,7016),('/solution/event-management','2018-12-14',4,7016),('/solution/event-management-planning','2018-12-04',1,7016),('/solution/event-management-planning-2','2018-12-03',1,7076),('/solution/event-management-planning-2/','2018-12-03',3,7076),('/solution/event-management-planning-2/','2018-12-04',3,7076),('/solution/event-management-planning/','2018-12-04',4,7016),('/solution/event-management/','2018-12-06',1,7016),('/solution/event-management/','2018-12-12',1,7016),('/solution/event-management/','2018-12-18',1,7016),('/solution/event-management/','2018-12-20',1,7016),('/solution/event-management/','2018-12-21',1,7016),('/solution/event-management/','2018-12-23',1,7016),('/solution/event-management/','2018-12-05',3,7016),('/solution/event-management/','2018-12-19',3,7016),('/solution/event-management/','2018-12-14',4,7016),('/solution/event-management/','2018-12-04',5,7016),('/solution/event-management/','2018-12-07',23,7016),('/solution/it-helpdesk','2018-11-30',1,7048),('/solution/it-helpdesk','2018-12-01',1,7048),('/solution/it-helpdesk','2018-12-07',1,7048),('/solution/it-helpdesk','2018-12-14',1,7048),('/solution/it-helpdesk','2018-12-18',1,7048),('/solution/it-helpdesk','2018-12-19',1,7048),('/solution/it-helpdesk','2018-12-22',1,7048),('/solution/it-helpdesk','2018-12-23',1,7048),('/solution/it-helpdesk','2018-12-04',2,7048),('/solution/it-helpdesk','2018-12-12',2,7048),('/solution/it-helpdesk/','2018-12-01',1,7048),('/solution/it-helpdesk/','2018-12-18',1,7048),('/solution/it-helpdesk/','2018-12-19',1,7048),('/solution/it-helpdesk/','2018-12-22',1,7048),('/solution/it-helpdesk/','2018-12-23',1,7048),('/solution/it-helpdesk/','2018-12-14',2,7048),('/solution/it-helpdesk/','2018-12-12',3,7048),('/solution/it-helpdesk/','2018-12-07',6,7048),('/solution/it-helpdesk/','2018-11-30',9,7048),('/solution/it-helpdesk/','2018-12-04',13,7048),('/solution/kanban','2018-11-23',1,6445),('/solution/kanban','2018-11-24',1,6445),('/solution/kanban','2018-11-26',1,6445),('/solution/kanban','2018-11-27',1,6445),('/solution/kanban','2018-12-07',1,6445),('/solution/kanban','2018-12-08',1,6445),('/solution/kanban','2018-12-10',1,6445),('/solution/kanban','2018-12-11',1,6445),('/solution/kanban','2018-12-13',1,6445),('/solution/kanban','2018-12-16',1,6445),('/solution/kanban','2018-12-20',1,6445),('/solution/kanban','2018-12-21',1,6445),('/solution/kanban','2018-12-23',1,6445),('/solution/kanban','2018-11-21',2,6445),('/solution/kanban','2018-11-29',2,6445),('/solution/kanban','2018-12-03',2,6445),('/solution/kanban','2018-12-12',2,6445),('/solution/kanban','2018-12-15',2,6445),('/solution/kanban','2018-12-17',2,6445),('/solution/kanban','2018-12-19',2,6445),('/solution/kanban','2018-11-28',3,6445),('/solution/kanban','2018-12-14',4,6445),('/solution/kanban','2018-11-22',6,6445),('/solution/kanban/','2018-12-02',1,6445),('/solution/kanban/','2018-12-08',1,6445),('/solution/kanban/','2018-12-10',1,6445),('/solution/kanban/','2018-12-24',1,6445),('/solution/kanban/','2018-11-24',2,6445),('/solution/kanban/','2018-12-03',2,6445),('/solution/kanban/','2018-12-05',2,6445),('/solution/kanban/','2018-12-12',2,6445),('/solution/kanban/','2018-12-23',2,6445),('/solution/kanban/','2018-11-21',3,6445),('/solution/kanban/','2018-11-30',3,6445),('/solution/kanban/','2018-12-13',3,6445),('/solution/kanban/','2018-12-16',3,6445),('/solution/kanban/','2018-12-17',3,6445),('/solution/kanban/','2018-12-18',3,6445),('/solution/kanban/','2018-12-20',3,6445),('/solution/kanban/','2018-12-11',4,6445),('/solution/kanban/','2018-12-21',4,6445),('/solution/kanban/','2018-11-26',5,6445),('/solution/kanban/','2018-12-04',5,6445),('/solution/kanban/','2018-12-14',5,6445),('/solution/kanban/','2018-12-15',5,6445),('/solution/kanban/','2018-12-19',5,6445),('/solution/kanban/','2018-11-29',6,6445),('/solution/kanban/','2018-11-23',9,6445),('/solution/kanban/','2018-12-06',12,6445),('/solution/kanban/','2018-12-07',12,6445),('/solution/kanban/','2018-11-28',15,6445),('/solution/kanban/','2018-11-27',17,6445),('/solution/kanban/','2018-11-22',24,6445),('/solution/launches-roadmap','2018-11-24',1,6859),('/solution/launches-roadmap','2018-11-25',1,6859),('/solution/launches-roadmap','2018-11-26',1,6859),('/solution/launches-roadmap','2018-12-08',1,7212),('/solution/launches-roadmap','2018-12-11',1,7212),('/solution/launches-roadmap','2018-12-12',1,7212),('/solution/launches-roadmap','2018-12-14',1,7212),('/solution/launches-roadmap','2018-12-20',1,7212),('/solution/launches-roadmap','2018-12-23',1,7212),('/solution/launches-roadmap','2018-12-25',1,7212),('/solution/launches-roadmap','2018-12-07',2,7212),('/solution/launches-roadmap','2018-12-19',2,7212),('/solution/launches-roadmap/','2018-11-24',1,6859),('/solution/launches-roadmap/','2018-11-25',1,6859),('/solution/launches-roadmap/','2018-11-26',1,6859),('/solution/launches-roadmap/','2018-12-11',1,7212),('/solution/launches-roadmap/','2018-12-12',1,7212),('/solution/launches-roadmap/','2018-12-14',1,7212),('/solution/launches-roadmap/','2018-12-20',1,7212),('/solution/launches-roadmap/','2018-12-23',1,7212),('/solution/launches-roadmap/','2018-12-25',1,7212),('/solution/launches-roadmap/','2018-12-07',2,7212),('/solution/launches-roadmap/','2018-12-19',4,7212),('/solution/launches-roadmap/','2018-12-08',13,7212),('/solution/marketing-strategy','2018-11-23',1,6854),('/solution/marketing-strategy','2018-12-01',1,6854),('/solution/marketing-strategy','2018-12-06',1,6854),('/solution/marketing-strategy','2018-12-07',1,6854),('/solution/marketing-strategy','2018-12-08',1,6854),('/solution/marketing-strategy','2018-12-12',1,6854),('/solution/marketing-strategy','2018-12-13',1,6854),('/solution/marketing-strategy','2018-12-20',1,6854),('/solution/marketing-strategy','2018-12-23',1,6854),('/solution/marketing-strategy','2018-11-29',2,6854),('/solution/marketing-strategy','2018-11-30',2,6854),('/solution/marketing-strategy','2018-12-02',2,6854),('/solution/marketing-strategy','2018-12-05',2,6854),('/solution/marketing-strategy','2018-12-19',2,6854),('/solution/marketing-strategy','2018-11-28',3,6854),('/solution/marketing-strategy','2018-12-14',3,6854),('/solution/marketing-strategy/','2018-12-03',1,6854),('/solution/marketing-strategy/','2018-12-06',1,6854),('/solution/marketing-strategy/','2018-12-10',1,6854),('/solution/marketing-strategy/','2018-12-11',1,6854),('/solution/marketing-strategy/','2018-12-12',1,6854),('/solution/marketing-strategy/','2018-12-13',1,6854),('/solution/marketing-strategy/','2018-12-23',1,6854),('/solution/marketing-strategy/','2018-11-23',2,6854),('/solution/marketing-strategy/','2018-11-24',2,6854),('/solution/marketing-strategy/','2018-12-01',2,6854),('/solution/marketing-strategy/','2018-12-02',2,6854),('/solution/marketing-strategy/','2018-12-20',2,6854),('/solution/marketing-strategy/','2018-12-14',3,6854),('/solution/marketing-strategy/','2018-11-28',4,6854),('/solution/marketing-strategy/','2018-12-19',4,6854),('/solution/marketing-strategy/','2018-11-29',5,6854),('/solution/marketing-strategy/','2018-11-30',5,6854),('/solution/marketing-strategy/','2018-12-05',5,6854),('/solution/marketing-strategy/','2018-12-04',7,6854),('/solution/marketing-strategy/','2018-12-07',7,6854),('/solution/marketing-strategy/','2018-12-08',7,6854),('/solution/product-feedback','2018-11-23',1,6868),('/solution/product-feedback','2018-11-30',1,7011),('/solution/product-feedback','2018-12-01',1,7011),('/solution/product-feedback','2018-12-05',1,7011),('/solution/product-feedback','2018-12-11',1,7011),('/solution/product-feedback','2018-12-12',1,7011),('/solution/product-feedback','2018-12-15',1,7011),('/solution/product-feedback','2018-12-18',1,7011),('/solution/product-feedback','2018-12-20',1,7011),('/solution/product-feedback','2018-12-21',1,7011),('/solution/product-feedback','2018-12-23',1,7011),('/solution/product-feedback','2018-11-29',2,7011),('/solution/product-feedback','2018-12-04',2,7011),('/solution/product-feedback','2018-12-14',2,7011),('/solution/product-feedback','2018-12-19',2,7011),('/solution/product-feedback','2018-12-06',3,7011),('/solution/product-feedback/','2018-11-23',1,6868),('/solution/product-feedback/','2018-12-01',1,7011),('/solution/product-feedback/','2018-12-11',1,7011),('/solution/product-feedback/','2018-12-12',1,7011),('/solution/product-feedback/','2018-12-15',1,7011),('/solution/product-feedback/','2018-12-18',1,7011),('/solution/product-feedback/','2018-12-20',1,7011),('/solution/product-feedback/','2018-12-21',1,7011),('/solution/product-feedback/','2018-12-23',1,7011),('/solution/product-feedback/','2018-12-05',2,7011),('/solution/product-feedback/','2018-12-14',2,7011),('/solution/product-feedback/','2018-12-19',2,7011),('/solution/product-feedback/','2018-12-03',4,7011),('/solution/product-feedback/','2018-11-29',6,7011),('/solution/product-feedback/','2018-11-30',8,7011),('/solution/product-feedback/','2018-12-04',13,7011),('/solution/product-feedback/','2018-12-07',14,7011),('/solution/product-feedback/','2018-12-06',24,7011),('/solution/product-launches','2018-11-30',1,7007),('/solution/product-launches','2018-12-02',1,7007),('/solution/product-launches','2018-12-03',1,7007),('/solution/product-launches','2018-12-12',1,7007),('/solution/product-launches','2018-12-18',1,7007),('/solution/product-launches','2018-12-19',1,7007),('/solution/product-launches','2018-12-20',1,7007),('/solution/product-launches','2018-12-23',1,7007),('/solution/product-launches','2018-12-14',2,7007),('/solution/product-launches','2018-11-28',3,7007),('/solution/product-launches','2018-11-29',3,7007),('/solution/product-launches/','2018-12-02',1,7007),('/solution/product-launches/','2018-12-05',1,7007),('/solution/product-launches/','2018-12-12',1,7007),('/solution/product-launches/','2018-12-23',1,7007),('/solution/product-launches/','2018-12-18',2,7007),('/solution/product-launches/','2018-12-19',2,7007),('/solution/product-launches/','2018-12-20',2,7007),('/solution/product-launches/','2018-12-14',3,7007),('/solution/product-launches/','2018-12-03',4,7007),('/solution/product-launches/','2018-11-28',6,7007),('/solution/product-launches/','2018-11-30',6,7007),('/solution/product-launches/','2018-12-04',7,7007),('/solution/product-launches/','2018-12-10',8,7007),('/solution/product-launches/','2018-12-07',9,7007),('/solution/product-launches/','2018-11-29',10,7007),('/solution/product-roadmap','2018-12-04',1,7009),('/solution/product-roadmap','2018-12-06',1,7009),('/solution/product-roadmap','2018-12-08',1,7009),('/solution/product-roadmap','2018-12-10',1,7009),('/solution/product-roadmap','2018-12-11',1,7009),('/solution/product-roadmap','2018-12-17',1,7009),('/solution/product-roadmap','2018-12-18',1,7009),('/solution/product-roadmap','2018-12-20',1,7009),('/solution/product-roadmap','2018-12-23',1,7009),('/solution/product-roadmap','2018-12-25',1,7009),('/solution/product-roadmap','2018-11-28',2,7009),('/solution/product-roadmap','2018-11-29',2,7009),('/solution/product-roadmap','2018-12-01',2,7009),('/solution/product-roadmap','2018-12-03',2,7009),('/solution/product-roadmap','2018-12-07',2,7009),('/solution/product-roadmap','2018-12-09',2,7009),('/solution/product-roadmap','2018-12-15',2,7009),('/solution/product-roadmap','2018-12-19',2,7009),('/solution/product-roadmap','2018-12-21',2,7009),('/solution/product-roadmap','2018-12-12',3,7009),('/solution/product-roadmap','2018-12-14',3,7009),('/solution/product-roadmap','2018-11-30',4,7009),('/solution/product-roadmap','2018-12-13',4,7009),('/solution/product-roadmap-2','2018-11-23',1,6871),('/solution/product-roadmap-2/','2018-11-23',1,6871),('/solution/product-roadmap/','2018-12-08',1,7009),('/solution/product-roadmap/','2018-12-23',1,7009),('/solution/product-roadmap/','2018-12-25',1,7009),('/solution/product-roadmap/','2018-12-01',2,7009),('/solution/product-roadmap/','2018-12-09',2,7009),('/solution/product-roadmap/','2018-12-11',2,7009),('/solution/product-roadmap/','2018-12-20',2,7009),('/solution/product-roadmap/','2018-12-21',2,7009),('/solution/product-roadmap/','2018-12-03',3,7009),('/solution/product-roadmap/','2018-11-28',4,7009),('/solution/product-roadmap/','2018-12-14',4,7009),('/solution/product-roadmap/','2018-12-15',4,7009),('/solution/product-roadmap/','2018-12-17',4,7009),('/solution/product-roadmap/','2018-12-18',5,7009),('/solution/product-roadmap/','2018-12-12',7,7009),('/solution/product-roadmap/','2018-12-13',7,7009),('/solution/product-roadmap/','2018-12-10',8,7009),('/solution/product-roadmap/','2018-11-30',12,7009),('/solution/product-roadmap/','2018-12-19',12,7009),('/solution/product-roadmap/','2018-11-29',14,7009),('/solution/product-roadmap/','2018-12-07',14,7009),('/solution/product-roadmap/','2018-12-04',18,7009),('/solution/product-roadmap/','2018-12-06',27,7009),('/solution/project-management','2018-12-03',1,7082),('/solution/project-management','2018-12-04',1,7082),('/solution/project-management','2018-12-05',1,7082),('/solution/project-management','2018-12-08',1,7082),('/solution/project-management','2018-12-12',1,7082),('/solution/project-management','2018-12-13',1,7082),('/solution/project-management','2018-12-18',1,7082),('/solution/project-management','2018-12-19',1,7082),('/solution/project-management','2018-12-20',1,7082),('/solution/project-management','2018-12-23',1,7082),('/solution/project-management','2018-12-07',2,7082),('/solution/project-management','2018-12-14',2,7082),('/solution/project-management/','2018-12-05',1,7082),('/solution/project-management/','2018-12-08',1,7082),('/solution/project-management/','2018-12-12',1,7082),('/solution/project-management/','2018-12-13',1,7082),('/solution/project-management/','2018-12-18',1,7082),('/solution/project-management/','2018-12-19',1,7082),('/solution/project-management/','2018-12-20',1,7082),('/solution/project-management/','2018-12-23',1,7082),('/solution/project-management/','2018-12-14',3,7082),('/solution/project-management/','2018-12-03',5,7082),('/solution/project-management/','2018-12-07',6,7082),('/solution/project-management/','2018-12-04',12,7082),('/solution/scrum','2018-11-23',1,139),('/solution/scrum','2018-11-24',1,139),('/solution/scrum','2018-11-30',1,139),('/solution/scrum','2018-12-02',1,139),('/solution/scrum','2018-12-03',1,139),('/solution/scrum','2018-12-25',1,139),('/solution/scrum','2018-11-28',2,139),('/solution/scrum','2018-12-01',2,139),('/solution/scrum','2018-12-04',2,139),('/solution/scrum','2018-12-05',2,139),('/solution/scrum','2018-12-06',2,139),('/solution/scrum','2018-12-08',2,139),('/solution/scrum','2018-12-10',2,139),('/solution/scrum','2018-12-15',2,139),('/solution/scrum','2018-12-17',2,139),('/solution/scrum','2018-12-18',2,139),('/solution/scrum','2018-12-22',2,139),('/solution/scrum','2018-12-23',2,139),('/solution/scrum','2018-11-26',3,139),('/solution/scrum','2018-11-29',3,139),('/solution/scrum','2018-12-07',3,139),('/solution/scrum','2018-12-13',3,139),('/solution/scrum','2018-12-20',3,139),('/solution/scrum','2018-12-21',3,139),('/solution/scrum','2018-11-21',4,139),('/solution/scrum','2018-12-12',4,139),('/solution/scrum','2018-12-14',4,139),('/solution/scrum','2018-12-19',4,139),('/solution/scrum','2018-11-27',5,139),('/solution/scrum','2018-11-22',6,139),('/solution/scrum/','2018-12-16',1,139),('/solution/scrum/','2018-12-25',1,139),('/solution/scrum/','2018-11-24',2,139),('/solution/scrum/','2018-12-02',2,139),('/solution/scrum/','2018-12-03',2,139),('/solution/scrum/','2018-12-11',2,139),('/solution/scrum/','2018-12-22',2,139),('/solution/scrum/','2018-11-23',3,139),('/solution/scrum/','2018-11-30',3,139),('/solution/scrum/','2018-12-23',3,139),('/solution/scrum/','2018-12-01',4,139),('/solution/scrum/','2018-12-08',5,139),('/solution/scrum/','2018-12-15',5,139),('/solution/scrum/','2018-12-20',5,139),('/solution/scrum/','2018-11-26',6,139),('/solution/scrum/','2018-12-05',6,139),('/solution/scrum/','2018-12-17',6,139),('/solution/scrum/','2018-12-10',7,139),('/solution/scrum/','2018-12-12',7,139),('/solution/scrum/','2018-12-13',7,139),('/solution/scrum/','2018-12-18',7,139),('/solution/scrum/','2018-12-21',8,139),('/solution/scrum/','2018-11-28',9,139),('/solution/scrum/','2018-12-14',9,139),('/solution/scrum/','2018-12-04',10,139),('/solution/scrum/','2018-11-29',11,139),('/solution/scrum/','2018-12-19',13,139),('/solution/scrum/','2018-11-21',18,139),('/solution/scrum/','2018-12-07',26,139),('/solution/scrum/','2018-12-06',28,139),('/solution/scrum/','2018-11-27',30,139),('/solution/scrum/','2018-11-22',45,139),('/solution/task-management','2018-11-26',1,6447),('/solution/task-management','2018-11-28',1,6447),('/solution/task-management','2018-11-29',1,6447),('/solution/task-management','2018-11-30',1,6447),('/solution/task-management','2018-12-05',1,6447),('/solution/task-management','2018-12-12',1,6447),('/solution/task-management','2018-12-16',1,6447),('/solution/task-management','2018-12-18',1,6447),('/solution/task-management','2018-12-19',1,6447),('/solution/task-management','2018-12-23',1,6447),('/solution/task-management','2018-12-04',2,6447),('/solution/task-management','2018-12-14',2,6447),('/solution/task-management','2018-12-20',2,6447),('/solution/task-management','2018-11-22',6,6447),('/solution/task-management/','2018-11-24',1,6447),('/solution/task-management/','2018-11-26',1,6447),('/solution/task-management/','2018-11-28',1,6447),('/solution/task-management/','2018-12-05',1,6447),('/solution/task-management/','2018-12-16',1,6447),('/solution/task-management/','2018-12-18',1,6447),('/solution/task-management/','2018-12-19',1,6447),('/solution/task-management/','2018-12-23',1,6447),('/solution/task-management/','2018-11-23',2,6447),('/solution/task-management/','2018-12-07',2,6447),('/solution/task-management/','2018-12-12',2,6447),('/solution/task-management/','2018-12-20',2,6447),('/solution/task-management/','2018-11-30',3,6447),('/solution/task-management/','2018-12-14',3,6447),('/solution/task-management/','2018-11-21',4,6447),('/solution/task-management/','2018-11-29',4,6447),('/solution/task-management/','2018-12-04',4,6447),('/solution/task-management/','2018-11-22',8,6447),('/solution/task-management/','2018-12-10',8,6447),('/solution/task-management/','2018-11-27',9,6447),('/solution/work-requests','2018-12-07',1,7053),('/solution/work-requests','2018-12-11',1,7053),('/solution/work-requests','2018-12-18',1,7053),('/solution/work-requests','2018-12-19',1,7053),('/solution/work-requests','2018-12-20',1,7053),('/solution/work-requests','2018-12-23',1,7053),('/solution/work-requests','2018-11-30',2,7053),('/solution/work-requests','2018-12-02',2,7053),('/solution/work-requests','2018-12-06',2,7053),('/solution/work-requests','2018-12-12',2,7053),('/solution/work-requests','2018-12-14',2,7053),('/solution/work-requests','2018-12-05',3,7053),('/solution/work-requests','2018-12-04',4,7053),('/solution/work-requests/','2018-12-01',1,7053),('/solution/work-requests/','2018-12-10',1,7053),('/solution/work-requests/','2018-12-11',1,7053),('/solution/work-requests/','2018-12-18',1,7053),('/solution/work-requests/','2018-12-23',1,7053),('/solution/work-requests/','2018-12-02',2,7053),('/solution/work-requests/','2018-12-12',2,7053),('/solution/work-requests/','2018-12-14',2,7053),('/solution/work-requests/','2018-12-19',2,7053),('/solution/work-requests/','2018-12-20',2,7053),('/solution/work-requests/','2018-12-05',5,7053),('/solution/work-requests/','2018-11-30',8,7053),('/solution/work-requests/','2018-12-07',10,7053),('/solution/work-requests/','2018-12-04',20,7053),('/solution/work-requests/','2018-12-06',36,7053),('/sprint-retrospective/','2018-11-22',1,4646),('/test-page/','2018-11-22',7,6757),('/teste/','2018-11-21',121,6697),('/tour/','2018-11-23',18,6879),('/tracking-time-with-trello-using-scrum-application/','2018-11-22',1,4640),('/two-parts-of-sprint-planning-meetings-in-scrum/','2018-11-21',1,4527),('/what-is-agile-method/','2018-11-24',1,4702),('/what-is-agile-software-development-life-cycle/','2018-11-24',1,4486),('/what-is-scrum-process/','2018-11-22',1,4524),('/what-is-user-stories/','2018-11-22',1,4701),('/why-is-agile-transformation-difficult/','2018-11-21',1,4502);
/*!40000 ALTER TABLE `wp_statistics_pages` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_statistics_search`
--
DROP TABLE IF EXISTS `wp_statistics_search`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_statistics_search` (
`ID` bigint(20) NOT NULL AUTO_INCREMENT,
`last_counter` date NOT NULL,
`engine` varchar(64) NOT NULL,
`host` varchar(255) DEFAULT NULL,
`words` varchar(255) DEFAULT NULL,
`visitor` bigint(20) DEFAULT NULL,
PRIMARY KEY (`ID`),
KEY `last_counter` (`last_counter`),
KEY `engine` (`engine`),
KEY `host` (`host`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_statistics_search`
--
LOCK TABLES `wp_statistics_search` WRITE;
/*!40000 ALTER TABLE `wp_statistics_search` DISABLE KEYS */;
INSERT INTO `wp_statistics_search` VALUES (1,'2018-12-03','google','mail.google.com','',184);
/*!40000 ALTER TABLE `wp_statistics_search` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_statistics_useronline`
--
DROP TABLE IF EXISTS `wp_statistics_useronline`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_statistics_useronline` (
`ID` int(11) NOT NULL AUTO_INCREMENT,
`ip` varchar(60) NOT NULL,
`created` int(11) DEFAULT NULL,
`timestamp` int(10) NOT NULL,
`date` datetime NOT NULL,
`referred` text NOT NULL,
`agent` varchar(255) NOT NULL,
`platform` varchar(255) DEFAULT NULL,
`version` varchar(255) DEFAULT NULL,
`location` varchar(10) DEFAULT NULL,
PRIMARY KEY (`ID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_statistics_useronline`
--
LOCK TABLES `wp_statistics_useronline` WRITE;
/*!40000 ALTER TABLE `wp_statistics_useronline` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_statistics_useronline` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_statistics_visit`
--
DROP TABLE IF EXISTS `wp_statistics_visit`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_statistics_visit` (
`ID` int(11) NOT NULL AUTO_INCREMENT,
`last_visit` datetime NOT NULL,
`last_counter` date NOT NULL,
`visit` int(10) NOT NULL,
PRIMARY KEY (`ID`),
UNIQUE KEY `unique_date` (`last_counter`)
) ENGINE=InnoDB AUTO_INCREMENT=5406 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_statistics_visit`
--
LOCK TABLES `wp_statistics_visit` WRITE;
/*!40000 ALTER TABLE `wp_statistics_visit` DISABLE KEYS */;
INSERT INTO `wp_statistics_visit` VALUES (1,'2018-11-21 09:21:59','2018-11-21',309),(2,'2018-11-22 07:31:26','2018-11-22',897),(311,'2018-11-23 09:07:42','2018-11-23',275),(1203,'2018-11-24 08:00:52','2018-11-24',117),(1333,'0000-00-00 00:00:00','2018-11-25',9),(1446,'2018-11-26 09:20:02','2018-11-26',169),(1456,'2018-11-27 03:35:31','2018-11-27',301),(1616,'2018-11-28 09:01:07','2018-11-28',191),(1905,'2018-11-29 08:32:30','2018-11-29',244),(2068,'2018-11-30 09:12:31','2018-11-30',259),(2288,'2018-12-01 07:00:18','2018-12-01',66),(2502,'2018-12-02 08:42:13','2018-12-02',40),(2561,'2018-12-03 07:37:05','2018-12-03',93),(2587,'2018-12-04 09:18:43','2018-12-04',527),(2676,'2018-12-05 08:45:03','2018-12-05',203),(3197,'2018-12-06 09:18:49','2018-12-06',281),(3392,'2018-12-07 09:19:17','2018-12-07',326),(3660,'2018-12-08 09:16:37','2018-12-08',99),(3982,'2018-12-09 02:33:10','2018-12-09',14),(4060,'2018-12-10 04:48:41','2018-12-10',134),(4068,'2018-12-11 05:44:04','2018-12-11',119),(4202,'2018-12-12 09:19:36','2018-12-12',247),(4312,'2018-12-13 07:03:27','2018-12-13',83),(4417,'2018-12-14 08:40:56','2018-12-14',195),(4496,'2018-12-15 08:14:50','2018-12-15',46),(4672,'2018-12-16 08:46:19','2018-12-16',22),(4703,'2018-12-17 07:11:44','2018-12-17',71),(4724,'2018-12-18 09:00:38','2018-12-18',98),(4785,'2018-12-19 00:41:12','2018-12-19',169),(4877,'2018-12-20 09:10:57','2018-12-20',111),(5044,'2018-12-21 09:10:20','2018-12-21',81),(5143,'2018-12-22 00:13:55','2018-12-22',17),(5211,'2018-12-23 08:09:12','2018-12-23',184),(5224,'2018-12-24 07:32:25','2018-12-24',107),(5405,'2018-12-25 09:15:47','2018-12-25',17);
/*!40000 ALTER TABLE `wp_statistics_visit` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_statistics_visitor`
--
DROP TABLE IF EXISTS `wp_statistics_visitor`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_statistics_visitor` (
`ID` int(11) NOT NULL AUTO_INCREMENT,
`last_counter` date NOT NULL,
`referred` text NOT NULL,
`agent` varchar(255) NOT NULL,
`platform` varchar(255) DEFAULT NULL,
`version` varchar(255) DEFAULT NULL,
`UAString` varchar(255) DEFAULT NULL,
`ip` varchar(60) NOT NULL,
`location` varchar(10) DEFAULT NULL,
`hits` int(11) DEFAULT NULL,
`honeypot` int(11) DEFAULT NULL,
PRIMARY KEY (`ID`),
UNIQUE KEY `date_ip_agent` (`last_counter`,`ip`,`agent`(75),`platform`(75),`version`(75)),
KEY `agent` (`agent`),
KEY `platform` (`platform`),
KEY `version` (`version`),
KEY `location` (`location`)
) ENGINE=InnoDB AUTO_INCREMENT=450 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_statistics_visitor`
--
LOCK TABLES `wp_statistics_visitor` WRITE;
/*!40000 ALTER TABLE `wp_statistics_visitor` DISABLE KEYS */;
INSERT INTO `wp_statistics_visitor` VALUES (1,'2018-11-21','https://product.quickscrum.com/wp-admin/plugin-install.php?s=WP+Statistics&tab=search&type=term','Chrome','Windows','10.0',NULL,'103.94.193.117','000',NULL,NULL),(2,'2018-11-21','https://guide.quickscrum.com/product/solution/task-management/','Chrome','Windows','10.0','','127.0.0.1','000',265,0),(3,'2018-11-21','https://www.quickscrum.com/Home/ContactUs','Chrome','Windows','6.1','','127.0.0.1','000',26,0),(4,'2018-11-21','https://guide.quickscrum.com/product','Chrome','iOS','11.0','','220.243.135.197','000',2,0),(5,'2018-11-21','https://guide.quickscrum.com/product','Chrome','Android','5.0','','220.243.136.71','000',1,0),(6,'2018-11-21','https://guide.quickscrum.com/product','Chrome','iOS','11.0','','220.243.136.134','000',1,0),(7,'2018-11-21','https://guide.quickscrum.com/product','Chrome','Android','8.0','','220.243.135.71','000',1,0),(8,'2018-11-21','https://guide.quickscrum.com/product','Chrome','iOS','11.0','','220.243.135.190','000',1,0),(9,'2018-11-21','https://guide.quickscrum.com/product','Chrome','Android','6.0','','220.243.136.197','000',1,0),(10,'2018-11-21','https://guide.quickscrum.com/product','Chrome','Android','6.0','','127.0.0.1','000',1,0),(11,'2018-11-21','https://guide.quickscrum.com/product','Chrome','Android','5.0','','127.0.0.1','000',1,0),(12,'2018-11-21','https://guide.quickscrum.com/product','Chrome','iOS','11.0','','220.243.135.230','000',1,0),(13,'2018-11-21','https://guide.quickscrum.com/product','Chrome','iOS','11.0','','127.0.0.1','000',1,0),(14,'2018-11-21','https://guide.quickscrum.com/product/','Safari','iOS','11.0','','127.0.0.1','000',1,0),(15,'2018-11-21','https://www.quickscrum.com/','Chrome','Linux','Unknown','','127.0.0.1','000',2,0),(16,'2018-11-21','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','115.238.44.234','000',1,0),(17,'2018-11-21','https://guide.quickscrum.com/product','Firefox','OS X','10.11','','60.191.38.77','000',1,0),(18,'2018-11-21','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','184.105.139.69','000',1,0),(19,'2018-11-22','https://www.quickscrum.com/Home/ContactUs','Chrome','Windows','10.0','','127.0.0.1','000',259,0),(20,'2018-11-22','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','178.73.215.171','000',1,0),(21,'2018-11-22','https://www.quickscrum.com/','Firefox','Windows','10.0','','127.0.0.1','000',132,0),(22,'2018-11-22','https://guide.quickscrum.com/product','Safari','OS X','10.13.4','','127.0.0.1','000',403,0),(23,'2018-11-22','https://guide.quickscrum.com/product','Edge','Windows','10.0','','127.0.0.1','000',7,0),(24,'2018-11-22','https://guide.quickscrum.com/product','Chrome','Android','6.0','','220.243.136.72','000',1,0),(25,'2018-11-22','https://guide.quickscrum.com/product','Chrome','Android','6.0','','220.243.135.198','000',1,0),(26,'2018-11-22','https://guide.quickscrum.com/product','Chrome','iOS','11.0','','220.243.136.9','000',1,0),(27,'2018-11-22','https://guide.quickscrum.com/product','Chrome','Android','5.0','','220.243.135.135','000',1,0),(28,'2018-11-22','https://guide.quickscrum.com/product','Chrome','iOS','11.0','','220.243.135.55','000',1,0),(29,'2018-11-22','https://guide.quickscrum.com/product','Chrome','Android','6.0','','220.243.135.181','000',1,0),(30,'2018-11-22','https://guide.quickscrum.com/product','Chrome','Android','6.0','','127.0.0.1','000',5,0),(31,'2018-11-22','https://guide.quickscrum.com/product','Chrome','Android','5.0','','127.0.0.1','000',2,0),(32,'2018-11-22','https://guide.quickscrum.com/product','Chrome','Android','8.0','','220.243.136.36','000',1,0),(33,'2018-11-22','https://guide.quickscrum.com/product','Chrome','Android','6.0','','220.243.136.162','000',1,0),(34,'2018-11-22','https://guide.quickscrum.com/product','Chrome','Android','8.0','','220.243.136.225','000',1,0),(35,'2018-11-22','https://guide.quickscrum.com/product','Chrome','Android','8.0','','127.0.0.1','000',4,0),(36,'2018-11-22','https://guide.quickscrum.com/product','Chrome','Android','8.0','','220.243.135.103','000',1,0),(37,'2018-11-22','https://guide.quickscrum.com/product','Chrome','Windows','10.0','','122.169.10.217','000',2,0),(38,'2018-11-22','https://guide.quickscrum.com/product','Firefox','OS X','10.11','','60.191.38.77','000',1,0),(39,'2018-11-22','https://guide.quickscrum.com/product','Chrome','Android','8.0','','220.243.136.27','000',1,0),(40,'2018-11-22','https://guide.quickscrum.com/product','Chrome','Android','5.0','','220.243.136.180','000',1,0),(41,'2018-11-22','https://guide.quickscrum.com/product','Chrome','Android','8.0','','220.243.135.243','000',1,0),(42,'2018-11-22','https://guide.quickscrum.com/product','Chrome','Android','6.0','','220.243.135.243','000',1,0),(43,'2018-11-22','https://guide.quickscrum.com/product','Chrome','Android','6.0','','220.243.135.54','000',1,0),(44,'2018-11-22','https://guide.quickscrum.com/product','Chrome','iOS','11.0','','220.243.136.54','000',1,0),(45,'2018-11-22','https://guide.quickscrum.com/product','Chrome','Android','5.0','','220.243.136.117','000',1,0),(46,'2018-11-22','https://guide.quickscrum.com/product','Chrome','Android','5.0','','220.243.136.94','000',2,0),(47,'2018-11-22','137.116.134.50','Firefox','Windows','6.1','','159.203.196.79','000',1,0),(48,'2018-11-22','https://www.quickscrum.com/Home/RequestADemo','Firefox','Windows','6.1','','127.0.0.1','000',5,0),(49,'2018-11-22','https://guide.quickscrum.com/product','Chrome','iOS','11.0','','220.243.135.64','000',3,0),(50,'2018-11-22','https://guide.quickscrum.com/product','Chrome','Android','6.0','','220.243.135.190','000',1,0),(51,'2018-11-22','https://guide.quickscrum.com/product','Chrome','iOS','11.0','','220.243.135.253','000',2,0),(52,'2018-11-22','https://guide.quickscrum.com/product','Chrome','Android','8.0','','220.243.136.64','000',1,0),(53,'2018-11-22','https://guide.quickscrum.com/product','Chrome','Android','5.0','','220.243.136.253','000',2,0),(54,'2018-11-22','https://guide.quickscrum.com/product','Chrome','iOS','11.0','','220.243.135.117','000',1,0),(55,'2018-11-22','https://guide.quickscrum.com/product','Chrome','Android','8.0','','220.243.135.251','000',1,0),(56,'2018-11-22','https://guide.quickscrum.com/product','Chrome','Android','5.0','','220.243.136.3','000',1,0),(57,'2018-11-22','https://guide.quickscrum.com/product','Chrome','Android','8.0','','220.243.135.77','000',1,0),(58,'2018-11-22','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','184.105.139.68','000',1,0),(59,'2018-11-22','https://guide.quickscrum.com/product','Internet Explorer','Windows','6.1','','73.67.255.177','000',42,0),(60,'2018-11-23','https://guide.quickscrum.com/product','Internet Explorer','Windows','6.1','','73.67.255.177','000',138,0),(61,'2018-11-23','https://www.quickscrum.com/','Chrome','Windows','10.0','','127.0.0.1','000',127,0),(62,'2018-11-23','https://www.quickscrum.com/?r=sct','Chrome','OS X','10.13.6','','127.0.0.1','000',4,0),(63,'2018-11-23','https://app.quickscrum.com/admin/company/false','Chrome','Windows','10.0','','91.89.8.191','000',1,0),(64,'2018-11-23','https://www.quickscrum.com/Article/ArticleDetails/4067/1/Salient-Features-Of-Scrum','Chrome','Windows','6.3','','127.0.0.1','000',1,0),(65,'2018-11-23','https://guide.quickscrum.com/product','Chrome','Windows','6.1','','137.74.30.66','000',1,0),(66,'2018-11-23','https://www.quickscrum.com/?r=sct','Firefox','Windows','10.0','','127.0.0.1','000',2,0),(67,'2018-11-23','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','184.105.139.69','000',1,0),(68,'2018-11-24','https://www.quickscrum.com/','Firefox','Windows','6.1','','127.0.0.1','000',1,0),(69,'2018-11-24','https://www.quickscrum.com/ScrumTool/Pricing','Chrome','Windows','10.0','','127.0.0.1','000',4,0),(70,'2018-11-24','https://guide.quickscrum.com/agile-software-development-model/','Firefox','Windows','6.0','','127.0.0.1','000',5,0),(71,'2018-11-24','https://www.quickscrum.com/Home/ContactUs','Chrome','Windows','6.1','','127.0.0.1','000',2,0),(72,'2018-11-24','https://guide.quickscrum.com/product','Chrome','OS X','10.13.6','','127.0.0.1','000',5,0),(73,'2018-11-24','https://www.quickscrum.com/','Opera','Windows','10.0','','127.0.0.1','000',8,0),(74,'2018-11-24','https://www.quickscrum.com/','Chrome','Android','6.0.1','','127.0.0.1','000',3,0),(75,'2018-11-24','https://guide.quickscrum.com/product','Chrome','Android','5.0','','220.243.136.206','000',2,0),(76,'2018-11-24','https://guide.quickscrum.com/product','Chrome','Android','5.0','','127.0.0.1','000',1,0),(77,'2018-11-24','https://guide.quickscrum.com/product','Chrome','Android','5.0','','220.243.136.193','000',1,0),(78,'2018-11-24','https://guide.quickscrum.com/product','Chrome','Android','8.0','','220.243.135.67','000',1,0),(79,'2018-11-24','https://guide.quickscrum.com/product','Chrome','Android','5.0','','220.243.135.4','000',1,0),(80,'2018-11-24','https://guide.quickscrum.com/product','Chrome','Android','5.0','','220.243.135.175','000',1,0),(81,'2018-11-24','https://guide.quickscrum.com/product','Chrome','Android','6.0','','220.243.136.238','000',1,0),(82,'2018-11-24','https://guide.quickscrum.com/product','Chrome','Android','6.0','','127.0.0.1','000',2,0),(83,'2018-11-24','https://guide.quickscrum.com/product','Chrome','Android','5.0','','220.243.135.17','000',1,0),(84,'2018-11-24','https://guide.quickscrum.com/product','Unknown','iOS','3.2.1','','127.0.0.1','000',77,0),(85,'2018-11-24','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','74.82.47.3','000',1,0),(86,'2018-11-25','https://web.freshchat.com/a/139892095871026/people/162632904799547','Chrome','Windows','10.0','','127.0.0.1','000',5,0),(87,'2018-11-25','https://guide.quickscrum.com/product','Firefox','OS X','10.11','','60.191.38.77','000',1,0),(88,'2018-11-25','https://www.quickscrum.com/','Chrome','Android','5.1.1','','127.0.0.1','000',2,0),(89,'2018-11-25','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','74.82.47.5','000',1,0),(90,'2018-11-26','https://guide.quickscrum.com/product','Chrome','Windows','6.2','','34.235.133.95','000',1,0),(91,'2018-11-26','https://www.quickscrum.com/','Chrome','Android','6.0.1','','127.0.0.1','000',1,0),(92,'2018-11-26','https://www.quickscrum.com/ScrumTool/Product','Chrome','OS X','10.13.6','','127.0.0.1','000',2,0),(93,'2018-11-26','https://guide.quickscrum.com/','Chrome','Windows','10.0','','127.0.0.1','000',49,0),(94,'2018-11-26','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','139.162.113.204','000',1,0),(95,'2018-11-26','https://guide.quickscrum.com/product','Firefox','OS X','10.11','','60.191.38.77','000',1,0),(96,'2018-11-26','https://www.quickscrum.com/Home/ContactUs','Chrome','OS X','10.11.6','','127.0.0.1','000',2,0),(97,'2018-11-26','https://guide.quickscrum.com/product','Firefox','Windows','10.0','','203.88.149.91','000',2,0),(98,'2018-11-26','https://www.quickscrum.com/','Safari','OS X','10.13.6','','127.0.0.1','000',2,0),(99,'2018-11-26','https://www.quickscrum.com/','Firefox','Windows','10.0','','127.0.0.1','000',89,0),(100,'2018-11-26','https://www.quickscrum.com/','Chrome','Linux','Unknown','','127.0.0.1','000',1,0),(101,'2018-11-26','https://www.quickscrum.com/ScrumTool/Product','Chrome','OS X','10.13.1','','127.0.0.1','000',3,0),(102,'2018-11-26','https://www.quickscrum.com/Account/Login?ReturnUrl=%2FProductBacklog%2FProductBacklogList','Internet Explorer','Windows','10.0','','127.0.0.1','000',1,0),(103,'2018-11-26','https://www.quickscrum.com/','Chromium','Ubuntu','Unknown','','127.0.0.1','000',4,0),(104,'2018-11-26','https://www.quickscrum.com/ScrumGuide/177/sg-Daily-Stand-Up','Chrome','Windows','6.1','','127.0.0.1','000',1,0),(105,'2018-11-26','https://www.quickscrum.com/Home/SprintPlanning','Internet Explorer','Windows','6.1','','127.0.0.1','000',6,0),(106,'2018-11-26','https://www.quickscrum.com/ScrumTool/Product','Firefox','OS X','10.14','','127.0.0.1','000',2,0),(107,'2018-11-26','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','216.218.206.69','000',1,0),(108,'2018-11-27','https://www.quickscrum.com/ScrumTool/Pricing','Chrome','Windows','6.1','','127.0.0.1','000',7,0),(109,'2018-11-27','https://www.quickscrum.com/Home/ContactUs','Chrome','Windows','10.0','','127.0.0.1','000',63,0),(110,'2018-11-27','http://www.baidu.com/s?wd=twelve899','Firefox','Windows','6.1','','14.215.176.4','000',1,0),(111,'2018-11-27','https://www.quickscrum.com/ScrumTool/Pricing','Chrome','OS X','10.13.6','','127.0.0.1','000',5,0),(112,'2018-11-27','https://www.quickscrum.com/Home/TaskBoard','Chrome','OS X','10.14.0','','127.0.0.1','000',4,0),(113,'2018-11-27','https://guide.quickscrum.com/product/feature/','Firefox','Windows','10.0','','127.0.0.1','000',202,0),(114,'2018-11-27','https://guide.quickscrum.com/product','Chrome','Windows','10.0','','122.169.73.9','000',1,0),(115,'2018-11-27','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','125.64.94.197','000',1,0),(116,'2018-11-27','https://www.quickscrum.com/ScrumGuide/170/sg-Product-Backlog-Refinement','Chrome','OS X','10.10.5','','127.0.0.1','000',9,0),(117,'2018-11-27','https://www.quickscrum.com/','Chrome','Windows','6.2','','127.0.0.1','000',2,0),(118,'2018-11-27','https://www.quickscrum.com/','Internet Explorer','Windows','10.0','','127.0.0.1','000',3,0),(119,'2018-11-27','https://www.quickscrum.com/','Chrome','OS X','10.12.6','','127.0.0.1','000',2,0),(120,'2018-11-27','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','184.105.139.69','000',1,0),(121,'2018-11-28','https://www.quickscrum.com/','Chrome','OS X','10.10.5','','127.0.0.1','000',1,0),(122,'2018-11-28','https://guide.quickscrum.com/product','Safari','OS X','10.10.1','','127.0.0.1','000',1,0),(123,'2018-11-28','https://guide.quickscrum.com/','Chrome','Windows','6.1','','127.0.0.1','000',10,0),(124,'2018-11-28','https://www.quickscrum.com/','Safari','iOS','12.1','','127.0.0.1','000',1,0),(125,'2018-11-28','https://www.quickscrum.com/ScrumTool/On-Premises-Page','Safari','OS X','10.13.6','','127.0.0.1','000',1,0),(126,'2018-11-28','https://guide.quickscrum.com/product','Chrome','Windows','10.0','','139.162.78.135','000',1,0),(127,'2018-11-28','https://www.quickscrum.com/Account/Registration','Chrome','Windows','10.0','','127.0.0.1','000',49,0),(128,'2018-11-28','https://www.quickscrum.com/','Chrome','OS X','10.13.6','','127.0.0.1','000',23,0),(129,'2018-11-28','https://guide.quickscrum.com/product','Firefox','OS X','10.11','','60.191.38.77','000',1,0),(130,'2018-11-28','https://guide.quickscrum.com/product/solution/','Firefox','Windows','10.0','','127.0.0.1','000',91,0),(131,'2018-11-28','https://guide.quickscrum.com/product','Chrome','Windows','10.0','','71.6.232.7','000',1,0),(132,'2018-11-28','https://www.quickscrum.com/','Chrome','Windows','6.2','','127.0.0.1','000',7,0),(133,'2018-11-28','https://www.quickscrum.com/','Chrome','OS X','10.14.0','','127.0.0.1','000',3,0),(134,'2018-11-28','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','216.218.206.68','000',1,0),(135,'2018-11-29','https://www.quickscrum.com/ScrumTool/Product','Safari','OS X','10.13.6','','127.0.0.1','000',1,0),(136,'2018-11-29','https://www.quickscrum.com/','Chrome','Windows','10.0','','127.0.0.1','000',116,0),(137,'2018-11-29','https://guide.quickscrum.com/product','Internet Explorer','Windows','5.0','','127.0.0.1','000',2,0),(138,'2018-11-29','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','178.73.215.171','000',1,0),(139,'2018-11-29','https://www.quickscrum.com/','Samsung Internet','Android','7.1.1','','127.0.0.1','000',6,0),(140,'2018-11-29','https://www.quickscrum.com/','Chrome','OS X','10.14.0','','127.0.0.1','000',3,0),(141,'2018-11-29','https://product.quickscrum.com/','Firefox','Windows','10.0','','127.0.0.1','000',78,0),(142,'2018-11-29','https://guide.quickscrum.com/product-solutions/','Edge','Windows','10.0','','127.0.0.1','000',2,0),(143,'2018-11-29','https://guide.quickscrum.com/product','Chrome','Windows','6.1','','127.0.0.1','000',23,0),(144,'2018-11-29','https://dev.quickscrum.com/workflow/72','Chrome','Windows','10.0','','203.88.149.91','000',4,0),(145,'2018-11-29','https://www.quickscrum.com/','Firefox','Ubuntu','Unknown','','127.0.0.1','000',2,0),(146,'2018-11-29','https://www.quickscrum.com/Forum/ForumCategories/1','Internet Explorer','Windows','6.1','','127.0.0.1','000',2,0),(147,'2018-11-29','https://guide.quickscrum.com/product','Firefox','OS X','10.11','','60.191.38.77','000',1,0),(148,'2018-11-29','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','216.218.206.68','000',1,0),(149,'2018-11-29','https://www.quickscrum.com/','Chrome','Windows','10.0','','199.189.178.1','000',2,0),(150,'2018-11-30','https://guide.quickscrum.com/product','Chrome','Windows','6.1','','127.0.0.1','000',49,0),(151,'2018-11-30','https://guide.quickscrum.com/product','Firefox','Ubuntu','Unknown','','195.201.171.107','000',1,0),(152,'2018-11-30','https://guide.quickscrum.com/product','Chrome','Linux','Unknown','','71.6.135.131','000',1,0),(153,'2018-11-30','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','71.6.135.131','000',2,0),(154,'2018-11-30','https://guide.quickscrum.com/solution/','Chrome','Windows','10.0','','127.0.0.1','000',102,0),(155,'2018-11-30','https://www.quickscrum.com/','Firefox','Windows','10.0','','127.0.0.1','000',81,0),(156,'2018-11-30','https://guide.quickscrum.com/product','Chrome','Windows','6.1','','59.93.203.57','000',1,0),(157,'2018-11-30','https://www.quickscrum.com/','Safari','OS X','10.13.6','','127.0.0.1','000',10,0),(158,'2018-11-30','https://guide.quickscrum.com/product','Chrome','OS X','10.13.6','','127.0.0.1','000',5,0),(159,'2018-11-30','https://guide.quickscrum.com/','Chrome','Windows','6.2','','127.0.0.1','000',2,0),(160,'2018-11-30','https://www.quickscrum.com/','Firefox','Windows','6.3','','127.0.0.1','000',2,0),(161,'2018-11-30','https://www.quickscrum.com/','Safari','iOS','12.1','','127.0.0.1','000',1,0),(162,'2018-11-30','https://guide.quickscrum.com/product','Firefox','OS X','10.11','','60.191.38.77','000',1,0),(163,'2018-11-30','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','184.105.139.68','000',1,0),(164,'2018-12-01','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','139.162.113.204','000',1,0),(165,'2018-12-01','https://www.quickscrum.com/?r=sct','Opera','OS X','10.14.1','','127.0.0.1','000',1,0),(166,'2018-12-01','https://www.quickscrum.com/','Firefox','Windows','10.0','','127.0.0.1','000',6,0),(167,'2018-12-01','http://www.quickscrum.com/','Chrome','Windows','10.0','','127.0.0.1','000',36,0),(168,'2018-12-01','https://guide.quickscrum.com/product','Safari','iOS','11.4','','127.0.0.1','000',11,0),(169,'2018-12-01','https://www.quickscrum.com/','Firefox','Windows','6.3','','127.0.0.1','000',6,0),(170,'2018-12-01','https://www.quickscrum.com/Home/ContactUs','Safari','iOS','11.3','','127.0.0.1','000',1,0),(171,'2018-12-01','https://guide.quickscrum.com/product','Firefox','OS X','10.11','','60.191.38.77','000',1,0),(172,'2018-12-01','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','74.82.47.5','000',1,0),(173,'2018-12-01','https://www.quickscrum.com/','Firefox','Windows','6.1','','127.0.0.1','000',2,0),(174,'2018-12-02','https://www.quickscrum.com/Sprint-Review-Meeting','Chrome','Windows','10.0','','127.0.0.1','000',29,0),(175,'2018-12-02','https://www.quickscrum.com/ScrumTool/Product','Chrome','Android','8.0.0','','127.0.0.1','000',2,0),(176,'2018-12-02','https://www.quickscrum.com/ScrumTool/Product','Chrome','OS X','10.13.6','','127.0.0.1','000',4,0),(177,'2018-12-02','https://www.quickscrum.com/','Safari','iOS','12.1','','127.0.0.1','000',1,0),(178,'2018-12-02','https://guide.quickscrum.com/product','Firefox','Windows','6.1','','112.26.82.61','000',1,0),(179,'2018-12-02','https://guide.quickscrum.com/product','Chrome','Windows','6.2','','54.172.5.193','000',1,0),(180,'2018-12-02','https://guide.quickscrum.com/product','Safari','OS X','10.14.1','','127.0.0.1','000',1,0),(181,'2018-12-02','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','216.218.206.67','000',1,0),(182,'2018-12-03','https://www.quickscrum.com/ScrumTool/Pricing','Chrome','Linux','Unknown','','127.0.0.1','000',3,0),(183,'2018-12-03','https://guide.quickscrum.com/product','Chrome','Windows','10.0','','127.0.0.1','000',24,0),(184,'2018-12-03','https://mail.google.com/mail/u/0/','Firefox','Windows','6.3','','127.0.0.1','000',31,0),(185,'2018-12-03','https://www.quickscrum.com/ScrumGuide/178/sg-Scrum-Development-Team','Chrome','Windows','6.1','','127.0.0.1','000',6,0),(186,'2018-12-03','https://www.quickscrum.com/','Firefox','Windows','10.0','','127.0.0.1','000',26,0),(187,'2018-12-03','https://guide.quickscrum.com/product','Chrome','Windows','6.1','','51.38.12.13','000',1,0),(188,'2018-12-03','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','122.224.129.234','000',1,0),(189,'2018-12-03','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','184.105.247.196','000',1,0),(190,'2018-12-04','https://guide.quickscrum.com/product','Chrome','Windows','6.2','','54.226.138.46','000',1,0),(191,'2018-12-04','https://guide.quickscrum.com/product','Chrome','Linux','Unknown','','94.102.49.190','000',1,0),(192,'2018-12-04','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','94.102.49.190','000',2,0),(193,'2018-12-04','https://guide.quickscrum.com/product','Firefox','OS X','10.11','','60.191.38.77','000',1,0),(194,'2018-12-04','https://guide.quickscrum.com/product','Firefox','Windows','6.3','','127.0.0.1','000',36,0),(195,'2018-12-04','https://guide.quickscrum.com/','Chrome','Windows','10.0','','127.0.0.1','000',130,0),(196,'2018-12-04','https://guide.quickscrum.com/product','Chrome','Windows','10.0','','139.162.78.135','000',1,0),(197,'2018-12-04','https://guide.quickscrum.com/product/solution/','Firefox','Windows','10.0','','127.0.0.1','000',335,0),(198,'2018-12-04','https://www.quickscrum.com/?r=sct','Chrome','Windows','6.1','','127.0.0.1','000',10,0),(199,'2018-12-04','https://guide.quickscrum.com/product','Chrome','OS X','10.11.5','','13.52.79.117','000',1,0),(200,'2018-12-04','https://www.quickscrum.com/ScrumGuide/170/sg-Product-Backlog-Refinement','Chrome','OS X','10.11.6','','127.0.0.1','000',1,0),(201,'2018-12-04','https://guide.quickscrum.com/product','Chrome','Linux','Unknown','','125.212.217.215','000',1,0),(202,'2018-12-04','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','125.212.217.215','000',2,0),(203,'2018-12-04','https://www.quickscrum.com/ScrumTool/Pricing','Firefox','Windows','6.1','','127.0.0.1','000',2,0),(204,'2018-12-04','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','216.218.206.66','000',1,0),(205,'2018-12-04','https://guide.quickscrum.com/product','Chrome','Windows','10.0','','71.6.232.7','000',1,0),(206,'2018-12-04','https://guide.quickscrum.com/product','Chrome','Ubuntu','Unknown','','54.161.216.28','000',1,0),(207,'2018-12-05','https://www.quickscrum.com/ScrumTool/Product','Safari','OS X','10.14.2','','127.0.0.1','000',1,0),(208,'2018-12-05','https://www.quickscrum.com/ScrumTool/Pricing','Chrome','OS X','10.14.1','','127.0.0.1','000',1,0),(209,'2018-12-05','https://www.quickscrum.com/ScrumTool/Pricing','Chrome','OS X','10.14.0','','127.0.0.1','000',5,0),(210,'2018-12-05','https://www.quickscrum.com/','Safari','iOS','12.1','','127.0.0.1','000',4,0),(211,'2018-12-05','http://www.quickscrum.com/','Chrome','Windows','10.0','','127.0.0.1','000',63,0),(212,'2018-12-05','https://www.quickscrum.com/','Chrome','Windows','6.3','','127.0.0.1','000',27,0),(213,'2018-12-05','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','91.205.172.202','000',2,0),(214,'2018-12-05','https://guide.quickscrum.com/product','Chrome','Linux','Unknown','','125.212.217.214','000',1,0),(215,'2018-12-05','https://guide.quickscrum.com/solution/scrum/','Chrome','Windows','6.1','','127.0.0.1','000',14,0),(216,'2018-12-05','https://www.quickscrum.com/','Safari','OS X','10.13.6','','127.0.0.1','000',18,0),(217,'2018-12-05','https://guide.quickscrum.com/product','Unknown','OS X','10.13.6','','127.0.0.1','000',1,0),(218,'2018-12-05','https://guide.quickscrum.com/product/marketing-and-communications/','Firefox','Windows','10.0','','127.0.0.1','000',53,0),(219,'2018-12-05','https://guide.quickscrum.com/product','Chrome','OS X','10.13.6','','127.0.0.1','000',2,0),(220,'2018-12-05','https://www.quickscrum.com/','Edge','Windows','10.0','','127.0.0.1','000',4,0),(221,'2018-12-05','https://qslite-dev-app.azurewebsites.net/','Firefox','Windows','6.1','','127.0.0.1','000',3,0),(222,'2018-12-05','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','178.73.215.171','000',1,0),(223,'2018-12-05','https://guide.quickscrum.com/product','Firefox','OS X','10.11','','60.191.38.77','000',1,0),(224,'2018-12-05','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','74.82.47.3','000',1,0),(225,'2018-12-05','https://guide.quickscrum.com/product','Chrome','Windows','10.0','','139.162.226.133','000',1,0),(226,'2018-12-06','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','139.162.113.204','000',1,0),(227,'2018-12-06','https://www.quickscrum.com/ScrumTool/Pricing','Safari','OS X','10.14.1','','127.0.0.1','000',2,0),(228,'2018-12-06','https://www.quickscrum.com/ScrumTool/Pricing','Edge','Windows','10.0','','127.0.0.1','000',1,0),(229,'2018-12-06','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','185.255.31.2','000',1,0),(230,'2018-12-06','https://guide.quickscrum.com/product','Firefox','OS X','10.11','','60.191.38.77','000',1,0),(231,'2018-12-06','https://guide.quickscrum.com/','Chrome','Windows','10.0','','127.0.0.1','000',217,0),(232,'2018-12-06','https://www.quickscrum.com/','Firefox','Windows','10.0','','127.0.0.1','000',14,0),(233,'2018-12-06','https://www.quickscrum.com/','Chrome','Windows','6.1','','127.0.0.1','000',24,0),(234,'2018-12-06','https://www.quickscrum.com/','Firefox','Ubuntu','Unknown','','127.0.0.1','000',2,0),(235,'2018-12-06','https://guide.quickscrum.com/help/product-help/','Firefox','Windows','6.3','','127.0.0.1','000',13,0),(236,'2018-12-06','https://guide.quickscrum.com/product','Chrome','OS X','10.13.6','','127.0.0.1','000',1,0),(237,'2018-12-06','https://www.quickscrum.com/','Chrome','Windows','6.2','','127.0.0.1','000',3,0),(238,'2018-12-06','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','184.105.139.68','000',1,0),(239,'2018-12-07','https://www.quickscrum.com/home/agile-project-management-training','Safari','iOS','12.1','','127.0.0.1','000',2,0),(240,'2018-12-07','https://guide.quickscrum.com/article/manage-file-or-folder/','Firefox','Windows','6.3','','127.0.0.1','000',7,0),(241,'2018-12-07','https://guide.quickscrum.com/','Chrome','Windows','10.0','','127.0.0.1','000',146,0),(242,'2018-12-07','https://guide.quickscrum.com/','Firefox','Windows','10.0','','127.0.0.1','000',144,0),(243,'2018-12-07','https://guide.quickscrum.com/product','Chrome','OS X','10.13.6','','127.0.0.1','000',1,0),(244,'2018-12-07','https://www.quickscrum.com/','Chrome','Linux','Unknown','','127.0.0.1','000',3,0),(245,'2018-12-07','https://guide.quickscrum.com/product','Firefox','Windows','6.1','','127.0.0.1','000',1,0),(246,'2018-12-07','https://www.quickscrum.com/ScrumTool/Index','Firefox','Ubuntu','Unknown','','127.0.0.1','000',1,0),(247,'2018-12-07','https://guide.quickscrum.com/','Opera','Windows','6.2','','127.0.0.1','000',6,0),(248,'2018-12-07','https://guide.quickscrum.com/product','Firefox','OS X','10.11','','60.191.38.77','000',1,0),(249,'2018-12-07','https://www.quickscrum.com/ScrumGuide/172/sg-Sprint-Backlog','Internet Explorer','Windows','10.0','','127.0.0.1','000',6,0),(250,'2018-12-07','https://www.quickscrum.com/?r=sct','Safari','OS X','10.13.6','','127.0.0.1','000',1,0),(251,'2018-12-07','https://www.quickscrum.com/?r=sct','Safari','OS X','10.14.1','','127.0.0.1','000',6,0),(252,'2018-12-07','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','216.218.206.68','000',1,0),(253,'2018-12-08','https://www.quickscrum.com/','Chrome','OS X','10.14.1','','127.0.0.1','000',1,0),(254,'2018-12-08','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','117.50.7.159','000',1,0),(255,'2018-12-08','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','14.135.120.34','000',1,0),(256,'2018-12-08','https://guide.quickscrum.com/product/solution/','Chrome','Windows','10.0','','127.0.0.1','000',44,0),(257,'2018-12-08','https://guide.quickscrum.com/product','Safari','OS X','10.13.6','','127.0.0.1','000',1,0),(258,'2018-12-08','https://guide.quickscrum.com/product','Chrome','Windows','10.0','','139.162.78.135','000',1,0),(259,'2018-12-08','https://guide.quickscrum.com/product','Chrome','OS X','10.11.4','','127.0.0.1','000',5,0),(260,'2018-12-08','https://www.quickscrum.com/ScrumTool/Pricing','Chrome','Windows','6.1','','127.0.0.1','000',20,0),(261,'2018-12-08','https://guide.quickscrum.com/product','Internet Explorer','Windows','6.1','','108.214.89.190','000',20,0),(262,'2018-12-08','http://www.quickscrum.com/','Chrome','Android','6.0.1','','127.0.0.1','000',1,0),(263,'2018-12-08','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','74.82.47.3','000',1,0),(264,'2018-12-08','https://guide.quickscrum.com/product','Chrome','Linux','Unknown','','185.181.102.18','000',1,0),(265,'2018-12-08','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','185.181.102.18','000',2,0),(266,'2018-12-09','https://guide.quickscrum.com/product','Firefox','OS X','10.11','','60.191.38.77','000',1,0),(267,'2018-12-09','https://www.quickscrum.com/?r=sct','Safari','OS X','10.14.1','','127.0.0.1','000',6,0),(268,'2018-12-09','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','127.0.0.1','000',1,0),(269,'2018-12-09','https://www.quickscrum.com/ScrumGuide/175/sg-Estimate-A-Story','Chrome','Windows','6.1','','127.0.0.1','000',1,0),(270,'2018-12-09','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','74.82.47.2','000',1,0),(271,'2018-12-09','https://www.quickscrum.com/','Firefox','OS X','10.14','','127.0.0.1','000',4,0),(272,'2018-12-10','https://www.quickscrum.com/','Firefox','Windows','10.0','','127.0.0.1','000',57,0),(273,'2018-12-10','https://www.quickscrum.com/Forum/ForumTopics/1/Sprint-Retrospective/14','Chrome','Android','8.1.0','','127.0.0.1','000',1,0),(274,'2018-12-10','http://www.quickscrum.com/','Chrome','Windows','10.0','','127.0.0.1','000',40,0),(275,'2018-12-10','https://www.quickscrum.com/ScrumTool/Index','Chrome','Windows','6.1','','127.0.0.1','000',6,0),(276,'2018-12-10','https://www.quickscrum.com/','Firefox','Windows','6.3','','127.0.0.1','000',1,0),(277,'2018-12-10','https://www.quickscrum.com/','Chrome','Windows','6.3','','127.0.0.1','000',4,0),(278,'2018-12-10','https://guide.quickscrum.com/','Chrome','Windows','6.2','','127.0.0.1','000',18,0),(279,'2018-12-10','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','185.255.31.2','000',1,0),(280,'2018-12-10','https://www.quickscrum.com/ScrumTool/Index','Internet Explorer','Windows','6.1','','127.0.0.1','000',4,0),(281,'2018-12-10','https://guide.quickscrum.com/product','Firefox','OS X','10.11','','60.191.38.77','000',1,0),(282,'2018-12-10','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','216.218.206.67','000',1,0),(283,'2018-12-11','https://www.quickscrum.com/ScrumTool/Pricing','Safari','iOS','12.0','','127.0.0.1','000',6,0),(284,'2018-12-11','https://www.quickscrum.com/ScrumTool/Pricing','Safari','OS X','10.13.6','','127.0.0.1','000',2,0),(285,'2018-12-11','https://www.quickscrum.com/Sprint-Review-Meeting','Chrome','Windows','10.0','','127.0.0.1','000',35,0),(286,'2018-12-11','https://guide.quickscrum.com/product','Chrome','Windows','6.2','','35.175.197.105','000',1,0),(287,'2018-12-11','https://guide.quickscrum.com/product','Firefox','Windows','10.0','','127.0.0.1','000',62,0),(288,'2018-12-11','https://guide.quickscrum.com/product','Chrome','Linux','Unknown','','198.20.70.114','000',1,0),(289,'2018-12-11','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','198.20.70.114','000',2,0),(290,'2018-12-11','https://www.quickscrum.com/ScrumTool/Pricing','Chrome','Windows','6.1','','127.0.0.1','000',4,0),(291,'2018-12-11','https://www.quickscrum.com/ScrumTool/Pricing','Internet Explorer','Windows','6.1','','127.0.0.1','000',2,0),(292,'2018-12-11','https://guide.quickscrum.com/product','Chrome','Windows','10.0','','122.169.8.78','000',1,0),(293,'2018-12-11','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','216.218.206.69','000',1,0),(294,'2018-12-11','https://www.quickscrum.com/','Safari','OS X','10.14.1','','127.0.0.1','000',2,0),(295,'2018-12-12','https://www.quickscrum.com/ScrumTool/Pricing','Chrome','OS X','10.14.1','','127.0.0.1','000',4,0),(296,'2018-12-12','https://guide.quickscrum.com/product','Firefox','OS X','10.11','','60.191.38.77','000',1,0),(297,'2018-12-12','https://guide.quickscrum.com/help/getting-started/','Chrome','Windows','10.0','','127.0.0.1','000',94,0),(298,'2018-12-12','https://guide.quickscrum.com/product','Internet Explorer','Windows','6.1','','173.216.217.150','000',65,0),(299,'2018-12-12','https://guide.quickscrum.com/product','Internet Explorer','Windows','6.1','','98.161.250.120','000',65,0),(300,'2018-12-12','https://guide.quickscrum.com/product','Chrome','Windows','10.0','','71.6.232.7','000',1,0),(301,'2018-12-12','https://www.quickscrum.com/','Firefox','Windows','10.0','','127.0.0.1','000',4,0),(302,'2018-12-12','https://guide.quickscrum.com/product','Chrome','Windows','6.1','','127.0.0.1','000',4,0),(303,'2018-12-12','https://www.quickscrum.com/','Safari','OS X','10.13.6','','127.0.0.1','000',2,0),(304,'2018-12-12','http://www.quickscrum.com/','Chrome','Windows','10.0','','165.72.200.114','000',1,0),(305,'2018-12-12','https://www.quickscrum.com/','Chrome','Windows','6.3','','127.0.0.1','000',4,0),(306,'2018-12-12','https://guide.quickscrum.com/product','Firefox','Ubuntu','Unknown','','195.154.61.206','000',1,0),(307,'2018-12-12','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','74.82.47.2','000',1,0),(308,'2018-12-13','https://www.quickscrum.com/Account/Registration','Chrome','Windows','10.0','','127.0.0.1','000',34,0),(309,'2018-12-13','https://guide.quickscrum.com/help/scrum-guide/','Firefox','Windows','10.0','','127.0.0.1','000',17,0),(310,'2018-12-13','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','89.35.39.115','000',3,0),(311,'2018-12-13','https://guide.quickscrum.com/product/marketing/','Firefox','Windows','6.1','','127.0.0.1','000',4,0),(312,'2018-12-13','https://guide.quickscrum.com/','Chrome','Windows','6.1','','127.0.0.1','000',4,0),(313,'2018-12-13','https://guide.quickscrum.com/product','Internet Explorer','Windows','6.2','','127.0.0.1','000',1,0),(314,'2018-12-13','https://www.quickscrum.com/','Chrome','Linux','Unknown','','127.0.0.1','000',5,0),(315,'2018-12-13','https://www.quickscrum.com/','Chrome','OS X','10.13.6','','127.0.0.1','000',2,0),(316,'2018-12-13','https://www.quickscrum.com/Forum/ForumCategories/1','Firefox','Windows','6.3','','127.0.0.1','000',11,0),(317,'2018-12-13','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','117.50.7.159','000',1,0),(318,'2018-12-13','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','184.105.139.70','000',1,0),(319,'2018-12-14','https://www.quickscrum.com/ScrumGuide/169/sg-Definition-Of-Ready','Chrome','Windows','6.1','','10.10.50.254','000',2,0),(320,'2018-12-14','https://guide.quickscrum.com/product','Internet Explorer','Windows','6.1','','172.58.139.66','000',7,0),(321,'2018-12-14','https://guide.quickscrum.com/product','Firefox','Ubuntu','Unknown','','127.0.0.1','000',4,0),(322,'2018-12-14','https://www.quickscrum.com/ScrumGuide/184/sg-Scrum-Ceremonies','Safari','iOS','11.4.1','','127.0.0.1','000',1,0),(323,'2018-12-14','https://www.quickscrum.com/','Firefox','Windows','10.0','','127.0.0.1','000',8,0),(324,'2018-12-14','https://www.quickscrum.com/Help2/359/feature','Chrome','Windows','10.0','','127.0.0.1','000',44,0),(325,'2018-12-14','https://guide.quickscrum.com/product','Firefox','OS X','10.11','','60.191.38.77','000',1,0),(326,'2018-12-14','https://www.quickscrum.com/ScrumTool/Index','Chrome','Linux','Unknown','','127.0.0.1','000',12,0),(327,'2018-12-14','https://www.quickscrum.com/','Chrome','Windows','6.2','','127.0.0.1','000',58,0),(328,'2018-12-14','https://www.quickscrum.com/home/online-agile-transformation','Safari','OS X','10.13.6','','127.0.0.1','000',4,0),(329,'2018-12-14','https://guide.quickscrum.com/product/marketing/','Firefox','Windows','6.1','','127.0.0.1','000',7,0),(330,'2018-12-14','https://www.quickscrum.com/Help/ScrumGuide','Chrome','OS X','10.14.1','','127.0.0.1','000',7,0),(331,'2018-12-14','https://www.quickscrum.com/','Chrome','Windows','6.1','','127.0.0.1','000',35,0),(332,'2018-12-14','https://www.quickscrum.com/ScrumTool/Product','Chrome','OS X','10.14.0','','127.0.0.1','000',3,0),(333,'2018-12-14','https://guide.quickscrum.com/product','Firefox','Windows','6.1','','42.51.196.47','000',1,0),(334,'2018-12-14','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','184.105.139.69','000',1,0),(335,'2018-12-15','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','139.162.113.204','000',1,0),(336,'2018-12-15','https://www.quickscrum.com/ScrumGuide/184/sg-Scrum-Ceremonies','Chrome','Windows','10.0','','127.0.0.1','000',21,0),(337,'2018-12-15','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','185.53.91.23','000',1,0),(338,'2018-12-15','https://guide.quickscrum.com/product','Firefox','Windows','6.1','','185.248.100.89','000',1,0),(339,'2018-12-15','http://www.quickscrum.com/','Chrome','Windows','6.1','','127.0.0.1','000',1,0),(340,'2018-12-15','https://www.quickscrum.com/','Safari','OS X','10.13.6','','127.0.0.1','000',4,0),(341,'2018-12-15','http://www.quickscrum.com/','Firefox','Windows','6.3','','127.0.0.1','000',4,0),(342,'2018-12-15','https://guide.quickscrum.com/product','Chrome','Linux','Unknown','','127.0.0.1','000',10,0),(343,'2018-12-15','http://www.quickscrum.com/','Chrome','OS X','10.13.4','','127.0.0.1','000',1,0),(344,'2018-12-15','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','122.224.129.234','000',1,0),(345,'2018-12-15','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','74.82.47.3','000',1,0),(346,'2018-12-16','https://guide.quickscrum.com/product','Firefox','OS X','10.11','','60.191.38.77','000',2,0),(347,'2018-12-16','https://www.quickscrum.com/ScrumTool/Pricing','Chrome','OS X','10.13.4','','127.0.0.1','000',1,0),(348,'2018-12-16','https://guide.quickscrum.com/product','Chrome','Windows','6.0','','127.0.0.1','000',2,0),(349,'2018-12-16','http://www.quickscrum.com/ScrumTool/Pricing','Chrome','Windows','10.0','','127.0.0.1','000',15,0),(350,'2018-12-16','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','178.73.215.171','000',1,0),(351,'2018-12-16','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','184.105.247.194','000',1,0),(352,'2018-12-17','http://www.baidu.com/s?wd=shirtvyj','Firefox','Windows','6.1','','14.215.176.137','000',1,0),(353,'2018-12-17','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','185.100.87.250','000',3,0),(354,'2018-12-17','https://guide.quickscrum.com/product','Chrome','Windows','6.1','','185.100.87.250','000',5,0),(355,'2018-12-17','http://www.quickscrum.com/services/dev-ops','Chrome','OS X','10.13.5','','127.0.0.1','000',2,0),(356,'2018-12-17','https://www.quickscrum.com/','Chrome','Windows','10.0','','127.0.0.1','000',42,0),(357,'2018-12-17','https://guide.quickscrum.com/product','Internet Explorer','Windows','6.1','','127.0.0.1','000',2,0),(358,'2018-12-17','https://www.quickscrum.com/ScrumTool/Pricing','Chrome','OS X','10.14.2','','127.0.0.1','000',1,0),(359,'2018-12-17','https://www.quickscrum.com/','Firefox','Windows','6.1','','127.0.0.1','000',11,0),(360,'2018-12-17','https://guide.quickscrum.com/product','Safari','OS X','10.12.6','','127.0.0.1','000',1,0),(361,'2018-12-17','http://www.quickscrum.com/','Chrome','OS X','10.11.6','','127.0.0.1','000',1,0),(362,'2018-12-17','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','74.82.47.2','000',1,0),(363,'2018-12-17','http://www.quickscrum.com/','Chrome','Windows','6.1','','127.0.0.1','000',1,0),(364,'2018-12-18','https://www.quickscrum.com/Article/ArticleDetails/2031/3/What-Is-Agile-Software-Development-Life-Cycle','Chrome','Windows','10.0','','127.0.0.1','000',77,0),(365,'2018-12-18','https://www.quickscrum.com/ScrumTool/Product','Safari','OS X','10.14.2','','127.0.0.1','000',2,0),(366,'2018-12-18','https://guide.quickscrum.com/product','Chrome','OS X','10.11.5','','3.80.91.89','000',1,0),(367,'2018-12-18','https://guide.quickscrum.com/product/feature/','Firefox','Windows','10.0','','127.0.0.1','000',8,0),(368,'2018-12-18','https://guide.quickscrum.com/product','Safari','OS X','10.13.3','','127.0.0.1','000',1,0),(369,'2018-12-18','https://guide.quickscrum.com/product','Firefox','OS X','10.11','','122.228.19.80','000',1,0),(370,'2018-12-18','http://www.quickscrum.com/','Edge','Windows','10.0','','127.0.0.1','000',4,0),(371,'2018-12-18','https://guide.quickscrum.com/product','Chrome','Linux','Unknown','','185.163.109.66','000',1,0),(372,'2018-12-18','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','185.163.109.66','000',2,0),(373,'2018-12-18','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','74.82.47.2','000',1,0),(374,'2018-12-19','https://www.quickscrum.com/ScrumTool/Pricing','Chrome','OS X','10.14.2','','127.0.0.1','000',10,0),(375,'2018-12-19','https://guide.quickscrum.com/product','Firefox','OS X','10.11','','60.191.38.77','000',2,0),(376,'2018-12-19','https://www.quickscrum.com/ScrumGuide/186/sg-Definition-Of-Done','Chrome','OS X','10.14.1','','127.0.0.1','000',2,0),(377,'2018-12-19','https://guide.quickscrum.com/product','Firefox','OS X','10.11','','122.228.19.80','000',1,0),(378,'2018-12-19','https://guide.quickscrum.com/','Chrome','Windows','10.0','','127.0.0.1','000',56,0),(379,'2018-12-19','https://www.quickscrum.com/','Chrome','Windows','6.1','','127.0.0.1','000',89,0),(380,'2018-12-19','https://guide.quickscrum.com/product','Chrome','Windows','10.0','','71.6.232.7','000',1,0),(381,'2018-12-19','https://guide.quickscrum.com/product','Chrome','Windows','10.0','','220.181.51.100','000',1,0),(382,'2018-12-19','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','139.162.113.204','000',1,0),(383,'2018-12-19','https://guide.quickscrum.com/product','Chrome','Windows','10.0','','139.162.78.135','000',1,0),(384,'2018-12-19','https://www.quickscrum.com/ScrumTool/Pricing','Chrome','OS X','10.12.6','','127.0.0.1','000',1,0),(385,'2018-12-19','https://guide.quickscrum.com/article/sg-user-stories/','Firefox','Windows','6.1','','127.0.0.1','000',1,0),(386,'2018-12-19','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','216.218.206.68','000',1,0),(387,'2018-12-19','https://www.quickscrum.com/Home/ContactUs','Opera','Windows','6.1','','127.0.0.1','000',2,0),(388,'2018-12-20','http://www.quickscrum.com/','Chrome','Windows','10.0','','127.0.0.1','000',23,0),(389,'2018-12-20','https://guide.quickscrum.com/solution/product-feedback/','Firefox','Windows','6.1','','127.0.0.1','000',2,0),(390,'2018-12-20','https://guide.quickscrum.com/product','Chrome','Windows','6.1','','137.74.30.53','000',1,0),(391,'2018-12-20','https://guide.quickscrum.com/product','Firefox','Windows','6.3','','127.0.0.1','000',3,0),(392,'2018-12-20','https://www.quickscrum.com/?r=sct','Chrome','OS X','10.14.0','','127.0.0.1','000',2,0),(393,'2018-12-20','http://www.quickscrum.com/ScrumTool/Pricing','Firefox','OS X','10.14','','127.0.0.1','000',1,0),(394,'2018-12-20','http://www.quickscrum.com/ScrumTool/Pricing','Internet Explorer','Windows','10.0','','127.0.0.1','000',3,0),(395,'2018-12-20','https://guide.quickscrum.com/product/solution/','Firefox','Windows','10.0','','127.0.0.1','000',49,0),(396,'2018-12-20','https://guide.quickscrum.com/','Chrome','Windows','6.1','','127.0.0.1','000',23,0),(397,'2018-12-20','https://www.quickscrum.com/ScrumTool/On-Premises-Page','Internet Explorer','Windows','6.1','','127.0.0.1','000',2,0),(398,'2018-12-20','https://kyfw.12306.cn/otn/leftTicket/init','Internet Explorer','Windows','6.1','','27.9.109.94','000',1,0),(399,'2018-12-20','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','184.105.247.194','000',1,0),(400,'2018-12-21','https://guide.quickscrum.com/product','Firefox','Windows','6.1','','58.20.36.88','000',1,0),(401,'2018-12-21','https://www.quickscrum.com/ScrumGuide/176/sg-User-Stories','Internet Explorer','Windows','10.0','','192.43.68.93','000',1,0),(402,'2018-12-21','https://www.quickscrum.com/ScrumGuide/186/sg-Definition-Of-Done','Chrome','Windows','10.0','','127.0.0.1','000',38,0),(403,'2018-12-21','https://www.quickscrum.com/','Safari','iOS','12.1','','127.0.0.1','000',1,0),(404,'2018-12-21','https://www.quickscrum.com/','Chrome','Linux','Unknown','','127.0.0.1','000',14,0),(405,'2018-12-21','https://www.quickscrum.com/?r=sct','Chrome','OS X','10.13.6','','127.0.0.1','000',3,0),(406,'2018-12-21','https://guide.quickscrum.com/product/solution/task-management/','Firefox','Windows','10.0','','127.0.0.1','000',4,0),(407,'2018-12-21','https://www.quickscrum.com/ScrumGuide/169/sg-Definition-Of-Ready','Chrome','Android','8.0.0','','127.0.0.1','000',1,0),(408,'2018-12-21','https://www.quickscrum.com/','Chrome','OS X','10.14.2','','127.0.0.1','000',7,0),(409,'2018-12-21','https://guide.quickscrum.com/product','Chrome','Windows','6.2','','100.25.219.18','000',1,0),(410,'2018-12-21','http://www.quickscrum.com/','Chrome','Windows','6.1','','127.0.0.1','000',4,0),(411,'2018-12-21','https://www.quickscrum.com/Article/ArticleDetails/2031/3/What-Is-Agile-Software-Development-Life-Cycle','Chrome','OS X','10.14.0','','127.0.0.1','000',1,0),(412,'2018-12-21','http://www.quickscrum.com/','Chrome','Windows','6.3','','127.0.0.1','000',2,0),(413,'2018-12-21','https://www.quickscrum.com/ScrumTool/Pricing','Internet Explorer','Windows','10.0','','127.0.0.1','000',2,0),(414,'2018-12-21','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','184.105.139.69','000',1,0),(415,'2018-12-22','https://www.quickscrum.com/?r=sct','Chrome','Windows','10.0','','127.0.0.1','000',9,0),(416,'2018-12-22','https://guide.quickscrum.com/','Chrome','Android','8.1.0','','127.0.0.1','000',2,0),(417,'2018-12-22','https://www.quickscrum.com/','Safari','OS X','10.14','','127.0.0.1','000',4,0),(418,'2018-12-22','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','184.105.139.67','000',1,0),(419,'2018-12-22','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','139.162.113.204','000',1,0),(420,'2018-12-23','https://www.quickscrum.com/','Chrome','Chrome OS','Unknown','','127.0.0.1','000',1,0),(421,'2018-12-23','http://www.quickscrum.com/','Firefox','Linux','Unknown','','127.0.0.1','000',3,0),(422,'2018-12-23','https://guide.quickscrum.com/product','Chrome','Windows','6.1','','127.0.0.1','000',51,0),(423,'2018-12-23','https://www.quickscrum.com/','Chrome','Android','6.0.1','','127.0.0.1','000',5,0),(424,'2018-12-23','https://guide.quickscrum.com/product','Internet Explorer','Windows','6.1','','72.201.255.197','000',115,0),(425,'2018-12-23','https://guide.quickscrum.com/product','Safari','OS X','10.13.3','','127.0.0.1','000',1,0),(426,'2018-12-23','https://guide.quickscrum.com/product','Safari','OS X','10.12.6','','127.0.0.1','000',1,0),(427,'2018-12-23','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','74.82.47.4','000',1,0),(428,'2018-12-23','http://jobs.quickscrum.com/Home/Infographic','Safari','OS X','10.11.6','','127.0.0.1','000',1,0),(429,'2018-12-23','http://career.quickscrum.com/Forum/ForumCategories/1','Chrome','Windows','6.3','','127.0.0.1','000',1,0),(430,'2018-12-23','https://guide.quickscrum.com/product/feature/','Firefox','Windows','6.1','','127.0.0.1','000',2,0),(431,'2018-12-23','http://career.quickscrum.com/Account/Registration','Firefox','OS X','10.12','','127.0.0.1','000',1,0),(432,'2018-12-23','http://apply.quickscrum.com/Home/About','Opera','Windows','10.0','','127.0.0.1','000',1,0),(433,'2018-12-24','https://guide.quickscrum.com/product','Internet Explorer','Windows','6.1','','72.201.255.197','000',65,0),(434,'2018-12-24','http://www.quickscrum.com/Home/ContactUs','Chrome','OS X','10.13.6','','127.0.0.1','000',1,0),(435,'2018-12-24','http://www.quickscrum.com/','Chrome','OS X','10.11.6','','127.0.0.1','000',3,0),(436,'2018-12-24','http://www.quickscrum.com/','Samsung Internet','Android','8.0.0','','127.0.0.1','000',1,0),(437,'2018-12-24','https://guide.quickscrum.com/product','Internet Explorer','Windows','6.1','','93.138.7.81','000',24,0),(438,'2018-12-24','https://guide.quickscrum.com/product','Chrome','Windows','6.1','','127.0.0.1','000',1,0),(439,'2018-12-24','https://guide.quickscrum.com/product','Internet Explorer','Windows','6.1','','93.141.2.158','000',8,0),(440,'2018-12-24','https://www.quickscrum.com/','Chrome','OS X','10.12.6','','127.0.0.1','000',3,0),(441,'2018-12-24','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','184.105.247.194','000',1,0),(442,'2018-12-25','https://www.quickscrum.com/ScrumTool/Product','Safari','iOS','12.1.2','','127.0.0.1','000',3,0),(443,'2018-12-25','https://guide.quickscrum.com/product','Unknown','Unknown','Unknown','','120.52.152.16','000',1,0),(444,'2018-12-25','https://guide.quickscrum.com/product','Chrome','Windows','6.1','','120.52.152.4','000',1,0),(445,'2018-12-25','https://guide.quickscrum.com/product','Chrome','Windows','10.0','','71.6.232.7','000',1,0),(446,'2018-12-25','https://www.quickscrum.com/ScrumTool/Pricing','Chrome','Windows','10.0','','127.0.0.1','000',8,0),(447,'2018-12-25','https://guide.quickscrum.com/product','Firefox','Windows','6.1','','222.242.230.123','000',1,0),(448,'2018-12-25','https://guide.quickscrum.com/product','Firefox','Windows','6.1','','169.239.220.35','000',1,0),(449,'2018-12-25','https://guide.quickscrum.com/product','Chrome','Windows','10.0','','43.243.39.44','000',1,0);
/*!40000 ALTER TABLE `wp_statistics_visitor` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_term_relationships`
--
DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_relationships` (
`object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`term_order` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`object_id`,`term_taxonomy_id`),
KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_term_relationships`
--
LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (139,109,0),(139,112,0),(2913,48,0),(4402,72,0),(4405,72,0),(4407,72,0),(4409,1,0),(4413,72,0),(4417,72,0),(4425,72,0),(4426,72,0),(4444,72,0),(4450,72,0),(4455,72,0),(4460,72,0),(4465,72,0),(4476,72,0),(4484,72,0),(4486,72,0),(4497,72,0),(4502,72,0),(4509,72,0),(4511,72,0),(4514,72,0),(4519,72,0),(4524,72,0),(4527,72,0),(4529,72,0),(4531,72,0),(4535,72,0),(4547,72,0),(4549,72,0),(4553,72,0),(4555,72,0),(4557,72,0),(4559,72,0),(4565,72,0),(4567,72,0),(4574,72,0),(4575,72,0),(4580,72,0),(4582,72,0),(4583,72,0),(4588,72,0),(4590,72,0),(4593,72,0),(4596,72,0),(4600,72,0),(4604,72,0),(4605,72,0),(4611,72,0),(4613,72,0),(4616,72,0),(4618,72,0),(4623,72,0),(4626,72,0),(4627,72,0),(4630,72,0),(4634,72,0),(4636,72,0),(4639,72,0),(4640,72,0),(4646,72,0),(4653,72,0),(4654,72,0),(4659,72,0),(4660,72,0),(4666,72,0),(4668,72,0),(4674,72,0),(4675,72,0),(4676,72,0),(4685,72,0),(4686,72,0),(4691,72,0),(4693,72,0),(4694,72,0),(4699,72,0),(4701,72,0),(4702,72,0),(4706,72,0),(4708,72,0),(4712,72,0),(4714,1,0),(4718,72,0),(4721,72,0),(6055,42,0),(6057,42,0),(6062,42,0),(6252,95,0),(6256,95,0),(6257,95,0),(6258,95,0),(6264,1,0),(6265,1,0),(6266,97,0),(6268,97,0),(6269,97,0),(6271,1,0),(6273,1,0),(6274,1,0),(6275,1,0),(6324,42,0),(6325,42,0),(6403,102,0),(6404,102,0),(6405,102,0),(6406,102,0),(6407,102,0),(6408,102,0),(6409,102,0),(6410,103,0),(6411,103,0),(6413,103,0),(6414,103,0),(6415,103,0),(6416,103,0),(6417,104,0),(6418,103,0),(6419,104,0),(6420,104,0),(6421,104,0),(6422,104,0),(6423,104,0),(6424,104,0),(6425,104,0),(6426,104,0),(6429,104,0),(6431,95,0),(6435,105,0),(6436,105,0),(6437,106,0),(6438,106,0),(6439,106,0),(6440,106,0),(6445,112,0),(6447,107,0),(6854,108,0),(6856,108,0),(7007,109,0),(7008,109,0),(7008,112,0),(7009,109,0),(7009,112,0),(7011,109,0),(7012,110,0),(7016,108,0),(7048,111,0),(7053,114,0),(7054,110,0),(7060,108,0),(7071,110,0),(7082,114,0),(7212,108,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_term_taxonomy`
--
DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_taxonomy` (
`term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`parent` bigint(20) unsigned NOT NULL DEFAULT '0',
`count` bigint(20) NOT NULL DEFAULT '0',
PRIMARY KEY (`term_taxonomy_id`),
UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=115 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_term_taxonomy`
--
LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','Track your team progress, find leackages & improve continuously\r\n',0,7),(7,7,'post_tag','',0,0),(8,8,'post_tag','',0,0),(9,9,'post_tag','',0,0),(10,10,'post_tag','',0,0),(11,11,'post_tag','',0,0),(12,12,'post_tag','',0,0),(13,13,'post_tag','',0,0),(14,14,'post_tag','',0,0),(15,15,'post_tag','',0,0),(16,16,'post_tag','',0,0),(17,17,'post_tag','',0,0),(18,18,'post_tag','',0,0),(19,19,'post_tag','',0,0),(20,20,'post_tag','',0,0),(21,21,'post_tag','',0,0),(22,22,'post_tag','',0,0),(23,23,'post_tag','',0,0),(24,24,'post_tag','',0,0),(25,25,'post_tag','',0,0),(26,26,'post_tag','',0,0),(27,27,'post_tag','',0,0),(28,28,'post_tag','',0,0),(29,29,'post_tag','',0,0),(33,33,'topic-tag','',0,0),(36,36,'topic-tag','',0,0),(37,37,'topic-tag','',0,0),(38,38,'topic-tag','',0,0),(39,39,'topic-tag','',0,0),(40,40,'topic-tag','',0,0),(42,42,'nav_menu','',0,5),(43,43,'help','',0,0),(48,48,'article-tag','',0,1),(54,54,'help','',43,0),(59,59,'help','',0,0),(61,61,'help','',43,0),(62,62,'help','',43,0),(63,63,'help','',59,0),(64,64,'help','',59,0),(66,66,'help','',59,0),(67,67,'help','',59,0),(69,69,'help','',43,0),(70,70,'help','',43,0),(71,71,'help','',43,0),(72,72,'category','Agile and Scrum centric features that helps you to manage your project effectively.',0,80),(74,74,'post_tag','',0,0),(75,75,'help','administration',43,0),(76,76,'help','story-backlog',43,0),(77,77,'help','Board',43,0),(78,78,'help','',0,0),(81,81,'help','',43,0),(82,82,'help','',43,0),(83,83,'help','The 4 Simple Steps',78,0),(84,84,'help','User',43,0),(88,88,'help','Product Terminology',43,0),(89,89,'help','My Profile',43,0),(91,91,'ebooks','',0,0),(93,93,'case-study-category','Quickscrum Case Study Dummy Description',0,0),(95,95,'category','Track workitem progress visually\r\n',0,5),(97,97,'category','Define short term milestone, Plan work within & Execute with better collaboration',0,3),(102,102,'category','Organize all your work in a single location\r\n',0,7),(103,103,'category','Integrate Quickscrum with an external applications',0,7),(104,104,'category','Create a workitem, Share with team and Execute faster',0,10),(105,105,'category','Log work efforts and track who did what\r\n',0,2),(106,106,'category','Organize all your files in a single location',0,4),(107,107,'category','',0,1),(108,108,'category','',0,5),(109,109,'category','Plan and manage product roadmaps and launches in Quickscrum, so you can ship on time, every time.\r\n',0,5),(110,110,'category','',0,3),(111,111,'category','',0,1),(112,112,'category','',0,4),(114,114,'category','',0,2);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_termmeta`
--
DROP TABLE IF EXISTS `wp_termmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_termmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`meta_id`),
KEY `term_id` (`term_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_termmeta`
--
LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_terms`
--
DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_terms` (
`term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`term_group` bigint(10) NOT NULL DEFAULT '0',
`term_order` int(4) DEFAULT '0',
PRIMARY KEY (`term_id`),
KEY `slug` (`slug`(191)),
KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=115 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_terms`
--
LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Insights','insights',0,14),(7,'alignment','alignment-2',0,0),(8,'captions','captions-2',0,0),(9,'comments','comments-2',0,0),(10,'content','content-2',0,0),(11,'css','css',0,0),(12,'edge case','edge-case',0,0),(13,'embeds','embeds-2',0,0),(14,'excerpt','excerpt-2',0,0),(15,'formatting','formatting-2',0,0),(16,'html','html',0,0),(17,'image','image',0,0),(18,'layout','layout',0,0),(19,'lists','lists-2',0,0),(20,'markup','markup-2',0,0),(21,'media','media',0,0),(22,'pagination','pagination',0,0),(23,'pingbacks','pingbacks-2',0,0),(24,'post','post',0,0),(25,'read more','read-more',0,0),(26,'template','template',0,0),(27,'title','title',0,0),(28,'trackbacks','trackbacks-2',0,0),(29,'twitter','twitter-2',0,0),(33,'css','css',0,0),(36,'html','html',0,0),(37,'ideas','ideas',0,0),(38,'php','php',0,0),(39,'setup','setup',0,0),(40,'suggestion','suggestion',0,0),(42,'Navigation','navigation',0,0),(43,'Product Help','product-help',0,2),(48,'To be verified','to-be-verified',0,0),(54,'Project','project',0,2),(59,'Scrum Guide','scrum-guide',0,3),(61,'Workitem','workitem',0,4),(62,'Planning','planning',0,6),(63,'Scrum Artifacts','scrum-artifacts',0,2),(64,'Scrum Events','scrum-events',0,3),(66,'Monitor','monitor',0,4),(67,'Scrum Roles','scrum-roles',0,1),(69,'Timelog','timelog',0,8),(70,'Files','file-management',0,10),(71,'Reports','reports',0,9),(72,'Article','article',0,16),(74,'test','test',0,0),(75,'Administration','administration',0,11),(76,'Backlog','backlog',0,3),(77,'Board','board',0,7),(78,'Getting Started','getting-started',0,1),(81,'Subitem','subitem',0,5),(82,'Export & Import','export-import',0,14),(83,'The 4 Simple Steps','the-4-simple-steps',0,1),(84,'User','user',0,12),(88,'Terminology','terminology',0,1),(89,'My Profile','my-profile',0,13),(91,'Quickscrum E-book','quickscrum-e-book',0,0),(93,'Case Study','case-study',0,0),(95,'Board','board',0,10),(97,'Plan','plan',0,11),(102,'Backlog','backlog',0,8),(103,'Integrations','integrations',0,15),(104,'Workitem','workitem',0,9),(105,'Timelog','timelog',0,12),(106,'Files','files',0,13),(107,'General','general',0,7),(108,'Marketing','marketing',0,2),(109,'Product','product',0,4),(110,'Design','design',0,5),(111,'IT Department','it-department',0,6),(112,'Engineering','engineering',0,1),(114,'Operation','operation',0,3);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_toolset_post_guid_id`
--
DROP TABLE IF EXISTS `wp_toolset_post_guid_id`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_toolset_post_guid_id` (
`guid` varchar(190) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`post_id` bigint(20) NOT NULL,
UNIQUE KEY `post_id` (`post_id`),
KEY `guid` (`guid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_toolset_post_guid_id`
--
LOCK TABLES `wp_toolset_post_guid_id` WRITE;
/*!40000 ALTER TABLE `wp_toolset_post_guid_id` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_toolset_post_guid_id` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_usermeta`
--
DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_usermeta` (
`umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`umeta_id`),
KEY `user_id` (`user_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=592 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_usermeta`
--
LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','admin'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','midnight'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:2:{s:13:\"administrator\";b:1;s:13:\"bbp_keymaster\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers','wp496_privacy,theme_editor_notice,plugin_editor_notice,vc_pointers_backend_editor'),(15,1,'show_welcome_panel','1'),(17,1,'wp_dashboard_quick_press_last_post_id','7301'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:11:\"43.243.39.0\";}'),(19,2,'nickname','Richard.Parker'),(20,2,'first_name','Richard'),(21,2,'last_name','Parker'),(22,2,'description',''),(23,2,'rich_editing','true'),(24,2,'syntax_highlighting','true'),(25,2,'comment_shortcuts','false'),(26,2,'admin_color','coffee'),(27,2,'use_ssl','0'),(28,2,'show_admin_bar_front','true'),(29,2,'locale',''),(30,2,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(31,2,'wp_user_level','10'),(32,2,'dismissed_wp_pointers','wp496_privacy'),(33,2,'session_tokens','a:2:{s:64:\"61d96c50638c33706641ba57e19bbdf5bb5822d6cd0bc93706a2fb3bf13f1a2b\";a:4:{s:10:\"expiration\";i:1536233529;s:2:\"ip\";s:14:\"103.94.193.115\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36\";s:5:\"login\";i:1535023929;}s:64:\"e037e82ddc550341e74cfbe65342fed3570a4d1e76895c72d153273f5d62bb60\";a:4:{s:10:\"expiration\";i:1535619582;s:2:\"ip\";s:13:\"203.88.149.91\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36\";s:5:\"login\";i:1535446782;}}'),(34,2,'wp_dashboard_quick_press_last_post_id','2141'),(35,2,'community-events-location','a:1:{s:2:\"ip\";s:11:\"43.243.37.0\";}'),(36,3,'nickname','Matthew.Prior'),(37,3,'first_name','Matthew'),(38,3,'last_name','Prior'),(39,3,'description',''),(40,3,'rich_editing','true'),(41,3,'syntax_highlighting','true'),(42,3,'comment_shortcuts','false'),(43,3,'admin_color','fresh'),(44,3,'use_ssl','0'),(45,3,'show_admin_bar_front','true'),(46,3,'locale',''),(47,3,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(48,3,'wp_user_level','10'),(49,3,'dismissed_wp_pointers','wp496_privacy,theme_editor_notice,vc_pointers_backend_editor'),(50,2,'wp_user-settings','hidetb=1&editor=tinymce&libraryContent=browse&align=left&imgsize=full&mfold=o&advImgDetails=hide'),(51,2,'wp_user-settings-time','1535963497'),(52,4,'nickname','Markus.Smith'),(53,4,'first_name','Markus'),(54,4,'last_name','Smith'),(55,4,'description',''),(56,4,'rich_editing','true'),(57,4,'syntax_highlighting','true'),(58,4,'comment_shortcuts','false'),(59,4,'admin_color','fresh'),(60,4,'use_ssl','0'),(61,4,'show_admin_bar_front','true'),(62,4,'locale',''),(63,4,'wp_capabilities','a:14:{s:13:\"administrator\";b:1;s:13:\"bbp_keymaster\";b:1;s:26:\"wpcf_custom_post_type_view\";b:1;s:26:\"wpcf_custom_post_type_edit\";b:1;s:33:\"wpcf_custom_post_type_edit_others\";b:1;s:25:\"wpcf_custom_taxonomy_view\";b:1;s:25:\"wpcf_custom_taxonomy_edit\";b:1;s:32:\"wpcf_custom_taxonomy_edit_others\";b:1;s:22:\"wpcf_custom_field_view\";b:1;s:22:\"wpcf_custom_field_edit\";b:1;s:29:\"wpcf_custom_field_edit_others\";b:1;s:25:\"wpcf_user_meta_field_view\";b:1;s:25:\"wpcf_user_meta_field_edit\";b:1;s:32:\"wpcf_user_meta_field_edit_others\";b:1;}'),(64,4,'wp_user_level','10'),(65,4,'dismissed_wp_pointers','wp496_privacy,theme_editor_notice,text_widget_custom_html,plugin_editor_notice,vc_pointers_backend_editor'),(66,5,'nickname','Nick.Buttler'),(67,5,'first_name','Nick'),(68,5,'last_name','Buttler'),(69,5,'description',''),(70,5,'rich_editing','true'),(71,5,'syntax_highlighting','true'),(72,5,'comment_shortcuts','false'),(73,5,'admin_color','fresh'),(74,5,'use_ssl','0'),(75,5,'show_admin_bar_front','true'),(76,5,'locale',''),(77,5,'wp_capabilities','a:0:{}'),(78,5,'wp_user_level','0'),(79,5,'dismissed_wp_pointers','wp496_privacy,theme_editor_notice,plugin_editor_notice'),(81,4,'wp_dashboard_quick_press_last_post_id','7217'),(82,4,'community-events-location','a:1:{s:2:\"ip\";s:12:\"203.88.149.0\";}'),(83,4,'wp_user-settings','editor=tinymce&libraryContent=browse&imgsize=full&hidetb=1&editor_plain_text_paste_warning=1&advImgDetails=show&mfold=o&articlecategory_tab=pop&edit_element_vcUIPanelWidth=1139&edit_element_vcUIPanelLeft=351px&edit_element_vcUIPanelTop=92px&post_dfw=off&uploader=1'),(84,4,'wp_user-settings-time','1544422104'),(85,5,'session_tokens','a:1:{s:64:\"b7a3df47069db8e054cb9dbf40ba81946ba1681b7ecf9f61fda7d3900950716b\";a:4:{s:10:\"expiration\";i:1538733420;s:2:\"ip\";s:13:\"203.88.149.91\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36\";s:5:\"login\";i:1538560620;}}'),(86,5,'wp_dashboard_quick_press_last_post_id','5499'),(87,5,'community-events-location','a:1:{s:2:\"ip\";s:12:\"203.88.149.0\";}'),(88,5,'wp_user-settings','editor=tinymce&hidetb=1&post_dfw=off&advImgDetails=show&libraryContent=browse&imgsize=full'),(89,5,'wp_user-settings-time','1538561163'),(90,4,'closedpostboxes_article','a:3:{i:0;s:10:\"wpseo_meta\";i:1;s:16:\"commentstatusdiv\";i:2;s:9:\"authordiv\";}'),(91,4,'metaboxhidden_article','a:1:{i:0;s:7:\"slugdiv\";}'),(92,4,'meta-box-order_dashboard','a:4:{s:6:\"normal\";s:62:\"dashboard_right_now,dashboard_activity,bbp-dashboard-right-now\";s:4:\"side\";s:39:\"dashboard_quick_press,dashboard_primary\";s:7:\"column3\";s:0:\"\";s:7:\"column4\";s:0:\"\";}'),(93,2,'wp_yoast_notifications','a:3:{i:0;a:2:{s:7:\"message\";s:1118:\"We\'ve noticed you\'ve been using Yoast SEO for some time now; we hope you love it! We\'d be thrilled if you could <a href=\"https://yoa.st/rate-yoast-seo?php_version=7.2.7&platform=wordpress&platform_version=4.9.8&software=free&software_version=8.1&role=administrator&days_active=17780\">give us a 5 stars rating on WordPress.org</a>!\n\nIf you are experiencing issues, <a href=\"https://yoa.st/bugreport?php_version=7.2.7&platform=wordpress&platform_version=4.9.8&software=free&software_version=8.1&role=administrator&days_active=17780\">please file a bug report</a> and we\'ll do our best to help you out.\n\nBy the way, did you know we also have a <a href=\'https://yoa.st/premium-notification?php_version=7.2.7&platform=wordpress&platform_version=4.9.8&software=free&software_version=8.1&role=administrator&days_active=17780\'>Premium plugin</a>? It offers advanced features, like a redirect manager and support for multiple keywords. It also comes with 24/7 personal support.\n\n<a class=\"button\" href=\"http://137.116.134.50/wp-admin/?page=wpseo_dashboard&yoast_dismiss=upsell\">Please don\'t show me this notification anymore</a>\";s:7:\"options\";a:9:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:19:\"wpseo-upsell-notice\";s:5:\"nonce\";N;s:8:\"priority\";d:0.8;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:1;a:2:{s:7:\"message\";s:164:\"Don\'t miss your crawl errors: <a href=\"http://137.116.134.50/wp-admin/admin.php?page=wpseo_search_console&tab=settings\">connect with Google Search Console here</a>.\";s:7:\"options\";a:9:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:17:\"wpseo-dismiss-gsc\";s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:2;a:2:{s:7:\"message\";s:539:\"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.\n\n Please check the <a href=\"http://137.116.134.50/wp-admin/admin.php?page=wpseo_titles#top#post-types\">archive templates</a> for the following content types: forum, topic.\n\n<a class=\"button\" href=\"http://137.116.134.50/wp-admin/?page=wpseo_dashboard&yoast_dismiss=post-type-archive-notification\">Remove this message</a>\";s:7:\"options\";a:9:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:36:\"wpseo-post-type-archive-notification\";s:5:\"nonce\";N;s:8:\"priority\";i:1;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'),(95,1,'_yoast_wpseo_profile_updated','1539002036'),(96,4,'_yoast_wpseo_profile_updated','1539002036'),(97,3,'_yoast_wpseo_profile_updated','1539002036'),(98,5,'_yoast_wpseo_profile_updated','1539002036'),(99,2,'_yoast_wpseo_profile_updated','1539002036'),(100,4,'wp_yoast_notifications','a:4:{i:0;a:2:{s:7:\"message\";s:1130:\"We\'ve noticed you\'ve been using Yoast SEO for some time now; we hope you love it! We\'d be thrilled if you could <a href=\"https://yoa.st/rate-yoast-seo?php_version=7.2.10&platform=wordpress&platform_version=4.9.8&software=free&software_version=8.1&role=administrator&days_active=17815\">give us a 5 stars rating on WordPress.org</a>!\n\nIf you are experiencing issues, <a href=\"https://yoa.st/bugreport?php_version=7.2.10&platform=wordpress&platform_version=4.9.8&software=free&software_version=8.1&role=administrator&days_active=17815\">please file a bug report</a> and we\'ll do our best to help you out.\n\nBy the way, did you know we also have a <a href=\'https://yoa.st/premium-notification?php_version=7.2.10&platform=wordpress&platform_version=4.9.8&software=free&software_version=8.1&role=administrator&days_active=17815\'>Premium plugin</a>? It offers advanced features, like a redirect manager and support for multiple keywords. It also comes with 24/7 personal support.\n\n<a class=\"button\" href=\"https://academy.quickscrum.com/wp-admin/?page=wpseo_dashboard&yoast_dismiss=upsell\">Please don\'t show me this notification anymore</a>\";s:7:\"options\";a:9:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:19:\"wpseo-upsell-notice\";s:5:\"nonce\";N;s:8:\"priority\";d:0.8;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:1;a:2:{s:7:\"message\";s:173:\"Don\'t miss your crawl errors: <a href=\"https://academy.quickscrum.com/wp-admin/admin.php?page=wpseo_search_console&tab=settings\">connect with Google Search Console here</a>.\";s:7:\"options\";a:9:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:17:\"wpseo-dismiss-gsc\";s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:2;a:2:{s:7:\"message\";s:227:\"<strong>Huge SEO Issue: You\'re blocking access to robots.</strong> You must <a href=\"https://academy.quickscrum.com/wp-admin/options-reading.php\">go to your Reading Settings</a> and uncheck the box for Search Engine Visibility.\";s:7:\"options\";a:9:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:32:\"wpseo-dismiss-blog-public-notice\";s:5:\"nonce\";N;s:8:\"priority\";i:1;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:3;a:2:{s:7:\"message\";s:557:\"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.\n\n Please check the <a href=\"https://academy.quickscrum.com/wp-admin/admin.php?page=wpseo_titles#top#post-types\">archive templates</a> for the following content types: forum, topic.\n\n<a class=\"button\" href=\"https://academy.quickscrum.com/wp-admin/?page=wpseo_dashboard&yoast_dismiss=post-type-archive-notification\">Remove this message</a>\";s:7:\"options\";a:9:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:36:\"wpseo-post-type-archive-notification\";s:5:\"nonce\";N;s:8:\"priority\";i:1;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'),(101,2,'closedpostboxes_article','a:0:{}'),(102,2,'metaboxhidden_article','a:1:{i:0;s:7:\"slugdiv\";}'),(103,2,'closedpostboxes_page','a:1:{i:0;s:10:\"wpseo_meta\";}'),(104,2,'metaboxhidden_page','a:5:{i:0;s:10:\"postcustom\";i:1;s:16:\"commentstatusdiv\";i:2;s:11:\"commentsdiv\";i:3;s:7:\"slugdiv\";i:4;s:9:\"authordiv\";}'),(105,6,'nickname','Tejas Patel'),(106,6,'first_name','Tejas'),(107,6,'last_name','Patel'),(108,6,'description',''),(109,6,'rich_editing','true'),(110,6,'syntax_highlighting','true'),(111,6,'comment_shortcuts','false'),(112,6,'admin_color','fresh'),(113,6,'use_ssl','0'),(114,6,'show_admin_bar_front','true'),(115,6,'locale',''),(116,6,'wp_capabilities','a:1:{s:13:\"bbp_keymaster\";b:1;}'),(117,6,'wp_user_level','0'),(118,6,'_yoast_wpseo_profile_updated','1539002036'),(119,6,'dismissed_wp_pointers','wp496_privacy'),(120,6,'session_tokens','a:2:{s:64:\"8e92976ac27aa4ec63b4a82a1dde5f0ea0555a9f2381f1779eb30660acd92e2c\";a:4:{s:10:\"expiration\";i:1542433870;s:2:\"ip\";s:13:\"43.243.37.220\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36\";s:5:\"login\";i:1542261070;}s:64:\"21937d21b8d352fea1da2e92d19fc7305bcfee80922ad94951c3af184644cb7a\";a:4:{s:10:\"expiration\";i:1543574605;s:2:\"ip\";s:13:\"203.88.149.91\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36\";s:5:\"login\";i:1542365005;}}'),(121,7,'nickname','Brian.Patterson'),(122,7,'first_name','Brian'),(123,7,'last_name','Patterson'),(124,7,'description',''),(125,7,'rich_editing','true'),(126,7,'syntax_highlighting','true'),(127,7,'comment_shortcuts','false'),(128,7,'admin_color','fresh'),(129,7,'use_ssl','0'),(130,7,'show_admin_bar_front','true'),(131,7,'locale',''),(132,7,'wp_capabilities','a:1:{s:6:\"editor\";b:1;}'),(133,7,'wp_user_level','7'),(134,7,'_yoast_wpseo_profile_updated','1539002036'),(135,7,'dismissed_wp_pointers','wp496_privacy'),(136,6,'wpseo_title',''),(137,6,'wpseo_metadesc',''),(138,6,'wpseo_noindex_author',''),(139,6,'wpseo_content_analysis_disable',''),(140,6,'wpseo_keyword_analysis_disable',''),(141,6,'googleplus',''),(142,6,'twitter',''),(143,6,'facebook',''),(144,8,'nickname','Adam.Diaz'),(145,8,'first_name','Adam'),(146,8,'last_name','Diaz'),(147,8,'description',''),(148,8,'rich_editing','true'),(149,8,'syntax_highlighting','true'),(150,8,'comment_shortcuts','false'),(151,8,'admin_color','fresh'),(152,8,'use_ssl','0'),(153,8,'show_admin_bar_front','true'),(154,8,'locale',''),(155,8,'wp_capabilities','a:2:{s:6:\"editor\";b:1;s:13:\"bbp_keymaster\";b:1;}'),(156,8,'wp_user_level','7'),(157,8,'_yoast_wpseo_profile_updated','1539002036'),(158,8,'dismissed_wp_pointers','wp496_privacy,theme_editor_notice,vc_pointers_backend_editor'),(159,6,'wp_dashboard_quick_press_last_post_id','6498'),(160,6,'community-events-location','a:1:{s:2:\"ip\";s:12:\"203.88.149.0\";}'),(161,8,'session_tokens','a:1:{s:64:\"3be9e8696d4fc341765c484d3eb8767b485ef80e25e2cd0c8838b80607fdb00a\";a:4:{s:10:\"expiration\";i:1541568201;s:2:\"ip\";s:13:\"203.88.149.91\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36\";s:5:\"login\";i:1541395401;}}'),(162,8,'wp_dashboard_quick_press_last_post_id','6398'),(163,8,'community-events-location','a:1:{s:2:\"ip\";s:12:\"203.88.149.0\";}'),(164,8,'wpseo_title',''),(165,8,'wpseo_metadesc',''),(166,8,'wpseo_noindex_author',''),(167,8,'wpseo_content_analysis_disable',''),(168,8,'wpseo_keyword_analysis_disable',''),(169,8,'googleplus',''),(170,8,'twitter',''),(171,8,'facebook',''),(172,7,'wpseo_title',''),(173,7,'wpseo_metadesc',''),(174,7,'wpseo_noindex_author',''),(175,7,'wpseo_content_analysis_disable',''),(176,7,'wpseo_keyword_analysis_disable',''),(177,7,'googleplus',''),(178,7,'twitter',''),(179,7,'facebook',''),(180,9,'nickname','Jana.Kastner'),(181,9,'first_name','Jana'),(182,9,'last_name','Kastner'),(183,9,'description',''),(184,9,'rich_editing','true'),(185,9,'syntax_highlighting','true'),(186,9,'comment_shortcuts','false'),(187,9,'admin_color','fresh'),(188,9,'use_ssl','0'),(189,9,'show_admin_bar_front','true'),(190,9,'locale',''),(191,9,'wp_capabilities','a:0:{}'),(192,9,'wp_user_level','0'),(193,9,'_yoast_wpseo_profile_updated','1539002036'),(194,9,'dismissed_wp_pointers','wp496_privacy'),(195,9,'session_tokens','a:1:{s:64:\"7851477b7235148aaf35cd439d743f673571f67fc6df37ba455d1e9b310cbe73\";a:4:{s:10:\"expiration\";i:1536150583;s:2:\"ip\";s:13:\"203.88.149.91\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36\";s:5:\"login\";i:1535977783;}}'),(196,10,'nickname','Rick.Alfred'),(197,10,'first_name','Rick'),(198,10,'last_name','Alfred'),(199,10,'description',''),(200,10,'rich_editing','true'),(201,10,'syntax_highlighting','true'),(202,10,'comment_shortcuts','false'),(203,10,'admin_color','fresh'),(204,10,'use_ssl','0'),(205,10,'show_admin_bar_front','true'),(206,10,'locale',''),(207,10,'wp_capabilities','a:0:{}'),(208,10,'wp_user_level','0'),(209,10,'_yoast_wpseo_profile_updated','1539002036'),(210,10,'dismissed_wp_pointers','wp496_privacy'),(211,7,'session_tokens','a:1:{s:64:\"0165e14c37b58ffce6d30f91e9c3530d349bd72186d8046e21af532abcda6338\";a:4:{s:10:\"expiration\";i:1536150967;s:2:\"ip\";s:13:\"203.88.149.91\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36\";s:5:\"login\";i:1535978167;}}'),(212,7,'wp_dashboard_quick_press_last_post_id','2245'),(214,10,'session_tokens','a:1:{s:64:\"056307f216f0d5b5c09cb44f7b13dce0f7b65a4733db41ed1d406da7ff629994\";a:4:{s:10:\"expiration\";i:1536943213;s:2:\"ip\";s:13:\"203.88.149.91\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36\";s:5:\"login\";i:1536770413;}}'),(215,10,'wp_dashboard_quick_press_last_post_id','4250'),(216,10,'community-events-location','a:1:{s:2:\"ip\";s:12:\"203.88.149.0\";}'),(217,8,'wp_user-settings','libraryContent=browse&imgsize=full&editor=tinymce&advImgDetails=show'),(218,8,'wp_user-settings-time','1538570455'),(219,11,'nickname','William.John'),(220,11,'first_name','William'),(221,11,'last_name','John'),(222,11,'description',''),(223,11,'rich_editing','true'),(224,11,'syntax_highlighting','true'),(225,11,'comment_shortcuts','false'),(226,11,'admin_color','fresh'),(227,11,'use_ssl','0'),(228,11,'show_admin_bar_front','true'),(229,11,'locale',''),(230,11,'wp_capabilities','a:0:{}'),(231,11,'wp_user_level','0'),(232,11,'_yoast_wpseo_profile_updated','1539002036'),(233,11,'dismissed_wp_pointers','wp496_privacy'),(234,11,'wpseo_title',''),(235,11,'wpseo_metadesc',''),(236,11,'wpseo_noindex_author',''),(237,11,'wpseo_content_analysis_disable',''),(238,11,'wpseo_keyword_analysis_disable',''),(239,11,'googleplus',''),(240,11,'twitter',''),(241,11,'facebook',''),(242,11,'session_tokens','a:2:{s:64:\"e31f41c69e49f67d463ecaaed9f1b91506681ef6ce12f147f57ac828a18f11f3\";a:4:{s:10:\"expiration\";i:1536152011;s:2:\"ip\";s:13:\"203.88.149.91\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36\";s:5:\"login\";i:1535979211;}s:64:\"de925ab00ae6293eade56a2c4896c5e5a55fb3624019dbfee49ab75361ef3935\";a:4:{s:10:\"expiration\";i:1536220689;s:2:\"ip\";s:13:\"203.88.149.91\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36\";s:5:\"login\";i:1536047889;}}'),(243,11,'wp_dashboard_quick_press_last_post_id','2265'),(244,11,'community-events-location','a:1:{s:2:\"ip\";s:12:\"203.88.149.0\";}'),(245,2,'wpseo_title',''),(246,2,'wpseo_metadesc',''),(247,2,'wpseo_noindex_author',''),(248,2,'wpseo_content_analysis_disable',''),(249,2,'wpseo_keyword_analysis_disable',''),(250,2,'googleplus',''),(251,2,'twitter',''),(252,2,'facebook',''),(253,12,'nickname','Clara.Pettersson'),(254,12,'first_name','Clara'),(255,12,'last_name','Pettersson'),(256,12,'description',''),(257,12,'rich_editing','true'),(258,12,'syntax_highlighting','true'),(259,12,'comment_shortcuts','false'),(260,12,'admin_color','fresh'),(261,12,'use_ssl','0'),(262,12,'show_admin_bar_front','true'),(263,12,'locale',''),(264,12,'wp_capabilities','a:1:{s:13:\"bbp_keymaster\";b:1;}'),(265,12,'wp_user_level','0'),(266,12,'_yoast_wpseo_profile_updated','1539002036'),(267,12,'dismissed_wp_pointers','wp496_privacy'),(268,12,'wpseo_title',''),(269,12,'wpseo_metadesc',''),(270,12,'wpseo_noindex_author',''),(271,12,'wpseo_content_analysis_disable',''),(272,12,'wpseo_keyword_analysis_disable',''),(273,12,'googleplus',''),(274,12,'twitter',''),(275,12,'facebook',''),(276,13,'nickname','Evie.Humble'),(277,13,'first_name','Evie'),(278,13,'last_name','Humble'),(279,13,'description',''),(280,13,'rich_editing','true'),(281,13,'syntax_highlighting','true'),(282,13,'comment_shortcuts','false'),(283,13,'admin_color','fresh'),(284,13,'use_ssl','0'),(285,13,'show_admin_bar_front','true'),(286,13,'locale',''),(287,13,'wp_capabilities','a:1:{s:13:\"bbp_keymaster\";b:1;}'),(288,13,'wp_user_level','0'),(289,13,'_yoast_wpseo_profile_updated','1539002036'),(290,13,'dismissed_wp_pointers','wp496_privacy'),(292,12,'wp_dashboard_quick_press_last_post_id','4401'),(293,12,'community-events-location','a:1:{s:2:\"ip\";s:12:\"203.88.149.0\";}'),(294,7,'wp_user-settings','libraryContent=browse'),(295,7,'wp_user-settings-time','1535979507'),(296,11,'wp_user-settings','libraryContent=browse&imgsize=full&align=center&editor=tinymce'),(297,11,'wp_user-settings-time','1535982302'),(298,6,'wp_user-settings','libraryContent=browse&imgsize=full&editor=tinymce&post_dfw=on&mfold=o&edit_element_vcUIPanelWidth=650&edit_element_vcUIPanelLeft=674px&edit_element_vcUIPanelTop=74px'),(299,6,'wp_user-settings-time','1542609589'),(300,10,'wp_user-settings','libraryContent=browse&imgsize=full'),(301,10,'wp_user-settings-time','1535979999'),(302,12,'wp_user-settings','libraryContent=browse&imgsize=full&editor=html&advImgDetails=show'),(303,12,'wp_user-settings-time','1536833502'),(304,9,'wp_user-settings','libraryContent=browse'),(305,9,'wp_user-settings-time','1535980952'),(306,6,'closedpostboxes_article','a:1:{i:0;s:16:\"commentstatusdiv\";}'),(307,6,'metaboxhidden_article','a:1:{i:0;s:7:\"slugdiv\";}'),(308,7,'community-events-location','a:1:{s:2:\"ip\";s:12:\"203.88.149.0\";}'),(309,12,'session_tokens','a:2:{s:64:\"9ab3390af7eb3a22bdfe4354b51d444f18684facb06cb9bb3139a55d923c36dd\";a:4:{s:10:\"expiration\";i:1537504640;s:2:\"ip\";s:13:\"203.88.149.91\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36\";s:5:\"login\";i:1536295040;}s:64:\"d1e8a0d35cf6395b22943e418095981331d7256e7e0ccf2483670f9a978b685e\";a:4:{s:10:\"expiration\";i:1538028286;s:2:\"ip\";s:13:\"203.88.149.91\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36\";s:5:\"login\";i:1536818686;}}'),(311,13,'wp_dashboard_quick_press_last_post_id','4406'),(312,13,'community-events-location','a:1:{s:2:\"ip\";s:12:\"203.88.149.0\";}'),(313,13,'wp_user-settings','libraryContent=browse&imgsize=full&editor=html'),(314,13,'wp_user-settings-time','1536834529'),(315,14,'nickname','Mary.Smith'),(316,14,'first_name','Mary'),(317,14,'last_name','Smith'),(318,14,'description',''),(319,14,'rich_editing','true'),(320,14,'syntax_highlighting','true'),(321,14,'comment_shortcuts','false'),(322,14,'admin_color','fresh'),(323,14,'use_ssl','0'),(324,14,'show_admin_bar_front','true'),(325,14,'locale',''),(326,14,'wp_capabilities','a:1:{s:13:\"bbp_keymaster\";b:1;}'),(327,14,'wp_user_level','0'),(328,14,'_yoast_wpseo_profile_updated','1539002036'),(329,14,'dismissed_wp_pointers','wp496_privacy'),(330,15,'nickname','havish.shah'),(331,15,'first_name',''),(332,15,'last_name',''),(333,15,'description',''),(334,15,'rich_editing','true'),(335,15,'syntax_highlighting','true'),(336,15,'comment_shortcuts','false'),(337,15,'admin_color','fresh'),(338,15,'use_ssl','0'),(339,15,'show_admin_bar_front','true'),(340,15,'locale',''),(341,15,'wp_capabilities','a:0:{}'),(342,15,'wp_user_level','0'),(343,15,'_yoast_wpseo_profile_updated','1539002036'),(344,15,'dismissed_wp_pointers','wp496_privacy'),(345,16,'nickname','Dixon.Stewart'),(346,16,'first_name','Dixon'),(347,16,'last_name','Stewart'),(348,16,'description',''),(349,16,'rich_editing','true'),(350,16,'syntax_highlighting','true'),(351,16,'comment_shortcuts','false'),(352,16,'admin_color','fresh'),(353,16,'use_ssl','0'),(354,16,'show_admin_bar_front','true'),(355,16,'locale',''),(356,16,'wp_capabilities','a:0:{}'),(357,16,'wp_user_level','0'),(358,16,'_yoast_wpseo_profile_updated','1539002036'),(359,16,'dismissed_wp_pointers','wp496_privacy'),(360,16,'session_tokens','a:2:{s:64:\"0e98f3d22a630f20716f4ecb00a548bb01880b13b422ae5d2ff07dc55376ce46\";a:4:{s:10:\"expiration\";i:1536932942;s:2:\"ip\";s:13:\"203.88.149.91\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36\";s:5:\"login\";i:1536760142;}s:64:\"a609739964b22c5e6a179faaa59a5236cd8f293f6eb12466a539f116320aca1b\";a:4:{s:10:\"expiration\";i:1537004151;s:2:\"ip\";s:13:\"203.88.149.91\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36\";s:5:\"login\";i:1536831351;}}'),(361,16,'wp_dashboard_quick_press_last_post_id','2600'),(362,16,'wp_user-settings','libraryContent=browse&imgsize=full&advImgDetails=hide&editor=tinymce'),(363,16,'wp_user-settings-time','1536834676'),(364,8,'closedpostboxes_article','a:0:{}'),(365,8,'metaboxhidden_article','a:1:{i:0;s:7:\"slugdiv\";}'),(366,14,'session_tokens','a:1:{s:64:\"934adf1fc830d29e732fcf74a8affcd0fff90886b9610b2454e19865d6ab6345\";a:4:{s:10:\"expiration\";i:1538555789;s:2:\"ip\";s:13:\"203.88.149.91\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36\";s:5:\"login\";i:1538382989;}}'),(367,14,'wp_dashboard_quick_press_last_post_id','4874'),(368,14,'community-events-location','a:1:{s:2:\"ip\";s:12:\"203.88.149.0\";}'),(369,16,'community-events-location','a:1:{s:2:\"ip\";s:12:\"203.88.149.0\";}'),(370,14,'wp_user-settings','editor=tinymce&libraryContent=upload&editor_plain_text_paste_warning=2&post_dfw=on&advImgDetails=show'),(371,14,'wp_user-settings-time','1538383150'),(372,1,'session_tokens','a:1:{s:64:\"c346f7fe4213fec5985ba1033d7af2235367836396d8f6959caea63b14afc35f\";a:4:{s:10:\"expiration\";i:1545882598;s:2:\"ip\";s:12:\"43.243.39.44\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36\";s:5:\"login\";i:1545709798;}}'),(373,1,'wp_yoast_notifications','a:5:{i:0;a:2:{s:7:\"message\";s:320:\"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.<br/>We have detected that you have not finished this wizard yet, so we recommend you to <a href=\"https://academy.quickscrum.com/wp-admin/?page=wpseo_configurator\">start the configuration wizard to configure Yoast SEO</a>.\";s:7:\"options\";a:9:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:31:\"wpseo-dismiss-onboarding-notice\";s:5:\"nonce\";N;s:8:\"priority\";d:0.8;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:1;a:2:{s:7:\"message\";s:1130:\"We\'ve noticed you\'ve been using Yoast SEO for some time now; we hope you love it! We\'d be thrilled if you could <a href=\"https://yoa.st/rate-yoast-seo?php_version=7.2.10&platform=wordpress&platform_version=4.9.8&software=free&software_version=8.1&role=administrator&days_active=17795\">give us a 5 stars rating on WordPress.org</a>!\n\nIf you are experiencing issues, <a href=\"https://yoa.st/bugreport?php_version=7.2.10&platform=wordpress&platform_version=4.9.8&software=free&software_version=8.1&role=administrator&days_active=17795\">please file a bug report</a> and we\'ll do our best to help you out.\n\nBy the way, did you know we also have a <a href=\'https://yoa.st/premium-notification?php_version=7.2.10&platform=wordpress&platform_version=4.9.8&software=free&software_version=8.1&role=administrator&days_active=17795\'>Premium plugin</a>? It offers advanced features, like a redirect manager and support for multiple keywords. It also comes with 24/7 personal support.\n\n<a class=\"button\" href=\"https://academy.quickscrum.com/wp-admin/?page=wpseo_dashboard&yoast_dismiss=upsell\">Please don\'t show me this notification anymore</a>\";s:7:\"options\";a:9:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:19:\"wpseo-upsell-notice\";s:5:\"nonce\";N;s:8:\"priority\";d:0.8;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:2;a:2:{s:7:\"message\";s:173:\"Don\'t miss your crawl errors: <a href=\"https://academy.quickscrum.com/wp-admin/admin.php?page=wpseo_search_console&tab=settings\">connect with Google Search Console here</a>.\";s:7:\"options\";a:9:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:17:\"wpseo-dismiss-gsc\";s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:3;a:2:{s:7:\"message\";s:227:\"<strong>Huge SEO Issue: You\'re blocking access to robots.</strong> You must <a href=\"https://academy.quickscrum.com/wp-admin/options-reading.php\">go to your Reading Settings</a> and uncheck the box for Search Engine Visibility.\";s:7:\"options\";a:9:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:32:\"wpseo-dismiss-blog-public-notice\";s:5:\"nonce\";N;s:8:\"priority\";i:1;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:4;a:2:{s:7:\"message\";s:557:\"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.\n\n Please check the <a href=\"https://academy.quickscrum.com/wp-admin/admin.php?page=wpseo_titles#top#post-types\">archive templates</a> for the following content types: forum, topic.\n\n<a class=\"button\" href=\"https://academy.quickscrum.com/wp-admin/?page=wpseo_dashboard&yoast_dismiss=post-type-archive-notification\">Remove this message</a>\";s:7:\"options\";a:9:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:36:\"wpseo-post-type-archive-notification\";s:5:\"nonce\";N;s:8:\"priority\";i:1;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'),(374,14,'wp_yoast_notifications','a:4:{i:0;a:2:{s:7:\"message\";s:1130:\"We\'ve noticed you\'ve been using Yoast SEO for some time now; we hope you love it! We\'d be thrilled if you could <a href=\"https://yoa.st/rate-yoast-seo?php_version=7.2.10&platform=wordpress&platform_version=4.9.8&software=free&software_version=8.1&role=administrator&days_active=17805\">give us a 5 stars rating on WordPress.org</a>!\n\nIf you are experiencing issues, <a href=\"https://yoa.st/bugreport?php_version=7.2.10&platform=wordpress&platform_version=4.9.8&software=free&software_version=8.1&role=administrator&days_active=17805\">please file a bug report</a> and we\'ll do our best to help you out.\n\nBy the way, did you know we also have a <a href=\'https://yoa.st/premium-notification?php_version=7.2.10&platform=wordpress&platform_version=4.9.8&software=free&software_version=8.1&role=administrator&days_active=17805\'>Premium plugin</a>? It offers advanced features, like a redirect manager and support for multiple keywords. It also comes with 24/7 personal support.\n\n<a class=\"button\" href=\"https://academy.quickscrum.com/wp-admin/?page=wpseo_dashboard&yoast_dismiss=upsell\">Please don\'t show me this notification anymore</a>\";s:7:\"options\";a:9:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:19:\"wpseo-upsell-notice\";s:5:\"nonce\";N;s:8:\"priority\";d:0.8;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:1;a:2:{s:7:\"message\";s:173:\"Don\'t miss your crawl errors: <a href=\"https://academy.quickscrum.com/wp-admin/admin.php?page=wpseo_search_console&tab=settings\">connect with Google Search Console here</a>.\";s:7:\"options\";a:9:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:17:\"wpseo-dismiss-gsc\";s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:2;a:2:{s:7:\"message\";s:227:\"<strong>Huge SEO Issue: You\'re blocking access to robots.</strong> You must <a href=\"https://academy.quickscrum.com/wp-admin/options-reading.php\">go to your Reading Settings</a> and uncheck the box for Search Engine Visibility.\";s:7:\"options\";a:9:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:32:\"wpseo-dismiss-blog-public-notice\";s:5:\"nonce\";N;s:8:\"priority\";i:1;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:3;a:2:{s:7:\"message\";s:557:\"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.\n\n Please check the <a href=\"https://academy.quickscrum.com/wp-admin/admin.php?page=wpseo_titles#top#post-types\">archive templates</a> for the following content types: forum, topic.\n\n<a class=\"button\" href=\"https://academy.quickscrum.com/wp-admin/?page=wpseo_dashboard&yoast_dismiss=post-type-archive-notification\">Remove this message</a>\";s:7:\"options\";a:9:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:36:\"wpseo-post-type-archive-notification\";s:5:\"nonce\";N;s:8:\"priority\";i:1;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'),(376,12,'wp_yoast_notifications','a:4:{i:0;a:2:{s:7:\"message\";s:1127:\"We\'ve noticed you\'ve been using Yoast SEO for some time now; we hope you love it! We\'d be thrilled if you could <a href=\"https://yoa.st/rate-yoast-seo?php_version=7.2.7&platform=wordpress&platform_version=4.9.8&software=free&software_version=8.1&role=administrator&days_active=17791\">give us a 5 stars rating on WordPress.org</a>!\n\nIf you are experiencing issues, <a href=\"https://yoa.st/bugreport?php_version=7.2.7&platform=wordpress&platform_version=4.9.8&software=free&software_version=8.1&role=administrator&days_active=17791\">please file a bug report</a> and we\'ll do our best to help you out.\n\nBy the way, did you know we also have a <a href=\'https://yoa.st/premium-notification?php_version=7.2.7&platform=wordpress&platform_version=4.9.8&software=free&software_version=8.1&role=administrator&days_active=17791\'>Premium plugin</a>? It offers advanced features, like a redirect manager and support for multiple keywords. It also comes with 24/7 personal support.\n\n<a class=\"button\" href=\"https://academy.quickscrum.com/wp-admin/?page=wpseo_dashboard&yoast_dismiss=upsell\">Please don\'t show me this notification anymore</a>\";s:7:\"options\";a:9:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:19:\"wpseo-upsell-notice\";s:5:\"nonce\";N;s:8:\"priority\";d:0.8;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:1;a:2:{s:7:\"message\";s:173:\"Don\'t miss your crawl errors: <a href=\"https://academy.quickscrum.com/wp-admin/admin.php?page=wpseo_search_console&tab=settings\">connect with Google Search Console here</a>.\";s:7:\"options\";a:9:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:17:\"wpseo-dismiss-gsc\";s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:2;a:2:{s:7:\"message\";s:227:\"<strong>Huge SEO Issue: You\'re blocking access to robots.</strong> You must <a href=\"https://academy.quickscrum.com/wp-admin/options-reading.php\">go to your Reading Settings</a> and uncheck the box for Search Engine Visibility.\";s:7:\"options\";a:9:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:32:\"wpseo-dismiss-blog-public-notice\";s:5:\"nonce\";N;s:8:\"priority\";i:1;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:3;a:2:{s:7:\"message\";s:557:\"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.\n\n Please check the <a href=\"https://academy.quickscrum.com/wp-admin/admin.php?page=wpseo_titles#top#post-types\">archive templates</a> for the following content types: forum, topic.\n\n<a class=\"button\" href=\"https://academy.quickscrum.com/wp-admin/?page=wpseo_dashboard&yoast_dismiss=post-type-archive-notification\">Remove this message</a>\";s:7:\"options\";a:9:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:36:\"wpseo-post-type-archive-notification\";s:5:\"nonce\";N;s:8:\"priority\";i:1;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'),(378,13,'wp_yoast_notifications','a:3:{i:0;a:2:{s:7:\"message\";s:1127:\"We\'ve noticed you\'ve been using Yoast SEO for some time now; we hope you love it! We\'d be thrilled if you could <a href=\"https://yoa.st/rate-yoast-seo?php_version=7.2.7&platform=wordpress&platform_version=4.9.8&software=free&software_version=8.1&role=administrator&days_active=17787\">give us a 5 stars rating on WordPress.org</a>!\n\nIf you are experiencing issues, <a href=\"https://yoa.st/bugreport?php_version=7.2.7&platform=wordpress&platform_version=4.9.8&software=free&software_version=8.1&role=administrator&days_active=17787\">please file a bug report</a> and we\'ll do our best to help you out.\n\nBy the way, did you know we also have a <a href=\'https://yoa.st/premium-notification?php_version=7.2.7&platform=wordpress&platform_version=4.9.8&software=free&software_version=8.1&role=administrator&days_active=17787\'>Premium plugin</a>? It offers advanced features, like a redirect manager and support for multiple keywords. It also comes with 24/7 personal support.\n\n<a class=\"button\" href=\"https://academy.quickscrum.com/wp-admin/?page=wpseo_dashboard&yoast_dismiss=upsell\">Please don\'t show me this notification anymore</a>\";s:7:\"options\";a:9:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:19:\"wpseo-upsell-notice\";s:5:\"nonce\";N;s:8:\"priority\";d:0.8;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:1;a:2:{s:7:\"message\";s:173:\"Don\'t miss your crawl errors: <a href=\"https://academy.quickscrum.com/wp-admin/admin.php?page=wpseo_search_console&tab=settings\">connect with Google Search Console here</a>.\";s:7:\"options\";a:9:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:17:\"wpseo-dismiss-gsc\";s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:2;a:2:{s:7:\"message\";s:557:\"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.\n\n Please check the <a href=\"https://academy.quickscrum.com/wp-admin/admin.php?page=wpseo_titles#top#post-types\">archive templates</a> for the following content types: forum, topic.\n\n<a class=\"button\" href=\"https://academy.quickscrum.com/wp-admin/?page=wpseo_dashboard&yoast_dismiss=post-type-archive-notification\">Remove this message</a>\";s:7:\"options\";a:9:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:36:\"wpseo-post-type-archive-notification\";s:5:\"nonce\";N;s:8:\"priority\";i:1;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'),(379,1,'closedpostboxes_page','a:1:{i:0;s:12:\"revisionsdiv\";}'),(380,1,'metaboxhidden_page','a:6:{i:0;s:29:\"wp_statistics_editor_meta_box\";i:1;s:10:\"postcustom\";i:2;s:16:\"commentstatusdiv\";i:3;s:11:\"commentsdiv\";i:4;s:7:\"slugdiv\";i:5;s:9:\"authordiv\";}'),(381,1,'closedpostboxes_article','a:2:{i:0;s:9:\"formatdiv\";i:1;s:19:\"helpdiv\";}'),(382,1,'metaboxhidden_article','a:1:{i:0;s:7:\"slugdiv\";}'),(383,4,'closedpostboxes_page','a:0:{}'),(384,4,'metaboxhidden_page','a:1:{i:0;s:29:\"wp_statistics_editor_meta_box\";}'),(385,13,'closedpostboxes_topic','a:0:{}'),(386,13,'metaboxhidden_topic','a:1:{i:0;s:7:\"slugdiv\";}'),(387,5,'closedpostboxes_page','a:2:{i:0;s:10:\"wpseo_meta\";i:1;s:12:\"revisionsdiv\";}'),(388,5,'metaboxhidden_page','a:5:{i:0;s:10:\"postcustom\";i:1;s:16:\"commentstatusdiv\";i:2;s:11:\"commentsdiv\";i:3;s:7:\"slugdiv\";i:4;s:9:\"authordiv\";}'),(390,1,'closedpostboxes_infobox','a:0:{}'),(391,1,'metaboxhidden_infobox','a:1:{i:0;s:7:\"slugdiv\";}'),(392,1,'wp_user-settings','libraryContent=browse&editor=tinymce&edit_element_vcUIPanelWidth=1332&edit_element_vcUIPanelLeft=269px&edit_element_vcUIPanelTop=74px&mfold=o&post_dfw=on'),(393,1,'wp_user-settings-time','1542374564'),(394,5,'closedpostboxes_infobox','a:0:{}'),(395,5,'metaboxhidden_infobox','a:0:{}'),(396,4,'closedpostboxes_forum','a:0:{}'),(397,4,'metaboxhidden_forum','a:0:{}'),(398,5,'closedpostboxes_forum','a:1:{i:0;s:10:\"wpseo_meta\";}'),(399,5,'metaboxhidden_forum','a:0:{}'),(400,5,'meta-box-order_forum','a:3:{s:4:\"side\";s:30:\"bbp_forum_attributes,submitdiv\";s:6:\"normal\";s:47:\"commentstatusdiv,wpseo_meta,commentsdiv,slugdiv\";s:8:\"advanced\";s:0:\"\";}'),(401,5,'screen_layout_forum','2'),(402,5,'manageedit-forumcolumnshidden','a:2:{i:0;s:14:\"wpseo-metadesc\";i:1;s:13:\"wpseo-focuskw\";}'),(403,6,'wp_yoast_notifications','a:3:{i:0;a:2:{s:7:\"message\";s:1127:\"We\'ve noticed you\'ve been using Yoast SEO for some time now; we hope you love it! We\'d be thrilled if you could <a href=\"https://yoa.st/rate-yoast-seo?php_version=7.2.7&platform=wordpress&platform_version=4.9.8&software=free&software_version=8.1&role=administrator&days_active=17787\">give us a 5 stars rating on WordPress.org</a>!\n\nIf you are experiencing issues, <a href=\"https://yoa.st/bugreport?php_version=7.2.7&platform=wordpress&platform_version=4.9.8&software=free&software_version=8.1&role=administrator&days_active=17787\">please file a bug report</a> and we\'ll do our best to help you out.\n\nBy the way, did you know we also have a <a href=\'https://yoa.st/premium-notification?php_version=7.2.7&platform=wordpress&platform_version=4.9.8&software=free&software_version=8.1&role=administrator&days_active=17787\'>Premium plugin</a>? It offers advanced features, like a redirect manager and support for multiple keywords. It also comes with 24/7 personal support.\n\n<a class=\"button\" href=\"https://academy.quickscrum.com/wp-admin/?page=wpseo_dashboard&yoast_dismiss=upsell\">Please don\'t show me this notification anymore</a>\";s:7:\"options\";a:9:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:19:\"wpseo-upsell-notice\";s:5:\"nonce\";N;s:8:\"priority\";d:0.8;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:1;a:2:{s:7:\"message\";s:173:\"Don\'t miss your crawl errors: <a href=\"https://academy.quickscrum.com/wp-admin/admin.php?page=wpseo_search_console&tab=settings\">connect with Google Search Console here</a>.\";s:7:\"options\";a:9:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:17:\"wpseo-dismiss-gsc\";s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:2;a:2:{s:7:\"message\";s:557:\"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.\n\n Please check the <a href=\"https://academy.quickscrum.com/wp-admin/admin.php?page=wpseo_titles#top#post-types\">archive templates</a> for the following content types: forum, topic.\n\n<a class=\"button\" href=\"https://academy.quickscrum.com/wp-admin/?page=wpseo_dashboard&yoast_dismiss=post-type-archive-notification\">Remove this message</a>\";s:7:\"options\";a:9:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:36:\"wpseo-post-type-archive-notification\";s:5:\"nonce\";N;s:8:\"priority\";i:1;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'),(404,1,'closedpostboxes_forum','a:1:{i:0;s:10:\"wpseo_meta\";}'),(405,1,'metaboxhidden_forum','a:1:{i:0;s:7:\"slugdiv\";}'),(407,3,'wp_dashboard_quick_press_last_post_id','7300'),(409,3,'community-events-location','a:1:{s:2:\"ip\";s:12:\"203.88.149.0\";}'),(410,5,'closedpostboxes_article','a:4:{i:0;s:19:\"tagsdiv-article-tag\";i:1;s:10:\"wpseo_meta\";i:2;s:16:\"commentstatusdiv\";i:3;s:7:\"slugdiv\";}'),(411,5,'metaboxhidden_article','a:0:{}'),(412,3,'closedpostboxes_faq','a:1:{i:0;s:19:\"tagsdiv-article-tag\";}'),(413,3,'metaboxhidden_faq','a:1:{i:0;s:7:\"slugdiv\";}'),(414,5,'show_per_page','25'),(415,5,'orderby',''),(416,4,'nav_menu_recently_edited','42'),(417,4,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(418,4,'metaboxhidden_nav-menus','a:8:{i:0;s:19:\"add-post-type-forum\";i:1;s:17:\"add-post-type-faq\";i:2;s:21:\"add-post-type-article\";i:3;s:12:\"add-post_tag\";i:4;s:15:\"add-post_format\";i:5;s:16:\"add-faq-category\";i:6;s:8:\"add-help\";i:7;s:15:\"add-article-tag\";}'),(420,4,'closedpostboxes_infobox','a:0:{}'),(421,4,'metaboxhidden_infobox','a:1:{i:0;s:7:\"slugdiv\";}'),(422,6,'closedpostboxes_page','a:2:{i:0;s:9:\"submitdiv\";i:1;s:13:\"pageparentdiv\";}'),(423,6,'metaboxhidden_page','a:4:{i:0;s:10:\"postcustom\";i:1;s:16:\"commentstatusdiv\";i:2;s:7:\"slugdiv\";i:3;s:9:\"authordiv\";}'),(424,6,'nav_menu_recently_edited','42'),(425,6,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(426,6,'metaboxhidden_nav-menus','a:8:{i:0;s:19:\"add-post-type-forum\";i:1;s:17:\"add-post-type-faq\";i:2;s:21:\"add-post-type-article\";i:3;s:12:\"add-post_tag\";i:4;s:15:\"add-post_format\";i:5;s:16:\"add-faq-category\";i:6;s:20:\"add-help\";i:7;s:15:\"add-article-tag\";}'),(427,16,'wp_yoast_notifications','a:3:{i:0;a:2:{s:7:\"message\";s:1127:\"We\'ve noticed you\'ve been using Yoast SEO for some time now; we hope you love it! We\'d be thrilled if you could <a href=\"https://yoa.st/rate-yoast-seo?php_version=7.2.7&platform=wordpress&platform_version=4.9.8&software=free&software_version=8.1&role=administrator&days_active=17787\">give us a 5 stars rating on WordPress.org</a>!\n\nIf you are experiencing issues, <a href=\"https://yoa.st/bugreport?php_version=7.2.7&platform=wordpress&platform_version=4.9.8&software=free&software_version=8.1&role=administrator&days_active=17787\">please file a bug report</a> and we\'ll do our best to help you out.\n\nBy the way, did you know we also have a <a href=\'https://yoa.st/premium-notification?php_version=7.2.7&platform=wordpress&platform_version=4.9.8&software=free&software_version=8.1&role=administrator&days_active=17787\'>Premium plugin</a>? It offers advanced features, like a redirect manager and support for multiple keywords. It also comes with 24/7 personal support.\n\n<a class=\"button\" href=\"https://academy.quickscrum.com/wp-admin/?page=wpseo_dashboard&yoast_dismiss=upsell\">Please don\'t show me this notification anymore</a>\";s:7:\"options\";a:9:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:19:\"wpseo-upsell-notice\";s:5:\"nonce\";N;s:8:\"priority\";d:0.8;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:1;a:2:{s:7:\"message\";s:173:\"Don\'t miss your crawl errors: <a href=\"https://academy.quickscrum.com/wp-admin/admin.php?page=wpseo_search_console&tab=settings\">connect with Google Search Console here</a>.\";s:7:\"options\";a:9:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:17:\"wpseo-dismiss-gsc\";s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:2;a:2:{s:7:\"message\";s:557:\"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.\n\n Please check the <a href=\"https://academy.quickscrum.com/wp-admin/admin.php?page=wpseo_titles#top#post-types\">archive templates</a> for the following content types: forum, topic.\n\n<a class=\"button\" href=\"https://academy.quickscrum.com/wp-admin/?page=wpseo_dashboard&yoast_dismiss=post-type-archive-notification\">Remove this message</a>\";s:7:\"options\";a:9:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:36:\"wpseo-post-type-archive-notification\";s:5:\"nonce\";N;s:8:\"priority\";i:1;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'),(428,10,'wp_yoast_notifications','a:3:{i:0;a:2:{s:7:\"message\";s:1127:\"We\'ve noticed you\'ve been using Yoast SEO for some time now; we hope you love it! We\'d be thrilled if you could <a href=\"https://yoa.st/rate-yoast-seo?php_version=7.2.7&platform=wordpress&platform_version=4.9.8&software=free&software_version=8.1&role=administrator&days_active=17787\">give us a 5 stars rating on WordPress.org</a>!\n\nIf you are experiencing issues, <a href=\"https://yoa.st/bugreport?php_version=7.2.7&platform=wordpress&platform_version=4.9.8&software=free&software_version=8.1&role=administrator&days_active=17787\">please file a bug report</a> and we\'ll do our best to help you out.\n\nBy the way, did you know we also have a <a href=\'https://yoa.st/premium-notification?php_version=7.2.7&platform=wordpress&platform_version=4.9.8&software=free&software_version=8.1&role=administrator&days_active=17787\'>Premium plugin</a>? It offers advanced features, like a redirect manager and support for multiple keywords. It also comes with 24/7 personal support.\n\n<a class=\"button\" href=\"https://academy.quickscrum.com/wp-admin/?page=wpseo_dashboard&yoast_dismiss=upsell\">Please don\'t show me this notification anymore</a>\";s:7:\"options\";a:9:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:19:\"wpseo-upsell-notice\";s:5:\"nonce\";N;s:8:\"priority\";d:0.8;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:1;a:2:{s:7:\"message\";s:173:\"Don\'t miss your crawl errors: <a href=\"https://academy.quickscrum.com/wp-admin/admin.php?page=wpseo_search_console&tab=settings\">connect with Google Search Console here</a>.\";s:7:\"options\";a:9:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:17:\"wpseo-dismiss-gsc\";s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:2;a:2:{s:7:\"message\";s:557:\"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.\n\n Please check the <a href=\"https://academy.quickscrum.com/wp-admin/admin.php?page=wpseo_titles#top#post-types\">archive templates</a> for the following content types: forum, topic.\n\n<a class=\"button\" href=\"https://academy.quickscrum.com/wp-admin/?page=wpseo_dashboard&yoast_dismiss=post-type-archive-notification\">Remove this message</a>\";s:7:\"options\";a:9:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:36:\"wpseo-post-type-archive-notification\";s:5:\"nonce\";N;s:8:\"priority\";i:1;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'),(429,5,'nav_menu_recently_edited','42'),(430,5,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(431,5,'metaboxhidden_nav-menus','a:8:{i:0;s:19:\"add-post-type-forum\";i:1;s:17:\"add-post-type-faq\";i:2;s:21:\"add-post-type-article\";i:3;s:12:\"add-post_tag\";i:4;s:15:\"add-post_format\";i:5;s:16:\"add-faq-category\";i:6;s:20:\"add-help\";i:7;s:15:\"add-article-tag\";}'),(433,5,'wp_yoast_notifications','a:4:{i:0;a:2:{s:7:\"message\";s:1130:\"We\'ve noticed you\'ve been using Yoast SEO for some time now; we hope you love it! We\'d be thrilled if you could <a href=\"https://yoa.st/rate-yoast-seo?php_version=7.2.10&platform=wordpress&platform_version=4.9.8&software=free&software_version=8.1&role=administrator&days_active=17807\">give us a 5 stars rating on WordPress.org</a>!\n\nIf you are experiencing issues, <a href=\"https://yoa.st/bugreport?php_version=7.2.10&platform=wordpress&platform_version=4.9.8&software=free&software_version=8.1&role=administrator&days_active=17807\">please file a bug report</a> and we\'ll do our best to help you out.\n\nBy the way, did you know we also have a <a href=\'https://yoa.st/premium-notification?php_version=7.2.10&platform=wordpress&platform_version=4.9.8&software=free&software_version=8.1&role=administrator&days_active=17807\'>Premium plugin</a>? It offers advanced features, like a redirect manager and support for multiple keywords. It also comes with 24/7 personal support.\n\n<a class=\"button\" href=\"https://academy.quickscrum.com/wp-admin/?page=wpseo_dashboard&yoast_dismiss=upsell\">Please don\'t show me this notification anymore</a>\";s:7:\"options\";a:9:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:19:\"wpseo-upsell-notice\";s:5:\"nonce\";N;s:8:\"priority\";d:0.8;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:1;a:2:{s:7:\"message\";s:173:\"Don\'t miss your crawl errors: <a href=\"https://academy.quickscrum.com/wp-admin/admin.php?page=wpseo_search_console&tab=settings\">connect with Google Search Console here</a>.\";s:7:\"options\";a:9:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:17:\"wpseo-dismiss-gsc\";s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:2;a:2:{s:7:\"message\";s:227:\"<strong>Huge SEO Issue: You\'re blocking access to robots.</strong> You must <a href=\"https://academy.quickscrum.com/wp-admin/options-reading.php\">go to your Reading Settings</a> and uncheck the box for Search Engine Visibility.\";s:7:\"options\";a:9:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:32:\"wpseo-dismiss-blog-public-notice\";s:5:\"nonce\";N;s:8:\"priority\";i:1;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:3;a:2:{s:7:\"message\";s:557:\"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.\n\n Please check the <a href=\"https://academy.quickscrum.com/wp-admin/admin.php?page=wpseo_titles#top#post-types\">archive templates</a> for the following content types: forum, topic.\n\n<a class=\"button\" href=\"https://academy.quickscrum.com/wp-admin/?page=wpseo_dashboard&yoast_dismiss=post-type-archive-notification\">Remove this message</a>\";s:7:\"options\";a:9:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:36:\"wpseo-post-type-archive-notification\";s:5:\"nonce\";N;s:8:\"priority\";i:1;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'),(434,13,'closedpostboxes_article','a:1:{i:0;s:9:\"formatdiv\";}'),(435,13,'metaboxhidden_article','a:1:{i:0;s:7:\"slugdiv\";}'),(436,4,'wpseo_title',''),(437,4,'wpseo_metadesc',''),(438,4,'wpseo_noindex_author',''),(439,4,'wpseo_content_analysis_disable',''),(440,4,'wpseo_keyword_analysis_disable',''),(441,4,'googleplus',''),(442,4,'twitter',''),(443,4,'facebook',''),(444,13,'wpseo_title',''),(445,13,'wpseo_metadesc',''),(446,13,'wpseo_noindex_author',''),(447,13,'wpseo_content_analysis_disable',''),(448,13,'wpseo_keyword_analysis_disable',''),(449,13,'googleplus',''),(450,13,'twitter',''),(451,13,'facebook',''),(452,9,'wpseo_title',''),(453,9,'wpseo_metadesc',''),(454,9,'wpseo_noindex_author',''),(455,9,'wpseo_content_analysis_disable',''),(456,9,'wpseo_keyword_analysis_disable',''),(457,9,'googleplus',''),(458,9,'twitter',''),(459,9,'facebook',''),(460,16,'wpseo_title',''),(461,16,'wpseo_metadesc',''),(462,16,'wpseo_noindex_author',''),(463,16,'wpseo_content_analysis_disable',''),(464,16,'wpseo_keyword_analysis_disable',''),(465,16,'googleplus',''),(466,16,'twitter',''),(467,16,'facebook',''),(468,14,'wpseo_title',''),(469,14,'wpseo_metadesc',''),(470,14,'wpseo_noindex_author',''),(471,14,'wpseo_content_analysis_disable',''),(472,14,'wpseo_keyword_analysis_disable',''),(473,14,'googleplus',''),(474,14,'twitter',''),(475,14,'facebook',''),(476,5,'wpseo_title',''),(477,5,'wpseo_metadesc',''),(478,5,'wpseo_noindex_author',''),(479,5,'wpseo_content_analysis_disable',''),(480,5,'wpseo_keyword_analysis_disable',''),(481,5,'googleplus',''),(482,5,'twitter',''),(483,5,'facebook',''),(484,3,'wpseo_title',''),(485,3,'wpseo_metadesc',''),(486,3,'wpseo_noindex_author',''),(487,3,'wpseo_content_analysis_disable',''),(488,3,'wpseo_keyword_analysis_disable',''),(489,3,'googleplus',''),(490,3,'twitter',''),(491,3,'facebook',''),(492,10,'wpseo_title',''),(493,10,'wpseo_metadesc',''),(494,10,'wpseo_noindex_author',''),(495,10,'wpseo_content_analysis_disable',''),(496,10,'wpseo_keyword_analysis_disable',''),(497,10,'googleplus',''),(498,10,'twitter',''),(499,10,'facebook',''),(500,3,'wp_user-settings','libraryContent=browse&editor=tinymce&post_dfw=on&edit_element_vcUIPanelWidth=650&edit_element_vcUIPanelLeft=674px&edit_element_vcUIPanelTop=74px'),(501,3,'wp_user-settings-time','1544099746'),(502,17,'nickname','vishal.patel'),(503,17,'first_name','Vishal'),(504,17,'last_name','Patel'),(505,17,'description',''),(506,17,'rich_editing','true'),(507,17,'syntax_highlighting','true'),(508,17,'comment_shortcuts','false'),(509,17,'admin_color','fresh'),(510,17,'use_ssl','0'),(511,17,'show_admin_bar_front','true'),(512,17,'locale',''),(513,17,'wp_capabilities','a:14:{s:13:\"administrator\";b:1;s:13:\"bbp_keymaster\";b:1;s:26:\"wpcf_custom_post_type_view\";b:1;s:26:\"wpcf_custom_post_type_edit\";b:1;s:33:\"wpcf_custom_post_type_edit_others\";b:1;s:25:\"wpcf_custom_taxonomy_view\";b:1;s:25:\"wpcf_custom_taxonomy_edit\";b:1;s:32:\"wpcf_custom_taxonomy_edit_others\";b:1;s:22:\"wpcf_custom_field_view\";b:1;s:22:\"wpcf_custom_field_edit\";b:1;s:29:\"wpcf_custom_field_edit_others\";b:1;s:25:\"wpcf_user_meta_field_view\";b:1;s:25:\"wpcf_user_meta_field_edit\";b:1;s:32:\"wpcf_user_meta_field_edit_others\";b:1;}'),(514,17,'wp_user_level','10'),(515,17,'_yoast_wpseo_profile_updated','1539002036'),(516,17,'dismissed_wp_pointers','wp496_privacy,theme_editor_notice,vc_pointers_backend_editor,text_widget_custom_html'),(518,17,'wp_dashboard_quick_press_last_post_id','7297'),(520,17,'community-events-location','a:1:{s:2:\"ip\";s:12:\"122.169.64.0\";}'),(522,3,'closedpostboxes_article','a:0:{}'),(523,3,'metaboxhidden_article','a:1:{i:0;s:7:\"slugdiv\";}'),(524,14,'meta-box-order_article','a:3:{s:4:\"side\";s:86:\"submitdiv,formatdiv,helpdiv,tagsdiv-article-tag,pageparentdiv,postimagediv\";s:6:\"normal\";s:65:\"wpseo_meta,commentstatusdiv,slugdiv,authordiv,nicethemes-settings\";s:8:\"advanced\";s:0:\"\";}'),(525,14,'screen_layout_article','2'),(526,8,'meta-box-order_article','a:3:{s:4:\"side\";s:86:\"submitdiv,formatdiv,helpdiv,tagsdiv-article-tag,pageparentdiv,postimagediv\";s:6:\"normal\";s:90:\"wpseo_meta,revisionsdiv,commentstatusdiv,commentsdiv,slugdiv,authordiv,nicethemes-settings\";s:8:\"advanced\";s:0:\"\";}'),(527,8,'screen_layout_article','2'),(528,17,'nav_menu_recently_edited','42'),(529,17,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(530,17,'metaboxhidden_nav-menus','a:8:{i:0;s:19:\"add-post-type-forum\";i:1;s:17:\"add-post-type-faq\";i:2;s:21:\"add-post-type-article\";i:3;s:12:\"add-post_tag\";i:4;s:15:\"add-post_format\";i:5;s:16:\"add-faq-category\";i:6;s:8:\"add-help\";i:7;s:15:\"add-article-tag\";}'),(532,3,'wp_yoast_notifications','a:4:{i:0;a:2:{s:7:\"message\";s:1130:\"We\'ve noticed you\'ve been using Yoast SEO for some time now; we hope you love it! We\'d be thrilled if you could <a href=\"https://yoa.st/rate-yoast-seo?php_version=7.2.10&platform=wordpress&platform_version=4.9.8&software=free&software_version=8.1&role=administrator&days_active=17816\">give us a 5 stars rating on WordPress.org</a>!\n\nIf you are experiencing issues, <a href=\"https://yoa.st/bugreport?php_version=7.2.10&platform=wordpress&platform_version=4.9.8&software=free&software_version=8.1&role=administrator&days_active=17816\">please file a bug report</a> and we\'ll do our best to help you out.\n\nBy the way, did you know we also have a <a href=\'https://yoa.st/premium-notification?php_version=7.2.10&platform=wordpress&platform_version=4.9.8&software=free&software_version=8.1&role=administrator&days_active=17816\'>Premium plugin</a>? It offers advanced features, like a redirect manager and support for multiple keywords. It also comes with 24/7 personal support.\n\n<a class=\"button\" href=\"https://academy.quickscrum.com/wp-admin/?page=wpseo_dashboard&yoast_dismiss=upsell\">Please don\'t show me this notification anymore</a>\";s:7:\"options\";a:9:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:19:\"wpseo-upsell-notice\";s:5:\"nonce\";N;s:8:\"priority\";d:0.8;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:1;a:2:{s:7:\"message\";s:173:\"Don\'t miss your crawl errors: <a href=\"https://academy.quickscrum.com/wp-admin/admin.php?page=wpseo_search_console&tab=settings\">connect with Google Search Console here</a>.\";s:7:\"options\";a:9:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:17:\"wpseo-dismiss-gsc\";s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:2;a:2:{s:7:\"message\";s:227:\"<strong>Huge SEO Issue: You\'re blocking access to robots.</strong> You must <a href=\"https://academy.quickscrum.com/wp-admin/options-reading.php\">go to your Reading Settings</a> and uncheck the box for Search Engine Visibility.\";s:7:\"options\";a:9:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:32:\"wpseo-dismiss-blog-public-notice\";s:5:\"nonce\";N;s:8:\"priority\";i:1;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:3;a:2:{s:7:\"message\";s:557:\"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.\n\n Please check the <a href=\"https://academy.quickscrum.com/wp-admin/admin.php?page=wpseo_titles#top#post-types\">archive templates</a> for the following content types: forum, topic.\n\n<a class=\"button\" href=\"https://academy.quickscrum.com/wp-admin/?page=wpseo_dashboard&yoast_dismiss=post-type-archive-notification\">Remove this message</a>\";s:7:\"options\";a:9:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:36:\"wpseo-post-type-archive-notification\";s:5:\"nonce\";N;s:8:\"priority\";i:1;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'),(533,8,'wp_yoast_notifications','a:4:{i:0;a:2:{s:7:\"message\";s:1130:\"We\'ve noticed you\'ve been using Yoast SEO for some time now; we hope you love it! We\'d be thrilled if you could <a href=\"https://yoa.st/rate-yoast-seo?php_version=7.2.10&platform=wordpress&platform_version=4.9.8&software=free&software_version=8.1&role=administrator&days_active=17813\">give us a 5 stars rating on WordPress.org</a>!\n\nIf you are experiencing issues, <a href=\"https://yoa.st/bugreport?php_version=7.2.10&platform=wordpress&platform_version=4.9.8&software=free&software_version=8.1&role=administrator&days_active=17813\">please file a bug report</a> and we\'ll do our best to help you out.\n\nBy the way, did you know we also have a <a href=\'https://yoa.st/premium-notification?php_version=7.2.10&platform=wordpress&platform_version=4.9.8&software=free&software_version=8.1&role=administrator&days_active=17813\'>Premium plugin</a>? It offers advanced features, like a redirect manager and support for multiple keywords. It also comes with 24/7 personal support.\n\n<a class=\"button\" href=\"https://academy.quickscrum.com/wp-admin/?page=wpseo_dashboard&yoast_dismiss=upsell\">Please don\'t show me this notification anymore</a>\";s:7:\"options\";a:9:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:19:\"wpseo-upsell-notice\";s:5:\"nonce\";N;s:8:\"priority\";d:0.8;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:1;a:2:{s:7:\"message\";s:173:\"Don\'t miss your crawl errors: <a href=\"https://academy.quickscrum.com/wp-admin/admin.php?page=wpseo_search_console&tab=settings\">connect with Google Search Console here</a>.\";s:7:\"options\";a:9:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:17:\"wpseo-dismiss-gsc\";s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:2;a:2:{s:7:\"message\";s:227:\"<strong>Huge SEO Issue: You\'re blocking access to robots.</strong> You must <a href=\"https://academy.quickscrum.com/wp-admin/options-reading.php\">go to your Reading Settings</a> and uncheck the box for Search Engine Visibility.\";s:7:\"options\";a:9:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:32:\"wpseo-dismiss-blog-public-notice\";s:5:\"nonce\";N;s:8:\"priority\";i:1;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:3;a:2:{s:7:\"message\";s:557:\"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.\n\n Please check the <a href=\"https://academy.quickscrum.com/wp-admin/admin.php?page=wpseo_titles#top#post-types\">archive templates</a> for the following content types: forum, topic.\n\n<a class=\"button\" href=\"https://academy.quickscrum.com/wp-admin/?page=wpseo_dashboard&yoast_dismiss=post-type-archive-notification\">Remove this message</a>\";s:7:\"options\";a:9:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:36:\"wpseo-post-type-archive-notification\";s:5:\"nonce\";N;s:8:\"priority\";i:1;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'),(534,17,'closedpostboxes_ebook','a:0:{}'),(535,17,'metaboxhidden_ebook','a:4:{i:0;s:10:\"wpseo_meta\";i:1;s:16:\"commentstatusdiv\";i:2;s:7:\"slugdiv\";i:3;s:9:\"authordiv\";}'),(536,17,'wp_user-settings','edit_element_vcUIPanelWidth=650&edit_element_vcUIPanelLeft=651px&edit_element_vcUIPanelTop=99px&editor=tinymce&posts_list_mode=list&libraryContent=browse&imgsize=full'),(537,17,'wp_user-settings-time','1542867091'),(538,17,'closedpostboxes_case-study','a:0:{}'),(539,17,'metaboxhidden_case-study','a:4:{i:0;s:10:\"wpseo_meta\";i:1;s:16:\"commentstatusdiv\";i:2;s:7:\"slugdiv\";i:3;s:9:\"authordiv\";}'),(540,3,'closedpostboxes_case-study','a:0:{}'),(541,3,'metaboxhidden_case-study','a:1:{i:0;s:7:\"slugdiv\";}'),(542,17,'closedpostboxes_page','a:0:{}'),(543,17,'metaboxhidden_page','a:8:{i:0;s:29:\"wp_statistics_editor_meta_box\";i:1;s:23:\"types-information-table\";i:2;s:12:\"revisionsdiv\";i:3;s:10:\"postcustom\";i:4;s:16:\"commentstatusdiv\";i:5;s:11:\"commentsdiv\";i:6;s:7:\"slugdiv\";i:7;s:9:\"authordiv\";}'),(544,17,'closedpostboxes_toolset_page_wpcf-edit-type','a:1:{i:0;s:12:\"types_labels\";}'),(545,17,'closedpostboxes_feature','a:1:{i:0;s:23:\"types-information-table\";}'),(546,17,'metaboxhidden_feature','a:1:{i:0;s:7:\"slugdiv\";}'),(547,17,'wp_yoast_notifications','a:4:{i:0;a:2:{s:7:\"message\";s:1136:\"We\'ve noticed you\'ve been using Yoast SEO for some time now; we hope you love it! We\'d be thrilled if you could <a href=\"https://yoa.st/rate-yoast-seo?php_version=5.5.12&platform=wordpress&platform_version=4.9.8&software=free&software_version=8.1&role=administrator&days_active=17820\">give us a 5 stars rating on WordPress.org</a>!\n\nIf you are experiencing issues, <a href=\"https://yoa.st/bugreport?php_version=5.5.12&platform=wordpress&platform_version=4.9.8&software=free&software_version=8.1&role=administrator&days_active=17820\">please file a bug report</a> and we\'ll do our best to help you out.\n\nBy the way, did you know we also have a <a href=\'https://yoa.st/premium-notification?php_version=5.5.12&platform=wordpress&platform_version=4.9.8&software=free&software_version=8.1&role=administrator&days_active=17820\'>Premium plugin</a>? It offers advanced features, like a redirect manager and support for multiple keywords. It also comes with 24/7 personal support.\n\n<a class=\"button\" href=\"http://localhost/quickscrum-solution/wp-admin/?page=wpseo_dashboard&yoast_dismiss=upsell\">Please don\'t show me this notification anymore</a>\";s:7:\"options\";a:9:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:19:\"wpseo-upsell-notice\";s:5:\"nonce\";N;s:8:\"priority\";d:0.80000000000000004;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:1;a:2:{s:7:\"message\";s:179:\"Don\'t miss your crawl errors: <a href=\"http://localhost/quickscrum-solution/wp-admin/admin.php?page=wpseo_search_console&tab=settings\">connect with Google Search Console here</a>.\";s:7:\"options\";a:9:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:17:\"wpseo-dismiss-gsc\";s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:2;a:2:{s:7:\"message\";s:233:\"<strong>Huge SEO Issue: You\'re blocking access to robots.</strong> You must <a href=\"http://localhost/quickscrum-solution/wp-admin/options-reading.php\">go to your Reading Settings</a> and uncheck the box for Search Engine Visibility.\";s:7:\"options\";a:9:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:32:\"wpseo-dismiss-blog-public-notice\";s:5:\"nonce\";N;s:8:\"priority\";i:1;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:3;a:2:{s:7:\"message\";s:573:\"We've recently improved the functionality of the Search Appearance settings. Unfortunately, we've discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.\r\n\r\n Please check the <a href=\"http://localhost/quickscrum-solution/wp-admin/admin.php?page=wpseo_titles#top#post-types\">archive templates</a> for the following content types: forum, topic.\r\n\r\n<a class=\"button\" href=\"http://localhost/quickscrum-solution/wp-admin/?page=wpseo_dashboard&yoast_dismiss=post-type-archive-notification\">Remove this message</a>\";s:7:\"options\";a:9:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:36:\"wpseo-post-type-archive-notification\";s:5:\"nonce\";N;s:8:\"priority\";i:1;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'),(548,17,'toolset_admin_notices_manager','a:1:{s:17:\"dismissed-notices\";a:1:{s:18:\"types-3-0-features\";b:1;}}'),(549,17,'show_welcome_panel','0'),(550,17,'metaboxhidden_toolset_page_wpcf-edit-type','a:2:{i:0;s:23:\"types-information-table\";i:1;s:12:\"field_groups\";}'),(551,17,'meta-box-order_page','a:3:{s:4:\"side\";s:36:\"submitdiv,pageparentdiv,postimagediv\";s:6:\"normal\";s:134:\"types-information-table,wpb_visual_composer,revisionsdiv,postcustom,commentstatusdiv,commentsdiv,slugdiv,authordiv,nicethemes-settings\";s:8:\"advanced\";s:0:\"\";}'),(552,17,'screen_layout_page','2'),(554,17,'edit_article_per_page','200'),(555,17,'closedpostboxes_dashboard','a:5:{i:0;s:19:\"dashboard_right_now\";i:1;s:18:\"dashboard_activity\";i:2;s:23:\"bbp-dashboard-right-now\";i:3;s:21:\"dashboard_quick_press\";i:4;s:17:\"dashboard_primary\";}'),(556,17,'metaboxhidden_dashboard','a:12:{i:0;s:29:\"wp-statistics-browsers-widget\";i:1;s:30:\"wp-statistics-countries-widget\";i:2;s:28:\"wp-statistics-hitsmap-widget\";i:3;s:25:\"wp-statistics-hits-widget\";i:4;s:26:\"wp-statistics-pages-widget\";i:5;s:27:\"wp-statistics-recent-widget\";i:6;s:30:\"wp-statistics-referring-widget\";i:7;s:27:\"wp-statistics-search-widget\";i:8;s:28:\"wp-statistics-summary-widget\";i:9;s:26:\"wp-statistics-words-widget\";i:10;s:33:\"wp-statistics-top-visitors-widget\";i:11;s:37:\"wp-statistics-searched-phrases-widget\";}'),(559,8,'closedpostboxes_feature','a:0:{}'),(560,8,'metaboxhidden_feature','a:2:{i:0;s:19:\"wpb_visual_composer\";i:1;s:7:\"slugdiv\";}'),(561,4,'closedpostboxes_solution','a:0:{}'),(562,4,'metaboxhidden_solution','a:2:{i:0;s:19:\"wpb_visual_composer\";i:1;s:7:\"slugdiv\";}'),(563,8,'toolset_admin_notices_manager','a:1:{s:17:\"dismissed-notices\";a:1:{s:18:\"types-3-0-features\";b:1;}}'),(564,4,'closedpostboxes_toolset_page_wpcf-edit-type','a:2:{i:0;s:12:\"types_labels\";i:1;s:13:\"types_options\";}'),(565,17,'closedpostboxes_solution','a:0:{}'),(566,17,'metaboxhidden_solution','a:2:{i:0;s:23:\"types-information-table\";i:1;s:7:\"slugdiv\";}'),(567,1,'restore_id','8de442af-6142-4323-885a-d2025f9a9a5a'),(568,3,'meta-box-order_solution','a:3:{s:4:\"side\";s:34:\"submitdiv,categorydiv,postimagediv\";s:6:\"normal\";s:63:\"types-information-table,wpb_visual_composer,postexcerpt,slugdiv\";s:8:\"advanced\";s:0:\"\";}'),(569,3,'screen_layout_solution','2'),(570,6,'toolset_admin_notices_manager','a:2:{s:17:\"dismissed-notices\";a:1:{s:18:\"types-3-0-features\";b:1;}s:25:\"dismissed-similar-notices\";a:1:{s:35:\"free-plugin-shows-new-paid-features\";b:1;}}'),(571,17,'session_tokens','a:1:{s:64:\"28ebc4c942a3bb18f24e930f7a40d2973e45eeedbf627947cb1b7f3eefceecf0\";a:4:{s:10:\"expiration\";i:1545397289;s:2:\"ip\";s:13:\"122.169.64.93\";s:2:\"ua\";s:102:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36\";s:5:\"login\";i:1545224489;}}'),(572,1,'closedpostboxes_toplevel_page_wps_overview_page','a:1:{i:0;s:17:\"wps_about_postbox\";}'),(573,1,'metaboxhidden_toplevel_page_wps_overview_page','a:0:{}'),(574,1,'wp_statistics','a:2:{s:10:\"editor_set\";s:6:\"12.5.2\";s:13:\"dashboard_set\";s:6:\"12.5.2\";}'),(575,1,'metaboxhidden_post','a:1:{i:0;s:29:\"wp_statistics_editor_meta_box\";}'),(576,1,'metaboxhidden_dashboard','a:12:{i:0;s:29:\"wp-statistics-browsers-widget\";i:1;s:30:\"wp-statistics-countries-widget\";i:2;s:28:\"wp-statistics-hitsmap-widget\";i:3;s:25:\"wp-statistics-hits-widget\";i:4;s:26:\"wp-statistics-pages-widget\";i:5;s:27:\"wp-statistics-recent-widget\";i:6;s:30:\"wp-statistics-referring-widget\";i:7;s:27:\"wp-statistics-search-widget\";i:8;s:28:\"wp-statistics-summary-widget\";i:9;s:26:\"wp-statistics-words-widget\";i:10;s:33:\"wp-statistics-top-visitors-widget\";i:11;s:37:\"wp-statistics-searched-phrases-widget\";}'),(577,17,'wp_statistics','a:2:{s:13:\"dashboard_set\";s:6:\"12.5.2\";s:10:\"editor_set\";s:6:\"12.5.2\";}'),(578,17,'metaboxhidden_post','a:1:{i:0;s:29:\"wp_statistics_editor_meta_box\";}'),(579,3,'wp_statistics','a:2:{s:13:\"dashboard_set\";s:6:\"12.5.2\";s:10:\"editor_set\";s:6:\"12.5.2\";}'),(580,3,'metaboxhidden_dashboard','a:12:{i:0;s:29:\"wp-statistics-browsers-widget\";i:1;s:30:\"wp-statistics-countries-widget\";i:2;s:28:\"wp-statistics-hitsmap-widget\";i:3;s:25:\"wp-statistics-hits-widget\";i:4;s:26:\"wp-statistics-pages-widget\";i:5;s:27:\"wp-statistics-recent-widget\";i:6;s:30:\"wp-statistics-referring-widget\";i:7;s:27:\"wp-statistics-search-widget\";i:8;s:28:\"wp-statistics-summary-widget\";i:9;s:26:\"wp-statistics-words-widget\";i:10;s:33:\"wp-statistics-top-visitors-widget\";i:11;s:37:\"wp-statistics-searched-phrases-widget\";}'),(581,3,'metaboxhidden_post','a:1:{i:0;s:29:\"wp_statistics_editor_meta_box\";}'),(582,3,'metaboxhidden_page','a:1:{i:0;s:29:\"wp_statistics_editor_meta_box\";}'),(583,4,'wp_statistics','a:2:{s:13:\"dashboard_set\";s:6:\"12.5.2\";s:10:\"editor_set\";s:6:\"12.5.2\";}'),(584,4,'metaboxhidden_dashboard','a:12:{i:0;s:29:\"wp-statistics-browsers-widget\";i:1;s:30:\"wp-statistics-countries-widget\";i:2;s:28:\"wp-statistics-hitsmap-widget\";i:3;s:25:\"wp-statistics-hits-widget\";i:4;s:26:\"wp-statistics-pages-widget\";i:5;s:27:\"wp-statistics-recent-widget\";i:6;s:30:\"wp-statistics-referring-widget\";i:7;s:27:\"wp-statistics-search-widget\";i:8;s:28:\"wp-statistics-summary-widget\";i:9;s:26:\"wp-statistics-words-widget\";i:10;s:33:\"wp-statistics-top-visitors-widget\";i:11;s:37:\"wp-statistics-searched-phrases-widget\";}'),(585,4,'metaboxhidden_post','a:1:{i:0;s:29:\"wp_statistics_editor_meta_box\";}'),(586,1,'meta-box-order_dashboard','a:4:{s:6:\"normal\";s:389:\"dashboard_right_now,dashboard_activity,wp-statistics-browsers-widget,wp-statistics-hitsmap-widget,wp-statistics-hits-widget,wp-statistics-pages-widget,wp-statistics-recent-widget,wp-statistics-referring-widget,wp-statistics-search-widget,wp-statistics-summary-widget,wp-statistics-words-widget,wp-statistics-top-visitors-widget,wp-statistics-searched-phrases-widget,bbp-dashboard-right-now\";s:4:\"side\";s:21:\"dashboard_quick_press\";s:7:\"column3\";s:17:\"dashboard_primary\";s:7:\"column4\";s:31:\"wp-statistics-quickstats-widget\";}'),(588,3,'session_tokens','a:1:{s:64:\"206debdc16d4cdf48701c8e6daaa266419b03a9c1193f24cecaa413a99bada5d\";a:4:{s:10:\"expiration\";i:1545307382;s:2:\"ip\";s:13:\"203.88.149.91\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36\";s:5:\"login\";i:1545134582;}}'),(589,17,'closedpostboxes_wpdmpro','a:0:{}'),(590,17,'metaboxhidden_wpdmpro','a:1:{i:0;s:7:\"slugdiv\";}'),(591,4,'session_tokens','a:1:{s:64:\"bfe1bfd5eb0cb0e71537b3261cd0e573438c247bb1bb7ea4cc6a571e8ca2c2f6\";a:4:{s:10:\"expiration\";i:1544855854;s:2:\"ip\";s:13:\"203.88.149.91\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0\";s:5:\"login\";i:1544683054;}}');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_users`
--
DROP TABLE IF EXISTS `wp_users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_users` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_status` int(11) NOT NULL DEFAULT '0',
`display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
PRIMARY KEY (`ID`),
KEY `user_login_key` (`user_login`),
KEY `user_nicename` (`user_nicename`),
KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_users`
--
LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'admin','$P$BlWUIeEm3P8I/BMS/9naZcE.S3n12a.','admin','rut2prajapati@gmail.com','','2018-08-23 09:31:25','',0,'admin'),(2,'rutvik.prajapati','$P$BAcHZhlF1VitejUrlSzkpqRD.d28mP/','rutvik-prajapati','rutvik.prajapati@quickscrum.com','','2018-08-23 11:31:37','1535023898:$P$BSmJx4rV8TuXeT2DBop81tI.f2C3IN/',0,'Richard Parker'),(3,'mrugesh.panchal','$P$BBqJCslNqN.X366eIrAr6XRXs3ugMD/','mrugesh-panchal','mrugesh.panchal@quickscrum.com','http://www.quickscrum.com','2018-08-23 11:34:09','1535024055:$P$BweK2YqEq766Lg48pLBTnBe2/pQjzH1',0,'Matthew Prior'),(4,'jignesh.patel','$P$B0fjLwbGahY6jqLs5PIvpRJ9m5tk0v1','jignesh-patel','jignesh.patel@bcssarl.com','','2018-08-23 12:56:15','1535028976:$P$Bqxh7YvlRhO2hmkL2QR8r7BgwlIAww/',0,'Markus Smith'),(5,'nitesh.mourya','$P$BeLhw1/YfM7jUBXUt3Z88baYSL7jtL.','nitesh-mourya','nitesh.mourya@quickscrum.com','','2018-08-23 12:57:09','1535029029:$P$BD4pl.SMnlDBpX0Wp/PUMQW2ifwVNV.',0,'Nic Buttler'),(6,'tejas.patel','$P$BZc1x.Lg55DqRUN3M7ClrcsWai8OwT1','tejas-patel','tejas.patel@quickscrum.com','','2018-09-03 12:22:42','1535977362:$P$BkgtzAqlnA/iLa7ibd9tsGHFadDXpD1',0,'Tejas'),(7,'darshit.panchal','$P$BWg.Oo6WbPWNTaAAubmYpabr.63dkb1','darshit-panchal','darshit.panchal@quickscrum.com','','2018-09-03 12:23:29','1535977410:$P$BY9M10R4UxY8Sordq6GghC6sB7bpC/0',0,'Brian Patterson'),(8,'aayush.pandya','$P$BOL.h2sGa0huRe0MjAXe3wiiE85vpN0','aayush-pandya','aayush.pandya@bcssarl.com','','2018-09-03 12:24:25','1535977465:$P$BsGLE21jvqYQaQJpiglleONRyfyVAl/',0,'Adam Diaz'),(9,'helly.shah','$P$BgJ.kGrOHqiidiB/GpbCQJZoGfG50Q.','helly-shah','helly.shah@bcssarl.com','','2018-09-03 12:28:58','1535977738:$P$B8XZaZxlO6xKwY2M6KgLlqBNIy3mA.0',0,'Jana Kastner'),(10,'rikul.prajapati','$P$BHa4Gig7/mLApB3G6.0bsOTGhWUyDg1','rikul-prajapati','rikul.prajapati@bcssarl.com','','2018-09-03 12:29:56','1535977796:$P$BFmCh1tzL8eGmas9frPTJc9vyhpKir0',0,'Rick Alfred'),(11,'ginesh.tandel','$P$BkuZvxfSH0Cx8IrJlQoVJOxcHs9xB0.','ginesh-tandel','ginesh.tandel@bcssarl.com','','2018-09-03 12:52:49','1535979169:$P$BjXR2d1xZlB9B9KfQOFCF2NVuQbNbJ/',0,'William John'),(12,'princy.naruka','$P$BiWHkqkf76mRoRko602IhdbrByPo701','princy-naruka','princy.naruka@quickscrum.com','','2018-09-03 12:54:24','1535979265:$P$BYOvqkf.iZPoKKB.QODXCnPbjvX/zg.',0,'Clara Pettersson'),(13,'rakhi.dhankar','$P$Bd8Ci1eInJMxoKrh1Xnw/iOY59/fun.','rakhi-dhankar','rakhi.dhankar@quickscrum.com','','2018-09-03 12:55:00','1535979301:$P$BPfOXB48Y5/0ZZlFo0RechoS2AEsnK/',0,'Evie Humble'),(14,'mansi.shah','$P$Bwv9irm2Qb.3pIPJGQDL4BsNInO1Sw.','mansi-shah','mansi.shah@bcssarl.com','','2018-09-05 04:57:39','1536123459:$P$BUh1xU7zYlQtgV0lQwV2HYFNmE6O8t1',0,'Mary Smith'),(15,'havish.shah','$P$BP5KahzlyCgrh/.7JKRQcY/u1VmHNy0','havish-shah','havish.shah@bcssarl.com','','2018-09-05 04:58:00','1536123480:$P$BIQJOfyZyahv3R/2bM4xwQqk993JDS0',0,'havish.shah'),(16,'jignesh.pathak','$P$B5noQq4nKGsck6Cw8wXyQYO4we3G1N/','jignesh-pathak','jignesh.pathak@quickscrum.com','','2018-09-05 08:22:29','1536135749:$P$BDU0m4hQ6WbggfpiZK6gjG9pyBqGWY1',0,'Dixon Stewart'),(17,'vishal.patel','$P$B8mnEpf43fJUEhii6Od3QmFIX2UGdG/','vishal-patel','vishal@loyalwebsolutions.com','','2018-09-21 10:10:42','1537524642:$P$BiFejYBAtDqPYQv0A//MSL0XbJ4sOS1',0,'Vishal Patel');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_yoast_seo_links`
--
DROP TABLE IF EXISTS `wp_yoast_seo_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_yoast_seo_links` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_id` bigint(20) unsigned NOT NULL,
`target_post_id` bigint(20) unsigned NOT NULL,
`type` varchar(8) COLLATE utf8mb4_unicode_520_ci NOT NULL,
PRIMARY KEY (`id`),
KEY `link_direction` (`post_id`,`type`)
) ENGINE=InnoDB AUTO_INCREMENT=2625 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_yoast_seo_links`
--
LOCK TABLES `wp_yoast_seo_links` WRITE;
/*!40000 ALTER TABLE `wp_yoast_seo_links` DISABLE KEYS */;
INSERT INTO `wp_yoast_seo_links` VALUES (973,'https://www.quickscrum.com/ProductBacklog/ProductBacklogList',2470,0,'external'),(974,'https://www.quickscrum.com/Sprint/SprintList',2470,0,'external'),(975,'https://www.quickscrum.com/Task/TaskList',2470,0,'external'),(976,'https://www.quickscrum.com/Help/119/add-a-story',2470,0,'external'),(977,'https://www.quickscrum.com/Help/138/define-acceptance-criteria',2470,0,'external'),(978,'https://quickscrum.com/Help/38/prioritize-story',2470,0,'external'),(999,'https://www.quickscrum.com/Home/ProductBacklog',2324,0,'external'),(1102,'http://www.quickscrum.com/',2253,0,'external'),(1103,'https://www.quickscrum.com/Home/AgileDevelopment',2253,0,'external'),(1104,'https://www.quickscrum.com/Home/AgileProjectManagement',2253,0,'external'),(1174,'http://www.quickscrum.com/',2363,0,'external'),(1182,'http://www.quickscrum.com/',2268,0,'external'),(1195,'https://www.quickscrum.com/Home/SprintPlanning',2649,0,'external'),(1196,'https://www.quickscrum.com/Home/ProductBacklog',2649,0,'external'),(1437,'http://www.quickscrum.com/',3044,0,'external'),(1669,'http://137.116.134.50/2018/09/08/test-activity-post/',3583,3663,'internal'),(1670,'http://137.116.134.50/2014/03/21/a-knowledge-base-theme/',3583,1838,'internal'),(1708,'http://agilemanifesto.org/',3039,0,'external'),(1709,'http://agilemanifesto.org/principles.html',3039,0,'external'),(1732,'https://trello.com/',3070,0,'external'),(1733,'http://www.riksof.com/',3070,0,'external'),(1734,'http://www.riksof.com/trello/scrum-tool.html',3070,0,'external'),(1735,'https://en.wikipedia.org/wiki/Scrum_%28software_development%29',3070,0,'external'),(1736,'http://www.riksof.com/',3070,0,'external'),(1787,'http://www.quickscrum.com/',3059,0,'external'),(1788,'https://www.quickscrum.com/ScrumGuide/180/sg-Product-Owner',3483,0,'external'),(1789,'https://www.quickscrum.com/ScrumGuide/179/sg-Scrum-Master',3483,0,'external'),(1790,'https://www.quickscrum.com/ScrumGuide/178/sg-Scrum-Development-Team',3483,0,'external'),(1791,'https://www.quickscrum.com/ScrumGuide/177/sg-Daily-Stand-Up',3513,0,'external'),(1792,'https://www.quickscrum.com/ScrumGuide/174/sg-Sprint-Planning',3513,0,'external'),(1793,'https://www.quickscrum.com/ScrumGuide/173/sg-Sprint-Review-Meeting',3513,0,'external'),(1794,'https://www.quickscrum.com/ScrumGuide/182/sg-Sprint-Retrospective-Meeting',3513,0,'external'),(1795,'https://www.quickscrum.com/ScrumGuide/170/sg-Product-Backlog-Refinement',3513,0,'external'),(1796,'https://www.quickscrum.com/ScrumGuide/185/sg-Release-Planning',3513,0,'external'),(1864,'https://www.quickscrum.com/ProductBacklog/ProductBacklogList',2431,0,'external'),(1865,'https://www.quickscrum.com/Sprint/SprintList',2431,0,'external'),(1866,'https://www.quickscrum.com/Task/TaskList',2431,0,'external'),(1867,'https://www.quickscrum.com/Help/119/add-a-story',2431,0,'external'),(1868,'https://www.quickscrum.com/Help/138/define-acceptance-criteria',2431,0,'external'),(1869,'https://quickscrum.com/Help/38/prioritize-story',2431,0,'external'),(1870,'https://www.quickscrum.com/Sprint/SprintList',2431,0,'external'),(1871,'https://www.quickscrum.com/Help/56/sprint-planning',2431,0,'external'),(1872,'https://www.quickscrum.com/Help/185/sg-Release-Planning',2431,0,'external'),(1873,'https://www.quickscrum.com/Help/49/release-planning',2431,0,'external'),(1874,'https://www.quickscrum.com/Home/ProductBacklog',2348,0,'external'),(1875,'https://www.quickscrum.com/Home/ProductBacklog',2348,0,'external'),(1877,'http://www.quickscrum.com/',2717,0,'external'),(1878,'http://www.quickscrum.com/',2346,0,'external'),(1879,'https://www.quickscrum.com/Home/AgileDevelopment',2346,0,'external'),(1880,'http://www.scrumguides.org/docs/scrumguide/v1/scrum-guide-us.pdf',2346,0,'external'),(1881,'https://www.quickscrum.com/Home/ProductBacklog',2374,0,'external'),(1882,'https://www.quickscrum.com/Home/ProductBacklog',2392,0,'external'),(1883,'http://www.quickscrum.com/',2392,0,'external'),(1884,'https://www.quickscrum.com/Home/ProductBacklog',2508,0,'external'),(1885,'http://www.quickscrum.com/',2508,0,'external'),(1886,'http://www.quickscrum.com/',2544,0,'external'),(1887,'https://www.quickscrum.com/Home/ProductBacklog',2544,0,'external'),(1890,'http://www.quickscrum.com/',2266,0,'external'),(1891,'http://www.agilemanifesto.org/',2266,0,'external'),(1895,'http://www.quickscrum.com/',2351,0,'external'),(1897,'http://www.quickscrum.com/',2256,0,'external'),(1898,'http://www.quickscrum.com/',2328,0,'external'),(1900,'http://www.quickscrum.com/',2343,0,'external'),(1901,'http://www.quickscrum.com/',2271,0,'external'),(1902,'http://www.quickscrum.com/',2271,0,'external'),(1903,'http://www.quickscrum.com/',2314,0,'external'),(1904,'https://www.quickscrum.com/Article/ArticleDetails/1003/5/Software-Development-Activities-In-The-IT-Field',2457,0,'external'),(1905,'https://www.quickscrum.com/Home/AgileDevelopment',2457,0,'external'),(1906,'https://www.quickscrum.com/Home/AgileProjectManagementSoftware',2454,0,'external'),(1907,'https://www.quickscrum.com/Home/ScrumProjectManagement',2454,0,'external'),(1908,'https://www.quickscrum.com/Kernel/CoachList',2454,0,'external'),(1909,'https://www.quickscrum.com/Home/AgileProjectManagement',2494,0,'external'),(1910,'https://www.quickscrum.com/Home/AgileProjectManagement',2506,0,'external'),(1911,'https://www.quickscrum.com/Home/AgileProjectManagementSoftware',2506,0,'external'),(1912,'https://www.quickscrum.com/Home/AgileDevelopment',2506,0,'external'),(1913,'https://www.quickscrum.com/Home/AgileDevelopment',2931,0,'external'),(1914,'http://www.quickscrum.com/',2993,0,'external'),(1915,'http://www.agilealliance.org/the-alliance/the-agile-manifesto/',2993,0,'external'),(1916,'http://www.agilealliance.org/the-alliance/the-agile-manifesto/',2993,0,'external'),(1917,'http://www.quickscrum.com/',3027,0,'external'),(1918,'https://www.quickscrum.com/Home/ProductBacklog',3027,0,'external'),(1919,'https://quickscrum.com/Home/TalkToExpert',3091,0,'external'),(1920,'https://www.quickscrum.com/Home/ScrumProjectManagement',2247,0,'external'),(1921,'http://www.quickscrum.com/',2278,0,'external'),(1922,'https://www.quickscrum.com/Home/ProductBacklog',2313,0,'external'),(1923,'http://www.quickscrum.com/',2313,0,'external'),(1924,'http://www.quickscrum.com/',2333,0,'external'),(1925,'https://www.quickscrum.com/Home/ProductBacklog',2333,0,'external'),(1926,'https://www.quickscrum.com/Home/AgileDevelopment',2930,0,'external'),(1927,'http://www.quickscrum.com/',2930,0,'external'),(1928,'https://www.quickscrum.com/Home/ProductBacklog',2976,0,'external'),(1929,'http://www.quickscrum.com/',2976,0,'external'),(1930,'https://www.quickscrum.com/Home/ScrumTool',2992,0,'external'),(1931,'http://www.quickscrum.com/',2992,0,'external'),(1933,'http://www.quickscrum.com/',3020,0,'external'),(1934,'http://www.quickscrum.com/',3819,0,'external'),(1935,'https://www.quickscrum.com/Home/AgileProjectManagement',3049,0,'external'),(1936,'https://www.quickscrum.com/Home/ScrumProjectManagement',3049,0,'external'),(1938,'http://www.quickscrum.com/Kernel/CoachProfile/1/5692',2615,0,'external'),(1939,'http://www.quickscrum.com/',2376,0,'external'),(1940,'https://www.quickscrum.com/Home/ProductBacklog',2294,0,'external'),(2001,'https://quickscrum.com/Home/TalkToExpert',3117,0,'external'),(2010,'https://www.quickscrum.com/Home/TalkToExpert',2154,0,'external'),(2011,'http://www.quickscrum.com',2154,0,'external'),(2016,'http://www.quickscrum.com/',4405,0,'external'),(2017,'https://www.quickscrum.com/Home/ProductBacklog',4405,0,'external'),(2020,'http://www.quickscrum.com/',4444,0,'external'),(2021,'https://www.quickscrum.com/Home/TalkToExpert',4402,0,'external'),(2022,'http://www.quickscrum.com',4402,0,'external'),(2025,'http://www.quickscrum.com/',4450,0,'external'),(2026,'https://www.quickscrum.com/ProductBacklog/ProductBacklogList',4425,0,'external'),(2027,'https://www.quickscrum.com/Sprint/SprintList',4425,0,'external'),(2028,'https://www.quickscrum.com/Task/TaskList',4425,0,'external'),(2029,'https://www.quickscrum.com/Help/119/add-a-story',4425,0,'external'),(2030,'https://www.quickscrum.com/Help/138/define-acceptance-criteria',4425,0,'external'),(2031,'https://quickscrum.com/Help/38/prioritize-story',4425,0,'external'),(2032,'https://www.quickscrum.com/Sprint/SprintList',4425,0,'external'),(2033,'https://www.quickscrum.com/Help/56/sprint-planning',4425,0,'external'),(2034,'https://www.quickscrum.com/Help/185/sg-Release-Planning',4425,0,'external'),(2035,'https://www.quickscrum.com/Help/49/release-planning',4425,0,'external'),(2063,'http://www.quickscrum.com/',4460,0,'external'),(2090,'https://www.quickscrum.com/ProductBacklog/ProductBacklogList',4465,0,'external'),(2091,'https://www.quickscrum.com/Sprint/SprintList',4465,0,'external'),(2092,'https://www.quickscrum.com/Task/TaskList',4465,0,'external'),(2093,'https://www.quickscrum.com/Help/119/add-a-story',4465,0,'external'),(2094,'https://www.quickscrum.com/Help/138/define-acceptance-criteria',4465,0,'external'),(2095,'https://quickscrum.com/Help/38/prioritize-story',4465,0,'external'),(2097,'http://www.quickscrum.com/',4476,0,'external'),(2100,'https://www.quickscrum.com/Home/AgileProjectManagement',2529,0,'external'),(2101,'https://www.quickscrum.com/Home/AgileDevelopment',2529,0,'external'),(2104,'https://www.quickscrum.com/Home/AgileProjectManagement',4502,0,'external'),(2105,'https://www.quickscrum.com/Home/AgileDevelopment',4502,0,'external'),(2110,'http://www.quickscrum.com/',4514,0,'external'),(2115,'http://www.quickscrum.com/',4524,0,'external'),(2122,'http://www.quickscrum.com/',4531,0,'external'),(2123,'http://www.quickscrum.com/',4531,0,'external'),(2135,'http://www.quickscrum.com/',4549,0,'external'),(2137,'http://www.quickscrum.com/',4553,0,'external'),(2144,'https://www.quickscrum.com/Home/ProductBacklog',4547,0,'external'),(2145,'https://www.quickscrum.com/Home/ProductBacklog',4547,0,'external'),(2146,'http://www.quickscrum.com/',4555,0,'external'),(2147,'https://www.quickscrum.com/Home/AgileDevelopment',4555,0,'external'),(2148,'https://www.quickscrum.com/Home/AgileProjectManagement',4555,0,'external'),(2155,'https://www.quickscrum.com/Home/AgileProjectManagement',4559,0,'external'),(2156,'https://www.quickscrum.com/Home/AgileProjectManagementSoftware',4559,0,'external'),(2157,'https://www.quickscrum.com/Home/AgileDevelopment',4559,0,'external'),(2158,'http://www.quickscrum.com/',4575,0,'external'),(2159,'https://www.quickscrum.com/Home/AgileDevelopment',4575,0,'external'),(2160,'http://www.scrumguides.org/docs/scrumguide/v1/scrum-guide-us.pdf',4575,0,'external'),(2168,'http://www.quickscrum.com/',4583,0,'external'),(2169,'https://www.quickscrum.com/Home/AgileDevelopment',4583,0,'external'),(2170,'http://www.scrumguides.org/docs/scrumguide/v1/scrum-guide-us.pdf',4583,0,'external'),(2171,'https://www.quickscrum.com/Article/ArticleDetails/1003/5/Software-Development-Activities-In-The-IT-Field',4582,0,'external'),(2172,'https://www.quickscrum.com/Home/AgileDevelopment',4582,0,'external'),(2174,'https://www.quickscrum.com/Home/ProductBacklog',4590,0,'external'),(2178,'https://www.quickscrum.com/Home/AgileDevelopment',4593,0,'external'),(2187,'https://www.quickscrum.com/Home/AgileProjectManagementSoftware',4600,0,'external'),(2188,'https://www.quickscrum.com/Home/ScrumProjectManagement',4600,0,'external'),(2189,'https://www.quickscrum.com/Kernel/CoachList',4600,0,'external'),(2195,'https://www.quickscrum.com/Home/ProductBacklog',4604,0,'external'),(2196,'http://www.quickscrum.com/',4604,0,'external'),(2197,'http://www.quickscrum.com/',4605,0,'external'),(2198,'http://www.agilealliance.org/the-alliance/the-agile-manifesto/',4605,0,'external'),(2199,'http://www.agilealliance.org/the-alliance/the-agile-manifesto/',4605,0,'external'),(2204,'https://www.quickscrum.com/Home/ProductBacklog',4596,0,'external'),(2205,'http://www.quickscrum.com/',4596,0,'external'),(2206,'http://www.quickscrum.com/',4611,0,'external'),(2207,'https://www.quickscrum.com/Home/ProductBacklog',4611,0,'external'),(2211,'https://www.quickscrum.com/Home/AgileProjectManagement',4613,0,'external'),(2212,'http://www.quickscrum.com/',4616,0,'external'),(2213,'https://www.quickscrum.com/Home/ProductBacklog',4616,0,'external'),(2216,'http://www.quickscrum.com/',4618,0,'external'),(2217,'http://www.agilemanifesto.org/',4618,0,'external'),(2222,'http://agilemanifesto.org/',4623,0,'external'),(2223,'http://agilemanifesto.org/principles.html',4623,0,'external'),(2228,'http://www.quickscrum.com/',4626,0,'external'),(2230,'https://www.quickscrum.com/Home/ScrumProjectManagement',4630,0,'external'),(2231,'http://www.quickscrum.com/Kernel/CoachProfile/1/5692',3060,0,'external'),(2234,'http://www.quickscrum.com/Kernel/CoachProfile/1/5692',4634,0,'external'),(2245,'https://trello.com/',4640,0,'external'),(2246,'http://www.riksof.com/',4640,0,'external'),(2247,'http://www.riksof.com/trello/scrum-tool.html',4640,0,'external'),(2248,'https://en.wikipedia.org/wiki/Scrum_%28software_development%29',4640,0,'external'),(2249,'http://www.riksof.com/',4640,0,'external'),(2251,'http://www.quickscrum.com/',4646,0,'external'),(2253,'https://www.quickscrum.com/Home/ProductBacklog',4654,0,'external'),(2258,'http://www.quickscrum.com/Kernel/CoachProfile/1/5692',4660,0,'external'),(2260,'https://quickscrum.com/Home/TalkToExpert',4659,0,'external'),(2263,'https://www.quickscrum.com/Home/ProductBacklog',4666,0,'external'),(2264,'http://www.quickscrum.com/',4666,0,'external'),(2268,'https://quickscrum.com/Home/TalkToExpert',4674,0,'external'),(2270,'https://www.quickscrum.com/Home/ProductBacklog',4676,0,'external'),(2273,'https://www.quickscrum.com/Home/SprintPlanning',4685,0,'external'),(2274,'https://www.quickscrum.com/Home/ProductBacklog',4685,0,'external'),(2279,'https://www.quickscrum.com/Home/AgileDevelopment',4694,0,'external'),(2280,'http://www.quickscrum.com/',4694,0,'external'),(2286,'https://www.quickscrum.com/Home/ProductBacklog',4701,0,'external'),(2287,'http://www.quickscrum.com/',4701,0,'external'),(2288,'http://www.quickscrum.com/',4702,0,'external'),(2295,'https://www.quickscrum.com/Home/ScrumTool',4706,0,'external'),(2296,'http://www.quickscrum.com/',4706,0,'external'),(2299,'https://www.quickscrum.com/Home/AgileProjectManagement',4708,0,'external'),(2300,'https://www.quickscrum.com/Home/ScrumProjectManagement',4708,0,'external'),(2305,'http://www.quickscrum.com/',4714,0,'external'),(2362,'https://academy.quickscrum.com/article/add-project/',4833,4461,'internal'),(2363,'https://academy.quickscrum.com/article/add-story/',4833,2890,'internal'),(2364,'https://academy.quickscrum.com/article/plan-sprint/',4833,3340,'internal'),(2365,'https://academy.quickscrum.com/article/manage-board/',4833,3648,'internal'),(2366,'https://academy.quickscrum.com/article/add-efforts/',4833,3760,'internal'),(2570,'https://academy.quickscrum.com/article/step-2-choose-a-solution/',4897,4902,'internal'),(2574,'https://academy.quickscrum.com/article/burndown-chart/',5130,0,'internal'),(2575,'https://academy.quickscrum.com/article/burndown-chart-by-point/',5130,5146,'internal'),(2578,'https://academy.quickscrum.com/article/burnup-chart-by-count/',5154,3837,'internal'),(2579,'https://academy.quickscrum.com/article/burnup-chart-by-point/',5154,5166,'internal'),(2582,'https://academy.quickscrum.com/article/distribution-chart-by-business-value/',2683,2733,'internal'),(2583,'https://academy.quickscrum.com/article/distribution-chart-by-priority/',2683,2787,'internal'),(2584,'https://academy.quickscrum.com/article/distribution-chart-by-estimated-size/',2683,2791,'internal'),(2585,'https://academy.quickscrum.com/article/distribution-chart-by-assigned-to/',2683,3759,'internal'),(2591,'https://academy.quickscrum.com/article/step-3-invite-members/',4902,4905,'internal'),(2601,'https://academy.quickscrum.com/article/step-4-create-a-backlog/',4905,4907,'internal'),(2606,'https://academy.quickscrum.com/article/sg-estimate-story/',5278,3495,'internal'),(2615,'/add-subitem/',5379,0,'internal'),(2616,'http://www.quickscrum.com/',4712,0,'external'),(2623,'/add-workitem-in-a-board/',2890,0,'internal'),(2624,'/add-workitem/',2890,0,'internal');
/*!40000 ALTER TABLE `wp_yoast_seo_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_yoast_seo_meta`
--
DROP TABLE IF EXISTS `wp_yoast_seo_meta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_yoast_seo_meta` (
`object_id` bigint(20) unsigned NOT NULL,
`internal_link_count` int(10) unsigned DEFAULT NULL,
`incoming_link_count` int(10) unsigned DEFAULT NULL,
UNIQUE KEY `object_id` (`object_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_yoast_seo_meta`
--
LOCK TABLES `wp_yoast_seo_meta` WRITE;
/*!40000 ALTER TABLE `wp_yoast_seo_meta` DISABLE KEYS */;
INSERT INTO `wp_yoast_seo_meta` VALUES (1,0,0),(6,0,0),(7,0,0),(11,0,0),(20,0,0),(21,0,0),(22,0,0),(23,0,0),(26,0,0),(27,0,0),(28,0,0),(29,0,0),(30,0,0),(31,0,0),(32,0,0),(33,0,0),(34,0,0),(35,0,0),(36,0,0),(37,0,0),(38,0,0),(39,0,0),(43,0,0),(44,0,0),(45,0,0),(46,0,0),(47,0,0),(48,0,0),(49,0,0),(50,0,0),(51,0,0),(52,0,0),(53,0,0),(54,0,0),(55,0,0),(56,0,0),(57,0,0),(58,0,0),(59,0,0),(60,0,0),(61,0,0),(62,0,0),(63,0,0),(64,0,0),(65,0,0),(66,0,0),(67,0,0),(68,0,0),(69,0,0),(70,0,0),(701,0,0),(993,0,0),(996,0,0),(1000,0,0),(1136,0,0),(1148,0,0),(1149,0,0),(1150,0,0),(1153,0,0),(1169,0,0),(1171,0,0),(1173,0,0),(1174,0,0),(1175,0,0),(1176,0,0),(1178,0,0),(1179,0,0),(1446,0,0),(1707,0,0),(1713,0,0),(1714,0,0),(1715,0,0),(1716,0,0),(1717,0,0),(1718,0,0),(1719,0,0),(1720,0,0),(1730,0,0),(1732,0,0),(1734,0,0),(1736,0,0),(1738,0,0),(1740,0,0),(1742,0,0),(1744,0,0),(1746,0,0),(1757,0,0),(1758,0,0),(1759,0,0),(1760,0,0),(1761,0,0),(1762,0,0),(1763,0,0),(1764,0,0),(1765,0,0),(1766,0,0),(1767,0,0),(1768,0,0),(1769,0,0),(1781,0,0),(1838,0,1),(1883,0,0),(1885,0,0),(1970,0,0),(1971,0,0),(1972,0,0),(1973,0,0),(1974,0,0),(1975,0,0),(1976,0,0),(1977,0,0),(1978,0,0),(1979,0,0),(1980,0,0),(1981,0,0),(1982,0,0),(1983,0,0),(1984,0,0),(1986,0,0),(1987,0,0),(1988,0,0),(1989,0,0),(1990,0,0),(1991,0,0),(1992,0,0),(1993,0,0),(1994,0,0),(1995,0,0),(1996,0,0),(1997,0,0),(1998,0,0),(1999,0,0),(2000,0,0),(2001,0,0),(2002,0,0),(2004,0,0),(2009,0,0),(2011,0,0),(2012,0,0),(2019,0,0),(2020,0,0),(2022,0,0),(2023,0,0),(2024,0,0),(2027,0,0),(2028,0,0),(2029,0,0),(2030,0,0),(2031,0,0),(2032,0,0),(2033,0,0),(2034,0,0),(2035,0,0),(2036,0,0),(2037,0,0),(2038,0,0),(2039,0,0),(2040,0,0),(2041,0,0),(2042,0,0),(2043,0,0),(2044,0,0),(2045,0,0),(2046,0,0),(2047,0,0),(2048,0,0),(2049,0,0),(2050,0,0),(2051,0,0),(2052,0,0),(2053,0,0),(2054,0,0),(2055,0,0),(2056,0,0),(2057,0,0),(2058,0,0),(2059,0,0),(2060,0,0),(2061,0,0),(2062,0,0),(2063,0,0),(2064,0,0),(2065,0,0),(2066,0,0),(2068,0,0),(2069,0,0),(2070,0,0),(2074,0,0),(2075,0,0),(2076,0,0),(2077,0,0),(2078,0,0),(2079,0,0),(2080,0,0),(2081,0,0),(2082,0,0),(2083,0,0),(2084,0,0),(2085,0,0),(2086,0,0),(2087,0,0),(2088,0,0),(2089,0,0),(2090,0,0),(2091,0,0),(2092,0,0),(2093,0,0),(2094,0,0),(2095,0,0),(2096,0,0),(2097,0,0),(2098,0,0),(2099,0,0),(2100,0,0),(2101,0,0),(2102,0,0),(2103,0,0),(2104,0,0),(2105,0,0),(2106,0,0),(2107,0,0),(2108,0,0),(2119,0,0),(2120,0,0),(2121,0,0),(2122,0,0),(2123,0,0),(2124,0,0),(2125,0,0),(2127,0,0),(2128,0,0),(2130,0,0),(2131,0,0),(2132,0,0),(2133,0,0),(2134,0,0),(2135,0,0),(2136,0,0),(2137,0,0),(2138,0,0),(2139,0,0),(2141,0,0),(2143,0,0),(2148,0,0),(2149,0,0),(2150,0,0),(2151,0,0),(2152,0,0),(2153,0,0),(2154,0,0),(2158,0,0),(2160,0,0),(2161,0,0),(2175,0,0),(2176,0,0),(2177,0,0),(2179,0,0),(2180,0,0),(2181,0,0),(2182,0,0),(2183,0,0),(2184,0,0),(2185,0,0),(2186,0,0),(2187,0,0),(2188,0,0),(2189,0,0),(2190,0,0),(2191,0,0),(2192,0,0),(2193,0,0),(2194,0,0),(2195,0,0),(2196,0,0),(2197,0,0),(2198,0,0),(2199,0,0),(2200,0,0),(2201,0,0),(2202,0,0),(2203,0,0),(2204,0,0),(2205,0,0),(2206,0,0),(2207,0,0),(2208,0,0),(2209,0,0),(2210,0,0),(2211,0,0),(2212,0,0),(2213,0,0),(2214,0,0),(2215,0,0),(2216,0,0),(2217,0,0),(2218,0,0),(2219,0,0),(2220,0,0),(2221,0,0),(2222,0,0),(2223,0,0),(2224,0,0),(2226,0,0),(2228,0,0),(2230,0,0),(2231,0,0),(2232,0,0),(2233,0,0),(2234,0,0),(2235,0,0),(2236,0,0),(2237,0,0),(2238,0,0),(2239,0,0),(2240,0,0),(2241,0,0),(2242,0,0),(2243,0,0),(2244,0,0),(2245,0,0),(2246,0,0),(2247,0,0),(2249,0,0),(2250,0,0),(2253,0,0),(2256,0,0),(2262,0,0),(2263,0,0),(2265,0,0),(2266,0,0),(2268,0,0),(2270,0,0),(2271,0,0),(2274,0,0),(2278,0,0),(2283,0,0),(2294,0,0),(2298,0,0),(2313,0,0),(2314,0,0),(2317,0,0),(2318,0,0),(2324,0,0),(2328,0,0),(2332,0,0),(2333,0,0),(2334,0,0),(2343,0,0),(2346,0,0),(2348,0,0),(2351,0,0),(2363,0,0),(2373,0,0),(2374,0,0),(2376,0,0),(2378,0,0),(2389,0,0),(2392,0,0),(2393,0,0),(2398,0,0),(2405,0,0),(2410,0,0),(2411,0,0),(2412,0,0),(2413,0,0),(2414,0,0),(2415,0,0),(2417,0,0),(2418,0,0),(2419,0,0),(2420,0,0),(2422,0,0),(2424,0,0),(2426,0,0),(2431,0,0),(2434,0,0),(2454,0,0),(2457,0,0),(2470,0,0),(2491,0,0),(2494,0,0),(2504,0,0),(2506,0,0),(2508,0,0),(2518,0,0),(2524,0,0),(2529,0,0),(2539,0,0),(2540,0,0),(2543,0,0),(2544,0,0),(2555,0,0),(2585,0,0),(2586,0,0),(2593,0,0),(2598,0,0),(2600,0,0),(2601,0,0),(2603,0,0),(2605,0,0),(2610,0,0),(2615,0,0),(2620,0,0),(2625,0,0),(2627,0,0),(2635,0,0),(2649,0,0),(2655,0,0),(2656,0,0),(2681,0,0),(2682,0,0),(2683,4,0),(2705,0,0),(2710,0,0),(2715,0,0),(2717,0,0),(2733,0,1),(2738,0,0),(2782,0,0),(2783,0,0),(2787,0,1),(2789,0,0),(2791,0,1),(2793,0,0),(2795,0,0),(2798,0,0),(2804,0,0),(2808,0,0),(2812,0,0),(2814,0,0),(2820,0,0),(2830,0,0),(2831,0,0),(2832,0,0),(2833,0,0),(2846,0,0),(2849,0,0),(2851,0,0),(2858,0,0),(2867,0,0),(2878,0,0),(2879,0,0),(2880,0,0),(2881,0,0),(2882,0,0),(2883,0,0),(2884,0,0),(2885,0,0),(2886,0,0),(2887,0,0),(2888,0,0),(2889,0,0),(2890,2,1),(2891,0,0),(2892,0,0),(2893,0,0),(2894,0,0),(2895,0,0),(2896,0,0),(2897,0,0),(2898,0,0),(2899,0,0),(2900,0,0),(2901,0,0),(2902,0,0),(2904,0,0),(2905,0,0),(2906,0,0),(2907,0,0),(2909,0,0),(2910,0,0),(2911,0,0),(2912,0,0),(2913,0,0),(2914,0,0),(2915,0,0),(2916,0,0),(2917,0,0),(2920,0,0),(2921,0,0),(2922,0,0),(2930,0,0),(2931,0,0),(2935,0,0),(2937,0,0),(2938,0,0),(2939,0,0),(2940,0,0),(2941,0,0),(2942,0,0),(2943,0,0),(2944,0,0),(2945,0,0),(2946,0,0),(2947,0,0),(2948,0,0),(2950,0,0),(2951,0,0),(2952,0,0),(2953,0,0),(2954,0,0),(2955,0,0),(2956,0,0),(2957,0,0),(2958,0,0),(2959,0,0),(2960,0,0),(2962,0,0),(2963,0,0),(2964,0,0),(2965,0,0),(2966,0,0),(2967,0,0),(2968,0,0),(2969,0,0),(2970,0,0),(2971,0,0),(2975,0,0),(2976,0,0),(2977,0,0),(2978,0,0),(2979,0,0),(2980,0,0),(2981,0,0),(2992,0,0),(2993,0,0),(2994,0,0),(2995,0,0),(2997,0,0),(3003,0,0),(3004,0,0),(3005,0,0),(3007,0,0),(3008,0,0),(3009,0,0),(3019,0,0),(3020,0,0),(3022,0,0),(3027,0,0),(3028,0,0),(3033,0,0),(3039,0,0),(3044,0,0),(3045,0,0),(3049,0,0),(3054,0,0),(3055,0,0),(3057,0,0),(3059,0,0),(3060,0,0),(3065,0,0),(3066,0,0),(3070,0,0),(3071,0,0),(3091,0,0),(3104,0,0),(3105,0,0),(3107,0,0),(3108,0,0),(3110,0,0),(3112,0,0),(3114,0,0),(3115,0,0),(3117,0,0),(3122,0,0),(3125,0,0),(3127,0,0),(3130,0,0),(3133,0,0),(3137,0,0),(3141,0,0),(3143,0,0),(3145,0,0),(3148,0,0),(3154,0,0),(3158,0,0),(3161,0,0),(3162,0,0),(3164,0,0),(3166,0,0),(3169,0,0),(3171,0,0),(3174,0,0),(3179,0,0),(3182,0,0),(3185,0,0),(3186,0,0),(3187,0,0),(3190,0,0),(3191,0,0),(3194,0,0),(3196,0,0),(3199,0,0),(3201,0,0),(3205,0,0),(3206,0,0),(3210,0,0),(3211,0,0),(3214,0,0),(3216,0,0),(3220,0,0),(3221,0,0),(3223,0,0),(3226,0,0),(3227,0,0),(3229,0,0),(3233,0,0),(3237,0,0),(3238,0,0),(3239,0,0),(3244,0,0),(3245,0,0),(3248,0,0),(3249,0,0),(3253,0,0),(3256,0,0),(3257,0,0),(3258,0,0),(3261,0,0),(3262,0,0),(3264,0,0),(3268,0,0),(3269,0,0),(3271,0,0),(3274,0,0),(3275,0,0),(3276,0,0),(3277,0,0),(3280,0,0),(3281,0,0),(3283,0,0),(3284,0,0),(3288,0,0),(3291,0,0),(3292,0,0),(3295,0,0),(3300,0,0),(3301,0,0),(3302,0,0),(3305,0,0),(3307,0,0),(3309,0,0),(3310,0,0),(3312,0,0),(3313,0,0),(3314,0,0),(3316,0,0),(3317,0,0),(3318,0,0),(3324,0,0),(3325,0,0),(3327,0,0),(3329,0,0),(3332,0,0),(3335,0,0),(3338,0,0),(3340,0,1),(3341,0,0),(3343,0,0),(3346,0,0),(3347,0,0),(3350,0,0),(3351,0,0),(3353,0,0),(3355,0,0),(3357,0,0),(3359,0,0),(3361,0,0),(3362,0,0),(3364,0,0),(3365,0,0),(3367,0,0),(3369,0,0),(3371,0,0),(3373,0,0),(3374,0,0),(3376,0,0),(3378,0,0),(3380,0,0),(3382,0,0),(3384,0,0),(3387,0,0),(3389,0,0),(3391,0,0),(3393,0,0),(3394,0,0),(3396,0,0),(3397,0,0),(3399,0,0),(3401,0,0),(3403,0,0),(3405,0,0),(3407,0,0),(3409,0,0),(3411,0,0),(3413,0,0),(3414,0,0),(3416,0,0),(3418,0,0),(3420,0,0),(3421,0,0),(3423,0,0),(3425,0,0),(3427,0,0),(3429,0,0),(3431,0,0),(3433,0,0),(3435,0,0),(3437,0,0),(3439,0,0),(3443,0,0),(3445,0,0),(3447,0,0),(3449,0,0),(3452,0,0),(3456,0,0),(3457,0,0),(3458,0,0),(3460,0,0),(3461,0,0),(3462,0,0),(3464,0,0),(3467,0,0),(3469,0,0),(3471,0,0),(3473,0,0),(3475,0,0),(3476,0,0),(3478,0,0),(3483,0,0),(3488,0,0),(3489,0,0),(3490,0,0),(3491,0,0),(3493,0,0),(3495,0,1),(3499,0,0),(3507,0,0),(3510,0,0),(3513,0,0),(3517,0,0),(3521,0,0),(3522,0,0),(3527,0,0),(3528,0,0),(3529,0,0),(3553,0,0),(3554,0,0),(3557,0,0),(3558,0,0),(3559,0,0),(3560,0,0),(3561,0,0),(3562,0,0),(3563,0,0),(3564,0,0),(3565,0,0),(3566,0,0),(3567,0,0),(3568,0,0),(3569,0,0),(3570,0,0),(3571,0,0),(3572,0,0),(3573,0,0),(3574,0,0),(3577,0,0),(3578,0,0),(3580,0,0),(3583,2,0),(3586,0,0),(3588,0,0),(3591,0,0),(3593,0,0),(3610,0,0),(3612,0,0),(3616,0,0),(3617,0,0),(3620,0,0),(3621,0,0),(3622,0,0),(3623,0,0),(3624,0,0),(3626,0,0),(3642,0,0),(3648,0,1),(3655,0,0),(3656,0,0),(3659,0,0),(3661,0,0),(3663,0,1),(3664,0,0),(3666,0,0),(3670,0,0),(3671,0,0),(3672,0,0),(3674,0,0),(3675,0,0),(3676,0,0),(3678,0,0),(3681,0,0),(3684,0,0),(3686,0,0),(3693,0,0),(3707,0,0),(3708,0,0),(3709,0,0),(3710,0,0),(3711,0,0),(3712,0,0),(3716,0,0),(3717,0,0),(3722,0,0),(3723,0,0),(3724,0,0),(3727,0,0),(3729,0,0),(3732,0,0),(3734,0,0),(3737,0,0),(3738,0,0),(3751,0,0),(3753,0,0),(3754,0,0),(3755,0,0),(3756,0,0),(3758,0,0),(3759,0,1),(3760,0,1),(3763,0,0),(3765,0,0),(3767,0,0),(3774,0,0),(3775,0,0),(3776,0,0),(3777,0,0),(3778,0,0),(3780,0,0),(3781,0,0),(3783,0,0),(3785,0,0),(3786,0,0),(3790,0,0),(3791,0,0),(3806,0,0),(3819,0,0),(3827,0,0),(3828,0,0),(3829,0,0),(3830,0,0),(3831,0,0),(3832,0,0),(3834,0,0),(3837,0,1),(3862,0,0),(3878,0,0),(3885,0,0),(3886,0,0),(3917,0,0),(3931,0,0),(3932,0,0),(3938,0,0),(3939,0,0),(3940,0,0),(3941,0,0),(3942,0,0),(3943,0,0),(3947,0,0),(3952,0,0),(3954,0,0),(3956,0,0),(3959,0,0),(3966,0,0),(3972,0,0),(3982,0,0),(3983,0,0),(3984,0,0),(3985,0,0),(3986,0,0),(3987,0,0),(3988,0,0),(3989,0,0),(3990,0,0),(3992,0,0),(3993,0,0),(3994,0,0),(3995,0,0),(3996,0,0),(3997,0,0),(3998,0,0),(4002,0,0),(4003,0,0),(4016,0,0),(4025,0,0),(4026,0,0),(4027,0,0),(4028,0,0),(4029,0,0),(4030,0,0),(4031,0,0),(4033,0,0),(4034,0,0),(4036,0,0),(4037,0,0),(4038,0,0),(4040,0,0),(4041,0,0),(4044,0,0),(4045,0,0),(4046,0,0),(4047,0,0),(4052,0,0),(4053,0,0),(4054,0,0),(4058,0,0),(4065,0,0),(4068,0,0),(4071,0,0),(4074,0,0),(4075,0,0),(4080,0,0),(4082,0,0),(4083,0,0),(4084,0,0),(4086,0,0),(4087,0,0),(4089,0,0),(4090,0,0),(4091,0,0),(4094,0,0),(4099,0,0),(4102,0,0),(4108,0,0),(4112,0,0),(4113,0,0),(4117,0,0),(4119,0,0),(4125,0,0),(4126,0,0),(4127,0,0),(4128,0,0),(4129,0,0),(4130,0,0),(4131,0,0),(4132,0,0),(4136,0,0),(4137,0,0),(4138,0,0),(4139,0,0),(4141,0,0),(4142,0,0),(4145,0,0),(4148,0,0),(4150,0,0),(4151,0,0),(4152,0,0),(4153,0,0),(4155,0,0),(4156,0,0),(4158,0,0),(4159,0,0),(4160,0,0),(4161,0,0),(4162,0,0),(4163,0,0),(4165,0,0),(4166,0,0),(4168,0,0),(4169,0,0),(4170,0,0),(4171,0,0),(4174,0,0),(4175,0,0),(4177,0,0),(4178,0,0),(4179,0,0),(4181,0,0),(4184,0,0),(4187,0,0),(4188,0,0),(4190,0,0),(4211,0,0),(4217,0,0),(4219,0,0),(4220,0,0),(4222,0,0),(4236,0,0),(4239,0,0),(4240,0,0),(4241,0,0),(4250,0,0),(4253,0,0),(4254,0,0),(4255,0,0),(4257,0,0),(4263,0,0),(4264,0,0),(4265,0,0),(4266,0,0),(4267,0,0),(4273,0,0),(4277,0,0),(4285,0,0),(4288,0,0),(4289,0,0),(4291,0,0),(4292,0,0),(4293,0,0),(4294,0,0),(4295,0,0),(4296,0,0),(4298,0,0),(4306,0,0),(4307,0,0),(4308,0,0),(4317,0,0),(4319,0,0),(4321,0,0),(4324,0,0),(4325,0,0),(4328,0,0),(4332,0,0),(4334,0,0),(4335,0,0),(4337,0,0),(4338,0,0),(4339,0,0),(4342,0,0),(4343,0,0),(4349,0,0),(4350,0,0),(4351,0,0),(4352,0,0),(4354,0,0),(4359,0,0),(4361,0,0),(4362,0,0),(4363,0,0),(4364,0,0),(4365,0,0),(4366,0,0),(4367,0,0),(4368,0,0),(4369,0,0),(4370,0,0),(4372,0,0),(4373,0,0),(4374,0,0),(4375,0,0),(4377,0,0),(4378,0,0),(4379,0,0),(4383,0,0),(4385,0,0),(4386,0,0),(4387,0,0),(4388,0,0),(4389,0,0),(4390,0,0),(4391,0,0),(4392,0,0),(4394,0,0),(4395,0,0),(4396,0,0),(4397,0,0),(4398,0,0),(4399,0,0),(4400,0,0),(4401,0,0),(4402,0,0),(4404,0,0),(4405,0,0),(4406,0,0),(4407,0,0),(4409,0,0),(4412,0,0),(4413,0,0),(4417,0,0),(4425,0,0),(4426,0,0),(4430,0,0),(4431,0,0),(4434,0,0),(4435,0,0),(4444,0,0),(4446,0,0),(4448,0,0),(4450,0,0),(4455,0,0),(4458,0,0),(4459,0,0),(4460,0,0),(4461,0,1),(4462,0,0),(4463,0,0),(4465,0,0),(4470,0,0),(4475,0,0),(4476,0,0),(4480,0,0),(4481,0,0),(4483,0,0),(4484,0,0),(4486,0,0),(4497,0,0),(4498,0,0),(4501,0,0),(4502,0,0),(4504,0,0),(4509,0,0),(4511,0,0),(4513,0,0),(4514,0,0),(4519,0,0),(4524,0,0),(4527,0,0),(4529,0,0),(4531,0,0),(4535,0,0),(4547,0,0),(4549,0,0),(4553,0,0),(4555,0,0),(4557,0,0),(4559,0,0),(4565,0,0),(4567,0,0),(4569,0,0),(4570,0,0),(4572,0,0),(4574,0,0),(4575,0,0),(4580,0,0),(4582,0,0),(4583,0,0),(4588,0,0),(4590,0,0),(4593,0,0),(4596,0,0),(4600,0,0),(4603,0,0),(4604,0,0),(4605,0,0),(4610,0,0),(4611,0,0),(4613,0,0),(4616,0,0),(4618,0,0),(4623,0,0),(4624,0,0),(4626,0,0),(4627,0,0),(4630,0,0),(4634,0,0),(4636,0,0),(4639,0,0),(4640,0,0),(4646,0,0),(4653,0,0),(4654,0,0),(4657,0,0),(4659,0,0),(4660,0,0),(4665,0,0),(4666,0,0),(4668,0,0),(4674,0,0),(4675,0,0),(4676,0,0),(4684,0,0),(4685,0,0),(4686,0,0),(4691,0,0),(4693,0,0),(4694,0,0),(4699,0,0),(4701,0,0),(4702,0,0),(4706,0,0),(4708,0,0),(4712,0,0),(4714,0,0),(4718,0,0),(4721,0,0),(4743,0,0),(4744,0,0),(4745,0,0),(4750,0,0),(4751,0,0),(4756,0,0),(4757,0,0),(4766,0,0),(4767,0,0),(4771,0,0),(4774,0,0),(4776,0,0),(4778,0,0),(4779,0,0),(4780,0,0),(4781,0,0),(4792,0,0),(4793,0,0),(4796,0,0),(4798,0,0),(4820,0,0),(4821,0,0),(4822,0,0),(4823,0,0),(4825,0,0),(4826,0,0),(4828,0,0),(4829,0,0),(4833,5,0),(4836,0,0),(4856,0,0),(4869,0,0),(4872,0,0),(4874,0,0),(4875,0,0),(4878,0,0),(4881,0,0),(4892,0,0),(4894,0,0),(4897,1,0),(4902,1,1),(4905,1,1),(4907,0,1),(4911,0,0),(4915,0,0),(4921,0,0),(4928,0,0),(4936,0,0),(4938,0,0),(4939,0,0),(4941,0,0),(4950,0,0),(4956,0,0),(4958,0,0),(4960,0,0),(4964,0,0),(4971,0,0),(4973,0,0),(4979,0,0),(4987,0,0),(4998,0,0),(5000,0,0),(5003,0,0),(5013,0,0),(5015,0,0),(5016,0,0),(5022,0,0),(5030,0,0),(5031,0,0),(5040,0,0),(5052,0,0),(5053,0,0),(5056,0,0),(5067,0,0),(5068,0,0),(5069,0,0),(5074,0,0),(5078,0,0),(5081,0,0),(5094,0,0),(5112,0,0),(5130,2,0),(5135,0,0),(5136,0,0),(5137,0,0),(5143,0,0),(5145,0,0),(5146,0,1),(5148,0,0),(5151,0,0),(5152,0,0),(5154,2,0),(5156,0,0),(5166,0,1),(5170,0,0),(5178,0,0),(5181,0,0),(5185,0,0),(5191,0,0),(5197,0,0),(5222,0,0),(5224,0,0),(5231,0,0),(5236,0,0),(5243,0,0),(5253,0,0),(5254,0,0),(5255,0,0),(5271,0,0),(5272,0,0),(5273,0,0),(5274,0,0),(5275,0,0),(5276,0,0),(5277,0,0),(5278,1,0),(5279,0,0),(5280,0,0),(5281,0,0),(5282,0,0),(5283,0,0),(5285,0,0),(5317,0,0),(5319,0,0),(5369,0,0),(5370,0,0),(5371,0,0),(5373,0,0),(5374,0,0),(5375,0,0),(5376,0,0),(5377,0,0),(5379,1,0),(5380,0,0),(5381,0,0),(5382,0,0),(5383,0,0),(5384,0,0),(5386,0,0),(5387,0,0),(5390,0,0),(5391,0,0),(5394,0,0),(5395,0,0),(5396,0,0),(5397,0,0),(5398,0,0),(5400,0,0),(5401,0,0),(5402,0,0),(5404,0,0),(5406,0,0),(5407,0,0),(5413,0,0),(5414,0,0),(5416,0,0),(5419,0,0),(5420,0,0),(5422,0,0),(5423,0,0),(5424,0,0),(5427,0,0),(5428,0,0),(5429,0,0),(5432,0,0),(5433,0,0),(5436,0,0),(5439,0,0),(5440,0,0),(5441,0,0),(5442,0,0),(5445,0,0),(5447,0,0),(5448,0,0),(5453,0,0),(5454,0,0),(5455,0,0),(5458,0,0),(5460,0,0),(5471,0,0),(5473,0,0),(5478,0,0),(5481,0,0),(5482,0,0),(5486,0,0),(5499,0,0),(5518,0,0),(5519,0,0),(5534,0,0),(5535,0,0),(5536,0,0),(5537,0,0),(5539,0,0),(5544,0,0),(5546,0,0),(5573,0,0),(5582,0,0),(5587,0,0),(5594,0,0),(5602,0,0),(5603,0,0),(5604,0,0),(5605,0,0),(5607,0,0),(5609,0,0),(5610,0,0),(5612,0,0),(5613,0,0),(5615,0,0),(5616,0,0),(5632,0,0),(5638,0,0),(5643,0,0),(5644,0,0),(5645,0,0),(5646,0,0),(5655,0,0),(5663,0,0),(5671,0,0),(5684,0,0),(5698,0,0),(5705,0,0),(5708,0,0),(5722,0,0),(5732,0,0),(5757,0,0),(5761,0,0),(5773,0,0),(5774,0,0),(5779,0,0),(5780,0,0),(5781,0,0),(5798,0,0),(5800,0,0),(5801,0,0),(5808,0,0),(5817,0,0),(5819,0,0),(5828,0,0),(5836,0,0),(5845,0,0),(5876,0,0),(5890,0,0),(5892,0,0),(5903,0,0),(5905,0,0),(5908,0,0),(5918,0,0),(5923,0,0),(5929,0,0),(5931,0,0),(5935,0,0),(5938,0,0),(5948,0,0),(5965,0,0),(5972,0,0),(5984,0,0),(5989,0,0),(5994,0,0),(6019,0,0),(6048,0,0),(6063,0,0),(6066,0,0),(6073,0,0),(6081,0,0),(6083,0,0),(6106,0,0),(6115,0,0),(6119,0,0),(6120,0,0),(6127,0,0),(6131,0,0),(6134,0,0),(6137,0,0),(6138,0,0),(6141,0,0),(6144,0,0),(6146,0,0),(6147,0,0),(6150,0,0),(6154,0,0),(6157,0,0),(6160,0,0),(6163,0,0),(6172,0,0),(6195,0,0),(6197,0,0),(6244,0,0),(6245,0,0),(6246,0,0);
/*!40000 ALTER TABLE `wp_yoast_seo_meta` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-10-03 2:35:18
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists